public class ListClustersOptions extends BaseHttpRequestOptions
Modifier and Type | Class and Description |
---|---|
static class |
ListClustersOptions.Builder |
Modifier and Type | Field and Description |
---|---|
static ListHostsOptions |
NONE |
formParameters, headers, pathSuffix, payload, queryParameters
Constructor and Description |
---|
ListClustersOptions() |
Modifier and Type | Method and Description |
---|---|
ListClustersOptions |
allocationState(AllocationState allocationState) |
ListClustersOptions |
clusterType(Host.ClusterType clusterType) |
ListClustersOptions |
hypervisor(String hypervisor) |
ListClustersOptions |
id(String id) |
ListClustersOptions |
keyword(String keyword) |
ListClustersOptions |
managedState(Cluster.ManagedState managedState) |
ListClustersOptions |
name(String name) |
ListClustersOptions |
podId(String podId) |
ListClustersOptions |
zoneId(String zoneId) |
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public static final ListHostsOptions NONE
public ListClustersOptions allocationState(AllocationState allocationState)
public ListClustersOptions clusterType(Host.ClusterType clusterType)
public ListClustersOptions hypervisor(String hypervisor)
public ListClustersOptions id(String id)
public ListClustersOptions keyword(String keyword)
public ListClustersOptions managedState(Cluster.ManagedState managedState)
public ListClustersOptions name(String name)
public ListClustersOptions podId(String podId)
public ListClustersOptions zoneId(String zoneId)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.