Endpoint¶
-
class
oci.psql.models.
Endpoint
(**kwargs)¶ Bases:
object
Information about the database instance node endpoint.
Methods
__init__
(**kwargs)Initializes a new Endpoint object with values from keyword arguments. Attributes
fqdn
[Required] Gets the fqdn of this Endpoint. ip_address
[Required] Gets the ip_address of this Endpoint. port
[Required] Gets the port of this Endpoint. -
__init__
(**kwargs)¶ Initializes a new Endpoint object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - fqdn (str) – The value to assign to the fqdn property of this Endpoint.
- ip_address (str) – The value to assign to the ip_address property of this Endpoint.
- port (int) – The value to assign to the port property of this Endpoint.
-
fqdn
¶ [Required] Gets the fqdn of this Endpoint. The FQDN of the endpoint.
Returns: The fqdn of this Endpoint. Return type: str
-
ip_address
¶ [Required] Gets the ip_address of this Endpoint. The IP address of the endpoint.
Returns: The ip_address of this Endpoint. Return type: str
-
port
¶ [Required] Gets the port of this Endpoint. The port address of the endpoint.
Returns: The port of this Endpoint. Return type: int
-