Modifier and Type | Method and Description |
---|---|
protected com.google.common.cache.LoadingCache<RegionAndId,Iterable<? extends FloatingIP>> |
NovaComputeServiceContextModule.instanceToFloatingIps(com.google.common.cache.CacheLoader<RegionAndId,Iterable<? extends FloatingIP>> in) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.cache.LoadingCache<RegionAndId,Iterable<? extends FloatingIP>> |
NovaComputeServiceContextModule.instanceToFloatingIps(com.google.common.cache.CacheLoader<RegionAndId,Iterable<? extends FloatingIP>> in) |
Constructor and Description |
---|
AllocateAndAddFloatingIpToNode(com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning,
NovaApi novaApi,
com.google.common.cache.LoadingCache<RegionAndId,Iterable<? extends FloatingIP>> floatingIpCache,
CleanupServer cleanupServer) |
RemoveFloatingIpFromNodeAndDeallocate(NovaApi novaApi,
com.google.common.cache.LoadingCache<RegionAndId,Iterable<? extends FloatingIP>> floatingIpCache) |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends FloatingIP> |
LoadFloatingIpsForInstance.load(RegionAndId key) |
Modifier and Type | Method and Description |
---|---|
FloatingIP |
FloatingIP.Builder.build() |
Modifier and Type | Method and Description |
---|---|
int |
FloatingIP.compareTo(FloatingIP o) |
T |
FloatingIP.Builder.fromFloatingIP(FloatingIP in) |
Modifier and Type | Method and Description |
---|---|
FloatingIP |
FloatingIPApi.allocateFromPool(String pool)
Allocates a Floating IP address from a pool
|
FloatingIP |
FloatingIPApi.create()
Allocates a Floating IP address
|
FloatingIP |
FloatingIPApi.get(String id)
Gets a specific Floating IP address
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.FluentIterable<FloatingIP> |
FloatingIPApi.list()
Lists all Floating IP addresses
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.