RecommendedPatchSummary

class oci.fleet_apps_management.models.RecommendedPatchSummary(**kwargs)

Bases: object

Summary information about an recommended patches.

Attributes

PATCH_LEVEL_LATEST A constant which can be used with the patch_level property of a RecommendedPatchSummary.
PATCH_LEVEL_LATEST_MINUS_ONE A constant which can be used with the patch_level property of a RecommendedPatchSummary.
PATCH_LEVEL_LATEST_MINUS_TWO A constant which can be used with the patch_level property of a RecommendedPatchSummary.
SEVERITY_CRITICAL A constant which can be used with the severity property of a RecommendedPatchSummary.
SEVERITY_HIGH A constant which can be used with the severity property of a RecommendedPatchSummary.
SEVERITY_LOW A constant which can be used with the severity property of a RecommendedPatchSummary.
SEVERITY_MEDIUM A constant which can be used with the severity property of a RecommendedPatchSummary.
patch_description [Required] Gets the patch_description of this RecommendedPatchSummary.
patch_id [Required] Gets the patch_id of this RecommendedPatchSummary.
patch_level Gets the patch_level of this RecommendedPatchSummary.
patch_name [Required] Gets the patch_name of this RecommendedPatchSummary.
patch_type Gets the patch_type of this RecommendedPatchSummary.
severity Gets the severity of this RecommendedPatchSummary.
time_released Gets the time_released of this RecommendedPatchSummary.

Methods

__init__(**kwargs) Initializes a new RecommendedPatchSummary object with values from keyword arguments.
PATCH_LEVEL_LATEST = 'LATEST'

A constant which can be used with the patch_level property of a RecommendedPatchSummary. This constant has a value of “LATEST”

PATCH_LEVEL_LATEST_MINUS_ONE = 'LATEST_MINUS_ONE'

A constant which can be used with the patch_level property of a RecommendedPatchSummary. This constant has a value of “LATEST_MINUS_ONE”

PATCH_LEVEL_LATEST_MINUS_TWO = 'LATEST_MINUS_TWO'

A constant which can be used with the patch_level property of a RecommendedPatchSummary. This constant has a value of “LATEST_MINUS_TWO”

SEVERITY_CRITICAL = 'CRITICAL'

A constant which can be used with the severity property of a RecommendedPatchSummary. This constant has a value of “CRITICAL”

SEVERITY_HIGH = 'HIGH'

A constant which can be used with the severity property of a RecommendedPatchSummary. This constant has a value of “HIGH”

SEVERITY_LOW = 'LOW'

A constant which can be used with the severity property of a RecommendedPatchSummary. This constant has a value of “LOW”

SEVERITY_MEDIUM = 'MEDIUM'

A constant which can be used with the severity property of a RecommendedPatchSummary. This constant has a value of “MEDIUM”

__init__(**kwargs)

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

Parameters:
  • patch_id (str) – The value to assign to the patch_id property of this RecommendedPatchSummary.
  • patch_name (str) – The value to assign to the patch_name property of this RecommendedPatchSummary.
  • patch_description (str) – The value to assign to the patch_description property of this RecommendedPatchSummary.
  • time_released (datetime) – The value to assign to the time_released property of this RecommendedPatchSummary.
  • patch_type (str) – The value to assign to the patch_type property of this RecommendedPatchSummary.
  • severity (str) – The value to assign to the severity property of this RecommendedPatchSummary. Allowed values for this property are: “CRITICAL”, “HIGH”, “MEDIUM”, “LOW”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • patch_level (str) – The value to assign to the patch_level property of this RecommendedPatchSummary. Allowed values for this property are: “LATEST”, “LATEST_MINUS_ONE”, “LATEST_MINUS_TWO”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
patch_description

[Required] Gets the patch_description of this RecommendedPatchSummary. Description of the patch

Returns:The patch_description of this RecommendedPatchSummary.
Return type:str
patch_id

[Required] Gets the patch_id of this RecommendedPatchSummary. The OCID of the patch.

Returns:The patch_id of this RecommendedPatchSummary.
Return type:str
patch_level

Gets the patch_level of this RecommendedPatchSummary. Patch Level.

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

Returns:The patch_level of this RecommendedPatchSummary.
Return type:str
patch_name

[Required] Gets the patch_name of this RecommendedPatchSummary. Name of the patch

Returns:The patch_name of this RecommendedPatchSummary.
Return type:str
patch_type

Gets the patch_type of this RecommendedPatchSummary. Description of the patch

Returns:The patch_type of this RecommendedPatchSummary.
Return type:str
severity

Gets the severity of this RecommendedPatchSummary. Patch Severity.

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

Returns:The severity of this RecommendedPatchSummary.
Return type:str
time_released

Gets the time_released of this RecommendedPatchSummary. Date on which the patch was released

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