GetSubnetCidrBlockResult

data class GetSubnetCidrBlockResult(val id: String? = null, val ipSource: String? = null, val ipv6AddressAttribute: String? = null)

Constructors

Link copied to clipboard
constructor(id: String? = null, ipSource: String? = null, ipv6AddressAttribute: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

Information about the IPv6 association.

Link copied to clipboard
val ipSource: String? = null

The IP Source of an IPv6 Subnet CIDR Block.

Link copied to clipboard

The value denoting whether an IPv6 Subnet CIDR Block is public or private.