C# Class Amazon.EC2.Model.PlacementGroup

Describes a placement group.
Show file Open project: aws/aws-sdk-net

Public Methods

Method 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

Method Description
IsSetGroupName ( ) : bool
IsSetState ( ) : bool
IsSetStrategy ( ) : bool

Method Details

PlacementGroup() public method

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

PlacementGroup() public method

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