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(String id)  | 
com.google.common.util.concurrent.ListenableFuture<Zone> | 
updateZone(String 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(String id, UpdateZoneOptions... options)
Copyright © 2009-2013 jclouds. All Rights Reserved.