C# Класс Amazon.EC2.Util.NetworkInterface

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
GetData ( string key ) : string
GetItems ( string key ) : IEnumerable
NetworkInterface ( ) : System

Описание методов

GetIpV4Association() публичный метод

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
Результат IEnumerable

NetworkInterface() публичный метод

Construct an instance of NetworkInterface
public NetworkInterface ( string macAddress ) : System
macAddress string
Результат System