ExternalDbSystemConnectionInfo¶
- 
class oci.database_management.models.ExternalDbSystemConnectionInfo(**kwargs)¶
- Bases: - object- The connection details required to connect to an external DB system component. - Attributes - COMPONENT_TYPE_ASM- A constant which can be used with the component_type property of a ExternalDbSystemConnectionInfo. - COMPONENT_TYPE_DATABASE- A constant which can be used with the component_type property of a ExternalDbSystemConnectionInfo. - component_type- [Required] Gets the component_type of this ExternalDbSystemConnectionInfo. - Methods - __init__(**kwargs)- Initializes a new ExternalDbSystemConnectionInfo 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'¶
- A constant which can be used with the component_type property of a ExternalDbSystemConnectionInfo. This constant has a value of “ASM” 
 - 
COMPONENT_TYPE_DATABASE= 'DATABASE'¶
- A constant which can be used with the component_type property of a ExternalDbSystemConnectionInfo. This constant has a value of “DATABASE” 
 - 
__init__(**kwargs)¶
- Initializes a new ExternalDbSystemConnectionInfo object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: - 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 ExternalDbSystemConnectionInfo. 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’. 
 - 
component_type¶
- [Required] Gets the component_type of this ExternalDbSystemConnectionInfo. 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 ExternalDbSystemConnectionInfo. - Return type: - 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. 
 
-