ChangeExternalMysqlDatabaseInsightConnectionDetails¶
-
class
oci.opsi.models.
ChangeExternalMysqlDatabaseInsightConnectionDetails
(**kwargs)¶ Bases:
object
Connection details of an External MySQL database insight.
Methods
__init__
(**kwargs)Initializes a new ChangeExternalMysqlDatabaseInsightConnectionDetails object with values from keyword arguments. Attributes
database_connector_id
[Required] Gets the database_connector_id of this ChangeExternalMysqlDatabaseInsightConnectionDetails. -
__init__
(**kwargs)¶ Initializes a new ChangeExternalMysqlDatabaseInsightConnectionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: database_connector_id (str) – The value to assign to the database_connector_id property of this ChangeExternalMysqlDatabaseInsightConnectionDetails.
-
database_connector_id
¶ [Required] Gets the database_connector_id of this ChangeExternalMysqlDatabaseInsightConnectionDetails. The DBM owned database connector OCID mapping to the database credentials and connection details.
Returns: The database_connector_id of this ChangeExternalMysqlDatabaseInsightConnectionDetails. Return type: str
-