Uses of Class
org.jclouds.googlecomputeengine.domain.Operation.Status
-
Packages that use Operation.Status Package Description org.jclouds.googlecomputeengine.domain -
-
Uses of Operation.Status in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Operation.Status Modifier and Type Method 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.Methods in org.jclouds.googlecomputeengine.domain with parameters of type Operation.Status Modifier and Type Method 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)
-