VslmQueryDatastoreInfoResult

VslmQueryDatastoreInfoResult
VslmQueryDatastoreInfoResult

The VslmQueryDatastoreInfoResult provides mapping information between Datacenter and Datastore.

This API is returned as a result of VslmQueryDatastoreInfo invocation.

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

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

Reference to an instance of the Datacenter managed object.

datastore
Required

Reference to an instance of the Datastore managed object.