Modifier and Type | Method and Description |
---|---|
protected com.google.common.cache.LoadingCache<ZoneAndId,Iterable<? extends FloatingIP>> |
NovaComputeServiceContextModule.instanceToFloatingIps(com.google.common.cache.CacheLoader<ZoneAndId,Iterable<? extends FloatingIP>> in) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.cache.LoadingCache<ZoneAndId,Iterable<? extends FloatingIP>> |
NovaComputeServiceContextModule.instanceToFloatingIps(com.google.common.cache.CacheLoader<ZoneAndId,Iterable<? extends FloatingIP>> in) |
Constructor and Description |
---|
AllocateAndAddFloatingIpToNode(com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning,
NovaApi novaApi,
com.google.common.cache.LoadingCache<ZoneAndId,Iterable<? extends FloatingIP>> floatingIpCache) |
RemoveFloatingIpFromNodeAndDeallocate(NovaApi novaApi,
com.google.common.cache.LoadingCache<ZoneAndId,Iterable<? extends FloatingIP>> floatingIpCache) |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends 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.allocateFromPool(String pool)
Allocate a Floating IP address from a pool
|
FloatingIP |
FloatingIPApi.create()
Allocate a Floating IP address
|
FloatingIP |
FloatingIPApi.get(String id)
Get a specific Floating IP address
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends FloatingIP> |
FloatingIPAsyncApi.allocateFromPool(String pool) |
com.google.common.util.concurrent.ListenableFuture<? extends FloatingIP> |
FloatingIPAsyncApi.create() |
com.google.common.util.concurrent.ListenableFuture<? extends FloatingIP> |
FloatingIPAsyncApi.get(String id) |
com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends FloatingIP>> |
FloatingIPAsyncApi.list() |
com.google.common.collect.FluentIterable<? extends FloatingIP> |
FloatingIPApi.list()
List all Floating IP addresses
|
Copyright © 2009-2013 jclouds. All Rights Reserved.