ClusterUserCreatedConnectionsClusterEndpointConnectionPscConnectionArgs

data class ClusterUserCreatedConnectionsClusterEndpointConnectionPscConnectionArgs(val address: Output<String>, val connectionType: Output<String>? = null, val forwardingRule: Output<String>, val network: Output<String>, val projectId: Output<String>? = null, val pscConnectionId: Output<String>, val pscConnectionStatus: Output<String>? = null, val serviceAttachment: Output<String>) : ConvertibleToJava<ClusterUserCreatedConnectionsClusterEndpointConnectionPscConnectionArgs>

Constructors

constructor(address: Output<String>, connectionType: Output<String>? = null, forwardingRule: Output<String>, network: Output<String>, projectId: Output<String>? = null, pscConnectionId: Output<String>, pscConnectionStatus: Output<String>? = null, serviceAttachment: Output<String>)

Properties

Link copied to clipboard
val address: Output<String>

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

Link copied to clipboard
val connectionType: Output<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: Output<String>

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

Link copied to clipboard
val network: Output<String>

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

Link copied to clipboard
val projectId: Output<String>? = null

The consumer project_id where the forwarding rule is created from.

Link copied to clipboard
val pscConnectionId: Output<String>

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

Link copied to clipboard
val pscConnectionStatus: Output<String>? = null

(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

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

Functions

Link copied to clipboard
open override fun toJava(): ClusterUserCreatedConnectionsClusterEndpointConnectionPscConnectionArgs