Interface DatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfig

    • Method Detail

      • getAuthorizedNetworks

        @Stability(Stable)
        @Nullable
        default Object getAuthorizedNetworks()
        authorized_networks block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#authorized_networks DatabaseMigrationServiceConnectionProfile#authorized_networks}

      • getEnableIpv4

        @Stability(Stable)
        @Nullable
        default Object getEnableIpv4()
        Whether the instance should be assigned an IPv4 address or not.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#enable_ipv4 DatabaseMigrationServiceConnectionProfile#enable_ipv4}

      • getPrivateNetwork

        @Stability(Stable)
        @Nullable
        default String getPrivateNetwork()
        The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP.

        For example, projects/myProject/global/networks/default. This setting can be updated, but it cannot be removed after it is set. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#private_network DatabaseMigrationServiceConnectionProfile#private_network}

      • getRequireSsl

        @Stability(Stable)
        @Nullable
        default Object getRequireSsl()
        Whether SSL connections over IP should be enforced or not.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#require_ssl DatabaseMigrationServiceConnectionProfile#require_ssl}