ValidateDatabaseToolsConnectionOracleDatabaseDetails¶
- 
class 
oci.database_tools.models.ValidateDatabaseToolsConnectionOracleDatabaseDetails(**kwargs)¶ Bases:
oci.database_tools.models.validate_database_tools_connection_details.ValidateDatabaseToolsConnectionDetailsConnection validation details for the Oracle Database.
Attributes
TYPE_GENERIC_JDBCstr(object=’’) -> str TYPE_MYSQLstr(object=’’) -> str TYPE_ORACLE_DATABASEstr(object=’’) -> str TYPE_POSTGRESQLstr(object=’’) -> str type[Required] Gets the type of this ValidateDatabaseToolsConnectionDetails. Methods
__init__(**kwargs)Initializes a new ValidateDatabaseToolsConnectionOracleDatabaseDetails 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 ValidateDatabaseToolsConnectionOracleDatabaseDetails object with values from keyword arguments. The default value of the
typeattribute of this class isORACLE_DATABASEand it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: type (str) – The value to assign to the type property of this ValidateDatabaseToolsConnectionOracleDatabaseDetails. Allowed values for this property are: “ORACLE_DATABASE”, “MYSQL”, “POSTGRESQL”, “GENERIC_JDBC” 
- 
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.
- 
type¶ [Required] Gets the type of this ValidateDatabaseToolsConnectionDetails. The Database Tools connection type.
Allowed values for this property are: “ORACLE_DATABASE”, “MYSQL”, “POSTGRESQL”, “GENERIC_JDBC”
Returns: The type of this ValidateDatabaseToolsConnectionDetails. Return type: str 
-