InstanceNetworkInterfaceIpv6AccessConfig

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

Constructors

Link copied to clipboard
fun InstanceNetworkInterfaceIpv6AccessConfig(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. To use a static external IP address, it must be unused and in the same region as the instance's zone. If not specified, Google Cloud will automatically assign an external IPv6 address from the instance's subnetwork.

Link copied to clipboard

The prefix length of the external IPv6 range.

Link copied to clipboard
val name: String? = null

A unique name for the resource, required by GCE. Changing this forces a new resource to be created.

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. The ipv6_access_config block supports: 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..