ReplicationSource_VcSourceVapp
ReplicationSource_VcSourceVapp
Represents information related to a replicated on-premises source vApp.
AllOf
This class requires all of the following:
JSON Example
{
"type": "string",
"site": "site1",
"vappId": "9664de13-6150-4315-9f59-2d85eb4c302f",
"vcUuid": "9664de13-6150-4315-9f59-2d85eb4c302f",
"vappName": "vApp01",
"vmExcludedDisks": {
"9664de13-6150-4315-9f59-2d85eb4c302f": [
2000
]
},
"vmIds": [
"vm-01",
"vm-02"
]
}
string
type
Optional
Polymorphic discriminator property, value is 'vcVapp'
string
vappName
Optional
The name of the vApp into which the replicated VMs will be imported.
object
vmExcludedDisks
Optional
A list of device keys of the excluded disks for every VM.
array of string
vmIds
Optional
List of IDs of VMs.
object
vmStartupInfoMap
Optional
Optional vmId-to-vmStartupInfo mapping (aka boot order/delay) for V2C case.