public class ListZonesOptions extends BaseHttpRequestOptions
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ListZonesOptions.Builder  | 
| Modifier and Type | Field and Description | 
|---|---|
static ListZonesOptions | 
NONE  | 
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters| Constructor and Description | 
|---|
ListZonesOptions()  | 
| Modifier and Type | Method and Description | 
|---|---|
ListZonesOptions | 
available(boolean available)  | 
ListZonesOptions | 
domainId(String domainId)  | 
ListZonesOptions | 
id(String id)  | 
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toStringpublic static final ListZonesOptions NONE
public ListZonesOptions id(String id)
id - the ID of the zonepublic ListZonesOptions domainId(String 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.Copyright © 2009-2013 jclouds. All Rights Reserved.