DbSystemDetails

class oci.psql.models.DbSystemDetails(**kwargs)

Bases: object

Information about the database system associated with a backup.

Methods

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

Attributes

config_id Gets the config_id of this DbSystemDetails.
db_version [Required] Gets the db_version of this DbSystemDetails.
system_type [Required] Gets the system_type of this DbSystemDetails.
__init__(**kwargs)

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

Parameters:
  • system_type (str) – The value to assign to the system_type property of this DbSystemDetails.
  • db_version (str) – The value to assign to the db_version property of this DbSystemDetails.
  • config_id (str) – The value to assign to the config_id property of this DbSystemDetails.
config_id

Gets the config_id of this DbSystemDetails. OCID of the configuration that was applied on the source dbSystem at the time when backup was taken.

Returns:The config_id of this DbSystemDetails.
Return type:str
db_version

[Required] Gets the db_version of this DbSystemDetails. The major and minor versions of the database system software.

Returns:The db_version of this DbSystemDetails.
Return type:str
system_type

[Required] Gets the system_type of this DbSystemDetails. Type of the database system.

Returns:The system_type of this DbSystemDetails.
Return type:str