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
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.
-
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
-