InstanceNetworkInterfaceAssociationResponse

data class InstanceNetworkInterfaceAssociationResponse(val carrierIp: String? = null, val customerOwnedIp: String? = null, val ipOwnerId: String? = null, val publicDnsName: String? = null, val publicIp: String? = null)

Definition of InstanceNetworkInterfaceAssociation

Constructors

constructor(carrierIp: String? = null, customerOwnedIp: String? = null, ipOwnerId: String? = null, publicDnsName: String? = null, publicIp: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val carrierIp: String? = null

The carrier IP address associated with the network interface.

Link copied to clipboard
val customerOwnedIp: String? = null

The customer-owned IP address associated with the network interface.

Link copied to clipboard
val ipOwnerId: String? = null

The ID of the owner of the Elastic IP address.

Link copied to clipboard
val publicDnsName: String? = null

The public DNS name.

Link copied to clipboard
val publicIp: String? = null

The public IP address or Elastic IP address bound to the network interface.