Uses of Class
org.jclouds.openstack.nova.v2_0.domain.regionscoped.RegionAndId
Packages that use RegionAndId
Package
Description
-
Uses of RegionAndId in org.jclouds.openstack.nova.v2_0.compute
Constructor parameters in org.jclouds.openstack.nova.v2_0.compute with type arguments of type RegionAndIdModifierConstructorDescriptionNovaComputeServiceAdapter
(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 RegionAndId in org.jclouds.openstack.nova.v2_0.compute.config
Methods in org.jclouds.openstack.nova.v2_0.compute.config that return types with arguments of type RegionAndIdModifier and TypeMethodDescriptionprotected final com.google.common.cache.LoadingCache
<RegionAndId, Iterable<? extends FloatingIpForServer>> NovaComputeServiceContextModule.instanceToFloatingIps
(com.google.common.cache.CacheLoader<RegionAndId, Iterable<? extends FloatingIpForServer>> in) 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) Method parameters in org.jclouds.openstack.nova.v2_0.compute.config with type arguments of type RegionAndIdModifier and TypeMethodDescriptionprotected final com.google.common.cache.LoadingCache
<RegionAndId, Iterable<? extends FloatingIpForServer>> NovaComputeServiceContextModule.instanceToFloatingIps
(com.google.common.cache.CacheLoader<RegionAndId, Iterable<? extends FloatingIpForServer>> in) -
Uses of RegionAndId in org.jclouds.openstack.nova.v2_0.compute.functions
Methods in org.jclouds.openstack.nova.v2_0.compute.functions that return RegionAndIdMethods in org.jclouds.openstack.nova.v2_0.compute.functions with parameters of type RegionAndIdModifier and TypeMethodDescriptionRemoveFloatingIpFromNodeAndDeallocate.apply
(RegionAndId id) <T extends ComputeMetadata>
TServerInRegionToNodeMetadata.findObjectOfTypeForServerOrNull
(Set<? extends T> supply, String type, String objectId, RegionAndId serverInRegion) Constructor parameters in org.jclouds.openstack.nova.v2_0.compute.functions with type arguments of type RegionAndIdModifierConstructorDescriptionAllocateAndAddFloatingIpToNode
(com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, NovaApi novaApi, com.google.common.cache.LoadingCache<RegionAndId, Iterable<? extends FloatingIpForServer>> floatingIpCache, CleanupResources cleanupResources) RemoveFloatingIpFromNodeAndDeallocate
(NovaApi novaApi, com.google.common.cache.LoadingCache<RegionAndId, Iterable<? extends FloatingIpForServer>> floatingIpCache) -
Uses of RegionAndId in org.jclouds.openstack.nova.v2_0.compute.loaders
Methods in org.jclouds.openstack.nova.v2_0.compute.loaders with parameters of type RegionAndIdModifier and TypeMethodDescriptionIterable
<? extends FloatingIpForServer> LoadFloatingIpsForInstance.load
(RegionAndId key) -
Uses of RegionAndId in org.jclouds.openstack.nova.v2_0.domain
Methods in org.jclouds.openstack.nova.v2_0.domain that return RegionAndIdMethods in org.jclouds.openstack.nova.v2_0.domain with parameters of type RegionAndIdModifier and TypeMethodDescriptionstatic FloatingIpForServer
FloatingIpForServer.create
(RegionAndId serverId, String floatingIpId, String ip) -
Uses of RegionAndId in org.jclouds.openstack.nova.v2_0.domain.regionscoped
Subclasses of RegionAndId in org.jclouds.openstack.nova.v2_0.domain.regionscopedMethods in org.jclouds.openstack.nova.v2_0.domain.regionscoped that return RegionAndIdModifier and TypeMethodDescriptionstatic RegionAndId
RegionAndId.fromRegionAndId
(String regionId, String id) static RegionAndId
RegionAndId.fromSlashEncoded
(String id)