Class: Google::Cloud::OsConfig::V1::Inventory::ZypperPatch
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1::Inventory::ZypperPatch
- 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
-
#category ⇒ ::String
The category of the patch.
-
#patch_name ⇒ ::String
The name of the patch.
-
#severity ⇒ ::String
The severity specified for this patch.
-
#summary ⇒ ::String
Any summary information provided about this patch.
Instance Attribute Details
#category ⇒ ::String
Returns 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.
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.
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.
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 |