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, org.jclouds.compute.reference.ComputeServiceConstants.Timeouts timeouts, org.jclouds.compute.reference.ComputeServiceConstants.PollPeriod pollPeriod) protected com.google.common.base.Predicate<RegionAndId>NovaComputeServiceContextModule.provideServerTerminatedPredicate(NovaApi api, org.jclouds.compute.reference.ComputeServiceConstants.Timeouts timeouts, org.jclouds.compute.reference.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 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>> regionIds, com.google.common.base.Function<SecurityGroupInRegion, org.jclouds.compute.domain.SecurityGroup> groupConverter, com.google.common.cache.LoadingCache<RegionAndName, org.jclouds.compute.domain.SecurityGroup> 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 NovaApiConstructors in org.jclouds.openstack.nova.v2_0.compute.functions with parameters of type NovaApiModifierConstructorDescriptionAllocateAndAddFloatingIpToNode(com.google.common.base.Predicate<AtomicReference<org.jclouds.compute.domain.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, org.jclouds.domain.Location>> locationIndex, com.google.common.base.Function<SecurityGroupInRegion, org.jclouds.compute.domain.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 NovaApiModifierConstructorDescriptionprotectedApplyNovaTemplateOptionsCreateNodesWithGroupEncodedIntoNameThenAddToSet(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<RegionAndName, org.jclouds.compute.domain.SecurityGroup> securityGroupCache, NovaApi novaApi, org.jclouds.compute.extensions.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 TypeMethodDescriptionfinal com.google.common.cache.LoadingCache<String,Set<? extends org.jclouds.openstack.v2_0.domain.Extension>> NovaHttpApiModule.provideExtensionsByRegion(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 NovaApiModifierConstructorDescriptionprotectedToPagedIterable(NovaApi api) protectedToPagedIterable(NovaApi api) protectedToPagedIterable(NovaApi api) protectedToPagedIterable(NovaApi api) protectedToPagedIterable(NovaApi api) protectedToPagedIterable(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