Module: Google::Cloud::PolicySimulator::V1::Replay::State

Defined in:
proto_docs/google/cloud/policysimulator/v1/simulator.rb

Overview

The current state of the Replay.

Constant Summary collapse

STATE_UNSPECIFIED =

Default value. This value is unused.

0
PENDING =

The Replay has not started yet.

1
RUNNING =

The Replay is currently running.

2
SUCCEEDED =

The Replay has successfully completed.

3
FAILED =

The Replay has finished with an error.

4