ProductNodeSpecV2
The node spec defining the node to be deployed
{
"properties": {
"properties": {}
},
"nodeId": 0,
"isPrimary": false,
"cpuNum": 0,
"ramMemory": 0,
"hostName": "string",
"vmName": "string",
"deploymentOption": "string",
"datastoreName": "string",
"clusterName": "string",
"resourcePool": "string",
"datacenterName": "string",
"rootPassword": "string",
"gateway": "string",
"deployment": {
"vcenterName": "string",
"datacenterName": "string",
"clusterName": "string",
"resourcePool": "string",
"vmFolder": "string",
"datastoreNames": [
"string"
]
},
"nics": [
{
"ipAddress": "string",
"networkName": "string",
"staticRoutes": [
"string"
],
"dcVcenterNetworksSpec": {
"portGroupName": "string",
"gateway": "string",
"subnetMask": "string",
"domainName": "string",
"searchPath": [
"string"
],
"useDhcp": false,
"dns": [
"string"
],
"ntp": [
"string"
]
}
}
],
"status": "string"
}
Additional properties
The ID of the node.
Marks node as primary.
Number of CPUs to configure the VM with.
Memory size (in MB) to configure the VM with.
Hostname of the node.
VM name of the node.
Deployment option of the VM (values depend on the product's OVF properties).
Datastore to use for the VM. If not defined, the first datastore of specified deployment infrastructure vCenter will be used.
vCenter cluster name to use for the VM. If not defined, the cluster defined for specified deployment infrastructure vCenter will be used.
vCenter resource pool name to use for the VM. If not defined, the resource pool defined for specified deployment infrastructure vCenter will be used.
Datacenter name to use for the VM. If not defined, the datacenter defined for specified deployment infrastructure vCenter will be used.
The password for root user (or similar admin user depending on OS).
The gateway to configure for the VM. If not set, the value of the first NIC's network will be used.
The target vCenter to deploy the node - to be defined either on product or node level.
status