C# Class Amazon.Util.NetworkInterfaceMetadata

All of the metadata associated with a network interface on the instance.
Show file Open project: aws/aws-sdk-net

Public Methods

Method Description
GetIpV4Association ( string publicIp ) : IEnumerable

Get the private IPv4 address(es) that are associated with the public-ip address and assigned to that interface.

NetworkInterfaceMetadata ( string macAddress ) : System

Construct an instance of NetworkInterface

Private Methods

Method Description
GetData ( string key ) : string
GetItems ( string key ) : IEnumerable
NetworkInterfaceMetadata ( ) : System

Method Details

GetIpV4Association() public method

Get the private IPv4 address(es) that are associated with the public-ip address and assigned to that interface.
public GetIpV4Association ( string publicIp ) : IEnumerable
publicIp string The public IP address
return IEnumerable

NetworkInterfaceMetadata() public method

Construct an instance of NetworkInterface
public NetworkInterfaceMetadata ( string macAddress ) : System
macAddress string
return System