NSX-T Data Center REST API
VmPlacementState (type)
{
"description": "The Edge Vm Placement configuration state.",
"id": "VmPlacementState",
"module_id": "PolicyEdgeTransportNode",
"properties": {
"form_factor": {
"description": "Form factor of the edge node/service node.",
"enum": [
"SMALL",
"MEDIUM",
"LARGE",
"XLARGE"
],
"readonly": true,
"title": "Form factor of the edge node/service node",
"type": "string"
},
"host_moref": {
"readonly": true,
"required": false,
"title": "Host ID on which the edge node/service node virtual machine resides.",
"type": "string"
},
"vm_instance_uuid": {
"description": "The edge node/service node vm instance uuid for specified VM on vcenter server.",
"required": false,
"title": "VM unique identifier for specified VM on vcenter server.",
"type": "string"
}
},
"type": "object"
}