C# Class Amazon.EC2.Model.ReleaseAddressRequest

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

Public Methods

Method Description
ReleaseAddressRequest ( ) : System

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

ReleaseAddressRequest ( string publicIp ) : System

Instantiates ReleaseAddressRequest with the parameterized properties

Private Methods

Method Description
IsSetAllocationId ( ) : bool
IsSetPublicIp ( ) : bool

Method Details

ReleaseAddressRequest() public method

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

ReleaseAddressRequest() public method

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