Uses of Interface
org.jclouds.openstack.nova.v2_0.NovaApi
-
-
Uses of NovaApi in org.jclouds.openstack.nova.v2_0.compute
Fields in org.jclouds.openstack.nova.v2_0.compute declared as NovaApi Modifier and Type Field Description protected NovaApi
NovaComputeServiceAdapter. novaApi
Constructors in org.jclouds.openstack.nova.v2_0.compute with parameters of type NovaApi Constructor Description NovaComputeServiceAdapter(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 NovaApi Modifier and Type Method Description protected 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 NovaApi Modifier and Type Field Description protected NovaApi
NovaSecurityGroupExtension. api
Constructors in org.jclouds.openstack.nova.v2_0.compute.extensions with parameters of type NovaApi Constructor Description NovaImageExtension(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 NovaApi Modifier and Type Field Description protected NovaApi
CreateSecurityGroupIfNeeded. novaApi
Constructors in org.jclouds.openstack.nova.v2_0.compute.functions with parameters of type NovaApi Constructor Description AllocateAndAddFloatingIpToNode(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 Constructor Description 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 Constructor Description 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 NovaApi Modifier and Type Method Description com.google.common.cache.LoadingCache<String,Set<? extends 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 NovaApi Constructor Description ToPagedIterable(NovaApi api)
ToPagedIterable(NovaApi api)
ToPagedIterable(NovaApi api)
ToPagedIterable(NovaApi api)
ToPagedIterable(NovaApi api)
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 Constructor Description FindSecurityGroupWithNameAndReturnTrue(NovaApi novaApi)
-