C# 클래스 Amazon.EC2.Util.NetworkInterface

파일 보기 프로젝트 열기: 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.

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