|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Org in org.jclouds.vcloud |
---|
Methods in org.jclouds.vcloud that return Org | |
---|---|
Org |
VCloudClient.findOrgNamed(String name)
Deprecated. |
Org |
VCloudClient.getOrg(URI orgId)
Deprecated. |
Methods in org.jclouds.vcloud that return types with arguments of type Org | |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Org> |
VCloudAsyncClient.findOrgNamed(String orgName)
|
com.google.common.util.concurrent.ListenableFuture<? extends Org> |
VCloudAsyncClient.getOrg(URI orgId)
|
Uses of Org in org.jclouds.vcloud.compute.functions |
---|
Methods in org.jclouds.vcloud.compute.functions with parameters of type Org | |
---|---|
Iterable<? extends Image> |
ImagesInOrg.apply(Org from)
|
Iterable<? extends Hardware> |
HardwareInOrg.apply(Org from)
|
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,? extends Org>> |
VCloudListNodesStrategy.nameToOrg
|
Constructor parameters in org.jclouds.vcloud.compute.strategy with type arguments of type Org | |
---|---|
VCloudListNodesStrategy(VCloudClient client,
com.google.common.base.Supplier<Map<String,? extends Org>> nameToOrg,
VCloudGetNodeMetadataStrategy getNodeMetadata,
FindLocationForResource findLocationForResourceInVDC)
|
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<? extends Catalog>> |
VCloudRestClientModule.OrgCatalogSupplier.allCatalogsInOrg
|
protected com.google.common.base.Function<Iterable<String>,Iterable<? extends Org>> |
VCloudRestClientModule.OrgMapSupplier.organizationsForNames
|
protected com.google.common.base.Supplier<Map<String,? extends Org>> |
VCloudRestClientModule.OrgCatalogSupplier.orgSupplier
|
protected com.google.common.base.Supplier<Map<String,? extends Org>> |
VCloudRestClientModule.OrgVDCSupplier.orgSupplier
|
Methods in org.jclouds.vcloud.config that return Org | |
---|---|
protected Org |
VCloudRestClientModule.provideOrg(com.google.common.base.Supplier<Map<String,? extends Org>> orgSupplier,
ReferenceType defaultOrg)
|
Methods in org.jclouds.vcloud.config that return types with arguments of type Org | |
---|---|
Map<String,? extends Org> |
VCloudRestClientModule.OrgMapSupplier.get()
|
protected com.google.common.base.Supplier<Map<String,? extends 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,? extends Org>> orgSupplier,
ReferenceType defaultOrg)
|
protected com.google.common.base.Supplier<Map<String,String>> |
VCloudRestClientModule.provideVDCtoORG(com.google.common.base.Supplier<Map<String,? extends 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,? extends Org>> nameToOrg)
|
|
DefaultTasksListForOrg(com.google.common.base.Supplier<Map<String,? extends Org>> nameToOrg)
|
|
DefaultVDCForOrg(ValueOfConfigurationKeyOrNull valueOfConfigurationKeyOrNull,
com.google.common.base.Predicate<ReferenceType> defaultSelector,
com.google.common.base.Supplier<Map<String,? extends Org>> nameToOrg)
|
|
VCloudRestClientModule.OrgCatalogSupplier(com.google.common.base.Supplier<Map<String,? extends Org>> orgSupplier,
com.google.common.base.Function<Org,Iterable<? extends Catalog>> allCatalogsInOrg)
|
|
VCloudRestClientModule.OrgCatalogSupplier(com.google.common.base.Supplier<Map<String,? extends Org>> orgSupplier,
com.google.common.base.Function<Org,Iterable<? extends Catalog>> allCatalogsInOrg)
|
|
VCloudRestClientModule.OrgMapSupplier(com.google.common.base.Supplier<VCloudSession> sessionSupplier,
com.google.common.base.Function<Iterable<String>,Iterable<? extends Org>> organizationsForNames)
|
|
VCloudRestClientModule.OrgVDCSupplier(com.google.common.base.Supplier<Map<String,? extends Org>> orgSupplier,
com.google.common.base.Function<Org,Iterable<? extends VDC>> allVDCsInOrg)
|
|
VCloudRestClientModule.OrgVDCSupplier(com.google.common.base.Supplier<Map<String,? extends Org>> orgSupplier,
com.google.common.base.Function<Org,Iterable<? extends 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<? extends Org> |
OrgAsyncClient.findOrgNamed(String orgName)
|
com.google.common.util.concurrent.ListenableFuture<? extends 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<? extends Org> |
OrgsForLocations.apply(Iterable<? extends Location> from)
Zones are assignable, but we want regions. |
Iterable<? extends Org> |
OrgsForNames.apply(Iterable<String> from)
|
Methods in org.jclouds.vcloud.functions with parameters of type Org | |
---|---|
Iterable<? extends VDC> |
AllVDCsInOrg.apply(Org org)
|
Iterable<? extends CatalogItem> |
AllCatalogItemsInOrg.apply(Org from)
|
Iterable<? extends 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,? extends Org>> orgMap,
ReferenceType defaultOrg,
ReferenceType defaultCatalog)
|
|
OrgNameAndVDCNameToEndpoint(com.google.common.base.Supplier<Map<String,? extends Org>> orgNameToVDCEndpoint,
ReferenceType defaultOrg,
ReferenceType defaultVDC)
|
|
OrgNameToTasksListEndpoint(com.google.common.base.Supplier<Map<String,? extends 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 |