Package org.jclouds.cloudstack.options
Class ListClustersOptions
- java.lang.Object
 - 
- org.jclouds.http.options.BaseHttpRequestOptions
 - 
- org.jclouds.cloudstack.options.ListClustersOptions
 
 
 
- 
- All Implemented Interfaces:
 HttpRequestOptions
public class ListClustersOptions extends BaseHttpRequestOptions
Options used to control what cluster information is returned 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListClustersOptions.Builder 
- 
Field Summary
Fields Modifier and Type Field Description static ListHostsOptionsNONE- 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters 
 - 
 
- 
Constructor Summary
Constructors Constructor Description ListClustersOptions() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListClustersOptionsallocationState(AllocationState allocationState)ListClustersOptionsclusterType(Host.ClusterType clusterType)ListClustersOptionshypervisor(String hypervisor)ListClustersOptionsid(String id)ListClustersOptionskeyword(String keyword)ListClustersOptionsmanagedState(Cluster.ManagedState managedState)ListClustersOptionsname(String name)ListClustersOptionspodId(String podId)ListClustersOptionszoneId(String zoneId)- 
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString 
 - 
 
 - 
 
- 
- 
Field Detail
- 
NONE
public static final ListHostsOptions NONE
 
 - 
 
- 
Method Detail
- 
allocationState
public ListClustersOptions allocationState(AllocationState allocationState)
 
- 
clusterType
public ListClustersOptions clusterType(Host.ClusterType clusterType)
 
- 
hypervisor
public ListClustersOptions hypervisor(String hypervisor)
 
- 
id
public ListClustersOptions id(String id)
 
- 
keyword
public ListClustersOptions keyword(String keyword)
 
- 
managedState
public ListClustersOptions managedState(Cluster.ManagedState managedState)
 
- 
name
public ListClustersOptions name(String name)
 
- 
podId
public ListClustersOptions podId(String podId)
 
- 
zoneId
public ListClustersOptions zoneId(String zoneId)
 
 - 
 
 -