VMware Cloud Director API - NetworkMapping
NetworkMappingType
- Element:
- NetworkMapping
- Type:
- NetworkMappingType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- Represents a mapping from an OVF source network to a vCloud target network. Used to update network properties in the OVF.
- Since:
- 5.5
- Schema:
- vApp.xsd
- Media type(s):
- None
- Extends:
- anyType
- XML Representation:
-
<NetworkMapping xmlns="http://www.vmware.com/vcloud/v1.5">
<Source> xs:string </Source>
<Target> xs:string </Target>
</NetworkMapping>
-
Elements
-
Element Type Required Modifiable Since Deprecated Description Source string Yes always 5.5 The name of an OVF network. Target string Yes always 5.5 The name of a vCloud network.