VmPlannedMigrationSettings
VmPlannedMigrationSettings
AllOf
This class requires all of the following:
JSON Example
{
"powerOn": false,
"vAppNetworkSettings": {
"networkMappings": [],
"copySourceNetworks": true,
"bridgeOrgVdcNetworks": [],
"bulkConnectVmNics": false
},
"type": "string",
"connectVmNics": true,
"consolidate": false,
"vmNetworkSettings": {
"computerName": "testpc",
"copySourceNicSettings": false,
"enableGuestCustomization": false,
"nics": [
{
"externalIpAddress": "64.71.222.37",
"ipAddress": "192.0.0.1",
"ipAddressAllocationMode": "string",
"isConnected": false,
"macAddress": "00:0a:95:9d:68:17",
"needsCustomization": true,
"network": "network1",
"networkAdapterType": "VMXNET 3",
"nicIndex": 0,
"resetMacAddress": true
}
],
"primaryNicIndex": 0
}
}