DbSystemOsPatchDetailsSummary¶
-
class
oci.database.models.DbSystemOsPatchDetailsSummary(**kwargs)¶ Bases:
objectThe details of available/applied OS patch on a DB Node.
Methods
__init__(**kwargs)Initializes a new DbSystemOsPatchDetailsSummary object with values from keyword arguments. Attributes
db_node_id[Required] Gets the db_node_id of this DbSystemOsPatchDetailsSummary. is_reboot_required[Required] Gets the is_reboot_required of this DbSystemOsPatchDetailsSummary. rpms[Required] Gets the rpms of this DbSystemOsPatchDetailsSummary. -
__init__(**kwargs)¶ Initializes a new DbSystemOsPatchDetailsSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - db_node_id (str) – The value to assign to the db_node_id property of this DbSystemOsPatchDetailsSummary.
- is_reboot_required (bool) – The value to assign to the is_reboot_required property of this DbSystemOsPatchDetailsSummary.
- rpms (list[str]) – The value to assign to the rpms property of this DbSystemOsPatchDetailsSummary.
-
db_node_id¶ [Required] Gets the db_node_id of this DbSystemOsPatchDetailsSummary. The OCID of the DB node targeted for this patch action.
Returns: The db_node_id of this DbSystemOsPatchDetailsSummary. Return type: str
-
is_reboot_required¶ [Required] Gets the is_reboot_required of this DbSystemOsPatchDetailsSummary. Indicates whether a reboot is required after applying the patch.
Returns: The is_reboot_required of this DbSystemOsPatchDetailsSummary. Return type: bool
-
rpms¶ [Required] Gets the rpms of this DbSystemOsPatchDetailsSummary. List of OS package identifiers (e.g., RPM strings).
Returns: The rpms of this DbSystemOsPatchDetailsSummary. Return type: list[str]
-