Class: Google::Cloud::OsConfig::V1::Inventory::WindowsQuickFixEngineeringPackage

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#caption::String

Returns A short textual description of the QFE update.

Returns:

  • (::String)

    A short textual description of the QFE update.



285
286
287
288
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 285

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

#description::String

Returns A textual description of the QFE update.

Returns:

  • (::String)

    A textual description of the QFE update.



285
286
287
288
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 285

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.

Returns:

  • (::String)

    Unique identifier associated with a particular QFE update.



285
286
287
288
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 285

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.

Returns:



285
286
287
288
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 285

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