GetVpcCidrBlockResult

data class GetVpcCidrBlockResult(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

The Id of the VPC associated CIDR Block.

Link copied to clipboard
val ipSource: String? = null

The IP Source of an IPv6 VPC CIDR Block.

Link copied to clipboard

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