AdditionalPatches

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

Bases: object

Summary of patch recommendations for image.

Attributes

CATEGORY_ADDITIONAL_PATCH A constant which can be used with the category property of a AdditionalPatches.
CATEGORY_RECOMMENDED A constant which can be used with the category property of a AdditionalPatches.
category Gets the category of this AdditionalPatches.
description Gets the description of this AdditionalPatches.
patch_id Gets the patch_id of this AdditionalPatches.
patch_name Gets the patch_name of this AdditionalPatches.

Methods

__init__(**kwargs) Initializes a new AdditionalPatches object with values from keyword arguments.
CATEGORY_ADDITIONAL_PATCH = 'ADDITIONAL_PATCH'

A constant which can be used with the category property of a AdditionalPatches. This constant has a value of “ADDITIONAL_PATCH”

A constant which can be used with the category property of a AdditionalPatches. This constant has a value of “RECOMMENDED”

__init__(**kwargs)

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

Parameters:
  • patch_id (int) – The value to assign to the patch_id property of this AdditionalPatches.
  • patch_name (str) – The value to assign to the patch_name property of this AdditionalPatches.
  • description (str) – The value to assign to the description property of this AdditionalPatches.
  • category (str) – The value to assign to the category property of this AdditionalPatches. Allowed values for this property are: “RECOMMENDED”, “ADDITIONAL_PATCH”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
category

Gets the category of this AdditionalPatches. Shows if patch is recommended or is an additional patch from an existing database.

Allowed values for this property are: “RECOMMENDED”, “ADDITIONAL_PATCH”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The category of this AdditionalPatches.
Return type:str
description

Gets the description of this AdditionalPatches. Description of the patch recommendation.

Returns:The description of this AdditionalPatches.
Return type:str
patch_id

Gets the patch_id of this AdditionalPatches. Id for the patch recommendation.

Returns:The patch_id of this AdditionalPatches.
Return type:int
patch_name

Gets the patch_name of this AdditionalPatches. Name for the patch recommendation.

Returns:The patch_name of this AdditionalPatches.
Return type:str