ProductUpdateNodeSpec
ProductUpdateNodeSpec
The node spec defining the node details to be updated.
JSON Example
{
"cpuNum": 0,
"ramMemory": 0,
"rootPassword": "string"
}
integer As int32 As int32
cpuNum
Optional
Number of CPUs to set for the node.
integer As int32 As int32
ramMemory
Optional
The amount of memory (in MB) to set for the node.
string As (^[^'"]{2,32}$)|(^ref:password:[a-zA-Z0-9]{20}$)
rootPassword
Optional
The root password to set for the node.