PrimaryDbInstanceDetails¶
-
class
oci.psql.models.
PrimaryDbInstanceDetails
(**kwargs)¶ Bases:
object
The primary database instance node details.
Methods
__init__
(**kwargs)Initializes a new PrimaryDbInstanceDetails object with values from keyword arguments. Attributes
db_instance_id
[Required] Gets the db_instance_id of this PrimaryDbInstanceDetails. -
__init__
(**kwargs)¶ Initializes a new PrimaryDbInstanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: db_instance_id (str) – The value to assign to the db_instance_id property of this PrimaryDbInstanceDetails.
-
db_instance_id
¶ [Required] Gets the db_instance_id of this PrimaryDbInstanceDetails. A unique identifier for the primary database instance node.
Returns: The db_instance_id of this PrimaryDbInstanceDetails. Return type: str
-