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(long 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(long podId)
zoneId
public static ListClustersOptions zoneId(long zoneId)
Copyright © 2009-2012 jclouds. All Rights Reserved.