InstanceNetworkInterfaceIpv6AccessConfig

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

Constructors

Link copied to clipboard
fun InstanceNetworkInterfaceIpv6AccessConfig(externalIpv6: String? = null, externalIpv6PrefixLength: String? = null, networkTier: String, publicPtrDomainName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val externalIpv6: String? = null
Link copied to clipboard
Link copied to clipboard

The network-tier used for configuring this instance. This field can take the following values: PREMIUM, FIXED_STANDARD or STANDARD. If this field is not specified, it is assumed to be PREMIUM. subnet has an external subnet. Only PREMIUM or STANDARD tier is valid for IPv6.

Link copied to clipboard

The DNS domain name for the public PTR record. To set this field on an instance, you must be verified as the owner of the domain. See the docs for how to become verified as a domain owner. records for the external IPv6 ranges..