VirtualMachineInstallPatchesResult Class
The result summary of an installation operation.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
VirtualMachineInstallPatchesResult
Constructor
VirtualMachineInstallPatchesResult(**kwargs)
Variables
- status
- str or PatchOperationStatus
The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Failed", "Succeeded", "Unknown" or "CompletedWithWarnings.". Possible values include: "Unknown", "InProgress", "Failed", "Succeeded", "CompletedWithWarnings".
- installation_activity_id
- str
The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs.
- reboot_status
- str or VMGuestPatchRebootStatus
The reboot state of the VM following completion of the operation. Possible values include: "Unknown", "NotNeeded", "Required", "Started", "Failed", "Completed".
- maintenance_window_exceeded
- bool
Whether the operation ran out of time before it completed all its intended actions.
- excluded_patch_count
- int
The number of patches that were not installed due to the user blocking their installation.
- not_selected_patch_count
- int
The number of patches that were detected as available for install, but did not meet the operation's criteria.
- pending_patch_count
- int
The number of patches that were identified as meeting the installation criteria, but were not able to be installed. Typically this happens when maintenanceWindowExceeded == true.
- installed_patch_count
- int
The number of patches successfully installed.
- failed_patch_count
- int
The number of patches that could not be installed due to some issue. See errors for details.
- patches
- list[PatchInstallationDetail]
The patches that were installed during the operation.
- start_date_time
- datetime
The UTC timestamp when the operation began.
- error
- ApiError
The errors that were encountered during execution of the operation. The details array contains the list of them.
Feedback
Submit and view feedback for