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
Link copied to clipboard
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 and STANDARD tier is valid for IPv6.

Link copied to clipboard