ChildPdb

class oci.dblm.models.ChildPdb(**kwargs)

Bases: object

Child PDB for a CDB.

Methods

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

Attributes

last_changed_by [Required] Gets the last_changed_by of this ChildPdb.
name [Required] Gets the name of this ChildPdb.
open_mode [Required] Gets the open_mode of this ChildPdb.
pdb_id [Required] Gets the pdb_id of this ChildPdb.
recovery_status [Required] Gets the recovery_status of this ChildPdb.
restricted [Required] Gets the restricted of this ChildPdb.
__init__(**kwargs)

Initializes a new ChildPdb object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • pdb_id (str) – The value to assign to the pdb_id property of this ChildPdb.
  • name (str) – The value to assign to the name property of this ChildPdb.
  • open_mode (str) – The value to assign to the open_mode property of this ChildPdb.
  • restricted (str) – The value to assign to the restricted property of this ChildPdb.
  • recovery_status (str) – The value to assign to the recovery_status property of this ChildPdb.
  • last_changed_by (str) – The value to assign to the last_changed_by property of this ChildPdb.
last_changed_by

[Required] Gets the last_changed_by of this ChildPdb. Last changed by

Returns:The last_changed_by of this ChildPdb.
Return type:str
name

[Required] Gets the name of this ChildPdb. Name fo the pluggable database.

Returns:The name of this ChildPdb.
Return type:str
open_mode

[Required] Gets the open_mode of this ChildPdb. Open mode

Returns:The open_mode of this ChildPdb.
Return type:str
pdb_id

[Required] Gets the pdb_id of this ChildPdb. Identifier for the pluggable database.

Returns:The pdb_id of this ChildPdb.
Return type:str
recovery_status

[Required] Gets the recovery_status of this ChildPdb. Recovery status

Returns:The recovery_status of this ChildPdb.
Return type:str
restricted

[Required] Gets the restricted of this ChildPdb. Restricted

Returns:The restricted of this ChildPdb.
Return type:str