HostRetrieveVStorageObjectRequestType

HostRetrieveVStorageObjectRequestType
HostRetrieveVStorageObjectRequestType

The parameters of HostRetrieveVStorageObject.

JSON Example
{
    "id": {
        "_typeName": "string",
        "id": "string"
    },
    "datastore": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "diskInfoFlags": [
        "string"
    ]
}
id
Required

The ID of the virtual storage object to be retrieved.

datastore
Required

The datastore where the virtual storage object is located.

array of string
diskInfoFlags
Optional

Flags indicating the FCD information to be retrieved. If diskInfoFlags is unset, then all FCD information will be retrieved. See vslmDiskInfoFlagEnum for the list of supported values.

Since: vSphere API Release 8.0.0.1