UpdateDatabaseToolsConnectionOracleDatabaseDetails

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

Bases: oci.database_tools.models.update_database_tools_connection_details.UpdateDatabaseToolsConnectionDetails

The update details for a Database Tools Oracle Database 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 UpdateDatabaseToolsConnectionOracleDatabaseDetails.
connection_string Gets the connection_string of this UpdateDatabaseToolsConnectionOracleDatabaseDetails.
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 UpdateDatabaseToolsConnectionOracleDatabaseDetails.
private_endpoint_id Gets the private_endpoint_id of this UpdateDatabaseToolsConnectionOracleDatabaseDetails.
proxy_client Gets the proxy_client of this UpdateDatabaseToolsConnectionOracleDatabaseDetails.
related_resource Gets the related_resource of this UpdateDatabaseToolsConnectionOracleDatabaseDetails.
type [Required] Gets the type of this UpdateDatabaseToolsConnectionDetails.
user_name Gets the user_name of this UpdateDatabaseToolsConnectionOracleDatabaseDetails.
user_password Gets the user_password of this UpdateDatabaseToolsConnectionOracleDatabaseDetails.

Methods

__init__(**kwargs) Initializes a new UpdateDatabaseToolsConnectionOracleDatabaseDetails 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 UpdateDatabaseToolsConnectionOracleDatabaseDetails object with values from keyword arguments. The default value of the type attribute of this class is ORACLE_DATABASE 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 UpdateDatabaseToolsConnectionOracleDatabaseDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateDatabaseToolsConnectionOracleDatabaseDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateDatabaseToolsConnectionOracleDatabaseDetails.
  • type (str) – The value to assign to the type property of this UpdateDatabaseToolsConnectionOracleDatabaseDetails. Allowed values for this property are: “ORACLE_DATABASE”, “MYSQL”, “POSTGRESQL”, “GENERIC_JDBC”
  • related_resource (oci.database_tools.models.UpdateDatabaseToolsRelatedResourceDetails) – The value to assign to the related_resource property of this UpdateDatabaseToolsConnectionOracleDatabaseDetails.
  • connection_string (str) – The value to assign to the connection_string property of this UpdateDatabaseToolsConnectionOracleDatabaseDetails.
  • user_name (str) – The value to assign to the user_name property of this UpdateDatabaseToolsConnectionOracleDatabaseDetails.
  • user_password (oci.database_tools.models.DatabaseToolsUserPasswordDetails) – The value to assign to the user_password property of this UpdateDatabaseToolsConnectionOracleDatabaseDetails.
  • advanced_properties (dict(str, str)) – The value to assign to the advanced_properties property of this UpdateDatabaseToolsConnectionOracleDatabaseDetails.
  • key_stores (list[oci.database_tools.models.DatabaseToolsKeyStoreDetails]) – The value to assign to the key_stores property of this UpdateDatabaseToolsConnectionOracleDatabaseDetails.
  • private_endpoint_id (str) – The value to assign to the private_endpoint_id property of this UpdateDatabaseToolsConnectionOracleDatabaseDetails.
  • proxy_client (oci.database_tools.models.DatabaseToolsConnectionOracleDatabaseProxyClientDetails) – The value to assign to the proxy_client property of this UpdateDatabaseToolsConnectionOracleDatabaseDetails.
advanced_properties

Gets the advanced_properties of this UpdateDatabaseToolsConnectionOracleDatabaseDetails. The advanced connection properties key-value pair (e.g., oracle.net.ssl_server_dn_match).

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

Gets the connection_string of this UpdateDatabaseToolsConnectionOracleDatabaseDetails. The connect descriptor or Easy Connect Naming method used to connect to the database.

Returns:The connection_string of this UpdateDatabaseToolsConnectionOracleDatabaseDetails.
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 UpdateDatabaseToolsConnectionOracleDatabaseDetails. Oracle wallet or Java Keystores containing trusted certificates for authenticating the server’s public certificate and the client private key and associated certificates required for client authentication.

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

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

Returns:The private_endpoint_id of this UpdateDatabaseToolsConnectionOracleDatabaseDetails.
Return type:str
proxy_client

Gets the proxy_client of this UpdateDatabaseToolsConnectionOracleDatabaseDetails.

Returns:The proxy_client of this UpdateDatabaseToolsConnectionOracleDatabaseDetails.
Return type:oci.database_tools.models.DatabaseToolsConnectionOracleDatabaseProxyClientDetails
related_resource

Gets the related_resource of this UpdateDatabaseToolsConnectionOracleDatabaseDetails.

Returns:The related_resource of this UpdateDatabaseToolsConnectionOracleDatabaseDetails.
Return type:oci.database_tools.models.UpdateDatabaseToolsRelatedResourceDetails
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 UpdateDatabaseToolsConnectionOracleDatabaseDetails. The database user name.

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

Gets the user_password of this UpdateDatabaseToolsConnectionOracleDatabaseDetails.

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