|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
Methods in org.jclouds.cloudstack that return types with arguments of type CloudStackClient | |
---|---|
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<Long,String>> |
CloudStackComputeServiceContextModule.listOSCategories(AtomicReference<AuthorizationException> authException,
long seconds,
CloudStackClient client)
|
com.google.common.base.Supplier<Map<Long,OSType>> |
CloudStackComputeServiceContextModule.listOSTypes(AtomicReference<AuthorizationException> authException,
long seconds,
CloudStackClient client)
|
Constructors in org.jclouds.cloudstack.compute.config with parameters of type CloudStackClient | |
---|---|
CloudStackComputeServiceContextModule.GetIPForwardingRulesByVirtualMachine(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<Long> jobComplete,
com.google.common.base.Supplier<Map<Long,Network>> networkSupplier,
BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult,
StaticNATVirtualMachineInNetwork.Factory staticNATVMInNetwork,
CreatePortForwardingRulesForIP setupPortForwardingRulesForIP,
com.google.common.cache.LoadingCache<Long,Set<IPForwardingRule>> vmToRules,
Map<String,Credentials> credentialStore,
Map<NetworkType,? extends OptionsConverter> optionsConverters,
com.google.common.base.Supplier<com.google.common.cache.LoadingCache<Long,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 | |
---|---|
CreatePortForwardingRulesForIP(CloudStackClient client,
BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult,
com.google.common.cache.LoadingCache<Long,Set<IPForwardingRule>> getIPForwardingRulesByVirtualMachine)
|
|
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 | |
---|---|
RestContext<CloudStackClient,CloudStackAsyncClient> |
CloudStackContextImpl.getProviderSpecificContext()
|
Constructor parameters in org.jclouds.cloudstack.internal with type arguments of type CloudStackClient | |
---|---|
CloudStackContextImpl(ComputeService computeService,
Map<String,Credentials> credentialStore,
Utils utils,
RestContext<CloudStackClient,CloudStackAsyncClient> providerSpecificContext,
RestContext<CloudStackDomainClient,CloudStackDomainAsyncClient> domainContext,
RestContext<CloudStackGlobalClient,CloudStackGlobalAsyncClient> globalContext)
|
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<Long> jobComplete)
|
Uses of CloudStackClient in org.jclouds.cloudstack.suppliers |
---|
Constructors in org.jclouds.cloudstack.suppliers with parameters of type CloudStackClient | |
---|---|
GetCurrentUser(CloudStackClient client,
String identity)
|
|
NetworksForCurrentUser(CloudStackClient client,
com.google.common.base.Supplier<User> currentUserSupplier)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |