Package | Description |
---|---|
org.jclouds.vcloud.domain | |
org.jclouds.vcloud.domain.internal |
Modifier and Type | Method and Description |
---|---|
static TaskStatus |
TaskStatus.fromValue(String status) |
TaskStatus |
Task.getStatus()
The current status of the task.
|
static TaskStatus |
TaskStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskStatus[] |
TaskStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TaskStatus |
TaskImpl.getStatus() |
Constructor and Description |
---|
TaskImpl(URI id,
String operation,
TaskStatus status,
Date startTime,
Date endTime,
Date expiryTime,
ReferenceType owner,
VCloudError error) |
Copyright © 2009-2013 jclouds. All Rights Reserved.