|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GlobalZoneApi
Provides synchronous access to CloudStack Account features available to Global Admin users.
| Method Summary | |
|---|---|
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 |
| Methods inherited from interface org.jclouds.cloudstack.features.ZoneApi |
|---|
getZone, listZones |
| Method Detail |
|---|
@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 Zone
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||