CreateDatabaseToolsConnectionOracleDatabaseDetails¶
-
class
oci.database_tools.models.
CreateDatabaseToolsConnectionOracleDatabaseDetails
(**kwargs)¶ Bases:
oci.database_tools.models.create_database_tools_connection_details.CreateDatabaseToolsConnectionDetails
The information about new DatabaseToolsConnection for an Oracle Database
Attributes
TYPE_ORACLE_DATABASE
str(object=’’) -> str advanced_properties
Gets the advanced_properties of this CreateDatabaseToolsConnectionOracleDatabaseDetails. compartment_id
[Required] Gets the compartment_id of this CreateDatabaseToolsConnectionDetails. connection_string
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. private_endpoint_id
Gets the private_endpoint_id of this CreateDatabaseToolsConnectionOracleDatabaseDetails. related_resource
Gets the related_resource of this CreateDatabaseToolsConnectionOracleDatabaseDetails. type
[Required] Gets the type of this CreateDatabaseToolsConnectionDetails. user_name
Gets the user_name of this CreateDatabaseToolsConnectionOracleDatabaseDetails. user_password
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. -
TYPE_ORACLE_DATABASE
= 'ORACLE_DATABASE'¶
-
__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.
- type (str) – The value to assign to the type property of this CreateDatabaseToolsConnectionOracleDatabaseDetails. Allowed values for this property are: “ORACLE_DATABASE”
- 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.
-
advanced_properties
¶ Gets the advanced_properties of this CreateDatabaseToolsConnectionOracleDatabaseDetails. 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 containing Compartment.
Returns: The compartment_id of this CreateDatabaseToolsConnectionDetails. Return type: str
-
connection_string
¶ Gets the connection_string of this CreateDatabaseToolsConnectionOracleDatabaseDetails. Connect descriptor or Easy Connect Naming method 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]
-
private_endpoint_id
¶ Gets the private_endpoint_id of this CreateDatabaseToolsConnectionOracleDatabaseDetails. The OCID of the DatabaseToolsPrivateEndpoint used to access the database in the Customer VCN.
Returns: The private_endpoint_id of this CreateDatabaseToolsConnectionOracleDatabaseDetails. Return type: str
Gets the related_resource of this CreateDatabaseToolsConnectionOracleDatabaseDetails.
Returns: The related_resource of this CreateDatabaseToolsConnectionOracleDatabaseDetails. Return type: oci.database_tools.models.CreateDatabaseToolsRelatedResourceDetails
-
type
¶ [Required] Gets the type of this CreateDatabaseToolsConnectionDetails. The DatabaseToolsConnection type.
Allowed values for this property are: “ORACLE_DATABASE”
Returns: The type of this CreateDatabaseToolsConnectionDetails. Return type: str
-
user_name
¶ Gets the user_name of this CreateDatabaseToolsConnectionOracleDatabaseDetails. Database user name.
Returns: The user_name of this CreateDatabaseToolsConnectionOracleDatabaseDetails. Return type: str
-
user_password
¶ Gets the user_password of this CreateDatabaseToolsConnectionOracleDatabaseDetails.
Returns: The user_password of this CreateDatabaseToolsConnectionOracleDatabaseDetails. Return type: oci.database_tools.models.DatabaseToolsUserPasswordDetails
-