C# Class Amazon.EC2.Model.DisassociateAddressRequest

Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
IsSetAssociationId ( ) : bool
IsSetPublicIp ( ) : bool

Method Details

DisassociateAddressRequest() public method

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

DisassociateAddressRequest() public method

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