Uses of Class
org.jclouds.vcloud.director.v1_5.domain.ProductSectionList

Packages that use ProductSectionList
org.jclouds.vcloud.director.v1_5.domain   
org.jclouds.vcloud.director.v1_5.features   
 

Uses of ProductSectionList in org.jclouds.vcloud.director.v1_5.domain
 

Methods in org.jclouds.vcloud.director.v1_5.domain that return ProductSectionList
 ProductSectionList ProductSectionList.Builder.build()
           
 

Methods in org.jclouds.vcloud.director.v1_5.domain with parameters of type ProductSectionList
 B ProductSectionList.Builder.fromProductSectionList(ProductSectionList in)
           
 

Uses of ProductSectionList in org.jclouds.vcloud.director.v1_5.features
 

Methods in org.jclouds.vcloud.director.v1_5.features that return ProductSectionList
 ProductSectionList VmApi.getProductSections(String vmUrn)
          Retrieves Vm product sections.
 ProductSectionList VAppTemplateApi.getProductSections(String templateUrn)
          Retrieves VAppTemplate/VM product sections
 ProductSectionList VAppApi.getProductSections(String vAppUrn)
          Retrieves VApp product sections.
 ProductSectionList VmApi.getProductSections(URI vmHref)
           
 ProductSectionList VAppTemplateApi.getProductSections(URI templateHref)
           
 ProductSectionList VAppApi.getProductSections(URI vAppHref)
           
 

Methods in org.jclouds.vcloud.director.v1_5.features that return types with arguments of type ProductSectionList
 com.google.common.util.concurrent.ListenableFuture<ProductSectionList> VmAsyncApi.getProductSections(String vmUrn)
           
 com.google.common.util.concurrent.ListenableFuture<ProductSectionList> VAppTemplateAsyncApi.getProductSections(String templateUrn)
           
 com.google.common.util.concurrent.ListenableFuture<ProductSectionList> VAppAsyncApi.getProductSections(String vAppUrn)
           
 com.google.common.util.concurrent.ListenableFuture<ProductSectionList> VmAsyncApi.getProductSections(URI vmHref)
           
 com.google.common.util.concurrent.ListenableFuture<ProductSectionList> VAppTemplateAsyncApi.getProductSections(URI templateHref)
           
 com.google.common.util.concurrent.ListenableFuture<ProductSectionList> VAppAsyncApi.getProductSections(URI vAppHref)
           
 

Methods in org.jclouds.vcloud.director.v1_5.features with parameters of type ProductSectionList
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.editProductSections(String vmUrn, ProductSectionList sectionList)
           
 Task VmApi.editProductSections(String vmUrn, ProductSectionList sectionList)
          Modifies the product section information of a Vm.
 com.google.common.util.concurrent.ListenableFuture<Task> VAppTemplateAsyncApi.editProductSections(String templateUrn, ProductSectionList sections)
           
 Task VAppTemplateApi.editProductSections(String templateUrn, ProductSectionList sections)
          Modifies the product sections of a vApp or vApp template.
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncApi.editProductSections(String vAppUrn, ProductSectionList sectionList)
           
 Task VAppApi.editProductSections(String vAppUrn, ProductSectionList sectionList)
          Modifies the product section information of a VApp.
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.editProductSections(URI vmHref, ProductSectionList sectionList)
           
 Task VmApi.editProductSections(URI vmHref, ProductSectionList sectionList)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppTemplateAsyncApi.editProductSections(URI templateHref, ProductSectionList sections)
           
 Task VAppTemplateApi.editProductSections(URI templateHref, ProductSectionList sections)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncApi.editProductSections(URI vAppHref, ProductSectionList sectionList)
           
 Task VAppApi.editProductSections(URI vAppHref, ProductSectionList sectionList)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.