Uses of Class
org.jclouds.cloudstack.domain.AsyncJob.Status
-
Packages that use AsyncJob.Status Package Description org.jclouds.cloudstack.domain -
-
Uses of AsyncJob.Status in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as AsyncJob.Status Modifier and Type Field Description protected AsyncJob.StatusHost.Builder. jobStatusprotected AsyncJob.StatusAsyncJob.Builder. statusMethods in org.jclouds.cloudstack.domain that return AsyncJob.Status Modifier and Type Method Description static AsyncJob.StatusAsyncJob.Status. fromValue(String value)AsyncJob.StatusHost. getJobStatus()AsyncJob.StatusAsyncJob. getStatus()static AsyncJob.StatusAsyncJob.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.Methods in org.jclouds.cloudstack.domain with parameters of type AsyncJob.Status Modifier and Type Method Description THost.Builder. jobStatus(AsyncJob.Status jobStatus)TAsyncJob.Builder. status(AsyncJob.Status status)Constructors in org.jclouds.cloudstack.domain with parameters of type AsyncJob.Status Constructor Description AsyncJob(String accountId, String cmd, Date created, String id, String instanceId, String instanceType, int progress, S result, AsyncJob.ResultCode resultCode, String resultType, AsyncJob.Status status, String userId, AsyncJobError error)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)
-