UpdateDatabaseToolsConnectionGenericJdbcDetails¶
-
class
oci.database_tools.models.
UpdateDatabaseToolsConnectionGenericJdbcDetails
(**kwargs)¶ Bases:
oci.database_tools.models.update_database_tools_connection_details.UpdateDatabaseToolsConnectionDetails
The update details for a Database Tools Generic JDBC database system 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 UpdateDatabaseToolsConnectionGenericJdbcDetails. 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 UpdateDatabaseToolsConnectionGenericJdbcDetails. type
[Required] Gets the type of this UpdateDatabaseToolsConnectionDetails. url
Gets the url of this UpdateDatabaseToolsConnectionGenericJdbcDetails. user_name
Gets the user_name of this UpdateDatabaseToolsConnectionGenericJdbcDetails. user_password
Gets the user_password of this UpdateDatabaseToolsConnectionGenericJdbcDetails. Methods
__init__
(**kwargs)Initializes a new UpdateDatabaseToolsConnectionGenericJdbcDetails 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 UpdateDatabaseToolsConnectionGenericJdbcDetails object with values from keyword arguments. The default value of the
type
attribute of this class isGENERIC_JDBC
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 UpdateDatabaseToolsConnectionGenericJdbcDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateDatabaseToolsConnectionGenericJdbcDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateDatabaseToolsConnectionGenericJdbcDetails.
- type (str) – The value to assign to the type property of this UpdateDatabaseToolsConnectionGenericJdbcDetails. Allowed values for this property are: “ORACLE_DATABASE”, “MYSQL”, “POSTGRESQL”, “GENERIC_JDBC”
- url (str) – The value to assign to the url property of this UpdateDatabaseToolsConnectionGenericJdbcDetails.
- user_name (str) – The value to assign to the user_name property of this UpdateDatabaseToolsConnectionGenericJdbcDetails.
- user_password (oci.database_tools.models.DatabaseToolsUserPasswordDetails) – The value to assign to the user_password property of this UpdateDatabaseToolsConnectionGenericJdbcDetails.
- advanced_properties (dict(str, str)) – The value to assign to the advanced_properties property of this UpdateDatabaseToolsConnectionGenericJdbcDetails.
- key_stores (list[oci.database_tools.models.DatabaseToolsKeyStoreGenericJdbcDetails]) – The value to assign to the key_stores property of this UpdateDatabaseToolsConnectionGenericJdbcDetails.
-
advanced_properties
¶ Gets the advanced_properties of this UpdateDatabaseToolsConnectionGenericJdbcDetails. The advanced connection properties key-value pair.
Returns: The advanced_properties of this UpdateDatabaseToolsConnectionGenericJdbcDetails. Return type: dict(str, str)
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
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 UpdateDatabaseToolsConnectionGenericJdbcDetails. 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 UpdateDatabaseToolsConnectionGenericJdbcDetails. Return type: list[oci.database_tools.models.DatabaseToolsKeyStoreGenericJdbcDetails]
-
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
-
url
¶ Gets the url of this UpdateDatabaseToolsConnectionGenericJdbcDetails. The JDBC URL used to connect to the Generic JDBC database system.
Returns: The url of this UpdateDatabaseToolsConnectionGenericJdbcDetails. Return type: str
-
user_name
¶ Gets the user_name of this UpdateDatabaseToolsConnectionGenericJdbcDetails. The user name.
Returns: The user_name of this UpdateDatabaseToolsConnectionGenericJdbcDetails. Return type: str
-
user_password
¶ Gets the user_password of this UpdateDatabaseToolsConnectionGenericJdbcDetails.
Returns: The user_password of this UpdateDatabaseToolsConnectionGenericJdbcDetails. Return type: oci.database_tools.models.DatabaseToolsUserPasswordDetails
-