GetNetworkInterfaceAssociation class

Constructors

GetNetworkInterfaceAssociation({required Input<String> allocationId, required Input<String> associationId, required Input<String> carrierIp, required Input<String> customerOwnedIp, required Input<String> ipOwnerId, required Input<String> publicDnsName, required Input<String> publicIp})
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.
const
GetNetworkInterfaceAssociation.fromMap(Map<String, dynamic> map)
factory

Properties

allocationId → Input<String>
Allocation ID.
final
associationId → Input<String>
Association ID.
final
carrierIp → Input<String>
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.
final
customerOwnedIp → Input<String>
Customer-owned IP address.
final
hashCode int
The hash code for this object.
no setterinherited
ipOwnerId → Input<String>
ID of the Elastic IP address owner.
final
publicDnsName → Input<String>
Public DNS name.
final
publicIp → Input<String>
Address of the Elastic IP address bound to the network interface.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited