[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api

DatastoreGroupDatastoreDetails

Details of a datastore of a datastore group.


Properties

capacity_details Optional

The capacity data for a datastore.


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.


string
id Optional

An ID 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: NONEMISSING_PROTECTIONCONFLICTNOT_REPLICATED


string
name Optional

The name of the datastore.

JSON Example

{
	"capacity_details": {
		"total_capacity": 0,
		"used_space": 0
	},
	"conflict_protection_group": "string",
	"conflict_protection_group_name": "string",
	"id": "string",
	"issue_type": "NONE",
	"name": "string"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Property Of

DatastoreGroupInfo

Feedback

Was this page helpful?