GetVbrPconnAssociationsAssociation

data class GetVbrPconnAssociationsAssociation(val circuitCode: String, val enableIpv6: Boolean, val id: String, val localGatewayIp: String, val localIpv6GatewayIp: String, val peerGatewayIp: String, val peerIpv6GatewayIp: String, val peeringIpv6SubnetMask: String, val peeringSubnetMask: String, val physicalConnectionId: String, val status: String, val vbrId: String, val vlanId: Int)

Constructors

Link copied to clipboard
constructor(circuitCode: String, enableIpv6: Boolean, id: String, localGatewayIp: String, localIpv6GatewayIp: String, peerGatewayIp: String, peerIpv6GatewayIp: String, peeringIpv6SubnetMask: String, peeringSubnetMask: String, physicalConnectionId: String, status: String, vbrId: String, vlanId: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The circuit code provided by the operator for the physical connection.

Link copied to clipboard

Whether IPv6 is enabled.

Link copied to clipboard
val id: String

The ID of the Vbr Pconn Association.

Link copied to clipboard

The Alibaba cloud IP address of the VBR instance.

Link copied to clipboard

The IPv6 address on the Alibaba Cloud side of the VBR instance.

Link copied to clipboard

The client IP address of the VBR instance.

Link copied to clipboard

The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.Two IPv6 addresses must be in the same subnet.

Link copied to clipboard

The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.The two IP addresses must be in the same subnet.

Link copied to clipboard

The IPv6 address of the client side of the VBR instance.

Link copied to clipboard

The ID of the leased line instance.

Link copied to clipboard

The status of the resource

Link copied to clipboard

The ID of the VBR instance.

Link copied to clipboard
val vlanId: Int

VLAN ID of the VBR.