Uses of Class
org.jclouds.cloudstack.domain.Host.ClusterType
-
Packages that use Host.ClusterType Package Description org.jclouds.cloudstack.domain org.jclouds.cloudstack.features org.jclouds.cloudstack.options -
-
Uses of Host.ClusterType in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as Host.ClusterType Modifier and Type Field Description protected Host.ClusterTypeCluster.Builder. clusterTypeprotected Host.ClusterTypeHost.Builder. clusterTypeMethods in org.jclouds.cloudstack.domain that return Host.ClusterType Modifier and Type Method Description static Host.ClusterTypeHost.ClusterType. fromValue(String value)Host.ClusterTypeCluster. getClusterType()Host.ClusterTypeHost. getClusterType()static Host.ClusterTypeHost.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 Modifier and Type Method Description TCluster.Builder. clusterType(Host.ClusterType clusterType)THost.Builder. clusterType(Host.ClusterType clusterType)Constructors in org.jclouds.cloudstack.domain with parameters of type Host.ClusterType Constructor Description Cluster(String id, AllocationState allocationState, Host.ClusterType clusterType, String hypervisor, Cluster.ManagedState managedState, String name, String podId, String podName, String zoneId, String zoneName)Host(String id, AllocationState allocationState, int averageLoad, String capabilities, String 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, Iterable<String> tags, String hypervisor, String ipAddress, boolean localStorageActive, String jobId, AsyncJob.Status jobStatus, Date lastPinged, String managementServerId, long memoryAllocated, long memoryTotal, long memoryUsed, String name, long networkKbsRead, long networkKbsWrite, String osCategoryId, String osCategoryName, String podId, String podName, Date removed, Host.State state, Host.Type type, String version, String zoneId, String zoneName) -
Uses of Host.ClusterType in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features with parameters of type Host.ClusterType Modifier and Type Method Description ClusterGlobalHostApi. addCluster(String 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 Modifier and Type Method Description static ListClustersOptionsListClustersOptions.Builder. clusterType(Host.ClusterType clusterType)ListClustersOptionsListClustersOptions. clusterType(Host.ClusterType clusterType)static UpdateClusterOptionsUpdateClusterOptions.Builder. clusterType(Host.ClusterType clusterType)UpdateClusterOptionsUpdateClusterOptions. clusterType(Host.ClusterType clusterType)
-