Google Cloud OS Config v1alpha API - Class Inventory.Types.WindowsQuickFixEngineeringPackage (2.0.0-alpha04)

public sealed class Inventory.Types.WindowsQuickFixEngineeringPackage : IMessage<Inventory.Types.WindowsQuickFixEngineeringPackage>, IEquatable<Inventory.Types.WindowsQuickFixEngineeringPackage>, IDeepCloneable<Inventory.Types.WindowsQuickFixEngineeringPackage>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud OS Config v1alpha API class Inventory.Types.WindowsQuickFixEngineeringPackage.

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

Inheritance

object > Inventory.Types.WindowsQuickFixEngineeringPackage

Namespace

Google.Cloud.OsConfig.V1Alpha

Assembly

Google.Cloud.OsConfig.V1Alpha.dll

Constructors

WindowsQuickFixEngineeringPackage()

public WindowsQuickFixEngineeringPackage()

WindowsQuickFixEngineeringPackage(WindowsQuickFixEngineeringPackage)

public WindowsQuickFixEngineeringPackage(Inventory.Types.WindowsQuickFixEngineeringPackage other)
Parameter
NameDescription
otherInventoryTypesWindowsQuickFixEngineeringPackage

Properties

Caption

public string Caption { get; set; }

A short textual description of the QFE update.

Property Value
TypeDescription
string

Description

public string Description { get; set; }

A textual description of the QFE update.

Property Value
TypeDescription
string

HotFixId

public string HotFixId { get; set; }

Unique identifier associated with a particular QFE update.

Property Value
TypeDescription
string

InstallTime

public Timestamp InstallTime { get; set; }

Date that the QFE update was installed. Mapped from installed_on field.

Property Value
TypeDescription
Timestamp