Package | Description |
---|---|
org.jclouds.cloudstack.domain |
Modifier and Type | Method and Description |
---|---|
static AsyncJob.Status |
AsyncJob.Status.fromValue(String value) |
AsyncJob.Status |
Host.getJobStatus() |
AsyncJob.Status |
AsyncJob.getStatus() |
static AsyncJob.Status |
AsyncJob.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsyncJob.Status[] |
AsyncJob.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Host.Builder |
Host.Builder.jobStatus(AsyncJob.Status jobStatus) |
AsyncJob.Builder<T> |
AsyncJob.Builder.status(AsyncJob.Status status) |
Constructor and Description |
---|
AsyncJob(long accountId,
String cmd,
Date created,
long id,
long instanceId,
String instanceType,
int progress,
T result,
AsyncJob.ResultCode resultCode,
String resultType,
AsyncJob.Status status,
int userId,
AsyncJobError error) |
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) |
Copyright © 2009-2012 jclouds. All Rights Reserved.