DrsMigrationCapabilityResult
DrsMigrationCapabilityResult
Deprecated as of SMS API 5.0.
This data object represents the 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",
"recommendedDatastorePair": [
{
"_typeName": "string",
"datastore1": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"datastore2": {
"_typeName": "string",
"type": "string",
"value": "string"
}
}
],
"nonRecommendedDatastorePair": [
{
"_typeName": "string",
"datastore1": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"datastore2": {
"_typeName": "string",
"type": "string",
"value": "string"
}
}
]
}