AbstractRecoveryInfo
AbstractRecoveryInfo
Base class representing information of a recovered VM.
JSON Example
{
"optimizeUntil": 1620575926016,
"recoveryState": "string",
"type": "string"
}
integer As int64 As int64
optimizeUntil
Optional
Date until the replication can benefit from optimized reverse
string
type
Optional
Polymorphic discriminator property, value can be one of: vc => VcRecoveryInfo, vcd => VmRecoveryInfo, vcdTemplate => VmTemplateRecoveryInfo
Possible values are : vc, vcd, vcdTemplate,