Package | Description |
---|---|
org.jclouds.vcloud.binders | |
org.jclouds.vcloud.config | |
org.jclouds.vcloud.domain.internal | |
org.jclouds.vcloud.features | |
org.jclouds.vcloud.functions | |
org.jclouds.vcloud.xml |
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 | Field and Description |
---|---|
protected com.google.common.base.Function<Catalog,Iterable<CatalogItem>> |
VCloudHttpApiModule.OrgCatalogItemSupplier.allCatalogItemsInCatalog |
Modifier and Type | Method and Description |
---|---|
Map<String,Map<String,Map<String,CatalogItem>>> |
VCloudHttpApiModule.OrgCatalogItemSupplier.get() |
protected com.google.common.base.Supplier<Map<String,Map<String,Map<String,CatalogItem>>>> |
VCloudHttpApiModule.provideOrgCatalogItemSupplierCache(long seconds,
AtomicReference<AuthorizationException> authException,
VCloudHttpApiModule.OrgCatalogItemSupplier supplier) |
Constructor and Description |
---|
VCloudHttpApiModule.OrgCatalogItemSupplier(com.google.common.base.Supplier<Map<String,Map<String,Catalog>>> catalogSupplier,
com.google.common.base.Function<Catalog,Iterable<CatalogItem>> allCatalogItemsInCatalog) |
Modifier and Type | Class and Description |
---|---|
class |
CatalogItemImpl |
Modifier and Type | Method and Description |
---|---|
CatalogItem |
CatalogApi.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 |
CatalogApi.findCatalogItemInOrgCatalogNamed(String orgName,
String catalogName,
String itemName)
returns the catalog item in the catalog associated with the specified name.
|
CatalogItem |
CatalogApi.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) |
Modifier and Type | Method and Description |
---|---|
CatalogItem |
CatalogItemHandler.getResult() |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.