Uses of Enum Class
org.jclouds.googlecomputeengine.domain.Operation.Status
Packages that use Operation.Status
-
Uses of Operation.Status in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Operation.StatusModifier and TypeMethodDescriptionabstract Operation.Status
Operation.status()
static Operation.Status
Returns the enum constant of this class with the specified name.static Operation.Status[]
Operation.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.googlecomputeengine.domain with parameters of type Operation.StatusModifier and TypeMethodDescriptionstatic 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)