Method | Description | |
---|---|---|
InstanceGroupModifyConfig ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
InstanceGroupModifyConfig ( string instanceGroupId, int instanceCount ) : System |
Instantiates InstanceGroupModifyConfig with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetEC2InstanceIdsToTerminate ( ) : bool | ||
IsSetInstanceCount ( ) : bool | ||
IsSetInstanceGroupId ( ) : bool | ||
IsSetShrinkPolicy ( ) : bool |
public InstanceGroupModifyConfig ( ) : System | ||
return | System |
public InstanceGroupModifyConfig ( string instanceGroupId, int instanceCount ) : System | ||
instanceGroupId | string | Unique ID of the instance group to expand or shrink. |
instanceCount | int | Target size for the instance group. |
return | System |