Uses of Enum Class
org.jclouds.cloudstack.domain.Host.State
Packages that use Host.State
-
Uses of Host.State in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as Host.StateMethods in org.jclouds.cloudstack.domain that return Host.StateModifier and TypeMethodDescriptionstatic Host.State
Host.getState()
static Host.State
Returns the enum constant of this class with the specified name.static Host.State[]
Host.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.cloudstack.domain with parameters of type Host.StateConstructors in org.jclouds.cloudstack.domain with parameters of type Host.StateModifierConstructorDescriptionprotected
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)