LinuxParameters interface
Input for InstallPatches on a Linux VM, as directly received by the API
Properties
classifications |
The update classifications to select when installing patches for Linux. |
maintenance |
This is used as a maintenance run identifier for Auto VM Guest Patching in Linux. |
package |
packages to exclude in the patch operation. Format: packageName_packageVersion |
package |
packages to include in the patch operation. Format: packageName_packageVersion |
Property Details
classificationsToInclude
The update classifications to select when installing patches for Linux.
classificationsToInclude?: string[]
Property Value
string[]
maintenanceRunId
This is used as a maintenance run identifier for Auto VM Guest Patching in Linux.
maintenanceRunId?: string
Property Value
string
packageNameMasksToExclude
packages to exclude in the patch operation. Format: packageName_packageVersion
packageNameMasksToExclude?: string[]
Property Value
string[]
packageNameMasksToInclude
packages to include in the patch operation. Format: packageName_packageVersion
packageNameMasksToInclude?: string[]
Property Value
string[]