DatastoreGroupVmProtectionIssue

DatastoreGroupVmProtectionIssue
DatastoreGroupVmProtectionIssue

Protection issue for a VM in a datastore group

JSON Example
{
    "type": "string",
    "datastore_name": "string",
    "device_id": 0,
    "disk_key": 0,
    "datastore": "string"
}
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 : UNKNOWN, DATASTORE_MISSING_PROTECTION, DATASTORE_PROTECTION_CONFLICT, DATASTORE_NOT_REPLICATED, VM_HOME_NOT_REPLICATED, VM_DEVICE_USING_RDM_BACKING, VM_DEVICE_USING_NON_DATASTORE_BACKING,
string
datastore_name
Optional

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

integer As int32 As int32
device_id
Optional

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

integer As int32 As int32
disk_key
Optional

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

string
datastore
Optional

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