VmDiskFileQuery

VmDiskFileQuery
VmDiskFileQuery

This data object type describes the query specification for the virtual disk primary file.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "filter": {
        "_typeName": "string",
        "diskType": [
            "string"
        ],
        "matchHardwareVersion": [
            0
        ],
        "controllerType": [
            "string"
        ],
        "thin": false,
        "encrypted": false
    },
    "details": {
        "_typeName": "string",
        "diskType": false,
        "capacityKb": false,
        "hardwareVersion": false,
        "controllerType": false,
        "diskExtents": false,
        "thin": false,
        "encryption": false
    }
}
filter
Optional

The filter for the virtual disk primary file.

details
Optional

Details for the virtual disk primary file.