C# Class Amazon.EC2.Util.NetworkInterface

Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Méthode 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

Méthode Description
GetData ( string key ) : string
GetItems ( string key ) : IEnumerable
NetworkInterface ( ) : System

Method Details

GetIpV4Association() public méthode

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
Résultat IEnumerable

NetworkInterface() public méthode

Construct an instance of NetworkInterface
public NetworkInterface ( string macAddress ) : System
macAddress string
Résultat System