VmRecoveryInfo

VmRecoveryInfo
VmRecoveryInfo

Recovery information of a VM replication.

AllOf
This class requires all of the following:
JSON Example
{
    "optimizeUntil": 1620575926016,
    "recoveryState": "string",
    "type": "string",
    "storageProfileId": "56c20c68-2c3f-44a6-88fe-1fe7218289d1",
    "storageProfileName": "Gold Storage Policy",
    "vAppId": "b9335a64-8af1-4d21-8fd8-0a7f671f0f96",
    "vcdVmId": "f73ab658-a79d-473f-853a-485fe613727c"
}
string
storageProfileId
Optional

The ID of the storage profile where the recovered VMware Cloud Director VM on the destination site was placed during failover. This could differ from the storage profile that was used when replicating the VM.

string
storageProfileName
Optional

The name of the storage profile where the recovered VMware Cloud Director VM on the destination site was placed during failover. This could differ from the storage profile that was used when replicating the VM.

string
type
Optional

Polymorphic discriminator property, value is 'vcd'

string
vAppId
Optional

The VMware Cloud Director vApp on the destination site that holds the recovered VM (only populated if one or more VMs belonging to the same source vApp are recovered on the destination site.)

string
vcdVmId
Optional

The recovered VMware Cloud Director VM on the destination site.