Method | Description | |
---|---|---|
InstanceGroupConfig ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
InstanceGroupConfig ( InstanceRoleType instanceRole, string instanceType, int instanceCount ) : System |
Instantiates InstanceGroupConfig with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetAutoScalingPolicy ( ) : bool | ||
IsSetBidPrice ( ) : bool | ||
IsSetConfigurations ( ) : bool | ||
IsSetEbsConfiguration ( ) : bool | ||
IsSetInstanceCount ( ) : bool | ||
IsSetInstanceRole ( ) : bool | ||
IsSetInstanceType ( ) : bool | ||
IsSetMarket ( ) : bool | ||
IsSetName ( ) : bool |
public InstanceGroupConfig ( InstanceRoleType instanceRole, string instanceType, int instanceCount ) : System | ||
instanceRole | InstanceRoleType | The role of the instance group in the cluster. |
instanceType | string | The EC2 instance type for all instances in the instance group. |
instanceCount | int | Target number of instances for the instance group. |
return | System |