StoragePolicyComplianceCheckDataDrResponseEntity
StoragePolicyComplianceCheckDataDrResponseEntity
Datastore compliance status against a storage policy.
AllOf
This class requires all of the following:
JSON Example
{
"storage_policy_id": "string",
"datastore": "string",
"compliant": false,
"not_compliant_detailed_message": "string",
"_meta": {
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
]
}
}