PatchSummary

Provides an overview of the patch compliance status for an instance against a selected compliance standard.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of patches from the compliance standard that failed to install.

Link copied to clipboard
val id: String?

The identifier of the compliance standard that was used to determine the patch compliance status.

Link copied to clipboard

The number of patches from the compliance standard that were installed successfully.

Link copied to clipboard

The number of installed patches that are not part of the compliance standard.

Link copied to clipboard

The number of patches that were applied, but that require the instance to be rebooted in order to be marked as installed.

Link copied to clipboard

The number of patches that are installed but are also on a list of patches that the customer rejected.

Link copied to clipboard

The number of patches that are part of the compliance standard but are not installed. The count includes patches that failed to install.

Link copied to clipboard

The type of patch operation performed. For Patch Manager, the values are SCAN and INSTALL.

Link copied to clipboard

Indicates when the operation completed.

Link copied to clipboard

Indicates when the operation started.

Link copied to clipboard

The reboot option specified for the instance.

Functions

Link copied to clipboard
inline fun copy(block: PatchSummary.Builder.() -> Unit = {}): PatchSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String