org.jclouds.cloudstack.options
Class ListClustersOptions.Builder

java.lang.Object
  extended by org.jclouds.cloudstack.options.ListClustersOptions.Builder
Enclosing class:
ListClustersOptions

public static class ListClustersOptions.Builder
extends Object


Constructor Summary
ListClustersOptions.Builder()
           
 
Method Summary
static ListClustersOptions allocationState(AllocationState allocationState)
           
static ListClustersOptions clusterType(Host.ClusterType clusterType)
           
static ListClustersOptions hypervisor(String hypervisor)
           
static ListClustersOptions id(long id)
           
static ListClustersOptions keyword(String keyword)
           
static ListClustersOptions managedState(Cluster.ManagedState managedState)
           
static ListClustersOptions name(String name)
           
static ListClustersOptions podId(long podId)
           
static ListClustersOptions zoneId(long zoneId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListClustersOptions.Builder

public ListClustersOptions.Builder()
Method Detail

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.