OsPatchingStatus interface
Returns metadata about the os patching.
Properties
| latest |
Time of the latest os patching. |
| os |
Collection of errors encountered when doing os patching. |
| patch |
The os patching status. |
| reboot |
Specifies whether this compute instance is pending for reboot to finish os patching. |
| scheduled |
Time of scheduled reboot. |
Property Details
latestPatchTime
Time of the latest os patching.
latestPatchTime?: string
Property Value
string
osPatchingErrors
Collection of errors encountered when doing os patching.
osPatchingErrors?: ErrorResponse[]
Property Value
patchStatus
The os patching status.
patchStatus?: string
Property Value
string
rebootPending
Specifies whether this compute instance is pending for reboot to finish os patching.
rebootPending?: boolean
Property Value
boolean
scheduledRebootTime
Time of scheduled reboot.
scheduledRebootTime?: string
Property Value
string