| Modifier and Type | Method and Description |
|---|---|
Catalog |
TerremarkVCloudClient.findCatalogInOrgNamed(String orgName,
String catalogName)
Deprecated.
returns the catalog in the organization associated with the specified
name.
|
Catalog |
TerremarkVCloudClient.getCatalog(URI catalogId)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Catalog> |
TerremarkVCloudAsyncClient.findCatalogInOrgNamed(String orgName,
String catalogName)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends Catalog> |
TerremarkVCloudAsyncClient.getCatalog(URI catalogId)
Deprecated.
Terremark does not have multiple catalogs, so we ignore this parameter.
|
| Constructor and Description |
|---|
OrgNameCatalogNameItemNameToEndpoint(com.google.common.base.Supplier<Map<String,Map<String,? extends Catalog>>> orgCatalogMap,
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<? extends CatalogItem>> |
TerremarkVCloudRestClientModule.OrgCatalogItemSupplier.allCatalogItemsInCatalog |
protected com.google.common.base.Function<Org,Iterable<? extends Catalog>> |
TerremarkVCloudRestClientModule.OrgCatalogSupplier.allCatalogsInOrg |
protected com.google.common.base.Supplier<Map<String,Map<String,? extends Catalog>>> |
TerremarkVCloudRestClientModule.OrgCatalogItemSupplier.catalogSupplier |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Map<String,? extends Catalog>> |
TerremarkVCloudRestClientModule.OrgCatalogSupplier.get() |
protected com.google.common.base.Supplier<Map<URI,? extends Catalog>> |
DefaultVCloudReferencesModule.provideCatalogsById(com.google.common.base.Supplier<Map<String,Map<String,? extends Catalog>>> supplier) |
protected com.google.common.base.Supplier<Map<String,Map<String,? extends Catalog>>> |
TerremarkVCloudRestClientModule.provideOrgCatalogItemMapSupplierCache(long seconds,
AtomicReference<org.jclouds.rest.AuthorizationException> authException,
TerremarkVCloudRestClientModule.OrgCatalogSupplier supplier) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.base.Supplier<Map<URI,? extends Catalog>> |
DefaultVCloudReferencesModule.provideCatalogsById(com.google.common.base.Supplier<Map<String,Map<String,? extends Catalog>>> supplier) |
| Constructor and Description |
|---|
TerremarkVCloudRestClientModule.OrgCatalogItemSupplier(com.google.common.base.Supplier<Map<String,Map<String,? extends Catalog>>> catalogSupplier,
com.google.common.base.Function<Catalog,Iterable<? extends CatalogItem>> allCatalogItemsInCatalog) |
TerremarkVCloudRestClientModule.OrgCatalogItemSupplier(com.google.common.base.Supplier<Map<String,Map<String,? extends Catalog>>> catalogSupplier,
com.google.common.base.Function<Catalog,Iterable<? extends CatalogItem>> allCatalogItemsInCatalog) |
TerremarkVCloudRestClientModule.OrgCatalogSupplier(com.google.common.base.Supplier<Map<String,? extends Org>> orgSupplier,
com.google.common.base.Function<Org,Iterable<? extends Catalog>> allCatalogsInOrg) |
| Modifier and Type | Class and Description |
|---|---|
class |
CatalogImpl
Locations of resources in vCloud
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends Catalog> |
AllCatalogsInOrg.apply(Org org) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends CatalogItem> |
AllCatalogItemsInCatalog.apply(Catalog from) |
| Modifier and Type | Method and Description |
|---|---|
Catalog |
CatalogHandler.getResult() |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.