DatastoreGroupDatastoreDetails
DatastoreGroupDatastoreDetails
A list of references to the datastores that are part of this 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.
string
conflict_protection_group_name
Optional
The name of the protection group this entity is in conflict with. Only available when issueType
is CONFLICT.