|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Operation.Status | |
|---|---|
| org.jclouds.googlecomputeengine.domain | |
| Uses of Operation.Status in org.jclouds.googlecomputeengine.domain |
|---|
| Methods in org.jclouds.googlecomputeengine.domain that return Operation.Status | |
|---|---|
Operation.Status |
Operation.getStatus()
|
static Operation.Status |
Operation.Status.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Operation.Status[] |
Operation.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.jclouds.googlecomputeengine.domain with parameters of type Operation.Status | |
|---|---|
Operation.Builder |
Operation.Builder.status(Operation.Status status)
|
| Constructors in org.jclouds.googlecomputeengine.domain with parameters of type Operation.Status | |
|---|---|
Operation(String id,
Date creationTimestamp,
URI selfLink,
String name,
String description,
URI targetLink,
String targetId,
String clientOperationId,
Operation.Status status,
String statusMessage,
String user,
Integer progress,
Date insertTime,
Date startTime,
Date endTime,
Integer httpErrorStatusCode,
String httpErrorMessage,
String operationType,
List<Operation.Error> errors,
URI region,
URI zone)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||