Uses of Interface
org.jclouds.cloudstack.CloudStackClient

Packages that use CloudStackClient
org.jclouds.cloudstack   
org.jclouds.cloudstack.compute.config   
org.jclouds.cloudstack.compute.strategy   
org.jclouds.cloudstack.functions   
org.jclouds.cloudstack.internal   
org.jclouds.cloudstack.predicates   
org.jclouds.cloudstack.strategy   
org.jclouds.cloudstack.suppliers   
 

Uses of CloudStackClient in org.jclouds.cloudstack
 

Subinterfaces of CloudStackClient in org.jclouds.cloudstack
 interface CloudStackDomainClient
          Provides synchronous access to CloudStack.
 interface CloudStackGlobalClient
          Provides synchronous access to CloudStack.
 

Fields in org.jclouds.cloudstack with type parameters of type CloudStackClient
static com.google.common.reflect.TypeToken<org.jclouds.rest.RestContext<CloudStackClient,CloudStackAsyncClient>> CloudStackApiMetadata.CONTEXT_TOKEN
           
 

Methods in org.jclouds.cloudstack that return types with arguments of type CloudStackClient
 org.jclouds.rest.RestContext<CloudStackClient,CloudStackAsyncClient> CloudStackContext.getProviderSpecificContext()
           
 

Uses of CloudStackClient in org.jclouds.cloudstack.compute.config
 

Methods in org.jclouds.cloudstack.compute.config with parameters of type CloudStackClient
 com.google.common.base.Supplier<Map<String,String>> CloudStackComputeServiceContextModule.listOSCategories(AtomicReference<org.jclouds.rest.AuthorizationException> authException, long seconds, CloudStackClient client)
           
 com.google.common.base.Supplier<Map<String,OSType>> CloudStackComputeServiceContextModule.listOSTypes(AtomicReference<org.jclouds.rest.AuthorizationException> authException, long seconds, CloudStackClient client)
           
 

Uses of CloudStackClient in org.jclouds.cloudstack.compute.strategy
 

Constructors in org.jclouds.cloudstack.compute.strategy with parameters of type CloudStackClient
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,org.jclouds.domain.Credentials> credentialStore, Map<NetworkType,? extends OptionsConverter> optionsConverters, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<String,Zone>> zoneIdToZone)
           
 

Uses of CloudStackClient in org.jclouds.cloudstack.functions
 

Methods in org.jclouds.cloudstack.functions with parameters of type CloudStackClient
static PublicIPAddress ReuseOrAssociateNewPublicIPAddress.associateIPAddressInNetwork(Network network, CloudStackClient client, BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult)
           
 

Constructors in org.jclouds.cloudstack.functions with parameters of type CloudStackClient
CreateFirewallRulesForIP(CloudStackClient client, BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult, com.google.common.cache.LoadingCache<String,Set<FirewallRule>> getFirewallRulesByVirtualMachine)
           
CreatePortForwardingRulesForIP(CloudStackClient client, BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult, com.google.common.cache.LoadingCache<String,Set<IPForwardingRule>> getIPForwardingRulesByVirtualMachine)
           
GetFirewallRulesByVirtualMachine(CloudStackClient client)
           
GetIPForwardingRulesByVirtualMachine(CloudStackClient client)
           
ReuseOrAssociateNewPublicIPAddress(CloudStackClient client, BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult)
           
StaticNATVirtualMachineInNetwork(CloudStackClient client, ReuseOrAssociateNewPublicIPAddress reuseOrAssociate, Network network)
           
ZoneIdToZone(CloudStackClient client)
           
 

Uses of CloudStackClient in org.jclouds.cloudstack.internal
 

Methods in org.jclouds.cloudstack.internal that return types with arguments of type CloudStackClient
 org.jclouds.rest.RestContext<CloudStackClient,CloudStackAsyncClient> CloudStackContextImpl.getProviderSpecificContext()
           
 

Uses of CloudStackClient in org.jclouds.cloudstack.predicates
 

Constructors in org.jclouds.cloudstack.predicates with parameters of type CloudStackClient
CorrectHypervisorForZone(CloudStackClient client)
           
JobComplete(CloudStackClient client)
           
LoadBalancerRuleActive(CloudStackClient client)
           
OSCategoryIn(CloudStackClient client)
           
VirtualMachineDestroyed(CloudStackClient client)
           
VirtualMachineExpunged(CloudStackClient client)
           
VirtualMachineRunning(CloudStackClient client)
           
 

Uses of CloudStackClient in org.jclouds.cloudstack.strategy
 

Constructors in org.jclouds.cloudstack.strategy with parameters of type CloudStackClient
BlockUntilJobCompletesAndReturnResult(CloudStackClient client, com.google.common.base.Predicate<String> jobComplete)
           
 

Uses of CloudStackClient in org.jclouds.cloudstack.suppliers
 

Constructors in org.jclouds.cloudstack.suppliers with parameters of type CloudStackClient
GetCurrentUser(CloudStackClient client, com.google.common.base.Supplier<org.jclouds.domain.Credentials> creds)
           
NetworksForCurrentUser(CloudStackClient client, com.google.common.base.Supplier<User> currentUserSupplier)
           
 



Copyright © 2009-2013 jclouds. All Rights Reserved.