C# Class Amazon.EC2.Model.DeletePlacementGroupRequest

Container for the parameters to the DeletePlacementGroup operation. Deletes the specified placement group. You must terminate all instances in the placement group before you can delete the placement group. For more information about placement groups and cluster instances, see Cluster Instances in the Amazon Elastic Compute Cloud User Guide.
Inheritance: AmazonEC2Request
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
DeletePlacementGroupRequest ( ) : System

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

DeletePlacementGroupRequest ( string groupName ) : System

Instantiates DeletePlacementGroupRequest with the parameterized properties

Private Methods

Méthode Description
IsSetGroupName ( ) : bool

Method Details

DeletePlacementGroupRequest() public méthode

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

DeletePlacementGroupRequest() public méthode

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