InstanceTemplateNetworkInterfaceIpv6AccessConfig

data class InstanceTemplateNetworkInterfaceIpv6AccessConfig(val externalIpv6: String? = null, val externalIpv6PrefixLength: String? = null, val name: String? = null, val networkTier: String, val publicPtrDomainName: String? = null)

Constructors

constructor(externalIpv6: String? = null, externalIpv6PrefixLength: String? = null, name: String? = null, networkTier: String, publicPtrDomainName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val externalIpv6: String? = null

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
val name: String? = null

The name of the instance template. If you leave this blank, the provider will auto-generate a unique name.

Link copied to clipboard

The service-level to be provided for IPv6 traffic when the subnet has an external subnet. Only PREMIUM tier is valid for IPv6

Link copied to clipboard

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