GetIpv6AddressesAddress

data class GetIpv6AddressesAddress(val associatedInstanceId: String, val associatedInstanceType: String, val createTime: String, val id: String, val ipv6Address: String, val ipv6AddressId: String, val ipv6AddressName: String, val ipv6GatewayId: String, val networkType: String, val status: String, val vpcId: String, val vswitchId: String)

Constructors

Link copied to clipboard
constructor(associatedInstanceId: String, associatedInstanceType: String, createTime: String, id: String, ipv6Address: String, ipv6AddressId: String, ipv6AddressName: String, ipv6GatewayId: String, networkType: String, status: String, vpcId: String, vswitchId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the instance that is assigned the IPv6 address.

Link copied to clipboard

The type of the instance that is assigned the IPv6 address.

Link copied to clipboard

The time when the IPv6 address was created.

Link copied to clipboard
val id: String

The ID of the Ipv6 Address.

Link copied to clipboard

The address of the Ipv6 Address.

Link copied to clipboard

The ID of the IPv6 address.

Link copied to clipboard

The name of the IPv6 address.

Link copied to clipboard

The ID of the IPv6 gateway to which the IPv6 address belongs.

Link copied to clipboard

The type of communication supported by the IPv6 address. Valid values:Private or Public. Private: communication within the private network. Public: communication over the public network

Link copied to clipboard

The status of the IPv6 address. Valid values:Pending or Available.

Link copied to clipboard

The ID of the VPC to which the IPv6 address belongs.

Link copied to clipboard

The ID of the vSwitch to which the IPv6 address belongs.