Struct aws_sdk_ec2::model::NetworkInterfaceAssociation [−][src]
#[non_exhaustive]pub struct NetworkInterfaceAssociation {
pub allocation_id: Option<String>,
pub association_id: Option<String>,
pub ip_owner_id: Option<String>,
pub public_dns_name: Option<String>,
pub public_ip: Option<String>,
pub customer_owned_ip: Option<String>,
pub carrier_ip: Option<String>,
}
Expand description
Describes association information for an Elastic IP address (IPv4 only), or a Carrier IP address (for a network interface which resides in a subnet in a Wavelength Zone).
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.allocation_id: Option<String>
The allocation ID.
association_id: Option<String>
The association ID.
ip_owner_id: Option<String>
The ID of the Elastic IP address owner.
public_dns_name: Option<String>
The public DNS name.
public_ip: Option<String>
The address of the Elastic IP address bound to the network interface.
customer_owned_ip: Option<String>
The customer-owned IP address associated with the network interface.
carrier_ip: Option<String>
The carrier IP address associated with the network interface.
This option is only available when the network interface is in a subnet which is associated with a Wavelength Zone.
Implementations
The allocation ID.
The association ID.
The ID of the Elastic IP address owner.
The public DNS name.
The address of the Elastic IP address bound to the network interface.
The customer-owned IP address associated with the network interface.
The carrier IP address associated with the network interface.
This option is only available when the network interface is in a subnet which is associated with a Wavelength Zone.
Creates a new builder-style object to manufacture NetworkInterfaceAssociation
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for NetworkInterfaceAssociation
impl Send for NetworkInterfaceAssociation
impl Sync for NetworkInterfaceAssociation
impl Unpin for NetworkInterfaceAssociation
impl UnwindSafe for NetworkInterfaceAssociation
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more