| Modifier and Type | Interface and Description |
|---|---|
interface |
CloudStackDomainClient
Deprecated.
The *Client classes will be replaced with the *Api classes in jclouds 1.7.
|
interface |
CloudStackGlobalClient
Deprecated.
The *Client classes will be replaced with the *Api classes in jclouds 1.7.
|
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.reflect.TypeToken<org.jclouds.rest.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 | Field and Description |
|---|---|
protected CloudStackClient |
CloudStackComputeService.client |
| Constructor and Description |
|---|
CloudStackComputeService(org.jclouds.compute.ComputeServiceContext context,
Map<String,org.jclouds.domain.Credentials> credentialStore,
com.google.common.base.Supplier<Set<? extends org.jclouds.compute.domain.Image>> images,
com.google.common.base.Supplier<Set<? extends org.jclouds.compute.domain.Hardware>> sizes,
com.google.common.base.Supplier<Set<? extends org.jclouds.domain.Location>> locations,
org.jclouds.compute.strategy.ListNodesStrategy listNodesStrategy,
org.jclouds.compute.strategy.GetImageStrategy getImageStrategy,
org.jclouds.compute.strategy.GetNodeMetadataStrategy getNodeMetadataStrategy,
org.jclouds.compute.strategy.CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy,
org.jclouds.compute.strategy.RebootNodeStrategy rebootNodeStrategy,
org.jclouds.compute.strategy.DestroyNodeStrategy destroyNodeStrategy,
org.jclouds.compute.strategy.ResumeNodeStrategy startNodeStrategy,
org.jclouds.compute.strategy.SuspendNodeStrategy stopNodeStrategy,
javax.inject.Provider<org.jclouds.compute.domain.TemplateBuilder> templateBuilderProvider,
javax.inject.Provider<org.jclouds.compute.options.TemplateOptions> templateOptionsProvider,
com.google.common.base.Predicate<AtomicReference<org.jclouds.compute.domain.NodeMetadata>> nodeRunning,
com.google.common.base.Predicate<AtomicReference<org.jclouds.compute.domain.NodeMetadata>> nodeTerminated,
com.google.common.base.Predicate<AtomicReference<org.jclouds.compute.domain.NodeMetadata>> nodeSuspended,
org.jclouds.compute.strategy.InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
org.jclouds.compute.callables.RunScriptOnNode.Factory runScriptOnNodeFactory,
org.jclouds.scriptbuilder.functions.InitAdminAccess initAdminAccess,
org.jclouds.compute.internal.PersistNodeCredentials persistNodeCredentials,
org.jclouds.compute.reference.ComputeServiceConstants.Timeouts timeouts,
com.google.common.util.concurrent.ListeningExecutorService userExecutor,
CloudStackClient client,
com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroup> securityGroupMap,
com.google.common.cache.LoadingCache<String,SshKeyPair> keyPairCache,
com.google.common.base.Function<Set<? extends org.jclouds.compute.domain.NodeMetadata>,com.google.common.collect.Multimap<String,String>> orphanedGroupsByZoneId,
org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention,
com.google.common.base.Supplier<com.google.common.cache.LoadingCache<String,Zone>> zoneIdToZone,
com.google.common.base.Optional<org.jclouds.compute.extensions.ImageExtension> imageExtension) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
CloudStackImageExtension(CloudStackClient client,
com.google.common.util.concurrent.ListeningExecutorService userExecutor,
com.google.common.base.Supplier<Set<? extends org.jclouds.domain.Location>> locations,
com.google.common.base.Predicate<AtomicReference<org.jclouds.compute.domain.Image>> imageAvailablePredicate,
BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult,
com.google.common.base.Predicate<String> jobComplete) |
| Modifier and Type | Field and Description |
|---|---|
protected CloudStackClient |
FindSecurityGroupOrCreate.client |
protected CloudStackClient |
CreateUniqueKeyPair.client |
| Constructor and Description |
|---|
CreateUniqueKeyPair(CloudStackClient client) |
FindSecurityGroupOrCreate(CloudStackClient client,
com.google.common.base.Function<ZoneSecurityGroupNamePortsCidrs,SecurityGroup> groupCreator) |
| 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,org.jclouds.domain.Credentials> credentialStore,
Map<NetworkType,? extends OptionsConverter> optionsConverters,
com.google.common.base.Supplier<com.google.common.cache.LoadingCache<String,Zone>> zoneIdToZone,
com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroup> securityGroupCache,
com.google.common.cache.LoadingCache<String,SshKeyPair> keyPairCache,
org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention) |
| Modifier and Type | Field and Description |
|---|---|
protected CloudStackClient |
CreateSecurityGroupIfNeeded.client |
| 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<org.jclouds.domain.Credentials> creds) |
NetworksForCurrentUser(CloudStackClient client,
com.google.common.base.Supplier<User> currentUserSupplier) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.