Constructor and Description |
---|
OrgNameAndCatalogNameToEndpoint(com.google.common.base.Supplier<Map<String,Org>> orgMap,
com.google.common.base.Supplier<ReferenceType> defaultOrg,
com.google.common.base.Supplier<ReferenceType> defaultCatalog) |
OrgNameAndVDCNameToEndpoint(com.google.common.base.Supplier<Map<String,Org>> orgNameToVDCEndpoint,
com.google.common.base.Supplier<ReferenceType> defaultOrg,
com.google.common.base.Supplier<ReferenceType> defaultVDC) |
Modifier and Type | Field and Description |
---|---|
protected com.google.common.base.Supplier<Map<String,Org>> |
VCloudComputeServiceAdapter.nameToOrg |
Constructor and Description |
---|
VCloudComputeServiceAdapter(VCloudApi client,
com.google.common.base.Predicate<URI> successTester,
InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn booter,
com.google.common.base.Supplier<Map<String,Org>> nameToOrg,
VAppTemplatesSupplier templates,
com.google.common.base.Function<VAppTemplate,Envelope> templateToEnvelope) |
Modifier and Type | Field and Description |
---|---|
protected com.google.common.base.Function<Org,Iterable<Catalog>> |
VCloudHttpApiModule.OrgCatalogSupplier.allCatalogsInOrg |
protected com.google.common.base.Function<Iterable<String>,Iterable<Org>> |
VCloudHttpApiModule.OrgMapSupplier.organizationsForNames |
protected com.google.common.base.Supplier<Map<String,Org>> |
VCloudHttpApiModule.OrgCatalogSupplier.orgSupplier |
protected com.google.common.base.Supplier<Map<String,Org>> |
VCloudHttpApiModule.OrgVDCSupplier.orgSupplier |
Modifier and Type | Method and Description |
---|---|
Map<String,Org> |
VCloudHttpApiModule.OrgMapSupplier.get() |
protected com.google.common.base.Supplier<Org> |
VCloudHttpApiModule.provideOrg(com.google.common.base.Supplier<Map<String,Org>> orgSupplier,
com.google.common.base.Supplier<ReferenceType> defaultOrg) |
protected com.google.common.base.Supplier<Map<String,Org>> |
VCloudHttpApiModule.provideOrgMapCache(long seconds,
AtomicReference<AuthorizationException> authException,
VCloudHttpApiModule.OrgMapSupplier supplier) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Supplier<Org> |
VCloudHttpApiModule.provideOrg(com.google.common.base.Supplier<Map<String,Org>> orgSupplier,
com.google.common.base.Supplier<ReferenceType> defaultOrg) |
protected com.google.common.base.Supplier<Map<String,String>> |
VCloudHttpApiModule.provideVDCtoORG(com.google.common.base.Supplier<Map<String,Org>> orgNameToOrgSupplier) |
Constructor and Description |
---|
DefaultCatalogForOrg(ValueOfConfigurationKeyOrNull valueOfConfigurationKeyOrNull,
com.google.common.base.Predicate<ReferenceType> defaultSelector,
com.google.common.base.Supplier<Map<String,Org>> nameToOrg) |
DefaultTasksListForOrg(com.google.common.base.Supplier<Map<String,Org>> nameToOrg) |
DefaultVDCForOrg(ValueOfConfigurationKeyOrNull valueOfConfigurationKeyOrNull,
com.google.common.base.Predicate<ReferenceType> defaultSelector,
com.google.common.base.Supplier<Map<String,Org>> nameToOrg) |
VCloudHttpApiModule.OrgCatalogSupplier(com.google.common.base.Supplier<Map<String,Org>> orgSupplier,
com.google.common.base.Function<Org,Iterable<Catalog>> allCatalogsInOrg) |
VCloudHttpApiModule.OrgCatalogSupplier(com.google.common.base.Supplier<Map<String,Org>> orgSupplier,
com.google.common.base.Function<Org,Iterable<Catalog>> allCatalogsInOrg) |
VCloudHttpApiModule.OrgMapSupplier(com.google.common.base.Supplier<VCloudSession> sessionSupplier,
com.google.common.base.Function<Iterable<String>,Iterable<Org>> organizationsForNames) |
VCloudHttpApiModule.OrgVDCSupplier(com.google.common.base.Supplier<Map<String,Org>> orgSupplier,
com.google.common.base.Function<Org,Iterable<VDC>> allVDCsInOrg) |
VCloudHttpApiModule.OrgVDCSupplier(com.google.common.base.Supplier<Map<String,Org>> orgSupplier,
com.google.common.base.Function<Org,Iterable<VDC>> allVDCsInOrg) |
Modifier and Type | Class and Description |
---|---|
class |
OrgImpl
Locations of resources in vCloud
|
Modifier and Type | Method and Description |
---|---|
Org |
OrgApi.findOrgNamed(String orgName)
This call returns a list of all vCloud Data Centers (vdcs), catalogs, and task lists within
the organization.
|
Org |
OrgApi.getOrg(URI orgId) |
Modifier and Type | Method and Description |
---|---|
Iterable<Org> |
OrgsForLocations.apply(Iterable<Location> from)
Zones are assignable, but we want regions.
|
Iterable<Org> |
OrgsForNames.apply(Iterable<String> from) |
Modifier and Type | Method and Description |
---|---|
Iterable<VDC> |
VDCsInOrg.apply(Org org) |
Iterable<VAppTemplate> |
VAppTemplatesInOrg.apply(Org from) |
Iterable<OrgNetwork> |
NetworksInOrg.apply(Org org) |
Iterable<Catalog> |
CatalogsInOrg.apply(Org org) |
Iterable<CatalogItem> |
CatalogItemsInOrg.apply(Org from) |
Constructor and Description |
---|
OrgNameToTasksListEndpoint(com.google.common.base.Supplier<Map<String,Org>> orgMap,
com.google.common.base.Supplier<ReferenceType> defaultTasksList) |
Modifier and Type | Method and Description |
---|---|
Org |
OrgHandler.getResult() |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.