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

VmReplicationInfo

Information about replicated virtual machine.


Properties

string
id Required

The identifier of the virtual machine.


string
name Required

The name of the virtual machine.


string
replication_status Required

Virtual machine VR replication status

Possible values are: FULL_SYNCSYNCINITIAL_FULL_SYNCPAUSEDRPO_VIOLATIONMOVINGOKERROR_OCCURREDCONFIGURINGNOT_ACTIVEUNKNOWNSYNC_RPO_VIOLATIONNOT_ACTIVE_RPO_VIOLATIONERROR_RPO_VIOLATIONRECOVEREDRECOVERINGFULL_SYNC_RPO_VIOLATION


boolean
inside_vapp Optional

Whether this VM is inside a vApp


boolean
template Optional

Whether this VM is a template VM

JSON Example

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

VmReplicationInfoDrResponseList
Used By

VmReplicationInfoDrResponseEntity

Feedback

Was this page helpful?