PscConnectionResponse

data class PscConnectionResponse(val consumerAddress: String, val consumerForwardingRule: String, val consumerTargetProject: String, val error: GoogleRpcStatusResponse, val errorType: String, val gceOperation: String, val pscConnectionId: String, val state: String)

Information about a specific Private Service Connect connection.

Constructors

Link copied to clipboard
fun PscConnectionResponse(consumerAddress: String, consumerForwardingRule: String, consumerTargetProject: String, error: GoogleRpcStatusResponse, errorType: String, gceOperation: String, pscConnectionId: String, state: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The resource reference of the consumer address.

Link copied to clipboard

The resource reference of the PSC Forwarding Rule within the consumer VPC.

Link copied to clipboard

The project where the PSC connection is created.

Link copied to clipboard

The most recent error during operating this connection.

Link copied to clipboard

The error type indicates whether the error is consumer facing, producer facing or system internal.

Link copied to clipboard

The last Compute Engine operation to setup PSC connection.

Link copied to clipboard

The PSC connection id of the PSC forwarding rule.

Link copied to clipboard

State of the PSC Connection