PatchingIssueEntry

class oci.fleet_software_update.models.PatchingIssueEntry(**kwargs)

Bases: object

Patching issue found during an Exadata Fleet Update Readiness Check run.

Methods

__init__(**kwargs) Initializes a new PatchingIssueEntry object with values from keyword arguments.

Attributes

description [Required] Gets the description of this PatchingIssueEntry.
impacted_resource_id [Required] Gets the impacted_resource_id of this PatchingIssueEntry.
name [Required] Gets the name of this PatchingIssueEntry.
recommended_action Gets the recommended_action of this PatchingIssueEntry.
__init__(**kwargs)

Initializes a new PatchingIssueEntry 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 PatchingIssueEntry.
  • description (str) – The value to assign to the description property of this PatchingIssueEntry.
  • impacted_resource_id (str) – The value to assign to the impacted_resource_id property of this PatchingIssueEntry.
  • recommended_action (str) – The value to assign to the recommended_action property of this PatchingIssueEntry.
description

[Required] Gets the description of this PatchingIssueEntry. Description of the patching issue.

Returns:The description of this PatchingIssueEntry.
Return type:str
impacted_resource_id

[Required] Gets the impacted_resource_id of this PatchingIssueEntry. The OCID of the resource impacted by the patching issue.

Returns:The impacted_resource_id of this PatchingIssueEntry.
Return type:str
name

[Required] Gets the name of this PatchingIssueEntry. Name of the patching issue.

Returns:The name of this PatchingIssueEntry.
Return type:str
recommended_action

Gets the recommended_action of this PatchingIssueEntry. Recommended action to perform to address or further triage the patching issue.

Returns:The recommended_action of this PatchingIssueEntry.
Return type:str