Package | Description |
---|---|
org.jclouds.cloudstack.domain |
Modifier and Type | Field and Description |
---|---|
protected Host.State |
Host.Builder.state |
Modifier and Type | Method and Description |
---|---|
static Host.State |
Host.State.fromValue(String value) |
Host.State |
Host.getState() |
static Host.State |
Host.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Host.State[] |
Host.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
Host.Builder.state(Host.State state) |
Constructor and Description |
---|
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) |
Copyright © 2009-2013 jclouds. All Rights Reserved.