CloudDbServerDetails

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

Bases: object

Details of the ExaDB-D DB server. Applies to Exadata Cloud instances only.

Methods

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

Attributes

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

Initializes a new CloudDbServerDetails 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 CloudDbServerDetails.
db_server_id

[Required] Gets the db_server_id of this CloudDbServerDetails. The OCID of ExaDB-D DB server.

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