GetInstanceTemplateNetworkInterfaceAccessConfig

data class GetInstanceTemplateNetworkInterfaceAccessConfig(val natIp: String, val networkTier: String, val publicPtrDomainName: String)

Constructors

constructor(natIp: String, networkTier: String, publicPtrDomainName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

The network-tier used for configuring this instance template. This field can take the following values: PREMIUM or STANDARD. If this field is not specified, it is assumed to be PREMIUM.

Link copied to clipboard

The DNS domain name for the public PTR record.The DNS domain name for the public PTR record.