Modifier and Type | Interface and Description |
---|---|
interface |
CloudStackDomainClient
Provides synchronous access to CloudStack.
|
interface |
CloudStackGlobalClient
Provides synchronous access to CloudStack.
|
Modifier and Type | Method and Description |
---|---|
RestContext<CloudStackClient,CloudStackAsyncClient> |
CloudStackContext.getProviderSpecificContext() |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
CloudStackComputeServiceContextModule.GetIPForwardingRulesByVirtualMachine(CloudStackClient client) |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
static PublicIPAddress |
ReuseOrAssociateNewPublicIPAddress.associateIPAddressInNetwork(Network network,
CloudStackClient client,
BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult) |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
RestContext<CloudStackClient,CloudStackAsyncClient> |
CloudStackContextImpl.getProviderSpecificContext() |
Constructor and Description |
---|
CloudStackContextImpl(ComputeService computeService,
Map<String,Credentials> credentialStore,
Utils utils,
RestContext<CloudStackClient,CloudStackAsyncClient> providerSpecificContext,
RestContext<CloudStackDomainClient,CloudStackDomainAsyncClient> domainContext,
RestContext<CloudStackGlobalClient,CloudStackGlobalAsyncClient> globalContext) |
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<Long> jobComplete) |
Constructor and Description |
---|
GetCurrentUser(CloudStackClient client,
String identity) |
NetworksForCurrentUser(CloudStackClient client,
com.google.common.base.Supplier<User> currentUserSupplier) |
Copyright © 2009-2012 jclouds. All Rights Reserved.