State

Represents the current state of an Experiment or Validation dry run. String values are used in JSON.

Enums
STATE_UNSPECIFIED The state is not known or not set.
PREPARING The system is identifying the target Google Cloud resources for the Experiment or Validation and checking necessary permissions.
PREPARED The experiment is fully set up and ready to start.
INJECTING The system is actively applying the fault to the targeted resources. Example: Slowing down responses, triggering errors.
INJECTED The fault is active on the targeted resources. The Experiment is now running for its planned duration.
REVERTING The Experiment is being stopped, and FIT is removing the fault and restoring the resources to their normal operational state.
COMPLETED The Experiment or Validation has finished, and the resources are back to their normal state. No further actions will occur.