DbInstanceEndpoint¶
- 
class oci.psql.models.DbInstanceEndpoint(**kwargs)¶
- Bases: - object- The database instance node endpoint information. - Methods - __init__(**kwargs)- Initializes a new DbInstanceEndpoint object with values from keyword arguments. - Attributes - db_instance_id- [Required] Gets the db_instance_id of this DbInstanceEndpoint. - endpoint- [Required] Gets the endpoint of this DbInstanceEndpoint. - 
__init__(**kwargs)¶
- Initializes a new DbInstanceEndpoint 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 DbInstanceEndpoint.
- endpoint (oci.psql.models.Endpoint) – The value to assign to the endpoint property of this DbInstanceEndpoint.
 
 - 
db_instance_id¶
- [Required] Gets the db_instance_id of this DbInstanceEndpoint. Unique identifier of the database instance node. - Returns: - The db_instance_id of this DbInstanceEndpoint. - Return type: - str 
 - 
endpoint¶
- [Required] Gets the endpoint of this DbInstanceEndpoint. - Returns: - The endpoint of this DbInstanceEndpoint. - Return type: - oci.psql.models.Endpoint 
 
-