Uses of Interface
org.jclouds.openstack.nova.v2_0.NovaApi
Packages that use NovaApi
Package
Description
-
Uses of NovaApi in org.jclouds.openstack.nova.v2_0.compute
Fields in org.jclouds.openstack.nova.v2_0.compute declared as NovaApiConstructors in org.jclouds.openstack.nova.v2_0.compute with parameters of type NovaApiModifierConstructorDescriptionNovaComputeServiceAdapter
(NovaApi novaApi, com.google.common.base.Supplier<Set<String>> regionIds, RemoveFloatingIpFromNodeAndDeallocate removeFloatingIpFromNodeAndDeallocate, com.google.common.base.Predicate<RegionAndId> serverRunningPredicate, com.google.common.base.Predicate<RegionAndId> serverTerminatedPredicate, CleanupResources cleanupResources) -
Uses of NovaApi in org.jclouds.openstack.nova.v2_0.compute.config
Methods in org.jclouds.openstack.nova.v2_0.compute.config with parameters of type NovaApiModifier and TypeMethodDescriptionprotected com.google.common.base.Predicate
<RegionAndId> NovaComputeServiceContextModule.provideServerRunningPredicate
(NovaApi api, ComputeServiceConstants.Timeouts timeouts, ComputeServiceConstants.PollPeriod pollPeriod) protected com.google.common.base.Predicate
<RegionAndId> NovaComputeServiceContextModule.provideServerTerminatedPredicate
(NovaApi api, ComputeServiceConstants.Timeouts timeouts, ComputeServiceConstants.PollPeriod pollPeriod) -
Uses of NovaApi in org.jclouds.openstack.nova.v2_0.compute.extensions
Fields in org.jclouds.openstack.nova.v2_0.compute.extensions declared as NovaApiConstructors in org.jclouds.openstack.nova.v2_0.compute.extensions with parameters of type NovaApiModifierConstructorDescriptionNovaImageExtension
(NovaApi novaApi, com.google.common.util.concurrent.ListeningExecutorService userExecutor, com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Predicate<AtomicReference<Image>> imageAvailablePredicate) NovaSecurityGroupExtension
(NovaApi api, com.google.common.util.concurrent.ListeningExecutorService userExecutor, com.google.common.base.Supplier<Set<String>> regionIds, com.google.common.base.Function<SecurityGroupInRegion, SecurityGroup> groupConverter, com.google.common.cache.LoadingCache<RegionAndName, SecurityGroup> groupCreator, 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 NovaApiConstructors in org.jclouds.openstack.nova.v2_0.compute.functions with parameters of type NovaApiModifierConstructorDescriptionAllocateAndAddFloatingIpToNode
(com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, NovaApi novaApi, com.google.common.cache.LoadingCache<RegionAndId, Iterable<? extends FloatingIpForServer>> floatingIpCache, CleanupResources cleanupResources) CreateSecurityGroupIfNeeded
(NovaApi novaApi, com.google.common.base.Supplier<Map<String, Location>> locationIndex, com.google.common.base.Function<SecurityGroupInRegion, SecurityGroup> securityGroupInRegionSecurityGroupFunction, NeutronSecurityGroupToSecurityGroup.Factory neutronSecurityGroupToSecurityGroup) RemoveFloatingIpFromNodeAndDeallocate
(NovaApi novaApi, com.google.common.cache.LoadingCache<RegionAndId, Iterable<? extends FloatingIpForServer>> floatingIpCache) -
Uses of NovaApi in org.jclouds.openstack.nova.v2_0.compute.loaders
Constructors in org.jclouds.openstack.nova.v2_0.compute.loaders with parameters of type NovaApi -
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 NovaApiModifierConstructorDescriptionprotected
ApplyNovaTemplateOptionsCreateNodesWithGroupEncodedIntoNameThenAddToSet
(CreateNodeWithGroupEncodedIntoName addNodeWithTagStrategy, ListNodesStrategy listNodesStrategy, GroupNamingConvention.Factory namingConvention, CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory customizeNodeAndAddToGoodMapOrPutExceptionIntoBadMapFactory, com.google.common.util.concurrent.ListeningExecutorService userExecutor, AllocateAndAddFloatingIpToNode createAndAddFloatingIpToNode, com.google.common.cache.LoadingCache<RegionAndName, SecurityGroup> securityGroupCache, NovaApi novaApi, SecurityGroupExtension securityGroupExtension) -
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 NovaApiModifier and TypeMethodDescriptionNovaHttpApiModule.provideExtensionsByRegion
(jakarta.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 NovaApiModifierConstructorDescriptionprotected
ToPagedIterable
(NovaApi api) protected
ToPagedIterable
(NovaApi api) protected
ToPagedIterable
(NovaApi api) protected
ToPagedIterable
(NovaApi api) protected
ToPagedIterable
(NovaApi api) protected
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