CreateDatabaseToolsConnectionOracleDatabaseDetails¶
-
class
oci.database_tools.models.
CreateDatabaseToolsConnectionOracleDatabaseDetails
(**kwargs)¶ Bases:
oci.database_tools.models.create_database_tools_connection_details.CreateDatabaseToolsConnectionDetails
Details of the new Database Tools connection for an Oracle Database.
Attributes
RUNTIME_SUPPORT_SUPPORTED
str(object=’’) -> str RUNTIME_SUPPORT_UNSUPPORTED
str(object=’’) -> str 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 CreateDatabaseToolsConnectionOracleDatabaseDetails. compartment_id
[Required] Gets the compartment_id of this CreateDatabaseToolsConnectionDetails. connection_string
[Required] Gets the connection_string of this CreateDatabaseToolsConnectionOracleDatabaseDetails. defined_tags
Gets the defined_tags of this CreateDatabaseToolsConnectionDetails. display_name
[Required] Gets the display_name of this CreateDatabaseToolsConnectionDetails. freeform_tags
Gets the freeform_tags of this CreateDatabaseToolsConnectionDetails. key_stores
Gets the key_stores of this CreateDatabaseToolsConnectionOracleDatabaseDetails. locks
Gets the locks of this CreateDatabaseToolsConnectionDetails. private_endpoint_id
Gets the private_endpoint_id of this CreateDatabaseToolsConnectionOracleDatabaseDetails. proxy_client
Gets the proxy_client of this CreateDatabaseToolsConnectionOracleDatabaseDetails. related_resource
Gets the related_resource of this CreateDatabaseToolsConnectionOracleDatabaseDetails. runtime_support
Gets the runtime_support of this CreateDatabaseToolsConnectionDetails. type
[Required] Gets the type of this CreateDatabaseToolsConnectionDetails. user_name
[Required] Gets the user_name of this CreateDatabaseToolsConnectionOracleDatabaseDetails. user_password
[Required] Gets the user_password of this CreateDatabaseToolsConnectionOracleDatabaseDetails. Methods
__init__
(**kwargs)Initializes a new CreateDatabaseToolsConnectionOracleDatabaseDetails 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. -
RUNTIME_SUPPORT_SUPPORTED
= 'SUPPORTED'¶
-
RUNTIME_SUPPORT_UNSUPPORTED
= 'UNSUPPORTED'¶
-
TYPE_GENERIC_JDBC
= 'GENERIC_JDBC'¶
-
TYPE_MYSQL
= 'MYSQL'¶
-
TYPE_ORACLE_DATABASE
= 'ORACLE_DATABASE'¶
-
TYPE_POSTGRESQL
= 'POSTGRESQL'¶
-
__init__
(**kwargs)¶ Initializes a new CreateDatabaseToolsConnectionOracleDatabaseDetails object with values from keyword arguments. The default value of the
type
attribute of this class isORACLE_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 CreateDatabaseToolsConnectionOracleDatabaseDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this CreateDatabaseToolsConnectionOracleDatabaseDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateDatabaseToolsConnectionOracleDatabaseDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateDatabaseToolsConnectionOracleDatabaseDetails.
- locks (list[oci.database_tools.models.ResourceLock]) – The value to assign to the locks property of this CreateDatabaseToolsConnectionOracleDatabaseDetails.
- type (str) – The value to assign to the type property of this CreateDatabaseToolsConnectionOracleDatabaseDetails. Allowed values for this property are: “ORACLE_DATABASE”, “MYSQL”, “POSTGRESQL”, “GENERIC_JDBC”
- runtime_support (str) – The value to assign to the runtime_support property of this CreateDatabaseToolsConnectionOracleDatabaseDetails. Allowed values for this property are: “SUPPORTED”, “UNSUPPORTED”
- related_resource (oci.database_tools.models.CreateDatabaseToolsRelatedResourceDetails) – The value to assign to the related_resource property of this CreateDatabaseToolsConnectionOracleDatabaseDetails.
- connection_string (str) – The value to assign to the connection_string property of this CreateDatabaseToolsConnectionOracleDatabaseDetails.
- user_name (str) – The value to assign to the user_name property of this CreateDatabaseToolsConnectionOracleDatabaseDetails.
- user_password (oci.database_tools.models.DatabaseToolsUserPasswordDetails) – The value to assign to the user_password property of this CreateDatabaseToolsConnectionOracleDatabaseDetails.
- advanced_properties (dict(str, str)) – The value to assign to the advanced_properties property of this CreateDatabaseToolsConnectionOracleDatabaseDetails.
- key_stores (list[oci.database_tools.models.DatabaseToolsKeyStoreDetails]) – The value to assign to the key_stores property of this CreateDatabaseToolsConnectionOracleDatabaseDetails.
- private_endpoint_id (str) – The value to assign to the private_endpoint_id property of this CreateDatabaseToolsConnectionOracleDatabaseDetails.
- proxy_client (oci.database_tools.models.DatabaseToolsConnectionOracleDatabaseProxyClientDetails) – The value to assign to the proxy_client property of this CreateDatabaseToolsConnectionOracleDatabaseDetails.
-
advanced_properties
¶ Gets the advanced_properties of this CreateDatabaseToolsConnectionOracleDatabaseDetails. The advanced connection properties key-value pair (e.g., oracle.net.ssl_server_dn_match).
Returns: The advanced_properties of this CreateDatabaseToolsConnectionOracleDatabaseDetails. Return type: dict(str, str)
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateDatabaseToolsConnectionDetails. The OCID of the compartment containing the Database Tools connection.
Returns: The compartment_id of this CreateDatabaseToolsConnectionDetails. Return type: str
-
connection_string
¶ [Required] Gets the connection_string of this CreateDatabaseToolsConnectionOracleDatabaseDetails. The connect descriptor or Easy Connect Naming method use to connect to the database.
Returns: The connection_string of this CreateDatabaseToolsConnectionOracleDatabaseDetails. Return type: str
Gets the defined_tags of this CreateDatabaseToolsConnectionDetails. 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 CreateDatabaseToolsConnectionDetails. Return type: dict(str, dict(str, object))
-
display_name
¶ [Required] Gets the display_name of this CreateDatabaseToolsConnectionDetails. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this CreateDatabaseToolsConnectionDetails. Return type: str
Gets the freeform_tags of this CreateDatabaseToolsConnectionDetails. 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 CreateDatabaseToolsConnectionDetails. 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 CreateDatabaseToolsConnectionOracleDatabaseDetails. 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 CreateDatabaseToolsConnectionOracleDatabaseDetails. Return type: list[oci.database_tools.models.DatabaseToolsKeyStoreDetails]
-
locks
¶ Gets the locks of this CreateDatabaseToolsConnectionDetails. Locks associated with this resource.
Returns: The locks of this CreateDatabaseToolsConnectionDetails. Return type: list[oci.database_tools.models.ResourceLock]
-
private_endpoint_id
¶ Gets the private_endpoint_id of this CreateDatabaseToolsConnectionOracleDatabaseDetails. The OCID of the Database Tools private endpoint used to access the database in the customer VCN.
Returns: The private_endpoint_id of this CreateDatabaseToolsConnectionOracleDatabaseDetails. Return type: str
-
proxy_client
¶ Gets the proxy_client of this CreateDatabaseToolsConnectionOracleDatabaseDetails.
Returns: The proxy_client of this CreateDatabaseToolsConnectionOracleDatabaseDetails. Return type: oci.database_tools.models.DatabaseToolsConnectionOracleDatabaseProxyClientDetails
Gets the related_resource of this CreateDatabaseToolsConnectionOracleDatabaseDetails.
Returns: The related_resource of this CreateDatabaseToolsConnectionOracleDatabaseDetails. Return type: oci.database_tools.models.CreateDatabaseToolsRelatedResourceDetails
-
runtime_support
¶ Gets the runtime_support of this CreateDatabaseToolsConnectionDetails. Specifies whether this connection is supported by the Database Tools Runtime.
Allowed values for this property are: “SUPPORTED”, “UNSUPPORTED”
Returns: The runtime_support of this CreateDatabaseToolsConnectionDetails. Return type: str
-
type
¶ [Required] Gets the type of this CreateDatabaseToolsConnectionDetails. The DatabaseToolsConnection type.
Allowed values for this property are: “ORACLE_DATABASE”, “MYSQL”, “POSTGRESQL”, “GENERIC_JDBC”
Returns: The type of this CreateDatabaseToolsConnectionDetails. Return type: str
-
user_name
¶ [Required] Gets the user_name of this CreateDatabaseToolsConnectionOracleDatabaseDetails. The database user name.
Returns: The user_name of this CreateDatabaseToolsConnectionOracleDatabaseDetails. Return type: str
-
user_password
¶ [Required] Gets the user_password of this CreateDatabaseToolsConnectionOracleDatabaseDetails.
Returns: The user_password of this CreateDatabaseToolsConnectionOracleDatabaseDetails. Return type: oci.database_tools.models.DatabaseToolsUserPasswordDetails
-