[{"label":"Latest (1.0.0)","version":"latest"}]
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

A list of replicated datastores to be added 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 to 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 (1.0.0)","version":"latest"}]
    srm-rest-api
    Property Of

    ProtectionGroupCreateSpec
    ProtectionGroupEditSpec

    Feedback

    Was this page helpful?