Show / Hide Table of Contents

Class ImagesPatchRecommendationSummary

Summary of image patches recommended to install.

Inheritance
object
ImagesPatchRecommendationSummary
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 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.

In this article
Back to top