VsanQueryPhysicalPlacementSpecs

VsanQueryPhysicalPlacementSpecs
VsanQueryPhysicalPlacementSpecs

Query specs which contains multiple object types for retrieving the object physical placement details.

Currently, only virtual machine type is supported for object placement details.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "vms": [
        {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        }
    ]
}
vms
Optional

Virtual machine reference list.

Unset if VM entities are not given.