GetInstanceNetworkInterfaceAccessConfig

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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.