VmTemplateRecoveryInfo

VmTemplateRecoveryInfo
VmTemplateRecoveryInfo

Represents recovery information of a template VM.

AllOf
This class requires all of the following:
JSON Example
{
    "optimizeUntil": 1620575926016,
    "recoveryState": "string",
    "type": "string",
    "catalogId": "e19d1c88-7362-4b4d-b004-44180b51ad27",
    "catalogName": "Catalog1",
    "vAppId": "b9335a64-8af1-4d21-8fd8-0a7f671f0f96",
    "vAppTemplateId": "cf35f596-283c-46d4-9967-5a1177ccbd58",
    "vcdVmId": "f73ab658-a79d-473f-853a-485fe613727c",
    "vcdVmTemplateId": "016e579f-a0a3-4613-9200-2c923f291db4"
}
string
catalogId
Optional

The ID of the VMware Cloud Director Catalog on the destination site, selected as the destination catalog during migration (only populated if the vApp created on the destination site was successfully captured to a vApp Template in the destination catalog.)

string
catalogName
Optional

The Name of the VMware Cloud Director Catalog on the destination site, selected as the destination catalog during migration (only populated if the vApp created on the destination site was successfully captured to a vApp Template in the destination catalog.)

string
type
Optional

Polymorphic discriminator property, value is 'vcdTemplate'

string
vAppId
Optional

The VMware Cloud Director vApp on the destination site that was created as an intermediate step and is captured as the destination vApp Template (this vApp is deleted after a successful capture to a vApp Template in the selected destination catalog).

string
vAppTemplateId
Optional

The VMware Cloud Director vApp Template on the destination site that holds the recovered VM (only populated if the vApp created on the destination site was successfully capture to a vApp Template in the destination catalog.)

string
vcdVmId
Optional

The recovered VMware Cloud Director VM in the vApp created as an intermediate step on the destination site.

string
vcdVmTemplateId
Optional

The recovered VMware Cloud Director VM as part of the recovered vApp Template on the destination site.