GetInstanceNetworkInterfaceAccessConfig

data class GetInstanceNetworkInterfaceAccessConfig(val natIp: String, val networkTier: String, val publicPtrDomainName: String, val securityPolicy: String)

Constructors

Link copied to clipboard
constructor(natIp: String, networkTier: String, publicPtrDomainName: String, securityPolicy: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If the instance has an access config, either the given external ip (in the nat_ip field) or the ephemeral (generated) ip (if you didn't provide one).

Link copied to clipboard

The network-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

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.