GetDatabaseInstancesInstanceSettingIpConfigurationPscConfig

data class GetDatabaseInstancesInstanceSettingIpConfigurationPscConfig(val allowedConsumerProjects: List<String>, val pscEnabled: Boolean)

Constructors

constructor(allowedConsumerProjects: List<String>, pscEnabled: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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).

Link copied to clipboard

Whether PSC connectivity is enabled for this instance.