Scaling action object containing the required information to scale an Cloudiator cluster process
Name | Type | Description | Notes |
---|---|---|---|
schedule | String | The identifier of the schedule | [optional] |
task | String | The identifier of the task | [optional] |
scaleDirection | ScaleDirectionEnum | [optional] | |
nodes | List<String> | An optional list of nodes for the scaling process | [optional] |
Name | Value |
---|---|
IN | "SCALE_IN" |
OUT | "SCALE_OUT" |