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
- Author:
- Richard Downer
- See Also:
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(long id)
keyword
public ListClustersOptions keyword(String keyword)
managedState
public ListClustersOptions managedState(Cluster.ManagedState managedState)
name
public ListClustersOptions name(String name)
podId
public ListClustersOptions podId(long podId)
zoneId
public ListClustersOptions zoneId(long zoneId)
Copyright © 2009-2012 jclouds. All Rights Reserved.