ErratumSummary

class oci.os_management.models.ErratumSummary(**kwargs)

Bases: object

Important changes for software. This can include security | advisories, bug fixes, or enhancements.

Attributes

ADVISORY_TYPE_BUG A constant which can be used with the advisory_type property of a ErratumSummary.
ADVISORY_TYPE_ENHANCEMENT A constant which can be used with the advisory_type property of a ErratumSummary.
ADVISORY_TYPE_OTHER A constant which can be used with the advisory_type property of a ErratumSummary.
ADVISORY_TYPE_SECURITY A constant which can be used with the advisory_type property of a ErratumSummary.
advisory_type Gets the advisory_type of this ErratumSummary.
compartment_id [Required] Gets the compartment_id of this ErratumSummary.
id [Required] Gets the id of this ErratumSummary.
issued Gets the issued of this ErratumSummary.
name [Required] Gets the name of this ErratumSummary.
related_cves Gets the related_cves of this ErratumSummary.
synopsis Gets the synopsis of this ErratumSummary.
updated Gets the updated of this ErratumSummary.

Methods

__init__(**kwargs) Initializes a new ErratumSummary object with values from keyword arguments.
ADVISORY_TYPE_BUG = 'BUG'

A constant which can be used with the advisory_type property of a ErratumSummary. This constant has a value of “BUG”

ADVISORY_TYPE_ENHANCEMENT = 'ENHANCEMENT'

A constant which can be used with the advisory_type property of a ErratumSummary. This constant has a value of “ENHANCEMENT”

ADVISORY_TYPE_OTHER = 'OTHER'

A constant which can be used with the advisory_type property of a ErratumSummary. This constant has a value of “OTHER”

ADVISORY_TYPE_SECURITY = 'SECURITY'

A constant which can be used with the advisory_type property of a ErratumSummary. This constant has a value of “SECURITY”

__init__(**kwargs)

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

Parameters:
  • name (str) – The value to assign to the name property of this ErratumSummary.
  • id (str) – The value to assign to the id property of this ErratumSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this ErratumSummary.
  • synopsis (str) – The value to assign to the synopsis property of this ErratumSummary.
  • issued (str) – The value to assign to the issued property of this ErratumSummary.
  • updated (str) – The value to assign to the updated property of this ErratumSummary.
  • advisory_type (str) – The value to assign to the advisory_type property of this ErratumSummary. Allowed values for this property are: “SECURITY”, “BUG”, “ENHANCEMENT”, “OTHER”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • related_cves (list[str]) – The value to assign to the related_cves property of this ErratumSummary.
advisory_type

Gets the advisory_type of this ErratumSummary. Type of the erratum.

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

Returns:The advisory_type of this ErratumSummary.
Return type:str
compartment_id

[Required] Gets the compartment_id of this ErratumSummary. OCID for the Compartment.

Returns:The compartment_id of this ErratumSummary.
Return type:str
id

[Required] Gets the id of this ErratumSummary. OCID for the Erratum.

Returns:The id of this ErratumSummary.
Return type:str
issued

Gets the issued of this ErratumSummary. date the erratum was issued

Returns:The issued of this ErratumSummary.
Return type:str
name

[Required] Gets the name of this ErratumSummary. Advisory name

Returns:The name of this ErratumSummary.
Return type:str
related_cves

Gets the related_cves of this ErratumSummary. list of CVEs applicable to this erratum

Returns:The related_cves of this ErratumSummary.
Return type:list[str]
synopsis

Gets the synopsis of this ErratumSummary. Summary description of the erratum.

Returns:The synopsis of this ErratumSummary.
Return type:str
updated

Gets the updated of this ErratumSummary. most recent date the erratum was updated

Returns:The updated of this ErratumSummary.
Return type:str