| Modifier and Type | Method and Description |
|---|---|
Org |
TerremarkVCloudClient.findOrgNamed(String orgName)
Deprecated.
|
Org |
TerremarkVCloudClient.getOrg(URI orgId)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Org> |
TerremarkVCloudAsyncClient.findOrgNamed(String orgName)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends Org> |
TerremarkVCloudAsyncClient.getOrg(URI orgId)
Deprecated.
|
| Constructor and Description |
|---|
OrgNameAndCatalogNameToEndpoint(com.google.common.base.Supplier<Map<String,? extends Org>> orgMap,
com.google.common.base.Supplier<ReferenceType> defaultOrg,
com.google.common.base.Supplier<ReferenceType> defaultCatalog) |
OrgNameAndTasksListNameToEndpoint(com.google.common.base.Supplier<Map<String,? extends Org>> orgMap,
com.google.common.base.Supplier<ReferenceType> defaultOrg,
com.google.common.base.Supplier<ReferenceType> defaultTasksList) |
OrgNameAndVDCNameToEndpoint(com.google.common.base.Supplier<Map<String,? extends Org>> orgNameToVDCEndpoint,
com.google.common.base.Supplier<ReferenceType> defaultOrg,
com.google.common.base.Supplier<ReferenceType> defaultVDC) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends org.jclouds.compute.domain.Image> |
ImagesInVCloudExpressOrg.apply(Org from) |
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.base.Function<Org,Iterable<? extends Catalog>> |
TerremarkVCloudRestClientModule.OrgCatalogSupplier.allCatalogsInOrg |
protected com.google.common.base.Function<Iterable<String>,Iterable<? extends Org>> |
TerremarkVCloudRestClientModule.OrgMapSupplier.organizationsForNames |
protected com.google.common.base.Supplier<Map<String,? extends Org>> |
TerremarkVCloudRestClientModule.OrgCatalogSupplier.orgSupplier |
protected com.google.common.base.Supplier<Map<String,? extends Org>> |
TerremarkVCloudRestClientModule.OrgVDCSupplier.orgSupplier |
| Modifier and Type | Method and Description |
|---|---|
Map<String,? extends Org> |
TerremarkVCloudRestClientModule.OrgMapSupplier.get() |
protected com.google.common.base.Supplier<Org> |
TerremarkVCloudRestClientModule.provideOrg(com.google.common.base.Supplier<Map<String,? extends Org>> orgSupplier,
com.google.common.base.Supplier<ReferenceType> defaultOrg) |
protected com.google.common.base.Supplier<Map<String,? extends Org>> |
TerremarkVCloudRestClientModule.provideOrgMapCache(long seconds,
AtomicReference<org.jclouds.rest.AuthorizationException> authException,
TerremarkVCloudRestClientModule.OrgMapSupplier supplier) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.base.Supplier<Org> |
TerremarkVCloudRestClientModule.provideOrg(com.google.common.base.Supplier<Map<String,? extends Org>> orgSupplier,
com.google.common.base.Supplier<ReferenceType> defaultOrg) |
protected com.google.common.base.Supplier<Map<String,String>> |
TerremarkVCloudRestClientModule.provideVDCtoORG(com.google.common.base.Supplier<Map<String,? extends Org>> orgNameToOrgSupplier) |
| Constructor and Description |
|---|
DefaultCatalogForOrg(org.jclouds.config.ValueOfConfigurationKeyOrNull valueOfConfigurationKeyOrNull,
com.google.common.base.Predicate<ReferenceType> defaultSelector,
com.google.common.base.Supplier<Map<String,? extends Org>> nameToOrg) |
DefaultTasksListForOrg(org.jclouds.config.ValueOfConfigurationKeyOrNull valueOfConfigurationKeyOrNull,
com.google.common.base.Predicate<ReferenceType> defaultSelector,
com.google.common.base.Supplier<Map<String,? extends Org>> nameToOrg) |
DefaultVDCForOrg(org.jclouds.config.ValueOfConfigurationKeyOrNull valueOfConfigurationKeyOrNull,
com.google.common.base.Predicate<ReferenceType> defaultSelector,
com.google.common.base.Supplier<Map<String,? extends Org>> nameToOrg) |
TerremarkVCloudRestClientModule.OrgCatalogSupplier(com.google.common.base.Supplier<Map<String,? extends Org>> orgSupplier,
com.google.common.base.Function<Org,Iterable<? extends Catalog>> allCatalogsInOrg) |
TerremarkVCloudRestClientModule.OrgCatalogSupplier(com.google.common.base.Supplier<Map<String,? extends Org>> orgSupplier,
com.google.common.base.Function<Org,Iterable<? extends Catalog>> allCatalogsInOrg) |
TerremarkVCloudRestClientModule.OrgMapSupplier(com.google.common.base.Supplier<VCloudSession> sessionSupplier,
com.google.common.base.Function<Iterable<String>,Iterable<? extends Org>> organizationsForNames) |
TerremarkVCloudRestClientModule.OrgVDCSupplier(com.google.common.base.Supplier<Map<String,? extends Org>> orgSupplier,
com.google.common.base.Function<Org,Iterable<? extends VDC>> allVDCsInOrg) |
TerremarkVCloudRestClientModule.OrgVDCSupplier(com.google.common.base.Supplier<Map<String,? extends Org>> orgSupplier,
com.google.common.base.Function<Org,Iterable<? extends VDC>> allVDCsInOrg) |
| Modifier and Type | Class and Description |
|---|---|
class |
OrgImpl
Locations of resources in vCloud
|
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.base.Supplier<Map<String,? extends Org>> |
OrgURIToEndpoint.orgMap |
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends Org> |
OrgsForLocations.apply(Iterable<? extends org.jclouds.domain.Location> from)
Zones are assignable, but we want regions. so we look for zones, whose
parent is region. then, we use a set to extract the unique set.
|
Iterable<? extends Org> |
OrgsForNames.apply(Iterable<String> from) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends VDC> |
AllVDCsInOrg.apply(Org org) |
Iterable<? extends Catalog> |
AllCatalogsInOrg.apply(Org org) |
Iterable<? extends CatalogItem> |
AllCatalogItemsInOrg.apply(Org from) |
URI |
OrgURIToKeysListEndpoint.getUriFromOrg(Org org) |
protected abstract URI |
OrgURIToEndpoint.getUriFromOrg(Org org) |
| Constructor and Description |
|---|
OrgURIToEndpoint(com.google.common.base.Supplier<Map<String,? extends Org>> orgMap,
com.google.common.base.Supplier<ReferenceType> defaultUri) |
OrgURIToKeysListEndpoint(com.google.common.base.Supplier<Map<String,? extends Org>> orgMap,
com.google.common.base.Supplier<ReferenceType> defaultUri) |
| Modifier and Type | Method and Description |
|---|---|
Org |
OrgHandler.getResult() |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.