ImagesPatchRecommendationSummary

class oci.dblm.models.ImagesPatchRecommendationSummary(**kwargs)

Bases: object

Summary of image patches recommended to install.

Methods

__init__(**kwargs) Initializes a new ImagesPatchRecommendationSummary object with values from keyword arguments.

Attributes

image_patch_recommendations_count Gets the image_patch_recommendations_count of this ImagesPatchRecommendationSummary.
total_images_count Gets the total_images_count of this ImagesPatchRecommendationSummary.
up_to_date_images_count Gets the up_to_date_images_count of this ImagesPatchRecommendationSummary.
__init__(**kwargs)

Initializes a new ImagesPatchRecommendationSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • total_images_count (int) – The value to assign to the total_images_count property of this ImagesPatchRecommendationSummary.
  • up_to_date_images_count (int) – The value to assign to the up_to_date_images_count property of this ImagesPatchRecommendationSummary.
  • image_patch_recommendations_count (int) – The value to assign to the image_patch_recommendations_count property of this ImagesPatchRecommendationSummary.
image_patch_recommendations_count

Gets the image_patch_recommendations_count of this ImagesPatchRecommendationSummary. Total number of patch recommendations available.

Returns:The image_patch_recommendations_count of this ImagesPatchRecommendationSummary.
Return type:int
total_images_count

Gets the total_images_count of this ImagesPatchRecommendationSummary. Total number of images.

Returns:The total_images_count of this ImagesPatchRecommendationSummary.
Return type:int
up_to_date_images_count

Gets the up_to_date_images_count of this ImagesPatchRecommendationSummary. Total number of up to date images.

Returns:The up_to_date_images_count of this ImagesPatchRecommendationSummary.
Return type:int