VcPlannedMigrationSettings
VcPlannedMigrationSettings
AllOf
This class requires all of the following:
JSON Example
{
"powerOn": false,
"type": "string",
"connectVmNics": true,
"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
},
"customVirtualHardware": {
"macAddressPolicy": "string",
"memoryInMB": 2048,
"numCoresPerSocket": 2,
"numCpus": 4
},
"snapshotOptions": "string"
}