VMware Cloud Director API - ProductSectionList
ProductSectionListType
- Element:
- ProductSectionList
- Type:
- ProductSectionListType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- Container for all ProductSection elements in a VAppTemplate, VApp, or Vm object.
- Since:
- Schema:
- productSectionList.xsd
- Media type(s):
-
application/vnd.vmware.vcloud.productSections+xml
application/vnd.vmware.vcloud.productSections+json
- Extends:
- ResourceType
- XML Representation:
-
<ProductSectionList xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" href="xs:anyURI" type="xs:string">
<Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
rel="xs:string" model="xs:string"/>
<ovf:ProductSection> ovf:ProductSection_Type </ovf:ProductSection>
</ProductSectionList>
-
Attributes
-
Attribute Type Required Modifiable Since Deprecated Description href anyURI No always The URI of the entity. type string No always The MIME type of the entity. -
Elements
-
Element Type Required Modifiable Since Deprecated Description Link LinkType No none A reference to an entity or operation associated with this object. ProductSection ProductSection_Type No Element substitutable for Section since ProductSection_Type is a derivation of Section_Type VCloudExtension VCloudExtensionType No always An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services. -
Operations
-
CRUD Operation Description Since Deprecated read GET /vApp/{id}/productSections Retrieve a list of ProductSection elements from a vApp template, vApp, or VM. 1.5 read GET /vAppTemplate/{id}/productSections Retrieve a list of ProductSection elements from a vApp template, vApp, or VM. 1.5 update PUT /vApp/{id}/productSections Update all ProductSection elements in a vApp template, vApp, or VM. 1.5 update PUT /vAppTemplate/{id}/productSections Update all ProductSection elements in a vApp template, vApp, or VM. 1.5