public interface GlobalZoneClient extends ZoneClient
| Modifier and Type | Method and Description | 
|---|---|
Zone | 
createZone(String name,
          NetworkType networkType,
          String dns1,
          String internalDns1,
          CreateZoneOptions... options)
Create a new Zone 
 | 
Void | 
deleteZone(long zoneId)
Delete a zone with a specific ID 
 | 
Zone | 
updateZone(long id,
          UpdateZoneOptions... options)
Update a zone 
 | 
getZone, listZonesZone createZone(String name, NetworkType networkType, String dns1, String internalDns1, CreateZoneOptions... options)
name - the name of the ZonenetworkType - network type of the zone, can be Basic or Advanceddns1 - the first DNS for the ZoneinternalDns1 - the first internal DNS for the Zoneoptions - optional argumentsZone updateZone(long id, UpdateZoneOptions... options)
id - the ID of the Zoneoptions - optional argumentsVoid deleteZone(long zoneId)
zoneId - the ID of the ZoneCopyright © 2009-2012 jclouds. All Rights Reserved.