DatastorePair

DatastorePair
DatastorePair

Deprecated as of SMS API 5.0.

Datastore pair that is returned as a result of queryDrsMigrationCapabilityForPerformanceEx API.

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

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

Reference to an instance of the Datastore managed object.

datastore2
Required

Reference to an instance of the Datastore managed object.