Show / Hide Table of Contents

Class ZypperSettings

Zypper patching is performed by running zypper patch. See also https://en.opensuse.org/SDB:Zypper_manual.

Inheritance
object
ZypperSettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OSConfig.v1.Data
Assembly: Google.Apis.OSConfig.v1.dll
Syntax
public class ZypperSettings : IDirectResponseSchema

Properties

Categories

Install only patches with these categories. Common categories include security, recommended, and feature.

Declaration
[JsonProperty("categories")]
public virtual IList<string> Categories { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Excludes

List of patches to exclude from update.

Declaration
[JsonProperty("excludes")]
public virtual IList<string> Excludes { get; set; }
Property Value
Type Description
IList<string>

ExclusivePatches

An exclusive list of patches to be updated. These are the only patches that will be installed using 'zypper patch patch:' command. This field must not be used with any other patch configuration fields.

Declaration
[JsonProperty("exclusivePatches")]
public virtual IList<string> ExclusivePatches { get; set; }
Property Value
Type Description
IList<string>

Severities

Install only patches with these severities. Common severities include critical, important, moderate, and low.

Declaration
[JsonProperty("severities")]
public virtual IList<string> Severities { get; set; }
Property Value
Type Description
IList<string>

WithOptional

Adds the --with-optional flag to zypper patch.

Declaration
[JsonProperty("withOptional")]
public virtual bool? WithOptional { get; set; }
Property Value
Type Description
bool?

WithUpdate

Adds the --with-update flag, to zypper patch.

Declaration
[JsonProperty("withUpdate")]
public virtual bool? WithUpdate { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX