Modifier and Type | Method and Description |
---|---|
Zone |
createZone(String name,
NetworkType networkType,
String externalDns1,
String internalDns1,
CreateZoneOptions... options)
Create a new Zone
|
void |
deleteZone(String id)
Delete a zone with a specific ID
|
Zone |
updateZone(String id,
UpdateZoneOptions... options)
Update a zone
|
@Named(value="createZone") Zone createZone(String name, NetworkType networkType, String externalDns1, 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 arguments@Named(value="updateZone") Zone updateZone(String id, UpdateZoneOptions... options)
id
- the ID of the Zoneoptions
- optional arguments@Named(value="deleteZone") void deleteZone(String id)
zoneId
- the ID of the ZoneCopyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.