| Modifier and Type | Field and Description |
|---|---|
static com.google.common.reflect.TypeToken<org.jclouds.rest.RestContext<NovaApi,NovaAsyncApi>> |
NovaApiMetadata.CONTEXT_TOKEN
Deprecated.
please use
org.jclouds.ContextBuilder#buildApi(NovaApi.class) as
NovaAsyncApi interface will be removed in jclouds 1.7. |
| Modifier and Type | Field and Description |
|---|---|
protected NovaApi |
NovaComputeServiceAdapter.novaApi |
protected NovaApi |
NovaComputeService.novaApi |
| Constructor and Description |
|---|
NovaComputeService(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,
NovaApi novaApi,
com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroupInZone> securityGroupMap,
com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> 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.Optional<org.jclouds.compute.extensions.ImageExtension> imageExtension) |
NovaComputeServiceAdapter(NovaApi novaApi,
com.google.common.base.Supplier<Set<String>> zoneIds,
RemoveFloatingIpFromNodeAndDeallocate removeFloatingIpFromNodeAndDeallocate,
com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> keyPairCache) |
| Constructor and Description |
|---|
NovaImageExtension(NovaApi novaApi,
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) |
| Modifier and Type | Field and Description |
|---|---|
protected NovaApi |
CreateSecurityGroupIfNeeded.novaApi |
| Constructor and Description |
|---|
AllocateAndAddFloatingIpToNode(com.google.common.base.Predicate<AtomicReference<org.jclouds.compute.domain.NodeMetadata>> nodeRunning,
NovaApi novaApi,
com.google.common.cache.LoadingCache<ZoneAndId,Iterable<? extends FloatingIP>> floatingIpCache) |
CreateSecurityGroupIfNeeded(NovaApi novaApi) |
RemoveFloatingIpFromNodeAndDeallocate(NovaApi novaApi,
com.google.common.cache.LoadingCache<ZoneAndId,Iterable<? extends FloatingIP>> floatingIpCache) |
| Modifier and Type | Field and Description |
|---|---|
protected NovaApi |
CreateUniqueKeyPair.novaApi |
| Constructor and Description |
|---|
CreateUniqueKeyPair(NovaApi novaApi,
org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention) |
LoadFloatingIpsForInstance(NovaApi api) |
| Constructor and Description |
|---|
ApplyNovaTemplateOptionsCreateNodesWithGroupEncodedIntoNameThenAddToSet(org.jclouds.compute.strategy.CreateNodeWithGroupEncodedIntoName addNodeWithTagStrategy,
org.jclouds.compute.strategy.ListNodesStrategy listNodesStrategy,
org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention,
org.jclouds.compute.strategy.CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory customizeNodeAndAddToGoodMapOrPutExceptionIntoBadMapFactory,
com.google.common.util.concurrent.ListeningExecutorService userExecutor,
AllocateAndAddFloatingIpToNode createAndAddFloatingIpToNode,
com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroupInZone> securityGroupCache,
com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> keyPairCache,
NovaApi novaApi) |
| Modifier and Type | Class and Description |
|---|---|
class |
NovaRestClientModule<S extends NovaApi,A extends NovaAsyncApi>
Configures the Nova connection.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.cache.LoadingCache<String,Set<? extends org.jclouds.openstack.v2_0.domain.Extension>> |
NovaRestClientModule.provideExtensionsByZone(javax.inject.Provider<NovaApi> novaApi) |
| Constructor and Description |
|---|
ParseFlavorDetails.ToPagedIterable(NovaApi api) |
ParseFlavors.ToPagedIterable(NovaApi api) |
ParseImageDetails.ToPagedIterable(NovaApi api) |
ParseImages.ToPagedIterable(NovaApi api) |
ParseServerDetails.ToPagedIterable(NovaApi api) |
ParseServers.ToPagedIterable(NovaApi api) |
| Constructor and Description |
|---|
FindSecurityGroupWithNameAndReturnTrue(NovaApi novaApi) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.