|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GlobalZoneClient
Provides synchronous access to CloudStack Zone features available to Global Admin users.
Method Summary | |
---|---|
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 |
Methods inherited from interface org.jclouds.cloudstack.features.ZoneClient |
---|
getZone, listZones |
Method Detail |
---|
Zone 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 arguments
Zone updateZone(long id, UpdateZoneOptions... options)
id
- the ID of the Zoneoptions
- optional arguments
Void deleteZone(long zoneId)
zoneId
- the ID of the Zone
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |