Modifier and Type | Method and Description |
---|---|
protected com.google.common.cache.LoadingCache<ZoneAndId,Iterable<FloatingIP>> |
NovaComputeServiceContextModule.instanceToFloatingIps(com.google.common.cache.CacheLoader<ZoneAndId,Iterable<FloatingIP>> in) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.cache.LoadingCache<ZoneAndId,Iterable<FloatingIP>> |
NovaComputeServiceContextModule.instanceToFloatingIps(com.google.common.cache.CacheLoader<ZoneAndId,Iterable<FloatingIP>> in) |
Constructor and Description |
---|
AllocateAndAddFloatingIpToNode(com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning,
NovaApi novaApi,
com.google.common.cache.LoadingCache<ZoneAndId,Iterable<FloatingIP>> floatingIpCache) |
RemoveFloatingIpFromNodeAndDeallocate(NovaApi novaApi,
com.google.common.cache.LoadingCache<ZoneAndId,Iterable<FloatingIP>> floatingIpCache) |
Modifier and Type | Method and Description |
---|---|
Iterable<FloatingIP> |
LoadFloatingIpsForInstance.load(ZoneAndId 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.allocate()
Allocate a Floating IP address
|
FloatingIP |
FloatingIPApi.getFloatingIP(String id)
Get a specific Floating IP address
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<FloatingIP> |
FloatingIPAsyncApi.allocate() |
com.google.common.util.concurrent.ListenableFuture<FloatingIP> |
FloatingIPAsyncApi.getFloatingIP(String id) |
com.google.common.util.concurrent.ListenableFuture<Set<FloatingIP>> |
FloatingIPAsyncApi.listFloatingIPs() |
Set<FloatingIP> |
FloatingIPApi.listFloatingIPs()
List all Floating IP addresses
|
Copyright © 2009-2012 jclouds. All Rights Reserved.