Erratum¶
-
class
oci.os_management.models.
Erratum
(**kwargs)¶ Bases:
object
Details about the erratum.
Attributes
ADVISORY_TYPE_BUG
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_OTHER
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. advisory_type
Gets the advisory_type of this Erratum. affected_instances
Gets the affected_instances of this Erratum. compartment_id
[Required] Gets the compartment_id of this Erratum. description
Gets the description of this Erratum. id
[Required] Gets the id of this Erratum. issued
Gets the issued of this Erratum. name
[Required] Gets the name 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. software_sources
Gets the software_sources of this Erratum. solution
Gets the solution of this Erratum. synopsis
Gets the synopsis of this Erratum. updated
Gets the updated of this Erratum. Methods
__init__
(**kwargs)Initializes a new Erratum object with values from keyword arguments. -
ADVISORY_TYPE_BUG
= 'BUG'¶ A constant which can be used with the advisory_type property of a Erratum. This constant has a value of “BUG”
-
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_OTHER
= 'OTHER'¶ A constant which can be used with the advisory_type property of a Erratum. This constant has a value of “OTHER”
-
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”
-
__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.
- id (str) – The value to assign to the id property of this Erratum.
- compartment_id (str) – The value to assign to the compartment_id property of this Erratum.
- synopsis (str) – The value to assign to the synopsis property of this Erratum.
- issued (str) – The value to assign to the issued property of this Erratum.
- description (str) – The value to assign to the description property of this Erratum.
- updated (str) – The value to assign to the updated property of this Erratum.
- advisory_type (str) – The value to assign to the advisory_type property of this 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’.
- _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.
- affected_instances (list[oci.os_management.models.Id]) – The value to assign to the affected_instances property of this Erratum.
- related_cves (list[str]) – The value to assign to the related_cves property of this Erratum.
- software_sources (list[oci.os_management.models.Id]) – The value to assign to the software_sources property of this Erratum.
- packages (list[oci.os_management.models.SoftwarePackageSummary]) – The value to assign to the packages property of this Erratum.
-
advisory_type
¶ Gets the advisory_type of this Erratum. 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 Erratum. Return type: str
-
affected_instances
¶ Gets the affected_instances of this Erratum. list of managed instances to this erratum
Returns: The affected_instances of this Erratum. Return type: list[oci.os_management.models.Id]
-
compartment_id
¶ [Required] Gets the compartment_id of this Erratum. OCID for the Compartment.
Returns: The compartment_id 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
-
id
¶ [Required] Gets the id of this Erratum. OCID for the Erratum.
Returns: The id of this Erratum. Return type: str
-
issued
¶ Gets the issued of this Erratum. date the erratum was issued
Returns: The issued 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
-
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.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
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]
-
software_sources
¶ Gets the software_sources of this Erratum. list of Software Sources
Returns: The software_sources of this Erratum. Return type: list[oci.os_management.models.Id]
-
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
-
updated
¶ Gets the updated of this Erratum. most recent date the erratum was updated
Returns: The updated of this Erratum. Return type: str
-