Google Cloud OS Config v1 API - Class Inventory.Types.ZypperPatch (2.3.0)

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 v1 API class Inventory.Types.ZypperPatch.

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(ZypperPatch)

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

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