CloudDbSystemConnectionInfo¶
-
class
oci.database_management.models.
CloudDbSystemConnectionInfo
(**kwargs)¶ Bases:
object
The connection details required to connect to a cloud DB system component.
Attributes
COMPONENT_TYPE_ASM
A constant which can be used with the component_type property of a CloudDbSystemConnectionInfo. COMPONENT_TYPE_DATABASE
A constant which can be used with the component_type property of a CloudDbSystemConnectionInfo. component_type
[Required] Gets the component_type of this CloudDbSystemConnectionInfo. Methods
__init__
(**kwargs)Initializes a new CloudDbSystemConnectionInfo 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 CloudDbSystemConnectionInfo. This constant has a value of “ASM”
-
COMPONENT_TYPE_DATABASE
= 'DATABASE'¶ A constant which can be used with the component_type property of a CloudDbSystemConnectionInfo. This constant has a value of “DATABASE”
-
__init__
(**kwargs)¶ Initializes a new CloudDbSystemConnectionInfo 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 CloudDbSystemConnectionInfo. 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 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
-
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.
-