Class: Google::Cloud::OsConfig::V1::Inventory::WindowsQuickFixEngineeringPackage
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1::Inventory::WindowsQuickFixEngineeringPackage
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1/inventory.rb
Overview
Information related to a Quick Fix Engineering package. Fields are taken from Windows QuickFixEngineering Interface and match the source names: https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/win32-quickfixengineering
Instance Attribute Summary collapse
-
#caption ⇒ ::String
A short textual description of the QFE update.
-
#description ⇒ ::String
A textual description of the QFE update.
-
#hot_fix_id ⇒ ::String
Unique identifier associated with a particular QFE update.
-
#install_time ⇒ ::Google::Protobuf::Timestamp
Date that the QFE update was installed.
Instance Attribute Details
#caption ⇒ ::String
Returns A short textual description of the QFE update.
267 268 269 270 |
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 267 class WindowsQuickFixEngineeringPackage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns A textual description of the QFE update.
267 268 269 270 |
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 267 class WindowsQuickFixEngineeringPackage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#hot_fix_id ⇒ ::String
Returns Unique identifier associated with a particular QFE update.
267 268 269 270 |
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 267 class WindowsQuickFixEngineeringPackage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#install_time ⇒ ::Google::Protobuf::Timestamp
Returns Date that the QFE update was installed. Mapped from installed_on field.
267 268 269 270 |
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 267 class WindowsQuickFixEngineeringPackage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |