DatastoreBaseDrResponseEntity

DatastoreBaseDrResponseEntity
DatastoreBaseDrResponseEntity

Base datastore information such as file system type and general health.

AllOf
This class requires all of the following:
JSON Example
{
    "id": "string",
    "name": "string",
    "parent": "string",
    "parent_name": "string",
    "capacity": 0,
    "free_space": 0,
    "file_system_type": "string",
    "maintenance_mode": "string",
    "overall_status": "string",
    "accessible": false,
    "type": "string",
    "path": "string",
    "_meta": {
        "errors": [
            {
                "code": "string",
                "message": "string",
                "field": "string"
            }
        ]
    }
}