org.jclouds.cloudstack.options
Class ListClustersOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.ListClustersOptions
- All Implemented Interfaces:
- org.jclouds.http.options.HttpRequestOptions
public class ListClustersOptions
- extends org.jclouds.http.options.BaseHttpRequestOptions
Options used to control what cluster information is returned
- Author:
- Richard Downer
- See Also:
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters |
| Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
NONE
public static final ListHostsOptions NONE
ListClustersOptions
public ListClustersOptions()
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)
Copyright © 2009-2013 jclouds. All Rights Reserved.