C# Class Amazon.EC2.Model.PlacementGroup

Describes a placement group.
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Méthode Description
PlacementGroup ( ) : System

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

PlacementGroup ( string groupName ) : System

Instantiates PlacementGroup with the parameterized properties

Private Methods

Méthode Description
IsSetGroupName ( ) : bool
IsSetState ( ) : bool
IsSetStrategy ( ) : bool

Method Details

PlacementGroup() public méthode

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

PlacementGroup() public méthode

Instantiates PlacementGroup with the parameterized properties
public PlacementGroup ( string groupName ) : System
groupName string The name of the placement group.
Résultat System