ReplicationVmState_enum

ReplicationVmState_enum
ReplicationVmState_enum

Describes the current state of a replicated VirtualMachine

Possible values:

  • none: The VirtualMachine has no current replication state.

    This is a virtual machine that is configured for replication, but is powered off and not undergoing offline replication.

  • paused: The VirtualMachine replication is paused.

  • syncing: One or more of the VirtualMachine disks is in the process of an initial synchronization with the remote site.

  • idle: The VirtualMachine is being replicated but is not currently in the process of having a consistent instance created.

  • active: The VirtualMachine is in the process of having a consistent instance created.

  • error: The VirtualMachine is unable to replicate due to errors.

    XXX Currently unused.

This data structure has no properties.
Enumeration: none, paused, syncing, idle, active, error,