Package 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
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ListClustersOptions
allocationState(AllocationState allocationState)
static ListClustersOptions
clusterType(Host.ClusterType clusterType)
static ListClustersOptions
hypervisor(String hypervisor)
static ListClustersOptions
id(String id)
static ListClustersOptions
keyword(String keyword)
static ListClustersOptions
managedState(Cluster.ManagedState managedState)
static ListClustersOptions
name(String name)
static ListClustersOptions
podId(String podId)
static ListClustersOptions
zoneId(String zoneId)
-
-
-
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(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)
-
-