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, 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) |
ListZonesOptions |
tags(Map<String,String> tags) |
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public 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.public ListZonesOptions tags(Map<String,String> tags)
tags
- Key/value pairs for tags that need to be matched.Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.