Package | Description |
---|---|
org.jclouds.googlecomputeengine.domain |
Modifier and Type | Method and Description |
---|---|
abstract Operation.Status |
Operation.status() |
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 |
---|---|
static Operation |
Operation.create(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,
Operation.Error error,
List<Warning> warnings,
URI region,
URI zone) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.