Class: Google::Cloud::OsConfig::V1::ZypperSettings

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/osconfig/v1/patch_jobs.rb

Overview

Zypper patching is performed by running zypper patch. See also https://en.opensuse.org/SDB:Zypper_manual.

Instance Attribute Summary collapse

Instance Attribute Details

#categories::Array<::String>

Returns Install only patches with these categories. Common categories include security, recommended, and feature.

Returns:

  • (::Array<::String>)

    Install only patches with these categories. Common categories include security, recommended, and feature.



522
523
524
525
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 522

class ZypperSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#excludes::Array<::String>

Returns List of patches to exclude from update.

Returns:

  • (::Array<::String>)

    List of patches to exclude from update.



522
523
524
525
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 522

class ZypperSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#exclusive_patches::Array<::String>

Returns 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.

Returns:

  • (::Array<::String>)

    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.



522
523
524
525
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 522

class ZypperSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#severities::Array<::String>

Returns Install only patches with these severities. Common severities include critical, important, moderate, and low.

Returns:

  • (::Array<::String>)

    Install only patches with these severities. Common severities include critical, important, moderate, and low.



522
523
524
525
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 522

class ZypperSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#with_optional::Boolean

Returns Adds the --with-optional flag to zypper patch.

Returns:

  • (::Boolean)

    Adds the --with-optional flag to zypper patch.



522
523
524
525
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 522

class ZypperSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#with_update::Boolean

Returns Adds the --with-update flag, to zypper patch.

Returns:

  • (::Boolean)

    Adds the --with-update flag, to zypper patch.



522
523
524
525
# File 'proto_docs/google/cloud/osconfig/v1/patch_jobs.rb', line 522

class ZypperSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end