NSX-T Data Center REST API

ClusterNodeVMFormFactor (type)

{
  "description": "Specifies the desired \"size\" of the VM. Affects number of virtual CPUs and/or memory size given to the new cluster node VM.",
  "enum": [
    "SMALL",
    "MEDIUM",
    "LARGE",
    "XLARGE"
  ],
  "id": "ClusterNodeVMFormFactor",
  "module_id": "ClusterNodeVMDeployment",
  "title": "Supported VM form factor for cluster nodes",
  "type": "string"
}