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(String zoneId)
Delete a zone with a specific ID 
 | 
Zone | 
updateZone(String 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(String id, UpdateZoneOptions... options)
id - the ID of the Zoneoptions - optional argumentsCopyright © 2009-2013 jclouds. All Rights Reserved.