ConsumerPscConfigResponse

data class ConsumerPscConfigResponse(val disableGlobalAccess: Boolean, val network: String, val project: String)

Allow the producer to specify which consumers can connect to it.

Constructors

Link copied to clipboard
fun ConsumerPscConfigResponse(disableGlobalAccess: Boolean, network: String, project: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This is used in PSC consumer ForwardingRule to control whether the PSC endpoint can be accessed from another region.

Link copied to clipboard

The resource path of the consumer network where PSC connections are allowed to be created in. Note, this network does not need be in the ConsumerPscConfig.project in the case of SharedVPC. Example: projects/{projectNumOrId}/global/networks/{networkId}.

Link copied to clipboard

The consumer project where PSC connections are allowed to be created in.