public interface GridIpAsyncClient
GridImageClient
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Set<Ip>> |
getAssignedIpList() |
com.google.common.util.concurrent.ListenableFuture<Set<Option>> |
getDatacenters() |
com.google.common.util.concurrent.ListenableFuture<Set<Ip>> |
getIpList(GetIpListOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<Ip>> |
getUnassignedIpList() |
com.google.common.util.concurrent.ListenableFuture<Set<Ip>> |
getUnassignedPublicIpList() |
com.google.common.util.concurrent.ListenableFuture<Set<Ip>> getIpList(GetIpListOptions... options)
com.google.common.util.concurrent.ListenableFuture<Set<Ip>> getUnassignedIpList()
GridIpClient.getUnassignedIpList()
com.google.common.util.concurrent.ListenableFuture<Set<Ip>> getUnassignedPublicIpList()
com.google.common.util.concurrent.ListenableFuture<Set<Ip>> getAssignedIpList()
GridIpClient.getAssignedIpList()
com.google.common.util.concurrent.ListenableFuture<Set<Option>> getDatacenters()
GridIpClient.getDatacenters()
Copyright © 2009-2012 jclouds. All Rights Reserved.