| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
CloudStackDomainClient
Provides synchronous access to CloudStack. 
 | 
interface  | 
CloudStackGlobalClient
Provides synchronous access to CloudStack. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static com.google.common.reflect.TypeToken<RestContext<CloudStackClient,CloudStackAsyncClient>> | 
CloudStackApiMetadata.CONTEXT_TOKEN
Deprecated. 
 
please use  
org.jclouds.ContextBuilder#buildApi(CloudStackClient.class) as
             CloudStackAsyncClient interface will be removed in jclouds 1.7. | 
| Modifier and Type | Method and Description | 
|---|---|
CloudStackClient | 
CloudStackContext.getApi()  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.base.Supplier<Map<String,String>> | 
CloudStackComputeServiceContextModule.listOSCategories(AtomicReference<AuthorizationException> authException,
                long seconds,
                CloudStackClient client)  | 
com.google.common.base.Supplier<Map<String,OSType>> | 
CloudStackComputeServiceContextModule.listOSTypes(AtomicReference<AuthorizationException> authException,
           long seconds,
           CloudStackClient client)  | 
| Constructor and Description | 
|---|
CloudStackComputeServiceAdapter(CloudStackClient client,
                               com.google.common.base.Predicate<String> jobComplete,
                               com.google.common.base.Supplier<Map<String,Network>> networkSupplier,
                               BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult,
                               StaticNATVirtualMachineInNetwork.Factory staticNATVMInNetwork,
                               CreatePortForwardingRulesForIP setupPortForwardingRulesForIP,
                               CreateFirewallRulesForIP setupFirewallRulesForIP,
                               com.google.common.cache.LoadingCache<String,Set<IPForwardingRule>> vmToRules,
                               Map<String,Credentials> credentialStore,
                               Map<NetworkType,? extends OptionsConverter> optionsConverters,
                               com.google.common.base.Supplier<com.google.common.cache.LoadingCache<String,Zone>> zoneIdToZone)  | 
| Modifier and Type | Method and Description | 
|---|---|
static PublicIPAddress | 
ReuseOrAssociateNewPublicIPAddress.associateIPAddressInNetwork(Network network,
                           CloudStackClient client,
                           BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult)  | 
| Modifier and Type | Method and Description | 
|---|---|
CloudStackClient | 
CloudStackContextImpl.getApi()  | 
| Constructor and Description | 
|---|
CorrectHypervisorForZone(CloudStackClient client)  | 
JobComplete(CloudStackClient client)  | 
LoadBalancerRuleActive(CloudStackClient client)  | 
OSCategoryIn(CloudStackClient client)  | 
VirtualMachineDestroyed(CloudStackClient client)  | 
VirtualMachineExpunged(CloudStackClient client)  | 
VirtualMachineRunning(CloudStackClient client)  | 
| Constructor and Description | 
|---|
BlockUntilJobCompletesAndReturnResult(CloudStackClient client,
                                     com.google.common.base.Predicate<String> jobComplete)  | 
| Constructor and Description | 
|---|
GetCurrentUser(CloudStackClient client,
              com.google.common.base.Supplier<Credentials> creds)  | 
NetworksForCurrentUser(CloudStackClient client,
                      com.google.common.base.Supplier<User> currentUserSupplier)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.