public interface GlobalZoneAsyncClient extends ZoneAsyncClient
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Zone> |
createZone(String name,
NetworkType networkType,
String externalDns1,
String internalDns1,
CreateZoneOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
deleteZone(long id) |
com.google.common.util.concurrent.ListenableFuture<Zone> |
updateZone(long id,
UpdateZoneOptions... options) |
getZone, listZonescom.google.common.util.concurrent.ListenableFuture<Zone> createZone(String name, NetworkType networkType, String externalDns1, String internalDns1, CreateZoneOptions... options)
com.google.common.util.concurrent.ListenableFuture<Zone> updateZone(long id, UpdateZoneOptions... options)
com.google.common.util.concurrent.ListenableFuture<Void> deleteZone(long id)
GlobalZoneClient.deleteZone(long)Copyright © 2009-2012 jclouds. All Rights Reserved.