DependentVm

DependentVm
DependentVm

Details about a dependent protected VM in the context of a given protected VM.

JSON Example
{
    "id": "string",
    "name": "string",
    "template": false,
    "inside_vapp": false,
    "status": "string",
    "priority_group": "string",
    "protection_group_name": "string"
}
string
id
Required

The identifier of the virtual machine

string
name
Required

The name of the virtual machine

boolean
template
Optional

Whether this VM is a template VM

boolean
inside_vapp
Optional

Whether this VM is inside a vApp

string
status
Optional

Dependent VM status.

  • OK - The dependent protected VM and the source protected VM are in the same plan and in the same priority group
  • NOT_IN_PLAN - The dependent protected VM and the source protected VM are in different recovery plans
  • LOWER_PRIORITY - The VMs are in the same recovery plan, but the dependent VM is in a lower priority group
  • HIGHER_PRIORITY - The VMs are in the same recovery plan, but the dependent VM is in a higher priority group

Possible values are : OK, NOT_IN_PLAN, LOWER_PRIORITY, HIGHER_PRIORITY,
string
priority_group
Optional

Recovery priority group. Used to translate server priority values to client priorities. The recovery priority for this VM. P1 is the highest and P5 is the lowest priority.

Possible values are : P1, P2, P3, P4, P5,
string
protection_group_name
Optional

Name of the protection group that is protecting the VM.