LinuxPatchSettingsResponse

data class LinuxPatchSettingsResponse(val assessmentMode: String? = null, val patchMode: String? = null)

Specifies settings related to VM Guest Patching on Linux.

Constructors

Link copied to clipboard
constructor(assessmentMode: String? = null, patchMode: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val assessmentMode: String? = null

Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine.

Possible values are:

ImageDefault - You control the timing of patch assessments on a virtual machine.

AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.

Link copied to clipboard
val patchMode: String? = null

Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.

Possible values are:

ImageDefault - The virtual machine's default patching configuration is used.

AutomaticByPlatform - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true