NetworkServiceInsertionType

Element:
NetworkServiceInsertion
Type:
NetworkServiceInsertionType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Information about a network service that has been inserted
Since:
5.1
Schema:
vendorServices.xsd
Media type(s):
None
Extends:
VCloudExtensibleType
XML Representation:
<NetworkServiceInsertion xmlns="http://www.vmware.com/vcloud/v1.5">
    <Name> xs:string </Name>
    <Id> xs:string </Id>
    <Category> xs:string </Category>
    <CategoryType> xs:string </CategoryType>
</NetworkServiceInsertion>

Elements

Element Type Required Modifiable Since Deprecated Description
Category string Yes none 5.1 Category of the network service that has been inserted. Allowed values are 'VDS' and 'EDGE'
CategoryType string No none 5.1 Category type of the network service. This is optional.
Id string Yes none 5.1 ID of the network service that has been inserted. This is required.
Name string Yes none 5.1 Name of the network service that has been inserted. This is required.
VCloudExtension VCloudExtensionType No always 5.1 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.