Interface SqlDatabaseInstanceSettingsIpConfigurationPscConfig

    • Method Detail

      • getAllowedConsumerProjects

        @Stability(Stable)
        @Nullable
        default List<String> getAllowedConsumerProjects()
        List of consumer projects that are allow-listed for PSC connections to this instance.

        This instance can be connected to with PSC from any network in these projects. Each consumer project in this list may be represented by a project number (numeric) or by a project id (alphanumeric). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/sql_database_instance#allowed_consumer_projects SqlDatabaseInstance#allowed_consumer_projects}

      • getPscEnabled

        @Stability(Stable)
        @Nullable
        default Object getPscEnabled()
        Whether PSC connectivity is enabled for this instance.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/sql_database_instance#psc_enabled SqlDatabaseInstance#psc_enabled}