|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GlobalPodClient
Provides synchronous access to CloudStack Pod features available to Global Admin users.
| Method Summary | |
|---|---|
Pod |
createPod(String name,
long zoneId,
String startIp,
String gateway,
String netmask,
CreatePodOptions... createPodOptions)
Creates a new Pod. |
Pod |
createPod(String name,
long zoneId,
String startIp,
String endIp,
String gateway,
String netmask,
CreatePodOptions... createPodOptions)
Creates a new Pod. |
void |
deletePod(long id)
Deletes a Pod. |
Pod |
getPod(long id)
get a specific pod by id |
Set<Pod> |
listPods(ListPodsOptions... options)
Lists pods |
Pod |
updatePod(long id,
UpdatePodOptions... updatePodOptions)
Updates a Pod. |
| Method Detail |
|---|
Set<Pod> listPods(ListPodsOptions... options)
options - if present, how to constrain the list.
Pod getPod(long id)
id - pod to get
Pod createPod(String name,
long zoneId,
String startIp,
String endIp,
String gateway,
String netmask,
CreatePodOptions... createPodOptions)
name - the name of the PodzoneId - the Zone ID in which the Pod will be createdstartIp - the starting IP address for the PodendIp - the ending IP address for the Podgateway - the gateway for the Podnetmask - the netmask for the PodcreatePodOptions - optional arguments
Pod createPod(String name,
long zoneId,
String startIp,
String gateway,
String netmask,
CreatePodOptions... createPodOptions)
name - the name of the PodzoneId - the Zone ID in which the Pod will be createdstartIp - the starting IP address for the Podgateway - the gateway for the Podnetmask - the netmask for the PodcreatePodOptions - optional arguments
void deletePod(long id)
id - the ID of the Pod
Pod updatePod(long id,
UpdatePodOptions... updatePodOptions)
id - the ID of the PodupdatePodOptions - optional arguments
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||