Region Instance Template Network Interface Ipv6Access Config Args
data class RegionInstanceTemplateNetworkInterfaceIpv6AccessConfigArgs(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<RegionInstanceTemplateNetworkInterfaceIpv6AccessConfigArgs>
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. 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 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.