| Package | Description |
|---|---|
| org.jclouds.vcloud.director.v1_5.domain | |
| org.jclouds.vcloud.director.v1_5.features |
| Modifier and Type | Method and Description |
|---|---|
ProductSectionList |
ProductSectionList.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
B |
ProductSectionList.Builder.fromProductSectionList(ProductSectionList in) |
| Modifier and Type | Method and Description |
|---|---|
ProductSectionList |
VmApi.getProductSections(String vmUrn)
Retrieves
Vm product sections. |
ProductSectionList |
VAppTemplateApi.getProductSections(String templateUrn)
Retrieves VAppTemplate/VM product sections
GET /vAppTemplate/{id}/productSections
|
ProductSectionList |
VAppApi.getProductSections(String vAppUrn)
Retrieves
VApp product sections. |
ProductSectionList |
VmApi.getProductSections(URI vmHref) |
ProductSectionList |
VAppTemplateApi.getProductSections(URI templateHref) |
ProductSectionList |
VAppApi.getProductSections(URI vAppHref) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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.