Package | Description |
---|---|
org.jclouds.vcloud.config | |
org.jclouds.vcloud.features | |
org.jclouds.vcloud.functions | |
org.jclouds.vcloud.xml |
Modifier and Type | Method and Description |
---|---|
Map<URI,VDC> |
VCloudRestClientModule.URItoVDC.get() |
Map<String,Map<String,VDC>> |
VCloudRestClientModule.OrgVDCSupplier.get() |
protected com.google.common.base.Supplier<Map<String,Map<String,VDC>>> |
VCloudRestClientModule.provideOrgVDCSupplierCache(long seconds,
AtomicReference<AuthorizationException> authException,
VCloudRestClientModule.OrgVDCSupplier supplier) |
protected com.google.common.base.Supplier<Map<URI,VDC>> |
VCloudRestClientModule.provideURIToVDC(long seconds,
AtomicReference<AuthorizationException> authException,
VCloudRestClientModule.URItoVDC supplier) |
Constructor and Description |
---|
DefaultNetworkForVDC(ValueOfConfigurationKeyOrNull valueOfConfigurationKeyOrNull,
com.google.common.base.Predicate<ReferenceType> defaultSelector,
com.google.common.base.Supplier<Map<URI,VDC>> uriToVDC) |
VCloudRestClientModule.OrgVDCSupplier(com.google.common.base.Supplier<Map<String,Org>> orgSupplier,
com.google.common.base.Function<Org,Iterable<VDC>> allVDCsInOrg) |
Modifier and Type | Method and Description |
---|---|
VDC |
VDCClient.findVDCInOrgNamed(String orgName,
String vdcName)
returns the VDC in the organization associated with the specified name.
|
VDC |
VDCClient.getVDC(URI vdc) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<VDC> |
VDCAsyncClient.findVDCInOrgNamed(String orgName,
String vdcName) |
com.google.common.util.concurrent.ListenableFuture<VDC> |
VDCAsyncClient.getVDC(URI vdc) |
Modifier and Type | Field and Description |
---|---|
protected com.google.common.base.Supplier<Map<String,Map<String,VDC>>> |
OrgNameVDCNameResourceNameToEndpoint.orgVDCMap |
Modifier and Type | Method and Description |
---|---|
Iterable<VDC> |
AllVDCsInOrg.apply(Org org) |
Modifier and Type | Method and Description |
---|---|
protected abstract URI |
OrgNameVDCNameResourceNameToEndpoint.getEndpointOfResourceInVDC(Object org,
Object vDC,
Object resource,
VDC vDCObject) |
protected URI |
OrgNameVDCNameResourceEntityNameToEndpoint.getEndpointOfResourceInVDC(Object org,
Object vDC,
Object resource,
VDC vDCObject) |
protected URI |
OrgNameVDCNameNetworkNameToEndpoint.getEndpointOfResourceInVDC(Object org,
Object vDC,
Object resource,
VDC vDCObject) |
Constructor and Description |
---|
OrgNameVDCNameNetworkNameToEndpoint(com.google.common.base.Supplier<Map<String,Map<String,VDC>>> orgVDCMap,
com.google.common.base.Supplier<ReferenceType> defaultOrg,
com.google.common.base.Supplier<ReferenceType> defaultVDC) |
OrgNameVDCNameResourceEntityNameToEndpoint(com.google.common.base.Supplier<Map<String,Map<String,VDC>>> orgVDCMap,
com.google.common.base.Supplier<ReferenceType> defaultOrg,
com.google.common.base.Supplier<ReferenceType> defaultVDC) |
OrgNameVDCNameResourceNameToEndpoint(com.google.common.base.Supplier<Map<String,Map<String,VDC>>> orgVDCMap,
com.google.common.base.Supplier<ReferenceType> defaultOrg,
com.google.common.base.Supplier<ReferenceType> defaultVDC) |
Modifier and Type | Method and Description |
---|---|
VDC |
VDCHandler.getResult() |
Copyright © 2009-2012 jclouds. All Rights Reserved.