InstanceFromMachineImageNetworkInterfaceAccessConfigArgs

data class InstanceFromMachineImageNetworkInterfaceAccessConfigArgs(val natIp: Output<String>? = null, val networkTier: Output<String>? = null, val publicPtrDomainName: Output<String>? = null, val securityPolicy: Output<String>? = null) : ConvertibleToJava<InstanceFromMachineImageNetworkInterfaceAccessConfigArgs>

Constructors

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

Properties

Link copied to clipboard
val natIp: Output<String>? = null

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

Link copied to clipboard
val networkTier: Output<String>? = null

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

Link copied to clipboard
val publicPtrDomainName: Output<String>? = null

The DNS domain name for the public PTR record.

Link copied to clipboard
val securityPolicy: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): InstanceFromMachineImageNetworkInterfaceAccessConfigArgs