DatabaseInstanceSettingsIpConfigurationPscConfigPscAutoConnection

data class DatabaseInstanceSettingsIpConfigurationPscConfigPscAutoConnection(val consumerNetwork: String, val consumerServiceProjectId: String? = null)

Constructors

constructor(consumerNetwork: String, consumerServiceProjectId: String? = null)

Types

Link copied to clipboard
object Companion

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.