GoogleCloudPolicysimulatorV1ReplayResultsSummaryResponse

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

fun GoogleCloudPolicysimulatorV1ReplayResultsSummaryResponse(differenceCount: Int, errorCount: Int, logCount: Int, newestDate: GoogleTypeDateResponse, oldestDate: GoogleTypeDateResponse, unchangedCount: Int)

Types

Link copied to clipboard
object Companion

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 total number of log entries 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.