C# Class Amazon.EC2.Util.NetworkInterface

Mostrar archivo 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.

NetworkInterface ( string macAddress ) : System

Construct an instance of NetworkInterface

Private Methods

Method Description
GetData ( string key ) : string
GetItems ( string key ) : IEnumerable
NetworkInterface ( ) : 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

NetworkInterface() public method

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