InstancePscAutoConnection

data class InstancePscAutoConnection(val connectionType: String? = null, val forwardingRule: String? = null, val ipAddress: String? = null, val network: String? = null, val port: Int? = null, val projectId: String? = null, val pscConnectionId: String? = null, val pscConnectionStatus: String? = null, val serviceAttachment: String? = null)

Constructors

Link copied to clipboard
constructor(connectionType: String? = null, forwardingRule: String? = null, ipAddress: String? = null, network: String? = null, port: Int? = null, projectId: String? = null, pscConnectionId: String? = null, pscConnectionStatus: String? = null, serviceAttachment: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val connectionType: String? = null

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

Link copied to clipboard
val forwardingRule: String? = null

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

Link copied to clipboard
val ipAddress: String? = null

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

Link copied to clipboard
val network: String? = null

(Output) 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? = null

(Output) Output only. Ports of the exposed endpoint.

Link copied to clipboard
val projectId: String? = null

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

Link copied to clipboard
val pscConnectionId: String? = null

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

Link copied to clipboard

(Output) Output Only. The status of the PSC connection: whether a connection exists and ACTIVE or it no longer exists. Possible values: ACTIVE NOT_FOUND

Link copied to clipboard

(Output) 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}.