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

DatastoreGroupVmProtectionIssue

Protection issue for a VM in a datastore group


Properties

string
datastore Optional

The ID of the datastore that is related to the issue.


string
datastore_name Optional

The name of the datastore that is related to the issue.


integer as int32
device_id Optional

The device key of the virtual device. Applicable for some issues.


integer as int32
disk_key Optional

The disk key of the virtual disk. Applicable for some issues.


string
type Optional

Protection issue type of a VM that is part of s datastore group in an Array-Based Replication protection group.

  • UNKNOWN - Unknown issue
  • DATASTORE_MISSING_PROTECTION - Virtual machine has a disk on the replicated datastore outside of the protection group
  • DATASTORE_PROTECTION_CONFLICT - Virtual machine has a disk on the replicated datastore that is part of a different protection group
  • DATASTORE_NOT_REPLICATED - Virtual machine uses a non-replicated datastore protected by the protection group. The non-replicated datastore is not the VM’s home datastore.
  • VM_HOME_NOT_REPLICATED - Virtual machine’s home datastore is no longer replicated
  • VM_DEVICE_USING_RDM_BACKING - Virtual machine’s home datastore is no longer replicated
  • VM_DEVICE_USING_RDM_BACKING - Virtual machine’s device uses RDM backing
  • VM_DEVICE_USING_NON_DATASTORE_BACKING - Virtual disk’s backing file does not reside on a datastore

Possible values are: UNKNOWNDATASTORE_MISSING_PROTECTIONDATASTORE_PROTECTION_CONFLICTDATASTORE_NOT_REPLICATEDVM_HOME_NOT_REPLICATEDVM_DEVICE_USING_RDM_BACKINGVM_DEVICE_USING_NON_DATASTORE_BACKING

JSON Example

{
	"datastore": "string",
	"datastore_name": "string",
	"device_id": 0,
	"disk_key": 0,
	"type": "UNKNOWN"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Property Of

DatastoreGroupVmInfo

Feedback

Was this page helpful?