NetworkMappings

NetworkMappings
NetworkMappings

Specifies network mappings for a recovered VM.

JSON Example
{
    "defaultNetwork": "network-14",
    "defaultNetworkName": "VM Network",
    "mappings": [
        {
            "key": 4000,
            "networkId": "network-14",
            "networkName": "VM Network"
        }
    ]
}
string
defaultNetwork
Optional

Network ManagedObject ID to assign to all NICs that lack explicit mapping.

string
defaultNetworkName
Optional

The network name.

mappings
Optional

Network mappings for the recovered virtual machine. If omitted, a default network is taken from the configuration file (if configured).