vCloud API - VendorServices
VendorServicesType
- Element:
- VendorServices
- Type:
- VendorServicesType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- Vendor services available for service insertion on networks or edge gateways.
- Since:
- 5.1
- Schema:
- vendorServices.xsd
- Media type(s):
- None
- Extends:
- anyType
- XML Representation:
- <VendorServices xmlns="http://www.vmware.com/vcloud/v1.5">
<NetworkServices>
<VCloudExtension required="xs:boolean"/>
<Name> xs:string </Name>
<Id> xs:string </Id>
<Category> xs:string </Category>
<CategoryType> xs:string </CategoryType>
</NetworkServices>
<EdgeGatewayServices>
<VCloudExtension required="xs:boolean"/>
<Name> xs:string </Name>
<Id> xs:string </Id>
<Category> xs:string </Category>
<CategoryType> xs:string </CategoryType>
</EdgeGatewayServices>
</VendorServices>
Elements
-
Element Type Required Modifiable Since Deprecated Description EdgeGatewayServices NetworkServiceInsertionType No always 5.1 An edge gateway service that is inserted and available for edge gateways within an org vDC NetworkServices NetworkServiceInsertionType No always 5.1 A network service that is inserted and available for networks within an org vDC