VmDetail
VmDetail
Detailed information for protected VM.
JSON Example
{
"vm_id": {
"vcenter_id": "string",
"id": "string"
},
"vcdr_vm_id": "string",
"name": "string",
"protection_groups": [
{
"id": "string",
"name": "string"
}
],
"size": "number"
}
string
vcdr_vm_id
Optional
The identifier of the protected VM assigned by VCDR. This is never the same as the instanceUuid assigned by vCenter. The VCDR-assigned VM ID is guaranteed to be unique, while the vCenter-assigned ID is not.
string
name
Optional
The name of the protected VM.
array of
ProtectionGroupSummary
protection_groups
Optional
The protection groups that protect this VM.
number As double
As double
size
Optional
Combined logical sizes of all virtual disks in GiBs.