LastPatchInstallationSummaryResponse

data class LastPatchInstallationSummaryResponse(val error: ApiErrorResponse, val excludedPatchCount: Int, val failedPatchCount: Int, val installationActivityId: String, val installedPatchCount: Int, val lastModifiedTime: String, val maintenanceWindowExceeded: Boolean, val notSelectedPatchCount: Int, val pendingPatchCount: Int, val startTime: String, val status: String)

Describes the properties of the last installed patch summary.

Constructors

Link copied to clipboard
constructor(error: ApiErrorResponse, excludedPatchCount: Int, failedPatchCount: Int, installationActivityId: String, installedPatchCount: Int, lastModifiedTime: String, maintenanceWindowExceeded: Boolean, notSelectedPatchCount: Int, pendingPatchCount: Int, startTime: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The errors that were encountered during execution of the operation. The details array contains the list of them.

Link copied to clipboard

The number of all available patches but excluded explicitly by a customer-specified exclusion list match.

Link copied to clipboard

The count of patches that failed installation.

Link copied to clipboard

The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs.

Link copied to clipboard

The count of patches that successfully installed.

Link copied to clipboard

The UTC timestamp when the operation began.

Link copied to clipboard

Describes whether the operation ran out of time before it completed all its intended actions

Link copied to clipboard

The number of all available patches but not going to be installed because it didn't match a classification or inclusion list entry.

Link copied to clipboard

The number of all available patches expected to be installed over the course of the patch installation operation.

Link copied to clipboard

The UTC timestamp when the operation began.

Link copied to clipboard

The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Unknown", "Failed", "Succeeded", or "CompletedWithWarnings."