Policy Simulator v1 API - Enum Replay.Types.State (1.2.0)

public enum Replay.Types.State

Reference documentation and code samples for the Policy Simulator v1 API enum Replay.Types.State.

The current state of the [Replay][google.cloud.policysimulator.v1.Replay].

Namespace

Google.Cloud.PolicySimulator.V1

Assembly

Google.Cloud.PolicySimulator.V1.dll

Fields

Name Description
Failed

The Replay has finished with an error.

Pending

The Replay has not started yet.

Running

The Replay is currently running.

Succeeded

The Replay has successfully completed.

Unspecified

Default value. This value is unused.