Erratum

class oci.os_management_hub.models.Erratum(**kwargs)

Bases: object

An object that defines an erratum..

Attributes

ADVISORY_SEVERITY_CRITICAL A constant which can be used with the advisory_severity property of a Erratum.
ADVISORY_SEVERITY_IMPORTANT A constant which can be used with the advisory_severity property of a Erratum.
ADVISORY_SEVERITY_LOW A constant which can be used with the advisory_severity property of a Erratum.
ADVISORY_SEVERITY_MODERATE A constant which can be used with the advisory_severity property of a Erratum.
ADVISORY_TYPE_BUGFIX A constant which can be used with the advisory_type property of a Erratum.
ADVISORY_TYPE_ENHANCEMENT A constant which can be used with the advisory_type property of a Erratum.
ADVISORY_TYPE_SECURITY A constant which can be used with the advisory_type property of a Erratum.
CLASSIFICATION_TYPE_BUGFIX A constant which can be used with the classification_type property of a Erratum.
CLASSIFICATION_TYPE_ENHANCEMENT A constant which can be used with the classification_type property of a Erratum.
CLASSIFICATION_TYPE_OTHER A constant which can be used with the classification_type property of a Erratum.
CLASSIFICATION_TYPE_SECURITY A constant which can be used with the classification_type property of a Erratum.
advisory_severity Gets the advisory_severity of this Erratum.
advisory_type Gets the advisory_type of this Erratum.
classification_type Gets the classification_type of this Erratum.
description Gets the description of this Erratum.
name [Required] Gets the name of this Erratum.
os_families Gets the os_families of this Erratum.
packages Gets the packages of this Erratum.
references Gets the references of this Erratum.
related_cves Gets the related_cves of this Erratum.
repositories Gets the repositories of this Erratum.
solution Gets the solution of this Erratum.
synopsis Gets the synopsis of this Erratum.
time_issued Gets the time_issued of this Erratum.
time_updated Gets the time_updated of this Erratum.

Methods

__init__(**kwargs) Initializes a new Erratum object with values from keyword arguments.
ADVISORY_SEVERITY_CRITICAL = 'CRITICAL'

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

ADVISORY_SEVERITY_IMPORTANT = 'IMPORTANT'

A constant which can be used with the advisory_severity property of a Erratum. This constant has a value of “IMPORTANT”

ADVISORY_SEVERITY_LOW = 'LOW'

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

ADVISORY_SEVERITY_MODERATE = 'MODERATE'

A constant which can be used with the advisory_severity property of a Erratum. This constant has a value of “MODERATE”

ADVISORY_TYPE_BUGFIX = 'BUGFIX'

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

ADVISORY_TYPE_ENHANCEMENT = 'ENHANCEMENT'

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

ADVISORY_TYPE_SECURITY = 'SECURITY'

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

CLASSIFICATION_TYPE_BUGFIX = 'BUGFIX'

A constant which can be used with the classification_type property of a Erratum. This constant has a value of “BUGFIX”

CLASSIFICATION_TYPE_ENHANCEMENT = 'ENHANCEMENT'

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

CLASSIFICATION_TYPE_OTHER = 'OTHER'

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

CLASSIFICATION_TYPE_SECURITY = 'SECURITY'

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

__init__(**kwargs)

Initializes a new Erratum 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 Erratum.
  • synopsis (str) – The value to assign to the synopsis property of this Erratum.
  • time_issued (datetime) – The value to assign to the time_issued property of this Erratum.
  • description (str) – The value to assign to the description property of this Erratum.
  • time_updated (datetime) – The value to assign to the time_updated property of this Erratum.
  • classification_type (str) – The value to assign to the classification_type property of this Erratum. Allowed values for this property are: “SECURITY”, “BUGFIX”, “ENHANCEMENT”, “OTHER”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • advisory_type (str) – The value to assign to the advisory_type property of this Erratum. Allowed values for this property are: “SECURITY”, “BUGFIX”, “ENHANCEMENT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • _from (str) – The value to assign to the _from property of this Erratum.
  • solution (str) – The value to assign to the solution property of this Erratum.
  • references (str) – The value to assign to the references property of this Erratum.
  • related_cves (list[str]) – The value to assign to the related_cves property of this Erratum.
  • repositories (list[str]) – The value to assign to the repositories property of this Erratum.
  • packages (list[oci.os_management_hub.models.SoftwarePackageSummary]) – The value to assign to the packages property of this Erratum.
  • os_families (list[oci.os_management_hub.models.OsFamily]) – The value to assign to the os_families property of this Erratum.
  • advisory_severity (str) – The value to assign to the advisory_severity property of this Erratum. Allowed values for this property are: “LOW”, “MODERATE”, “IMPORTANT”, “CRITICAL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
advisory_severity

Gets the advisory_severity of this Erratum. The severity for a security advisory, otherwise, null.

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

Returns:The advisory_severity of this Erratum.
Return type:str
advisory_type

Gets the advisory_type of this Erratum. The advisory type of the erratum.

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

Returns:The advisory_type of this Erratum.
Return type:str
classification_type

Gets the classification_type of this Erratum. Type of the erratum. This property is deprecated and it will be removed in a future API release. Please refer to the advisoryType property instead.

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

Returns:The classification_type of this Erratum.
Return type:str
description

Gets the description of this Erratum. Details describing the erratum.

Returns:The description of this Erratum.
Return type:str
name

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

Returns:The name of this Erratum.
Return type:str
os_families

Gets the os_families of this Erratum. List of affected OS families.

Returns:The os_families of this Erratum.
Return type:list[oci.os_management_hub.models.OsFamily]
packages

Gets the packages of this Erratum. List of packages affected by this erratum.

Returns:The packages of this Erratum.
Return type:list[oci.os_management_hub.models.SoftwarePackageSummary]
references

Gets the references of this Erratum. Information describing how to find more information about. the erratum.

Returns:The references of this Erratum.
Return type:str
related_cves

Gets the related_cves of this Erratum. List of CVEs applicable to this erratum.

Returns:The related_cves of this Erratum.
Return type:list[str]
repositories

Gets the repositories of this Erratum. List of repository identifiers.

Returns:The repositories of this Erratum.
Return type:list[str]
solution

Gets the solution of this Erratum. Information describing how the erratum can be resolved.

Returns:The solution of this Erratum.
Return type:str
synopsis

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

Returns:The synopsis of this Erratum.
Return type:str
time_issued

Gets the time_issued of this Erratum. The date and time the erratum was issued (in RFC 3339 format).

Returns:The time_issued of this Erratum.
Return type:datetime
time_updated

Gets the time_updated of this Erratum. The date and time the erratum was updated (in RFC 3339 format).

Returns:The time_updated of this Erratum.
Return type:datetime