Class Inventory.Types.ZypperPatch (1.6.0)

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

Details related to a Zypper Patch.

Inheritance

Object > Inventory.Types.ZypperPatch

Namespace

Google.Cloud.OsConfig.V1

Assembly

Google.Cloud.OsConfig.V1.dll

Constructors

ZypperPatch()

public ZypperPatch()

ZypperPatch(Inventory.Types.ZypperPatch)

public ZypperPatch(Inventory.Types.ZypperPatch other)
Parameter
NameDescription
otherInventory.Types.ZypperPatch

Properties

Category

public string Category { get; set; }

The category of the patch.

Property Value
TypeDescription
String

PatchName

public string PatchName { get; set; }

The name of the patch.

Property Value
TypeDescription
String

Severity

public string Severity { get; set; }

The severity specified for this patch

Property Value
TypeDescription
String

Summary

public string Summary { get; set; }

Any summary information provided about this patch.

Property Value
TypeDescription
String