Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 657 Bytes

Scale.md

File metadata and controls

25 lines (14 loc) · 657 Bytes

Scale

Scaling action object containing the required information to scale an Cloudiator cluster process

Properties

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]

Enum: ScaleDirectionEnum

Name Value
IN "SCALE_IN"
OUT "SCALE_OUT"