InstancePrivateIpAddressArgs

data class InstancePrivateIpAddressArgs(val association: Output<InstanceNetworkInterfaceAssociationArgs>? = null, val primary: Output<Boolean>? = null, val privateDnsName: Output<String>? = null, val privateIpAddress: Output<String>? = null) : ConvertibleToJava<InstancePrivateIpAddressArgs>

Definition of InstancePrivateIpAddress

Constructors

Link copied to clipboard
constructor(association: Output<InstanceNetworkInterfaceAssociationArgs>? = null, primary: Output<Boolean>? = null, privateDnsName: Output<String>? = null, privateIpAddress: Output<String>? = null)

Properties

Link copied to clipboard

The association information for an Elastic IP address for the network interface.

Link copied to clipboard
val primary: Output<Boolean>? = null

Indicates whether this IPv4 address is the primary private IP address of the network interface.

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

The private IPv4 DNS name.

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

The private IPv4 address of the network interface.

Functions

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