C# 클래스 Amazon.Util.NetworkInterfaceMetadata

All of the metadata associated with a network interface on the instance.
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
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