InstancePrivateIpAddressResponse

data class InstancePrivateIpAddressResponse(val association: InstanceNetworkInterfaceAssociationResponse? = null, val primary: Boolean? = null, val privateDnsName: String? = null, val privateIpAddress: String? = null)

Definition of InstancePrivateIpAddress

Constructors

Link copied to clipboard
constructor(association: InstanceNetworkInterfaceAssociationResponse? = null, primary: Boolean? = null, privateDnsName: String? = null, privateIpAddress: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val primary: Boolean? = null

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

Link copied to clipboard
val privateDnsName: String? = null

The private IPv4 DNS name.

Link copied to clipboard

The private IPv4 address of the network interface.