Package | Description |
---|---|
org.jclouds.cloudstack.domain | |
org.jclouds.cloudstack.features |
Modifier and Type | Method and Description |
---|---|
Pod |
Pod.Builder.build() |
Modifier and Type | Method and Description |
---|---|
int |
Pod.compareTo(Pod other) |
T |
Pod.Builder.fromPod(Pod in) |
Modifier and Type | Method and Description |
---|---|
Pod |
GlobalPodClient.createPod(String name,
String zoneId,
String startIp,
String gateway,
String netmask,
CreatePodOptions... createPodOptions)
Creates a new Pod.
|
Pod |
GlobalPodClient.createPod(String name,
String zoneId,
String startIp,
String endIp,
String gateway,
String netmask,
CreatePodOptions... createPodOptions)
Creates a new Pod.
|
Pod |
GlobalPodClient.getPod(String id)
get a specific pod by id
|
Pod |
GlobalPodClient.updatePod(String id,
UpdatePodOptions... updatePodOptions)
Updates a Pod.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Pod> |
GlobalPodAsyncClient.createPod(String name,
String zoneId,
String startIp,
String gateway,
String netmask,
CreatePodOptions... createPodOptions)
Creates a new Pod.
|
com.google.common.util.concurrent.ListenableFuture<Pod> |
GlobalPodAsyncClient.createPod(String name,
String zoneId,
String startIp,
String endIp,
String gateway,
String netmask,
CreatePodOptions... createPodOptions)
Creates a new Pod.
|
com.google.common.util.concurrent.ListenableFuture<Pod> |
GlobalPodAsyncClient.getPod(String id) |
Set<Pod> |
GlobalPodClient.listPods(ListPodsOptions... options)
Lists pods
|
com.google.common.util.concurrent.ListenableFuture<Set<Pod>> |
GlobalPodAsyncClient.listPods(ListPodsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Pod> |
GlobalPodAsyncClient.updatePod(String id,
UpdatePodOptions... updatePodOptions)
Updates a Pod.
|
Copyright © 2009-2013 jclouds. All Rights Reserved.