OvaNodeSizeConfigSpec
OvaNodeSizeConfigSpec
OVA component disk spec
JSON Example
{
"nodeName": "nodeName",
"numCores": 0,
"additionalDiskDatastoreId": "additionalDiskDatastoreId",
"size": "size",
"additionalDiskSize": 1,
"configMode": "CONFIG_AND_PERSIST",
"memoryGb": 6,
"nodeType": "nodeType",
"nodeId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}
string As uuid
As uuid
nodeId
Required
ID of the node to resize
string
nodeName
Optional
Node name
string
nodeType
Optional
Node type
string
size
Required
Size of the node (e.g. Small/Medium/Large)
integer
numCores
Optional
numCores
integer
memoryGb
Optional
memoryGb
integer As int64
As int64
additionalDiskSize
Required
Size of the VMDK to be added to the node
string
additionalDiskDatastoreId
Optional
Datastore Managed Object ID for the additional disk to land on
string
configMode
Optional
configMode
Possible values are :
CONFIG_AND_PERSIST,
CONFIG_ONLY,
PERSIST_ONLY,