org.jclouds.cloudstack.options
Class ListClustersOptions.Builder
java.lang.Object
org.jclouds.cloudstack.options.ListClustersOptions.Builder
- Enclosing class:
- ListClustersOptions
public static class ListClustersOptions.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListClustersOptions.Builder
public ListClustersOptions.Builder()
allocationState
public static ListClustersOptions allocationState(AllocationState allocationState)
clusterType
public static ListClustersOptions clusterType(Host.ClusterType clusterType)
hypervisor
public static ListClustersOptions hypervisor(String hypervisor)
id
public static ListClustersOptions id(String id)
keyword
public static ListClustersOptions keyword(String keyword)
managedState
public static ListClustersOptions managedState(Cluster.ManagedState managedState)
name
public static ListClustersOptions name(String name)
podId
public static ListClustersOptions podId(String podId)
zoneId
public static ListClustersOptions zoneId(String zoneId)
Copyright © 2009-2013 jclouds. All Rights Reserved.