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

AbrProtectionGroupSpec

Array-based replication details for creation or modification of a protection group.

replicatedArrayPair is the replicated array pair that holds underlying storage devices.


Properties

array of string
datastores Required

List of replicated datastores to add to the protection group.

  • Virtual machines located on these datastores can be protected. Virtual machine location is defined by its home directory (the directory holding the .vmx file).
  • Any given replicated datastore can be part of only one protection group.
  • Datastores backed by storage devices combined in a consistency group must be added the same protection group.


string
replicated_array_pair Required

ID of the replicated array pair.

JSON Example

{
	"datastores": [
		"string"
	],
	"replicated_array_pair": "string"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Property Of

ProtectionGroupCreateSpec
ProtectionGroupEditSpec

Feedback

Was this page helpful?