Reference documentation and code samples for the Cloud OS Config V1 API class Google::Cloud::OsConfig::V1::YumSettings.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#excludes
def excludes() -> ::Array<::String>
Returns
-
(::Array<::String>) — List of packages to exclude from update. These packages are excluded by
using the yum
--exclude
flag.
#excludes=
def excludes=(value) -> ::Array<::String>
Parameter
-
value (::Array<::String>) — List of packages to exclude from update. These packages are excluded by
using the yum
--exclude
flag.
Returns
-
(::Array<::String>) — List of packages to exclude from update. These packages are excluded by
using the yum
--exclude
flag.
#exclusive_packages
def exclusive_packages() -> ::Array<::String>
Returns
- (::Array<::String>) — 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.
#exclusive_packages=
def exclusive_packages=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — 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.
Returns
- (::Array<::String>) — 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
def minimal() -> ::Boolean
Returns
-
(::Boolean) — Will cause patch to run
yum update-minimal
instead.
#minimal=
def minimal=(value) -> ::Boolean
Parameter
-
value (::Boolean) — Will cause patch to run
yum update-minimal
instead.
Returns
-
(::Boolean) — Will cause patch to run
yum update-minimal
instead.
#security
def security() -> ::Boolean
Returns
-
(::Boolean) — Adds the
--security
flag toyum update
. Not supported on all platforms.
#security=
def security=(value) -> ::Boolean
Parameter
-
value (::Boolean) — Adds the
--security
flag toyum update
. Not supported on all platforms.
Returns
-
(::Boolean) — Adds the
--security
flag toyum update
. Not supported on all platforms.