VirtualMachinePatchStatusResponse

data class VirtualMachinePatchStatusResponse(val availablePatchSummary: AvailablePatchSummaryResponse? = null, val configurationStatuses: List<InstanceViewStatusResponse>, val lastPatchInstallationSummary: LastPatchInstallationSummaryResponse? = null)

The status of virtual machine patch operations.

Constructors

Link copied to clipboard
constructor(availablePatchSummary: AvailablePatchSummaryResponse? = null, configurationStatuses: List<InstanceViewStatusResponse>, lastPatchInstallationSummary: LastPatchInstallationSummaryResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The available patch summary of the latest assessment operation for the virtual machine.

Link copied to clipboard

The enablement status of the specified patchMode

Link copied to clipboard

The installation summary of the latest installation operation for the virtual machine.