C# Class Amazon.EC2.Model.DisassociateAddressRequest

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

Méthodes publiques

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

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

Method Details

DisassociateAddressRequest() public méthode

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

DisassociateAddressRequest() public méthode

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