InstanceTemplateNetworkInterfaceIpv6AccessConfig

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

Constructors

fun InstanceTemplateNetworkInterfaceIpv6AccessConfig(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 network-tier used for configuring this instance template. This field can take the following values: PREMIUM, STANDARD or FIXED_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 and STANDARD tier is valid for IPv6.

Link copied to clipboard