View Source GoogleApi.OSConfig.V1.Model.ZypperSettings (google_api_os_config v0.21.1)
Zypper patching is performed by running zypper patch
. See also https://en.opensuse.org/SDB:Zypper_manual.
Attributes
-
categories
(type:list(String.t)
, default:nil
) - Install only patches with these categories. Common categories include security, recommended, and feature. -
excludes
(type:list(String.t)
, default:nil
) - List of patches to exclude from update. -
exclusivePatches
(type:list(String.t)
, default:nil
) - An exclusive list of patches to be updated. These are the only patches that will be installed using 'zypper patch patch:' command. This field must not be used with any other patch configuration fields. -
severities
(type:list(String.t)
, default:nil
) - Install only patches with these severities. Common severities include critical, important, moderate, and low. -
withOptional
(type:boolean()
, default:nil
) - Adds the--with-optional
flag tozypper patch
. -
withUpdate
(type:boolean()
, default:nil
) - Adds the--with-update
flag, tozypper patch
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
Functions
Unwrap a decoded JSON object into its complex fields.