C# Class Amazon.EC2.Model.Placement

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

Méthodes publiques

Méthode Description
Placement ( ) : System

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

Placement ( string availabilityZone ) : System

Instantiates Placement with the parameterized properties

Private Methods

Méthode Description
IsSetAffinity ( ) : bool
IsSetAvailabilityZone ( ) : bool
IsSetGroupName ( ) : bool
IsSetHostId ( ) : bool
IsSetTenancy ( ) : bool

Method Details

Placement() public méthode

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

Placement() public méthode

Instantiates Placement with the parameterized properties
public Placement ( string availabilityZone ) : System
availabilityZone string The Availability Zone of the instance.
Résultat System