ChangePeComanagedDatabaseInsightDetails¶
-
class
oci.opsi.models.
ChangePeComanagedDatabaseInsightDetails
(**kwargs)¶ Bases:
object
Details of a Private Endpoint co-managed database insight.
Methods
__init__
(**kwargs)Initializes a new ChangePeComanagedDatabaseInsightDetails object with values from keyword arguments. Attributes
connection_details
Gets the connection_details of this ChangePeComanagedDatabaseInsightDetails. credential_details
[Required] Gets the credential_details of this ChangePeComanagedDatabaseInsightDetails. opsi_private_endpoint_id
[Required] Gets the opsi_private_endpoint_id of this ChangePeComanagedDatabaseInsightDetails. service_name
[Required] Gets the service_name of this ChangePeComanagedDatabaseInsightDetails. -
__init__
(**kwargs)¶ Initializes a new ChangePeComanagedDatabaseInsightDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - service_name (str) – The value to assign to the service_name property of this ChangePeComanagedDatabaseInsightDetails.
- credential_details (oci.opsi.models.CredentialDetails) – The value to assign to the credential_details property of this ChangePeComanagedDatabaseInsightDetails.
- connection_details (oci.opsi.models.PeComanagedDatabaseConnectionDetails) – The value to assign to the connection_details property of this ChangePeComanagedDatabaseInsightDetails.
- opsi_private_endpoint_id (str) – The value to assign to the opsi_private_endpoint_id property of this ChangePeComanagedDatabaseInsightDetails.
-
connection_details
¶ Gets the connection_details of this ChangePeComanagedDatabaseInsightDetails.
Returns: The connection_details of this ChangePeComanagedDatabaseInsightDetails. Return type: oci.opsi.models.PeComanagedDatabaseConnectionDetails
-
credential_details
¶ [Required] Gets the credential_details of this ChangePeComanagedDatabaseInsightDetails.
Returns: The credential_details of this ChangePeComanagedDatabaseInsightDetails. Return type: oci.opsi.models.CredentialDetails
-
opsi_private_endpoint_id
¶ [Required] Gets the opsi_private_endpoint_id of this ChangePeComanagedDatabaseInsightDetails. The OCID of the OPSI private endpoint
Returns: The opsi_private_endpoint_id of this ChangePeComanagedDatabaseInsightDetails. Return type: str
-
service_name
¶ [Required] Gets the service_name of this ChangePeComanagedDatabaseInsightDetails. Database service name used for connection requests.
Returns: The service_name of this ChangePeComanagedDatabaseInsightDetails. Return type: str
-