|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Org | |
---|---|
org.jclouds.vcloud.compute.strategy | |
org.jclouds.vcloud.config | |
org.jclouds.vcloud.features | |
org.jclouds.vcloud.functions | |
org.jclouds.vcloud.xml |
Uses of Org in org.jclouds.vcloud.compute.strategy |
---|
Fields in org.jclouds.vcloud.compute.strategy with type parameters of type Org | |
---|---|
protected com.google.common.base.Supplier<Map<String,Org>> |
VCloudComputeServiceAdapter.nameToOrg
|
Constructor parameters in org.jclouds.vcloud.compute.strategy with type arguments of type Org | |
---|---|
VCloudComputeServiceAdapter(VCloudClient 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)
|
Uses of Org in org.jclouds.vcloud.config |
---|
Fields in org.jclouds.vcloud.config with type parameters of type Org | |
---|---|
protected com.google.common.base.Function<Org,Iterable<Catalog>> |
VCloudRestClientModule.OrgCatalogSupplier.allCatalogsInOrg
|
protected com.google.common.base.Function<Iterable<String>,Iterable<Org>> |
VCloudRestClientModule.OrgMapSupplier.organizationsForNames
|
protected com.google.common.base.Supplier<Map<String,Org>> |
VCloudRestClientModule.OrgCatalogSupplier.orgSupplier
|
protected com.google.common.base.Supplier<Map<String,Org>> |
VCloudRestClientModule.OrgVDCSupplier.orgSupplier
|
Methods in org.jclouds.vcloud.config that return Org | |
---|---|
protected Org |
VCloudRestClientModule.provideOrg(com.google.common.base.Supplier<Map<String,Org>> orgSupplier,
ReferenceType defaultOrg)
|
Methods in org.jclouds.vcloud.config that return types with arguments of type Org | |
---|---|
Map<String,Org> |
VCloudRestClientModule.OrgMapSupplier.get()
|
protected com.google.common.base.Supplier<Map<String,Org>> |
VCloudRestClientModule.provideOrgMapCache(long seconds,
AtomicReference<AuthorizationException> authException,
VCloudRestClientModule.OrgMapSupplier supplier)
|
Method parameters in org.jclouds.vcloud.config with type arguments of type Org | |
---|---|
protected Org |
VCloudRestClientModule.provideOrg(com.google.common.base.Supplier<Map<String,Org>> orgSupplier,
ReferenceType defaultOrg)
|
protected com.google.common.base.Supplier<Map<String,String>> |
VCloudRestClientModule.provideVDCtoORG(com.google.common.base.Supplier<Map<String,Org>> orgNameToOrgSuppier)
|
Constructor parameters in org.jclouds.vcloud.config with type arguments of type Org | |
---|---|
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)
|
|
VCloudRestClientModule.OrgCatalogSupplier(com.google.common.base.Supplier<Map<String,Org>> orgSupplier,
com.google.common.base.Function<Org,Iterable<Catalog>> allCatalogsInOrg)
|
|
VCloudRestClientModule.OrgCatalogSupplier(com.google.common.base.Supplier<Map<String,Org>> orgSupplier,
com.google.common.base.Function<Org,Iterable<Catalog>> allCatalogsInOrg)
|
|
VCloudRestClientModule.OrgMapSupplier(com.google.common.base.Supplier<VCloudSession> sessionSupplier,
com.google.common.base.Function<Iterable<String>,Iterable<Org>> organizationsForNames)
|
|
VCloudRestClientModule.OrgVDCSupplier(com.google.common.base.Supplier<Map<String,Org>> orgSupplier,
com.google.common.base.Function<Org,Iterable<VDC>> allVDCsInOrg)
|
|
VCloudRestClientModule.OrgVDCSupplier(com.google.common.base.Supplier<Map<String,Org>> orgSupplier,
com.google.common.base.Function<Org,Iterable<VDC>> allVDCsInOrg)
|
Uses of Org in org.jclouds.vcloud.features |
---|
Methods in org.jclouds.vcloud.features that return Org | |
---|---|
Org |
OrgClient.findOrgNamed(String name)
This call returns a list of all vCloud Data Centers (vdcs), catalogs, and task lists within the organization. |
Org |
OrgClient.getOrg(URI orgId)
|
Methods in org.jclouds.vcloud.features that return types with arguments of type Org | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Org> |
OrgAsyncClient.findOrgNamed(String orgName)
|
com.google.common.util.concurrent.ListenableFuture<Org> |
OrgAsyncClient.getOrg(URI orgId)
|
Uses of Org in org.jclouds.vcloud.functions |
---|
Methods in org.jclouds.vcloud.functions that return types with arguments of type Org | |
---|---|
Iterable<Org> |
OrgsForLocations.apply(Iterable<Location> from)
Zones are assignable, but we want regions. |
Iterable<Org> |
OrgsForNames.apply(Iterable<String> from)
|
Methods in org.jclouds.vcloud.functions with parameters of type Org | |
---|---|
Iterable<VDC> |
AllVDCsInOrg.apply(Org org)
|
Iterable<VAppTemplate> |
VAppTemplatesInOrg.apply(Org from)
|
Iterable<CatalogItem> |
AllCatalogItemsInOrg.apply(Org from)
|
Iterable<Catalog> |
AllCatalogsInOrg.apply(Org org)
|
Constructor parameters in org.jclouds.vcloud.functions with type arguments of type Org | |
---|---|
OrgNameAndCatalogNameToEndpoint(com.google.common.base.Supplier<Map<String,Org>> orgMap,
ReferenceType defaultOrg,
ReferenceType defaultCatalog)
|
|
OrgNameAndVDCNameToEndpoint(com.google.common.base.Supplier<Map<String,Org>> orgNameToVDCEndpoint,
ReferenceType defaultOrg,
ReferenceType defaultVDC)
|
|
OrgNameToTasksListEndpoint(com.google.common.base.Supplier<Map<String,Org>> orgMap,
ReferenceType defaultTasksList)
|
Uses of Org in org.jclouds.vcloud.xml |
---|
Methods in org.jclouds.vcloud.xml that return Org | |
---|---|
Org |
OrgHandler.getResult()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |