Instance Network Interface Ipv6Access Config Args
data class InstanceNetworkInterfaceIpv6AccessConfigArgs(val externalIpv6: Output<String>? = null, val externalIpv6PrefixLength: Output<String>? = null, val name: Output<String>? = null, val networkTier: Output<String>, val publicPtrDomainName: Output<String>? = null) : ConvertibleToJava<InstanceNetworkInterfaceIpv6AccessConfigArgs>
Constructors
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. 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
The service-level to be provided for IPv6 traffic when the subnet has an external subnet. Only PREMIUM or STANDARD tier is valid for IPv6.
Link copied to clipboard
The domain name to be used when creating DNSv6 records for the external IPv6 ranges..