Package | Description |
---|---|
org.jclouds.vcloud.config | |
org.jclouds.vcloud.features | |
org.jclouds.vcloud.functions | |
org.jclouds.vcloud.xml |
Modifier and Type | Field and Description |
---|---|
protected com.google.common.base.Function<Catalog,Iterable<CatalogItem>> |
VCloudRestClientModule.OrgCatalogItemSupplier.allCatalogItemsInCatalog |
Modifier and Type | Method and Description |
---|---|
Map<String,Map<String,Map<String,CatalogItem>>> |
VCloudRestClientModule.OrgCatalogItemSupplier.get() |
protected com.google.common.base.Supplier<Map<String,Map<String,Map<String,CatalogItem>>>> |
VCloudRestClientModule.provideOrgCatalogItemSupplierCache(long seconds,
AtomicReference<AuthorizationException> authException,
VCloudRestClientModule.OrgCatalogItemSupplier supplier) |
Constructor and Description |
---|
VCloudRestClientModule.OrgCatalogItemSupplier(com.google.common.base.Supplier<Map<String,Map<String,Catalog>>> catalogSupplier,
com.google.common.base.Function<Catalog,Iterable<CatalogItem>> allCatalogItemsInCatalog) |
Modifier and Type | Method and Description |
---|---|
CatalogItem |
CatalogClient.addVAppTemplateOrMediaImageToCatalogAndNameItem(URI entity,
URI catalog,
String name,
CatalogItemOptions... options)
A catalog can contain references to vApp templates and media images that have been uploaded to
any vDC in an organization.
|
CatalogItem |
CatalogClient.findCatalogItemInOrgCatalogNamed(String orgName,
String catalogName,
String itemName)
returns the catalog item in the catalog associated with the specified name.
|
CatalogItem |
CatalogClient.getCatalogItem(URI catalogItem) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<CatalogItem> |
CatalogAsyncClient.addVAppTemplateOrMediaImageToCatalogAndNameItem(URI entity,
URI catalog,
String name,
CatalogItemOptions... options) |
com.google.common.util.concurrent.ListenableFuture<CatalogItem> |
CatalogAsyncClient.findCatalogItemInOrgCatalogNamed(String orgName,
String catalogName,
String itemName) |
com.google.common.util.concurrent.ListenableFuture<CatalogItem> |
CatalogAsyncClient.getCatalogItem(URI catalogItem) |
Modifier and Type | Method and Description |
---|---|
Iterable<CatalogItem> |
CatalogItemsInCatalog.apply(Catalog from) |
Iterable<CatalogItem> |
CatalogItemsInOrg.apply(Org from) |
Modifier and Type | Method and Description |
---|---|
Iterable<VAppTemplate> |
VAppTemplatesForCatalogItems.apply(Iterable<CatalogItem> from) |
Constructor and Description |
---|
OrgNameCatalogNameVAppTemplateNameToEndpoint(com.google.common.base.Supplier<Map<String,Map<String,Map<String,CatalogItem>>>> orgCatalogItemMap,
com.google.common.base.Supplier<ReferenceType> defaultOrg,
com.google.common.base.Supplier<ReferenceType> defaultCatalog) |
Modifier and Type | Method and Description |
---|---|
CatalogItem |
CatalogItemHandler.getResult() |
Copyright © 2009-2013 jclouds. All Rights Reserved.