PeComanagedDatabaseHostDetails¶
-
class
oci.opsi.models.
PeComanagedDatabaseHostDetails
(**kwargs)¶ Bases:
object
Input Host Details used for connection requests for private endpoint accessed db resource.
Methods
__init__
(**kwargs)Initializes a new PeComanagedDatabaseHostDetails object with values from keyword arguments. Attributes
host_ip
Gets the host_ip of this PeComanagedDatabaseHostDetails. port
Gets the port of this PeComanagedDatabaseHostDetails. -
__init__
(**kwargs)¶ Initializes a new PeComanagedDatabaseHostDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - host_ip (str) – The value to assign to the host_ip property of this PeComanagedDatabaseHostDetails.
- port (int) – The value to assign to the port property of this PeComanagedDatabaseHostDetails.
-
host_ip
¶ Gets the host_ip of this PeComanagedDatabaseHostDetails. Host IP used for connection requests for Cloud DB resource.
Returns: The host_ip of this PeComanagedDatabaseHostDetails. Return type: str
-
port
¶ Gets the port of this PeComanagedDatabaseHostDetails. Listener port number used for connection requests for rivate endpoint accessed db resource.
Returns: The port of this PeComanagedDatabaseHostDetails. Return type: int
-