GetNetworkInterfaceAssociation

data class GetNetworkInterfaceAssociation(val allocationId: String, val associationId: String, val carrierIp: String, val customerOwnedIp: String, val ipOwnerId: String, val publicDnsName: String, val publicIp: String)

Constructors

Link copied to clipboard
constructor(allocationId: String, associationId: String, carrierIp: String, customerOwnedIp: String, ipOwnerId: String, publicDnsName: String, publicIp: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Allocation ID.

Link copied to clipboard

Association ID.

Link copied to clipboard

Carrier IP address associated with the network interface. This attribute is only set when the network interface is in a subnet which is associated with a Wavelength Zone.

Link copied to clipboard

Customer-owned IP address.

Link copied to clipboard

ID of the Elastic IP address owner.

Link copied to clipboard

Public DNS name.

Link copied to clipboard

Address of the Elastic IP address bound to the network interface.