Package org.jclouds.cloudstack.options
Class ListZonesOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.ListZonesOptions
- All Implemented Interfaces:
HttpRequestOptions
Options used to control what zones information is returned
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
-
Field Details
-
NONE
-
-
Constructor Details
-
ListZonesOptions
public ListZonesOptions()
-
-
Method Details
-
id
- Parameters:
id
- the ID of the zone
-
domainId
- Parameters:
domainId
- the ID of the domain associated with the zone
-
available
- Parameters:
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.
-
tags
- Parameters:
tags
- Key/value pairs for tags that need to be matched.
-