GetPrivateConnectionResult

data class GetPrivateConnectionResult(val createTime: String, val displayName: String, val error: StatusResponse, val labels: Map<String, String>, val name: String, val state: String, val updateTime: String, val vpcPeeringConfig: VpcPeeringConfigResponse)

Constructors

Link copied to clipboard
fun GetPrivateConnectionResult(createTime: String, displayName: String, error: StatusResponse, labels: Map<String, String>, name: String, state: String, updateTime: String, vpcPeeringConfig: VpcPeeringConfigResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The create time of the resource.

Link copied to clipboard

The private connection display name.

Link copied to clipboard

The error details in case of state FAILED.

Link copied to clipboard

The resource labels for private connections to use to annotate any related underlying resources such as Compute Engine VMs. An object containing a list of "key": "value" pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

The state of the private connection.

Link copied to clipboard

The last update time of the resource.

Link copied to clipboard

VPC peering configuration.