C# 클래스 Amazon.EC2.Model.DisassociateAddressRequest

파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
DisassociateAddressRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

DisassociateAddressRequest ( string publicIp ) : System

Instantiates DisassociateAddressRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetAssociationId ( ) : bool
IsSetPublicIp ( ) : bool

메소드 상세

DisassociateAddressRequest() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public DisassociateAddressRequest ( ) : System
리턴 System

DisassociateAddressRequest() 공개 메소드

Instantiates DisassociateAddressRequest with the parameterized properties
public DisassociateAddressRequest ( string publicIp ) : System
publicIp string [EC2-Classic] The Elastic IP address. Required for EC2-Classic.
리턴 System