public interface AddressAsyncClient
AddressClient
,
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
associateIPAddressInZone(long zoneId,
AssociateIPAddressOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
disassociateIPAddress(long id) |
com.google.common.util.concurrent.ListenableFuture<PublicIPAddress> |
getPublicIPAddress(long id) |
com.google.common.util.concurrent.ListenableFuture<Set<PublicIPAddress>> |
listPublicIPAddresses(ListPublicIPAddressesOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<PublicIPAddress>> listPublicIPAddresses(ListPublicIPAddressesOptions... options)
com.google.common.util.concurrent.ListenableFuture<PublicIPAddress> getPublicIPAddress(long id)
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> associateIPAddressInZone(long zoneId, AssociateIPAddressOptions... options)
com.google.common.util.concurrent.ListenableFuture<Void> disassociateIPAddress(long id)
Copyright © 2009-2012 jclouds. All Rights Reserved.