RetrieveVStorageObjSpec

RetrieveVStorageObjSpec
RetrieveVStorageObjSpec

This data object is a pair of the virtural storage object id and its datastore.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "id": {
        "_typeName": "string",
        "id": "string"
    },
    "datastore": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    }
}
id
Required

ID of this virtual storage object.

datastore
Required

Datastore where the object is located.