InstanceTemplateNetworkInterfaceAccessConfig

data class InstanceTemplateNetworkInterfaceAccessConfig(val natIp: String? = null, val networkTier: String? = null, val publicPtrDomainName: String? = null)

Constructors

constructor(natIp: String? = null, networkTier: String? = null, publicPtrDomainName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val natIp: String? = null

The IP address that will be 1:1 mapped to the instance's network ip. If not given, one will be generated.

Link copied to clipboard
val networkTier: String? = null

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