DbNodeDetails

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

Bases: object

Details of the ExaCS Db node. Applies to Exadata Database Service on Exascale Infrastructure only.

Methods

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

Attributes

db_node_id [Required] Gets the db_node_id of this DbNodeDetails.
__init__(**kwargs)

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

Parameters:db_node_id (str) – The value to assign to the db_node_id property of this DbNodeDetails.
db_node_id

[Required] Gets the db_node_id of this DbNodeDetails. The OCID of ExaCS Db node.

Returns:The db_node_id of this DbNodeDetails.
Return type:str