org.jclouds.gogrid.services
Interface GridIpAsyncClient
public interface GridIpAsyncClient
- Author:
- Oleksiy Yarmula
- See Also:
GridImageClient
getIpList
com.google.common.util.concurrent.ListenableFuture<Set<Ip>> getIpList(GetIpListOptions... options)
- See Also:
GridIpClient.getIpList(org.jclouds.gogrid.options.GetIpListOptions...)
getUnassignedIpList
com.google.common.util.concurrent.ListenableFuture<Set<Ip>> getUnassignedIpList()
- See Also:
GridIpClient.getUnassignedIpList()
getUnassignedPublicIpList
com.google.common.util.concurrent.ListenableFuture<Set<Ip>> getUnassignedPublicIpList()
- See Also:
GridIpClient.getUnassignedPublicIpList()
getAssignedIpList
com.google.common.util.concurrent.ListenableFuture<Set<Ip>> getAssignedIpList()
- See Also:
GridIpClient.getAssignedIpList()
getDatacenters
com.google.common.util.concurrent.ListenableFuture<Set<Option>> getDatacenters()
- See Also:
GridIpClient.getDatacenters()
Copyright © 2009-2011 jclouds. All Rights Reserved.