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