InlineReplicationSource_VcSourceVapp1

InlineReplicationSource_VcSourceVapp1
InlineReplicationSource_VcSourceVapp1
JSON Example
{
    "type": "string",
    "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.