AvailablePatchSummary Class
Describes the properties of an virtual machine instance view for available patch summary.
Constructor
AvailablePatchSummary(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
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.". Known values are: "Unknown", "InProgress", "Failed", "Succeeded", and "CompletedWithWarnings". |
|
assessment_activity_id
|
The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. |
|
reboot_pending
|
The overall reboot status of the VM. It will be true when partially installed patches require a reboot to complete installation but the reboot has not yet occurred. |
|
critical_and_security_patch_count
|
The number of critical or security patches that have been detected as available and not yet installed. |
|
other_patch_count
|
The number of all available patches excluding critical and security. |
|
start_time
|
The UTC timestamp when the operation began. |
|
last_modified_time
|
The UTC timestamp when the operation began. |
|
error
|
The errors that were encountered during execution of the operation. The details array contains the list of them. |
Attributes
assessment_activity_id
The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs.
assessment_activity_id: str | None
critical_and_security_patch_count
The number of critical or security patches that have been detected as available and not yet installed.
critical_and_security_patch_count: int | None
error
The errors that were encountered during execution of the operation. The details array contains the list of them.
error: _models.ApiError | None
last_modified_time
The UTC timestamp when the operation began.
last_modified_time: datetime | None
other_patch_count
The number of all available patches excluding critical and security.
other_patch_count: int | None
reboot_pending
The overall reboot status of the VM. It will be true when partially installed patches require a reboot to complete installation but the reboot has not yet occurred.
reboot_pending: bool | None
start_time
The UTC timestamp when the operation began.
start_time: datetime | None
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.". Known values are: "Unknown", "InProgress", "Failed", "Succeeded", and "CompletedWithWarnings".
status: str | _models.PatchOperationStatus | None