GetNetworkInterfaceAssociation constructor
const
GetNetworkInterfaceAssociation({})
Creates a new GetNetworkInterfaceAssociation.
allocationId Allocation ID.
associationId Association ID.
carrierIp 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.
customerOwnedIp Customer-owned IP address.
ipOwnerId ID of the Elastic IP address owner.
publicDnsName Public DNS name.
publicIp Address of the Elastic IP address bound to the network interface.
Implementation
const GetNetworkInterfaceAssociation({
required this.allocationId,
required this.associationId,
required this.carrierIp,
required this.customerOwnedIp,
required this.ipOwnerId,
required this.publicDnsName,
required this.publicIp,
});