GetInstanceEndpointConnectionPscAutoConnection

data class GetInstanceEndpointConnectionPscAutoConnection(val connectionType: String, val forwardingRule: String, val ipAddress: String, val network: String, val port: Int, val projectId: String, val pscConnectionId: String, val serviceAttachment: String)

Constructors

constructor(connectionType: String, forwardingRule: String, ipAddress: String, network: String, port: Int, projectId: String, pscConnectionId: String, serviceAttachment: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Output Only. Type of a PSC Connection. Possible values: CONNECTION_TYPE_DISCOVERY CONNECTION_TYPE_PRIMARY CONNECTION_TYPE_READER

Link copied to clipboard

Output only. The URI of the consumer side forwarding rule. Format: projects/{project}/regions/{region}/forwardingRules/{forwarding_rule}

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val port: Int

Output only. Ports of the exposed endpoint.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Output only. The service attachment which is the target of the PSC connection, in the form of projects/{project-id}/regions/{region}/serviceAttachments/{service-attachment-id}.