Google Cloud Policysimulator V1Replay Results Summary Response
data class GoogleCloudPolicysimulatorV1ReplayResultsSummaryResponse(val differenceCount: Int, val errorCount: Int, val logCount: Int, val newestDate: GoogleTypeDateResponse, val oldestDate: GoogleTypeDateResponse, val unchangedCount: Int)
Summary statistics about the replayed log entries.
Constructors
Link copied to clipboard
constructor(differenceCount: Int, errorCount: Int, logCount: Int, newestDate: GoogleTypeDateResponse, oldestDate: GoogleTypeDateResponse, unchangedCount: Int)
Properties
Link copied to clipboard
The number of replayed log entries with a difference between baseline and simulated policies.
Link copied to clipboard
The number of log entries that could not be replayed.
Link copied to clipboard
The date of the newest log entry replayed.
Link copied to clipboard
The date of the oldest log entry replayed.
Link copied to clipboard
The number of replayed log entries with no difference between baseline and simulated policies.