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

DependentVm

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


Properties

string
id Required

The identifier of the virtual machine.


string
name Required

The name of the virtual machine.


boolean
inside_vapp Optional

Whether this VM is inside a vApp


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: P1P2P3P4P5


string
protection_group_name Optional

Name of the protection group that is protecting the VM.


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: OKNOT_IN_PLANLOWER_PRIORITYHIGHER_PRIORITY


boolean
template Optional

Whether this VM is a template VM

JSON Example

{
	"id": "string",
	"name": "string"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Property Of

DependentVmDrResponseList
VmRecoverySettings
VmRecoverySettingsSpec
VmSummarizedRecoverySettings
Used By

DependentVmDrResponseEntity

Feedback

Was this page helpful?