DatastoreGroupDatastoreDetails

DatastoreGroupDatastoreDetails
DatastoreGroupDatastoreDetails

Details of a datastore of a datastore group.

JSON Example
{
    "id": "string",
    "name": "string",
    "issue_type": "string",
    "conflict_protection_group": "string",
    "conflict_protection_group_name": "string",
    "capacity_details": {
        "total_capacity": 0,
        "used_space": 0
    }
}
string
id
Optional

An ID of the datastore.

string
name
Optional

The name of the datastore.

string
issue_type
Optional

Protection group configuration issue types:

  • NONE: No configuration is present.
  • MISSING_PROTECTION: Unassigned datastore needs to be added to the protection group.
  • CONFLICT: Datastore is missing from the protection group but cannot be included because it is currently protected in a different protection group.
  • NOT_REPLICATED: Cannot protect datastore because underlying storage devices are not configured for replication.

Possible values are : NONE, MISSING_PROTECTION, CONFLICT, NOT_REPLICATED,
string
conflict_protection_group
Optional

An ID of the conflict protection group, if any.

Only available when issueType is CONFLICT.

string
conflict_protection_group_name
Optional

The name of the protection group this entity is in conflict with.

Only available when issueType is CONFLICT.

capacity_details
Optional

capacity_details