View Source GoogleApi.OSConfig.V1.Model.YumSettings (google_api_os_config v0.21.1)

Yum patching is performed by executing yum update. Additional options can be set to control how this is executed. Note that not all settings are supported on all platforms.

Attributes

  • excludes (type: list(String.t), default: nil) - List of packages to exclude from update. These packages are excluded by using the yum --exclude flag.
  • exclusivePackages (type: list(String.t), default: nil) - An exclusive list of packages to be updated. These are the only packages that will be updated. If these packages are not installed, they will be ignored. This field must not be specified with any other patch configuration fields.
  • minimal (type: boolean(), default: nil) - Will cause patch to run yum update-minimal instead.
  • security (type: boolean(), default: nil) - Adds the --security flag to yum update. Not supported on all platforms.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.OSConfig.V1.Model.YumSettings{
  excludes: [String.t()] | nil,
  exclusivePackages: [String.t()] | nil,
  minimal: boolean() | nil,
  security: boolean() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.