PatchOptions¶
-
class
oci.database.models.PatchOptions(**kwargs)¶ Bases:
objectOptions for DB Home and Database patching
Methods
__init__(**kwargs)Initializes a new PatchOptions object with values from keyword arguments. Attributes
should_skip_closed_pdbsGets the should_skip_closed_pdbs of this PatchOptions. should_skip_data_patchGets the should_skip_data_patch of this PatchOptions. -
__init__(**kwargs)¶ Initializes a new PatchOptions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - should_skip_data_patch (bool) – The value to assign to the should_skip_data_patch property of this PatchOptions.
- should_skip_closed_pdbs (bool) – The value to assign to the should_skip_closed_pdbs property of this PatchOptions.
-
should_skip_closed_pdbs¶ Gets the should_skip_closed_pdbs of this PatchOptions. Skip running datapatch on PDBs in closed state
Returns: The should_skip_closed_pdbs of this PatchOptions. Return type: bool
-
should_skip_data_patch¶ Gets the should_skip_data_patch of this PatchOptions. Skip running datapatch on database(s)
Returns: The should_skip_data_patch of this PatchOptions. Return type: bool
-