Uses of Class
org.jclouds.openstack.nova.v2_0.domain.regionscoped.RegionAndId
-
-
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 RegionAndId 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 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 RegionAndId Modifier and Type Method Description protected 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 RegionAndId Modifier and Type Method Description protected 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 RegionAndId Modifier and Type Method Description RegionAndId
RemoveFloatingIpFromNodeAndDeallocate. apply(RegionAndId id)
Methods in org.jclouds.openstack.nova.v2_0.compute.functions with parameters of type RegionAndId Modifier and Type Method Description RegionAndId
RemoveFloatingIpFromNodeAndDeallocate. 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 RegionAndId 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)
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 RegionAndId Modifier and Type Method Description Iterable<? 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 RegionAndId Modifier and Type Method Description abstract RegionAndId
FloatingIpForServer. serverId()
Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type RegionAndId Modifier and Type Method Description static 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.regionscoped Modifier and Type Class Description class
FlavorInRegion
class
ImageInRegion
class
ServerInRegion
Methods in org.jclouds.openstack.nova.v2_0.domain.regionscoped that return RegionAndId Modifier and Type Method Description static RegionAndId
RegionAndId. fromRegionAndId(String regionId, String id)
static RegionAndId
RegionAndId. fromSlashEncoded(String id)
-