PatchRecommendationSummary

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

Bases: object

Total count summary of patch recommendations for databases.

Methods

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

Attributes

patch_available [Required] Gets the patch_available of this PatchRecommendationSummary.
total [Required] Gets the total of this PatchRecommendationSummary.
up_to_date [Required] Gets the up_to_date of this PatchRecommendationSummary.
__init__(**kwargs)

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

Parameters:
  • total (int) – The value to assign to the total property of this PatchRecommendationSummary.
  • up_to_date (int) – The value to assign to the up_to_date property of this PatchRecommendationSummary.
  • patch_available (int) – The value to assign to the patch_available property of this PatchRecommendationSummary.
patch_available

[Required] Gets the patch_available of this PatchRecommendationSummary. Number of databases pending to be updated.

Returns:The patch_available of this PatchRecommendationSummary.
Return type:int
total

[Required] Gets the total of this PatchRecommendationSummary. Total number of databases pending to be updated and/or with latest patches.

Returns:The total of this PatchRecommendationSummary.
Return type:int
up_to_date

[Required] Gets the up_to_date of this PatchRecommendationSummary. Number of databases with latest patches.

Returns:The up_to_date of this PatchRecommendationSummary.
Return type:int