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 class
ListClustersOptions.Builder
-
Field Summary
Fields Modifier and Type Field Description static ListHostsOptions
NONE
-
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 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)
-
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)
-
-