GetPeerConnectionsConnection

data class GetPeerConnectionsConnection(val acceptingAliUid: Int, val acceptingRegionId: String, val acceptingVpcId: String, val bandwidth: Int, val createTime: String, val description: String, val id: String, val peerConnectionId: String, val peerConnectionName: String, val status: String, val vpcId: String)

Constructors

Link copied to clipboard
constructor(acceptingAliUid: Int, acceptingRegionId: String, acceptingVpcId: String, bandwidth: Int, createTime: String, description: String, id: String, peerConnectionId: String, peerConnectionName: String, status: String, vpcId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Alibaba Cloud account (primary account) of the receiving end of the VPC peering connection to be created.

Link copied to clipboard

The region ID of the recipient of the VPC peering connection to be created.

Link copied to clipboard

The VPC ID of the receiving end of the VPC peer connection.

Link copied to clipboard

The bandwidth of the VPC peering connection to be modified. Unit: Mbps.

Link copied to clipboard

The creation time of the resource.

Link copied to clipboard

The description of the VPC peer connection to be created.

Link copied to clipboard
val id: String

The ID of the PeerConnection.

Link copied to clipboard

The first ID of the resource.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

The status of the resource. Valid values: Accepting, Activated, Creating, Deleted, Deleting, Expired, Rejected, Updating.

Link copied to clipboard

The ID of the requester VPC.