public sealed class ZypperPatch : IMessage<Inventory.Types.ZypperPatch>, IEquatable<Inventory.Types.ZypperPatch>, IDeepCloneable<Inventory.Types.ZypperPatch>, IBufferMessage, IMessage
Details related to a Zypper Patch.
Implements
IMessage<Inventory.Types.ZypperPatch>, IEquatable<Inventory.Types.ZypperPatch>, IDeepCloneable<Inventory.Types.ZypperPatch>, IBufferMessage, IMessageNamespace
Google.Cloud.OsConfig.V1Assembly
Google.Cloud.OsConfig.V1.dll
Constructors
ZypperPatch()
public ZypperPatch()
ZypperPatch(Inventory.Types.ZypperPatch)
public ZypperPatch(Inventory.Types.ZypperPatch other)
Parameter | |
---|---|
Name | Description |
other | Inventory.Types.ZypperPatch |
Properties
Category
public string Category { get; set; }
The category of the patch.
Property Value | |
---|---|
Type | Description |
String |
PatchName
public string PatchName { get; set; }
The name of the patch.
Property Value | |
---|---|
Type | Description |
String |
Severity
public string Severity { get; set; }
The severity specified for this patch
Property Value | |
---|---|
Type | Description |
String |
Summary
public string Summary { get; set; }
Any summary information provided about this patch.
Property Value | |
---|---|
Type | Description |
String |