UpdateDatabaseToolsConnectionMySqlDetails

class oci.database_tools.models.UpdateDatabaseToolsConnectionMySqlDetails(**kwargs)

Bases: oci.database_tools.models.update_database_tools_connection_details.UpdateDatabaseToolsConnectionDetails

The update details for a Database Tools MySQL Server connection.

Attributes

TYPE_GENERIC_JDBC str(object=’’) -> str
TYPE_MYSQL str(object=’’) -> str
TYPE_ORACLE_DATABASE str(object=’’) -> str
TYPE_POSTGRESQL str(object=’’) -> str
advanced_properties Gets the advanced_properties of this UpdateDatabaseToolsConnectionMySqlDetails.
connection_string Gets the connection_string of this UpdateDatabaseToolsConnectionMySqlDetails.
defined_tags Gets the defined_tags of this UpdateDatabaseToolsConnectionDetails.
display_name Gets the display_name of this UpdateDatabaseToolsConnectionDetails.
freeform_tags Gets the freeform_tags of this UpdateDatabaseToolsConnectionDetails.
key_stores Gets the key_stores of this UpdateDatabaseToolsConnectionMySqlDetails.
private_endpoint_id Gets the private_endpoint_id of this UpdateDatabaseToolsConnectionMySqlDetails.
related_resource Gets the related_resource of this UpdateDatabaseToolsConnectionMySqlDetails.
type [Required] Gets the type of this UpdateDatabaseToolsConnectionDetails.
user_name Gets the user_name of this UpdateDatabaseToolsConnectionMySqlDetails.
user_password Gets the user_password of this UpdateDatabaseToolsConnectionMySqlDetails.

Methods

__init__(**kwargs) Initializes a new UpdateDatabaseToolsConnectionMySqlDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
TYPE_GENERIC_JDBC = 'GENERIC_JDBC'
TYPE_MYSQL = 'MYSQL'
TYPE_ORACLE_DATABASE = 'ORACLE_DATABASE'
TYPE_POSTGRESQL = 'POSTGRESQL'
__init__(**kwargs)

Initializes a new UpdateDatabaseToolsConnectionMySqlDetails object with values from keyword arguments. The default value of the type attribute of this class is MYSQL and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • display_name (str) – The value to assign to the display_name property of this UpdateDatabaseToolsConnectionMySqlDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateDatabaseToolsConnectionMySqlDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateDatabaseToolsConnectionMySqlDetails.
  • type (str) – The value to assign to the type property of this UpdateDatabaseToolsConnectionMySqlDetails. Allowed values for this property are: “ORACLE_DATABASE”, “MYSQL”, “POSTGRESQL”, “GENERIC_JDBC”
  • related_resource (oci.database_tools.models.UpdateDatabaseToolsRelatedResourceMySqlDetails) – The value to assign to the related_resource property of this UpdateDatabaseToolsConnectionMySqlDetails.
  • connection_string (str) – The value to assign to the connection_string property of this UpdateDatabaseToolsConnectionMySqlDetails.
  • user_name (str) – The value to assign to the user_name property of this UpdateDatabaseToolsConnectionMySqlDetails.
  • user_password (oci.database_tools.models.DatabaseToolsUserPasswordDetails) – The value to assign to the user_password property of this UpdateDatabaseToolsConnectionMySqlDetails.
  • advanced_properties (dict(str, str)) – The value to assign to the advanced_properties property of this UpdateDatabaseToolsConnectionMySqlDetails.
  • key_stores (list[oci.database_tools.models.DatabaseToolsKeyStoreMySqlDetails]) – The value to assign to the key_stores property of this UpdateDatabaseToolsConnectionMySqlDetails.
  • private_endpoint_id (str) – The value to assign to the private_endpoint_id property of this UpdateDatabaseToolsConnectionMySqlDetails.
advanced_properties

Gets the advanced_properties of this UpdateDatabaseToolsConnectionMySqlDetails. The advanced connection properties key-value pair (e.g., sslMode).

Returns:The advanced_properties of this UpdateDatabaseToolsConnectionMySqlDetails.
Return type:dict(str, str)
connection_string

Gets the connection_string of this UpdateDatabaseToolsConnectionMySqlDetails. The connection string used to connect to the MySQL Server.

Returns:The connection_string of this UpdateDatabaseToolsConnectionMySqlDetails.
Return type:str
defined_tags

Gets the defined_tags of this UpdateDatabaseToolsConnectionDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this UpdateDatabaseToolsConnectionDetails.
Return type:dict(str, dict(str, object))
display_name

Gets the display_name of this UpdateDatabaseToolsConnectionDetails. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.

Returns:The display_name of this UpdateDatabaseToolsConnectionDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this UpdateDatabaseToolsConnectionDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this UpdateDatabaseToolsConnectionDetails.
Return type:dict(str, str)
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

key_stores

Gets the key_stores of this UpdateDatabaseToolsConnectionMySqlDetails. The CA certificate to verify the server’s certificate and the client private key and associated certificate required for client authentication.

Returns:The key_stores of this UpdateDatabaseToolsConnectionMySqlDetails.
Return type:list[oci.database_tools.models.DatabaseToolsKeyStoreMySqlDetails]
private_endpoint_id

Gets the private_endpoint_id of this UpdateDatabaseToolsConnectionMySqlDetails. The OCID of the DatabaseToolsPrivateEndpoint used to access the database in the Customer VCN.

Returns:The private_endpoint_id of this UpdateDatabaseToolsConnectionMySqlDetails.
Return type:str
related_resource

Gets the related_resource of this UpdateDatabaseToolsConnectionMySqlDetails.

Returns:The related_resource of this UpdateDatabaseToolsConnectionMySqlDetails.
Return type:oci.database_tools.models.UpdateDatabaseToolsRelatedResourceMySqlDetails
type

[Required] Gets the type of this UpdateDatabaseToolsConnectionDetails. The DatabaseToolsConnection type.

Allowed values for this property are: “ORACLE_DATABASE”, “MYSQL”, “POSTGRESQL”, “GENERIC_JDBC”

Returns:The type of this UpdateDatabaseToolsConnectionDetails.
Return type:str
user_name

Gets the user_name of this UpdateDatabaseToolsConnectionMySqlDetails. The user name.

Returns:The user_name of this UpdateDatabaseToolsConnectionMySqlDetails.
Return type:str
user_password

Gets the user_password of this UpdateDatabaseToolsConnectionMySqlDetails.

Returns:The user_password of this UpdateDatabaseToolsConnectionMySqlDetails.
Return type:oci.database_tools.models.DatabaseToolsUserPasswordDetails