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(long domainId) |
ListZonesOptions |
id(long id) |
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public static final ListZonesOptions NONE
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.Copyright © 2009-2012 jclouds. All Rights Reserved.