Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LastPatchInstallationSummary

Package version

Describes the properties of the last installed patch summary.

Hierarchy

  • LastPatchInstallationSummary

Index

Properties

Optional error

error: ApiError

The errors that were encountered during execution of the operation. The details array contains the list of them. NOTE: This property will not be serialized. It can only be populated by the server.

Optional excludedPatchCount

excludedPatchCount: undefined | number

The number of all available patches but excluded explicitly by a customer-specified exclusion list match. NOTE: This property will not be serialized. It can only be populated by the server.

Optional failedPatchCount

failedPatchCount: undefined | number

The count of patches that failed installation. NOTE: This property will not be serialized. It can only be populated by the server.

Optional installationActivityId

installationActivityId: undefined | string

The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. NOTE: This property will not be serialized. It can only be populated by the server.

Optional installedPatchCount

installedPatchCount: undefined | number

The count of patches that successfully installed. NOTE: This property will not be serialized. It can only be populated by the server.

Optional lastModifiedTime

lastModifiedTime: Date

The UTC timestamp when the operation began. NOTE: This property will not be serialized. It can only be populated by the server.

Optional maintenanceWindowExceeded

maintenanceWindowExceeded: undefined | false | true

Describes whether the operation ran out of time before it completed all its intended actions NOTE: This property will not be serialized. It can only be populated by the server.

Optional notSelectedPatchCount

notSelectedPatchCount: undefined | number

The number of all available patches but not going to be installed because it didn't match a classification or inclusion list entry. NOTE: This property will not be serialized. It can only be populated by the server.

Optional pendingPatchCount

pendingPatchCount: undefined | number

The number of all available patches expected to be installed over the course of the patch installation operation. NOTE: This property will not be serialized. It can only be populated by the server.

Optional startTime

startTime: Date

The UTC timestamp when the operation began. NOTE: This property will not be serialized. It can only be populated by the server.

Optional status

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." NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc