C# Класс Amazon.Util.NetworkInterfaceMetadata

All of the metadata associated with a network interface on the instance.
Показать файл Открыть проект

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

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

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

Метод Описание
GetData ( string key ) : string
GetItems ( string key ) : IEnumerable
NetworkInterfaceMetadata ( ) : 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

NetworkInterfaceMetadata() публичный Метод

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