Show / Hide Table of Contents

Class AdditionalPatches

Summary of patch recommendations for image.

Inheritance
object
AdditionalPatches
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DblmService.Models
Assembly: OCI.DotNetSDK.Dblm.dll
Syntax
public class AdditionalPatches

Properties

Category

Declaration
[JsonProperty(PropertyName = "category")]
[JsonConverter(typeof(ResponseEnumConverter))]
public AdditionalPatches.CategoryEnum? Category { get; set; }
Property Value
Type Description
AdditionalPatches.CategoryEnum?

Shows if patch is recommended or is an additional patch from an existing database.

Description

Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type Description
string

Description of the patch recommendation.

PatchId

Declaration
[JsonProperty(PropertyName = "patchId")]
public int? PatchId { get; set; }
Property Value
Type Description
int?

Id for the patch recommendation.

PatchName

Declaration
[JsonProperty(PropertyName = "patchName")]
public string PatchName { get; set; }
Property Value
Type Description
string

Name for the patch recommendation.

In this article
Back to top