GetInstanceTemplateNetworkInterfaceIpv6AccessConfig

data class GetInstanceTemplateNetworkInterfaceIpv6AccessConfig(val externalIpv6: String, val externalIpv6PrefixLength: String, val name: String, val networkTier: String, val publicPtrDomainName: String)

Constructors

constructor(externalIpv6: String, externalIpv6PrefixLength: String, name: String, networkTier: String, publicPtrDomainName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The first IPv6 address of the external IPv6 range associated with this instance, prefix length is stored in externalIpv6PrefixLength in ipv6AccessConfig. The field is output only, an IPv6 address from a subnetwork associated with the instance will be allocated dynamically.

Link copied to clipboard

The prefix length of the external IPv6 range.

Link copied to clipboard

The name of the instance template. One of name, filter or self_link_unique must be provided.

Link copied to clipboard

The network-tier used for configuring this instance template. This field can take the following values: PREMIUM or STANDARD. If this field is not specified, it is assumed to be PREMIUM.

Link copied to clipboard

The domain name to be used when creating DNSv6 records for the external IPv6 ranges.