C# Class Amazon.EC2.Model.Placement

Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method 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

Method Description
IsSetAffinity ( ) : bool
IsSetAvailabilityZone ( ) : bool
IsSetGroupName ( ) : bool
IsSetHostId ( ) : bool
IsSetTenancy ( ) : bool

Method Details

Placement() public method

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

Placement() public method

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