Class GoogleCloudPolicysimulatorV1ReplayResultsSummary
Summary statistics about the replayed log entries.
Implements
Inherited Members
Namespace: Google.Apis.PolicySimulator.v1.Data
Assembly: Google.Apis.PolicySimulator.v1.dll
Syntax
public class GoogleCloudPolicysimulatorV1ReplayResultsSummary : IDirectResponseSchema
Properties
DifferenceCount
The number of replayed log entries with a difference between baseline and simulated policies.
Declaration
[JsonProperty("differenceCount")]
public virtual int? DifferenceCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorCount
The number of log entries that could not be replayed.
Declaration
[JsonProperty("errorCount")]
public virtual int? ErrorCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
LogCount
The total number of log entries replayed.
Declaration
[JsonProperty("logCount")]
public virtual int? LogCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
NewestDate
The date of the newest log entry replayed.
Declaration
[JsonProperty("newestDate")]
public virtual GoogleTypeDate NewestDate { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeDate |
OldestDate
The date of the oldest log entry replayed.
Declaration
[JsonProperty("oldestDate")]
public virtual GoogleTypeDate OldestDate { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeDate |
UnchangedCount
The number of replayed log entries with no difference between baseline and simulated policies.
Declaration
[JsonProperty("unchangedCount")]
public virtual int? UnchangedCount { get; set; }
Property Value
Type | Description |
---|---|
int? |