|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.ListZonesOptions
public class ListZonesOptions
Options used to control what zones information is returned
| Nested Class Summary | |
|---|---|
static class |
ListZonesOptions.Builder
|
| Field Summary | |
|---|---|
static ListZonesOptions |
NONE
|
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters |
| Constructor Summary | |
|---|---|
ListZonesOptions()
|
|
| Method Summary | |
|---|---|
ListZonesOptions |
available(boolean available)
|
ListZonesOptions |
domainId(long domainId)
|
ListZonesOptions |
id(long id)
|
| Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ListZonesOptions NONE
| Constructor Detail |
|---|
public ListZonesOptions()
| Method Detail |
|---|
public ListZonesOptions id(long id)
id - the ID of the zonepublic ListZonesOptions domainId(long domainId)
domainId - the ID of the domain associated with the zonepublic ListZonesOptions available(boolean available)
available - true if you want to retrieve all available Zones. False if you
only want to return the Zones from which you have at least one
VM. Default is false.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||