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
Implements
IMessageInventoryTypesWindowsQuickFixEngineeringPackage, IEquatableInventoryTypesWindowsQuickFixEngineeringPackage, IDeepCloneableInventoryTypesWindowsQuickFixEngineeringPackage, IBufferMessage, IMessageNamespace
Google.Cloud.OsConfig.V1AlphaAssembly
Google.Cloud.OsConfig.V1Alpha.dll
Constructors
WindowsQuickFixEngineeringPackage()
public WindowsQuickFixEngineeringPackage()
WindowsQuickFixEngineeringPackage(WindowsQuickFixEngineeringPackage)
public WindowsQuickFixEngineeringPackage(Inventory.Types.WindowsQuickFixEngineeringPackage other)
Parameter | |
---|---|
Name | Description |
other |
InventoryTypesWindowsQuickFixEngineeringPackage |
Properties
Caption
public string Caption { get; set; }
A short textual description of the QFE update.
Property Value | |
---|---|
Type | Description |
string |
Description
public string Description { get; set; }
A textual description of the QFE update.
Property Value | |
---|---|
Type | Description |
string |
HotFixId
public string HotFixId { get; set; }
Unique identifier associated with a particular QFE update.
Property Value | |
---|---|
Type | Description |
string |
InstallTime
public Timestamp InstallTime { get; set; }
Date that the QFE update was installed. Mapped from installed_on field.
Property Value | |
---|---|
Type | Description |
Timestamp |