Uses of Class
org.jclouds.cloudstack.options.ListClustersOptions
-
Packages that use ListClustersOptions Package Description org.jclouds.cloudstack.features org.jclouds.cloudstack.options -
-
Uses of ListClustersOptions in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features with parameters of type ListClustersOptions Modifier and Type Method Description Set<Cluster>
GlobalHostApi. listClusters(ListClustersOptions... options)
-
Uses of ListClustersOptions in org.jclouds.cloudstack.options
Methods in org.jclouds.cloudstack.options that return ListClustersOptions Modifier and Type Method Description ListClustersOptions
ListClustersOptions. allocationState(AllocationState allocationState)
static ListClustersOptions
ListClustersOptions.Builder. allocationState(AllocationState allocationState)
static ListClustersOptions
ListClustersOptions.Builder. clusterType(Host.ClusterType clusterType)
ListClustersOptions
ListClustersOptions. clusterType(Host.ClusterType clusterType)
static ListClustersOptions
ListClustersOptions.Builder. hypervisor(String hypervisor)
ListClustersOptions
ListClustersOptions. hypervisor(String hypervisor)
static ListClustersOptions
ListClustersOptions.Builder. id(String id)
ListClustersOptions
ListClustersOptions. id(String id)
static ListClustersOptions
ListClustersOptions.Builder. keyword(String keyword)
ListClustersOptions
ListClustersOptions. keyword(String keyword)
static ListClustersOptions
ListClustersOptions.Builder. managedState(Cluster.ManagedState managedState)
ListClustersOptions
ListClustersOptions. managedState(Cluster.ManagedState managedState)
static ListClustersOptions
ListClustersOptions.Builder. name(String name)
ListClustersOptions
ListClustersOptions. name(String name)
static ListClustersOptions
ListClustersOptions.Builder. podId(String podId)
ListClustersOptions
ListClustersOptions. podId(String podId)
static ListClustersOptions
ListClustersOptions.Builder. zoneId(String zoneId)
ListClustersOptions
ListClustersOptions. zoneId(String zoneId)
-