Constants.OUTPUT_OP_RESIZE,
Constants.OUTPUT_OP_RESULT_FAIL,
"Cluster must be in 'RUNNING' state to scale up/down");
return;
}
ResourceScale resScale =
new ResourceScale(name, nodeGroup, cpuNumber, memory);
taskRead = restClient.scale(resScale);
}
CommandsUtils.printCmdSuccess(Constants.OUTPUT_OBJECT_CLUSTER,
name, Constants.OUTPUT_OP_RESULT_RESIZE);
if (taskRead != null) {