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
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method 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

Method Description
IsSetGroupName ( ) : bool

Method Details

DeletePlacementGroupRequest() public method

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

DeletePlacementGroupRequest() public method

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