VAppCloneSpecNetworkMappingPair

VAppCloneSpecNetworkMappingPair
VAppCloneSpecNetworkMappingPair

Maps one network to another as part of the clone process.

Instances of this class are used in the field networkMapping

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

Reference to an instance of the Network managed object.

destination
Required

Reference to an instance of the Network managed object.