OvfNetworkMapping

OvfNetworkMapping
OvfNetworkMapping

A NetworkMapping is a choice made by the caller about which VI network to use for a specific network in the OVF descriptor.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "name": "string",
    "network": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    }
}
string
name
Required

name

network
Required

Reference to an instance of the Network managed object.