CloudDatabaseConnectionInfo¶
- 
class oci.database_management.models.CloudDatabaseConnectionInfo(**kwargs)¶
- Bases: - oci.database_management.models.cloud_db_system_connection_info.CloudDbSystemConnectionInfo- The details required to connect to a cloud Oracle Database. - Attributes - COMPONENT_TYPE_ASM- str(object=’’) -> str - COMPONENT_TYPE_DATABASE- str(object=’’) -> str - component_type- [Required] Gets the component_type of this CloudDbSystemConnectionInfo. - connection_credentials- Gets the connection_credentials of this CloudDatabaseConnectionInfo. - connection_string- [Required] Gets the connection_string of this CloudDatabaseConnectionInfo. - Methods - __init__(**kwargs)- Initializes a new CloudDatabaseConnectionInfo 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. - 
COMPONENT_TYPE_ASM= 'ASM'¶
 - 
COMPONENT_TYPE_DATABASE= 'DATABASE'¶
 - 
__init__(**kwargs)¶
- Initializes a new CloudDatabaseConnectionInfo object with values from keyword arguments. The default value of the - component_typeattribute of this class is- DATABASEand it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):- Parameters: - component_type (str) – The value to assign to the component_type property of this CloudDatabaseConnectionInfo. Allowed values for this property are: “DATABASE”, “ASM”
- connection_string (oci.database_management.models.DatabaseConnectionString) – The value to assign to the connection_string property of this CloudDatabaseConnectionInfo.
- connection_credentials (oci.database_management.models.DatabaseConnectionCredentials) – The value to assign to the connection_credentials property of this CloudDatabaseConnectionInfo.
 
 - 
component_type¶
- [Required] Gets the component_type of this CloudDbSystemConnectionInfo. The component type. - Allowed values for this property are: “DATABASE”, “ASM”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’. - Returns: - The component_type of this CloudDbSystemConnectionInfo. - Return type: - str 
 - 
connection_credentials¶
- Gets the connection_credentials of this CloudDatabaseConnectionInfo. - Returns: - The connection_credentials of this CloudDatabaseConnectionInfo. - Return type: - oci.database_management.models.DatabaseConnectionCredentials 
 - 
connection_string¶
- [Required] Gets the connection_string of this CloudDatabaseConnectionInfo. - Returns: - The connection_string of this CloudDatabaseConnectionInfo. - Return type: - oci.database_management.models.DatabaseConnectionString 
 - 
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. 
 
-