public sealed class Inventory.Types.ZypperPatch : IMessage<Inventory.Types.ZypperPatch>, IEquatable<Inventory.Types.ZypperPatch>, IDeepCloneable<Inventory.Types.ZypperPatch>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Config v1alpha API class Inventory.Types.ZypperPatch.
Details related to a Zypper Patch.
Implements
IMessageInventoryTypesZypperPatch, IEquatableInventoryTypesZypperPatch, IDeepCloneableInventoryTypesZypperPatch, IBufferMessage, IMessageNamespace
Google.Cloud.OsConfig.V1AlphaAssembly
Google.Cloud.OsConfig.V1Alpha.dll
Constructors
ZypperPatch()
public ZypperPatch()
ZypperPatch(ZypperPatch)
public ZypperPatch(Inventory.Types.ZypperPatch other)
Parameter | |
---|---|
Name | Description |
other |
InventoryTypesZypperPatch |
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 |