Uses of Class
org.jclouds.cloudstack.domain.Host.ClusterType

Packages that use Host.ClusterType
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.features   
org.jclouds.cloudstack.options   
 

Uses of Host.ClusterType in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return Host.ClusterType
static Host.ClusterType Host.ClusterType.fromValue(String value)
           
 Host.ClusterType Host.getClusterType()
           
 Host.ClusterType Cluster.getClusterType()
           
static Host.ClusterType Host.ClusterType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Host.ClusterType[] Host.ClusterType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.cloudstack.domain with parameters of type Host.ClusterType
 Host.Builder Host.Builder.clusterType(Host.ClusterType clusterType)
           
 Cluster.Builder Cluster.Builder.clusterType(Host.ClusterType clusterType)
           
 

Constructors in org.jclouds.cloudstack.domain with parameters of type Host.ClusterType
Cluster(long id, AllocationState allocationState, Host.ClusterType clusterType, String hypervisor, Cluster.ManagedState managedState, String name, long podId, String podName, long zoneId, String zoneName)
           
Host(long id, AllocationState allocationState, int averageLoad, String capabilities, long clusterId, String clusterName, Host.ClusterType clusterType, String cpuAllocated, int cpuNumber, int cpuSpeed, String cpuUsed, float cpuWithOverProvisioning, Date created, Date disconnected, long diskSizeAllocated, long diskSizeTotal, String events, boolean hasEnoughCapacity, String hostTags, String hypervisor, String ipAddress, boolean localStorageActive, long jobId, AsyncJob.Status jobStatus, Date lastPinged, long managementServerId, long memoryAllocated, long memoryTotal, long memoryUsed, String name, long networkKbsRead, long networkKbsWrite, long osCategoryId, long osCategoryName, long podId, String podName, Date removed, Host.State state, Host.Type type, String version, long zoneId, String zoneName)
           
 

Uses of Host.ClusterType in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features with parameters of type Host.ClusterType
 com.google.common.util.concurrent.ListenableFuture<Cluster> GlobalHostAsyncClient.addCluster(long zoneId, String clusterName, Host.ClusterType clusterType, String hypervisor, AddClusterOptions... options)
          Adds a new cluster.
 Cluster GlobalHostClient.addCluster(long zoneId, String clusterName, Host.ClusterType clusterType, String hypervisor, AddClusterOptions... options)
          Adds a new cluster.
 

Uses of Host.ClusterType in org.jclouds.cloudstack.options
 

Methods in org.jclouds.cloudstack.options with parameters of type Host.ClusterType
 ListClustersOptions ListClustersOptions.clusterType(Host.ClusterType clusterType)
           
static ListClustersOptions ListClustersOptions.Builder.clusterType(Host.ClusterType clusterType)
           
 UpdateClusterOptions UpdateClusterOptions.clusterType(Host.ClusterType clusterType)
           
static UpdateClusterOptions UpdateClusterOptions.Builder.clusterType(Host.ClusterType clusterType)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.