C# Class Amazon.EC2.Model.ReleaseAddressRequest

Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
IsSetAllocationId ( ) : bool
IsSetPublicIp ( ) : bool

Method Details

ReleaseAddressRequest() public méthode

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

ReleaseAddressRequest() public méthode

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