RecoveryInfo

RecoveryInfo
RecoveryInfo

Represents recovery information of the replication.

JSON Example
{
    "isMigration": false,
    "optimizeUntil": 618094800000,
    "recoveryState": "string",
    "vcId": "b39bf209-9af5-47c8-bf89-3f113a263a11",
    "vmId": "vm-1",
    "vmName": "somevmname"
}
boolean
isMigration
Optional

Defines if the recovered VM is a result of a migration or protection.

integer As int64 As int64
optimizeUntil
Optional

Date until reverse can be optimized.

recoveryState
Optional

recoveryState

string
vcId
Optional

Instance UUID of vCenter Server for the recovered VM.

string
vmId
Optional

Managed object ID of recovered VM.

string
vmName
Optional

The name of the recovered VM.