Class ImagesPatchRecommendationSummary
Summary of image patches recommended to install.
Inherited Members
Namespace: Oci.DblmService.Models
Assembly: OCI.DotNetSDK.Dblm.dll
Syntax
public class ImagesPatchRecommendationSummary
Properties
ImagePatchRecommendationsCount
Declaration
[JsonProperty(PropertyName = "imagePatchRecommendationsCount")]
public int? ImagePatchRecommendationsCount { get; set; }
Property Value
Type | Description |
---|---|
int? | Total number of patch recommendations available. |
TotalImagesCount
Declaration
[JsonProperty(PropertyName = "totalImagesCount")]
public int? TotalImagesCount { get; set; }
Property Value
Type | Description |
---|---|
int? | Total number of images. |
UpToDateImagesCount
Declaration
[JsonProperty(PropertyName = "upToDateImagesCount")]
public int? UpToDateImagesCount { get; set; }
Property Value
Type | Description |
---|---|
int? | Total number of up to date images. |