ClusterPscConnection

data class ClusterPscConnection(val address: String? = null, val forwardingRule: String? = null, val network: String? = null, val projectId: String? = null, val pscConnectionId: String? = null)

Constructors

Link copied to clipboard
constructor(address: String? = null, forwardingRule: String? = null, network: String? = null, projectId: String? = null, pscConnectionId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val address: String? = null

Output only. The IP allocated on the consumer network for the PSC forwarding rule.

Link copied to clipboard
val forwardingRule: String? = null

Output only. The URI of the consumer side forwarding rule. Example: projects/{projectNumOrId}/regions/us-east1/forwardingRules/{resourceId}.

Link copied to clipboard
val network: String? = null

The consumer network where the IP address resides, in the form of projects/{projectId}/global/networks/{network_id}.

Link copied to clipboard
val projectId: String? = null

Output only. The consumer projectId where the forwarding rule is created from.

Link copied to clipboard
val pscConnectionId: String? = null

Output only. The PSC connection id of the forwarding rule connected to the service attachment.