Class AdditionalPatches
Summary of patch recommendations for image.
Inherited Members
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. |