VcPlannedMigrationSettings
VcPlannedMigrationSettings
Settings used when performing planned migration to an on-premises of a VM.
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": "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
},
"snapshotOptions": "string"
}
string
type
Optional
Polymorphic discriminator property, value is 'vcenter'