Linux Patch Settings Args
data class LinuxPatchSettingsArgs(val assessmentMode: Output<Either<String, LinuxPatchAssessmentMode>>? = null, val patchMode: Output<Either<String, LinuxVMGuestPatchMode>>? = null) : ConvertibleToJava<LinuxPatchSettingsArgs>
Specifies settings related to VM Guest Patching on Linux.
Constructors
Link copied to clipboard
fun LinuxPatchSettingsArgs(assessmentMode: Output<Either<String, LinuxPatchAssessmentMode>>? = null, patchMode: Output<Either<String, LinuxVMGuestPatchMode>>? = null)
Functions
Properties
Link copied to clipboard
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