ReplicationDestination_VcVappDestination
ReplicationDestination_VcVappDestination
Represents information a vApp replication to a on-premises destination.
AllOf
This class requires all of the following:
JSON Example
{
"type": "string",
"site": "site2",
"vdc": "d6977f40-4d90-46b2-a34e-5077e8648eda",
"storageProfile": "*",
"seedVms": [
{
"moId": "vm-1",
"vcId": "107102e0-e03b-404e-8e17-0688c657a74b"
}
]
}
array of SeedVm
seedVms
Optional
List of VMs to use as offline copy. Note: the VMs will be deleted, and only their disks will be used as seed.
string
type
Optional
Polymorphic discriminator property, value is 'vcVapp'