StoragePoliciesCheckCompatibilityResponseBody
This is a response body class for an operation.
Properties
value
Optional
datastore compatibility summary about a specific storage policy.
JSON Example
{
"value": {
"compatible_datastores": [
{
"datastore": "string"
}
]
}
}