VmReplicationPlannedMigrationSettings

VmReplicationPlannedMigrationSettings
VmReplicationPlannedMigrationSettings
JSON Example
{
    "type": "vcloud",
    "connectVmNics": true,
    "powerOn": false,
    "consolidate": false,
    "vmNetworkSettings": {
        "primaryNicIndex": 0,
        "nics": [
            {
                "nicIndex": 0,
                "isConnected": true,
                "resetMacAddress": false,
                "network": "ext_net_vdc_s2Org",
                "ipAddress": "",
                "ipAddressAllocationMode": "DHCP",
                "externalIpAddress": null,
                "networkAdapterType": null,
                "needsCustomization": null,
                "macAddress": "00:50:56:a7:10:eb"
            }
        ],
        "copySourceNicSettings": true,
        "computerName": "testpc",
        "enableGuestCustomization": true
    },
    "vAppNetworkSettings": {
        "networkMappings": [],
        "copySourceNetworks": true,
        "bridgeOrgVdcNetworks": [],
        "bulkConnectVmNics": false
    }
}
string
type
Optional

Polymorphic discriminator property, value can be one of: vcenter => VcPlannedMigrationSettings, vcloud => VmPlannedMigrationSettings

Possible values are : vcenter, vcloud,