VmReplicationPlannedMigrationSettings

VmReplicationPlannedMigrationSettings
VmReplicationPlannedMigrationSettings

Settings for planned migration of a VM replication.

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": "10.71.232.255",
                "networkAdapterType": "",
                "needsCustomization": true,
                "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,