Class Replay (0.1.5)

Replay(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A resource describing a Replay, or simulation.

Attributes

NameDescription
name str
Output only. The resource name of the Replay, which has the following format: {projects|folders|organizations}/{resource-id}/locations/global/replays/{replay-id}, where {resource-id} is the ID of the project, folder, or organization that owns the Replay. Example: projects/my-example-project/locations/global/replays/506a5f7f-38ce-4d7d-8e03-479ce1833c36
state google.cloud.policysimulator_v1.types.Replay.State
Output only. The current state of the Replay.
config google.cloud.policysimulator_v1.types.ReplayConfig
Required. The configuration used for the Replay.
results_summary google.cloud.policysimulator_v1.types.Replay.ResultsSummary
Output only. Summary statistics about the replayed log entries.

Classes

ResultsSummary

ResultsSummary(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Summary statistics about the replayed log entries.

State

State(value)

The current state of the Replay.

Values: STATE_UNSPECIFIED (0): Default value. This value is unused. PENDING (1): The Replay has not started yet. RUNNING (2): The Replay is currently running. SUCCEEDED (3): The Replay has successfully completed. FAILED (4): The Replay has finished with an error.