Class: Google::Cloud::OsConfig::V1::Inventory::ZypperPatch

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

Overview

Details related to a Zypper Patch.

Instance Attribute Summary collapse

Instance Attribute Details

#category::String

Returns The category of the patch.

Returns:

  • (::String)

    The category of the patch.



246
247
248
249
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 246

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

#patch_name::String

Returns The name of the patch.

Returns:

  • (::String)

    The name of the patch.



246
247
248
249
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 246

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

#severity::String

Returns The severity specified for this patch.

Returns:

  • (::String)

    The severity specified for this patch



246
247
248
249
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 246

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

#summary::String

Returns Any summary information provided about this patch.

Returns:

  • (::String)

    Any summary information provided about this patch.



246
247
248
249
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 246

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