Struct rusoto_ec2::NetworkInterface [] [src]

pub struct NetworkInterface {
    pub association: Option<NetworkInterfaceAssociation>,
    pub attachment: Option<NetworkInterfaceAttachment>,
    pub availability_zone: Option<String>,
    pub description: Option<String>,
    pub groups: Option<Vec<GroupIdentifier>>,
    pub interface_type: Option<String>,
    pub ipv_6_addresses: Option<Vec<NetworkInterfaceIpv6Address>>,
    pub mac_address: Option<String>,
    pub network_interface_id: Option<String>,
    pub owner_id: Option<String>,
    pub private_dns_name: Option<String>,
    pub private_ip_address: Option<String>,
    pub private_ip_addresses: Option<Vec<NetworkInterfacePrivateIpAddress>>,
    pub requester_id: Option<String>,
    pub requester_managed: Option<bool>,
    pub source_dest_check: Option<bool>,
    pub status: Option<String>,
    pub subnet_id: Option<String>,
    pub tag_set: Option<Vec<Tag>>,
    pub vpc_id: Option<String>,
}

Describes a network interface.

Fields

The association information for an Elastic IP address (IPv4) associated with the network interface.

The network interface attachment.

The Availability Zone.

A description.

Any security groups for the network interface.

The type of interface.

The IPv6 addresses associated with the network interface.

The MAC address.

The ID of the network interface.

The AWS account ID of the owner of the network interface.

The private DNS name.

The IPv4 address of the network interface within the subnet.

The private IPv4 addresses associated with the network interface.

The ID of the entity that launched the instance on your behalf (for example, AWS Management Console or Auto Scaling).

Indicates whether the network interface is being managed by AWS.

Indicates whether traffic to or from the instance is validated.

The status of the network interface.

The ID of the subnet.

Any tags assigned to the network interface.

The ID of the VPC.

Trait Implementations

impl Default for NetworkInterface
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for NetworkInterface
[src]

[src]

Formats the value using the given formatter.

impl Clone for NetworkInterface
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more