public sealed class Replay : IMessage<Replay>, IEquatable<Replay>, IDeepCloneable<Replay>, IBufferMessage, IMessageReference documentation and code samples for the Policy Simulator v1 API class Replay.
A resource describing a Replay, or simulation.
Namespace
Google.Cloud.PolicySimulator.V1Assembly
Google.Cloud.PolicySimulator.V1.dll
Constructors
Replay()
public Replay()Replay(Replay)
public Replay(Replay other)| Parameter | |
|---|---|
| Name | Description |
other |
Replay |
Properties
Config
public ReplayConfig Config { get; set; }Required. The configuration used for the Replay.
| Property Value | |
|---|---|
| Type | Description |
ReplayConfig |
|
Name
public string Name { get; set; }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
| Property Value | |
|---|---|
| Type | Description |
string |
|
ReplayName
public ReplayName ReplayName { get; set; }ReplayName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ReplayName |
|
ResultsSummary
public Replay.Types.ResultsSummary ResultsSummary { get; set; }Output only. Summary statistics about the replayed log entries.
| Property Value | |
|---|---|
| Type | Description |
ReplayTypesResultsSummary |
|
State
public Replay.Types.State State { get; set; }Output only. The current state of the Replay.
| Property Value | |
|---|---|
| Type | Description |
ReplayTypesState |
|