InstanceFromTemplateNetworkInterfaceAccessConfig

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val natIp: String? = null

The IP address that is be 1:1 mapped to the instance's network ip.

Link copied to clipboard
val networkTier: String? = null

The networking tier used for configuring this instance. One of PREMIUM or STANDARD.

Link copied to clipboard

The DNS domain name for the public PTR record.

Link copied to clipboard
val securityPolicy: String? = null

A full or partial URL to a security policy to add to this instance. If this field is set to an empty string it will remove the associated security policy.