|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of NovaApi in org.jclouds.openstack.nova.v2_0.compute |
|---|
| Fields in org.jclouds.openstack.nova.v2_0.compute declared as NovaApi | |
|---|---|
protected NovaApi |
NovaComputeServiceAdapter.novaApi
|
protected NovaApi |
NovaComputeService.novaApi
|
| Constructors in org.jclouds.openstack.nova.v2_0.compute with parameters of type NovaApi | |
|---|---|
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,
com.google.common.base.Optional<org.jclouds.compute.extensions.SecurityGroupExtension> securityGroupExtension)
|
|
NovaComputeServiceAdapter(NovaApi novaApi,
com.google.common.base.Supplier<Set<String>> zoneIds,
RemoveFloatingIpFromNodeAndDeallocate removeFloatingIpFromNodeAndDeallocate,
com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> keyPairCache)
|
|
| Uses of NovaApi in org.jclouds.openstack.nova.v2_0.compute.extensions |
|---|
| Fields in org.jclouds.openstack.nova.v2_0.compute.extensions declared as NovaApi | |
|---|---|
protected NovaApi |
NovaSecurityGroupExtension.api
|
| Constructors in org.jclouds.openstack.nova.v2_0.compute.extensions with parameters of type NovaApi | |
|---|---|
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)
|
|
NovaSecurityGroupExtension(NovaApi api,
com.google.common.util.concurrent.ListeningExecutorService userExecutor,
com.google.common.base.Supplier<Set<String>> zoneIds,
com.google.common.base.Function<SecurityGroupInZone,org.jclouds.compute.domain.SecurityGroup> groupConverter,
com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroupInZone> groupCreator,
org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention)
|
|
| Uses of NovaApi in org.jclouds.openstack.nova.v2_0.compute.functions |
|---|
| Fields in org.jclouds.openstack.nova.v2_0.compute.functions declared as NovaApi | |
|---|---|
protected NovaApi |
CreateSecurityGroupIfNeeded.novaApi
|
| Constructors in org.jclouds.openstack.nova.v2_0.compute.functions with parameters of type NovaApi | |
|---|---|
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)
|
|
| Uses of NovaApi in org.jclouds.openstack.nova.v2_0.compute.loaders |
|---|
| Fields in org.jclouds.openstack.nova.v2_0.compute.loaders declared as NovaApi | |
|---|---|
protected NovaApi |
CreateUniqueKeyPair.novaApi
|
| Constructors in org.jclouds.openstack.nova.v2_0.compute.loaders with parameters of type NovaApi | |
|---|---|
CreateUniqueKeyPair(NovaApi novaApi,
org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention)
|
|
LoadFloatingIpsForInstance(NovaApi api)
|
|
| Uses of NovaApi in org.jclouds.openstack.nova.v2_0.compute.strategy |
|---|
| Constructors in org.jclouds.openstack.nova.v2_0.compute.strategy with parameters of type NovaApi | |
|---|---|
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)
|
|
| Uses of NovaApi in org.jclouds.openstack.nova.v2_0.config |
|---|
| Method parameters in org.jclouds.openstack.nova.v2_0.config with type arguments of type NovaApi | |
|---|---|
com.google.common.cache.LoadingCache<String,Set<? extends org.jclouds.openstack.v2_0.domain.Extension>> |
NovaHttpApiModule.provideExtensionsByZone(javax.inject.Provider<NovaApi> novaApi)
|
| Uses of NovaApi in org.jclouds.openstack.nova.v2_0.functions.internal |
|---|
| Constructors in org.jclouds.openstack.nova.v2_0.functions.internal with parameters of type NovaApi | |
|---|---|
ParseFlavorDetails.ToPagedIterable(NovaApi api)
|
|
ParseFlavors.ToPagedIterable(NovaApi api)
|
|
ParseImageDetails.ToPagedIterable(NovaApi api)
|
|
ParseImages.ToPagedIterable(NovaApi api)
|
|
ParseServerDetails.ToPagedIterable(NovaApi api)
|
|
ParseServers.ToPagedIterable(NovaApi api)
|
|
| Uses of NovaApi in org.jclouds.openstack.nova.v2_0.predicates |
|---|
| Constructors in org.jclouds.openstack.nova.v2_0.predicates with parameters of type NovaApi | |
|---|---|
FindSecurityGroupWithNameAndReturnTrue(NovaApi novaApi)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||