| Package | Description |
|---|---|
| org.jclouds.googlecomputeengine.domain |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Operation.Builder |
Operation.Builder.status(Operation.Status status) |
| Constructor and Description |
|---|
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) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.