DbServerDetails

class oci.database.models.DbServerDetails(**kwargs)

Bases: object

Details of the Exacc Db server. Applies to Exadata Cloud@Customer instances only.

Methods

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

Attributes

db_server_id [Required] Gets the db_server_id of this DbServerDetails.
__init__(**kwargs)

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

Parameters:db_server_id (str) – The value to assign to the db_server_id property of this DbServerDetails.
db_server_id

[Required] Gets the db_server_id of this DbServerDetails. The OCID of Exacc Db server.

Returns:The db_server_id of this DbServerDetails.
Return type:str