Database Instance Settings Ip Configuration Psc Config Psc Auto Connection Args
data class DatabaseInstanceSettingsIpConfigurationPscConfigPscAutoConnectionArgs(val consumerNetwork: Output<String>, val consumerServiceProjectId: Output<String>? = null) : ConvertibleToJava<DatabaseInstanceSettingsIpConfigurationPscConfigPscAutoConnectionArgs>
Properties
Link copied to clipboard
"The consumer network of this consumer endpoint. This must be a resource path that includes both the host project and the network name. For example, projects/project1/global/networks/network1
. The consumer host project of this network might be different from the consumer service project."
Link copied to clipboard
The project ID of consumer service project of this consumer endpoint.