PatchRecommendationsDetailsSummary

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

Bases: object

Summary of patch recommendations for databases.

Methods

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

Attributes

abstract_text [Required] Gets the abstract_text of this PatchRecommendationsDetailsSummary.
classification_name [Required] Gets the classification_name of this PatchRecommendationsDetailsSummary.
has_fix_for_cve [Required] Gets the has_fix_for_cve of this PatchRecommendationsDetailsSummary.
patch_name [Required] Gets the patch_name of this PatchRecommendationsDetailsSummary.
time_evaluated [Required] Gets the time_evaluated of this PatchRecommendationsDetailsSummary.
time_released [Required] Gets the time_released of this PatchRecommendationsDetailsSummary.
__init__(**kwargs)

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

Parameters:
  • patch_name (str) – The value to assign to the patch_name property of this PatchRecommendationsDetailsSummary.
  • abstract_text (str) – The value to assign to the abstract_text property of this PatchRecommendationsDetailsSummary.
  • classification_name (str) – The value to assign to the classification_name property of this PatchRecommendationsDetailsSummary.
  • time_evaluated (datetime) – The value to assign to the time_evaluated property of this PatchRecommendationsDetailsSummary.
  • has_fix_for_cve (bool) – The value to assign to the has_fix_for_cve property of this PatchRecommendationsDetailsSummary.
  • time_released (datetime) – The value to assign to the time_released property of this PatchRecommendationsDetailsSummary.
abstract_text

[Required] Gets the abstract_text of this PatchRecommendationsDetailsSummary. Description of the patch recommendation.

Returns:The abstract_text of this PatchRecommendationsDetailsSummary.
Return type:str
classification_name

[Required] Gets the classification_name of this PatchRecommendationsDetailsSummary. Classification of the patch recommendation.

Returns:The classification_name of this PatchRecommendationsDetailsSummary.
Return type:str
has_fix_for_cve

[Required] Gets the has_fix_for_cve of this PatchRecommendationsDetailsSummary. If the patch has a fix for a CVE.

Returns:The has_fix_for_cve of this PatchRecommendationsDetailsSummary.
Return type:bool
patch_name

[Required] Gets the patch_name of this PatchRecommendationsDetailsSummary. Name of the patch recommendation.

Returns:The patch_name of this PatchRecommendationsDetailsSummary.
Return type:str
time_evaluated

[Required] Gets the time_evaluated of this PatchRecommendationsDetailsSummary. Evaluation date for the patch recommendation.

Returns:The time_evaluated of this PatchRecommendationsDetailsSummary.
Return type:datetime
time_released

[Required] Gets the time_released of this PatchRecommendationsDetailsSummary. Release date for the patch.

Returns:The time_released of this PatchRecommendationsDetailsSummary.
Return type:datetime