ExternalAsmConnectionInfo

class oci.database_management.models.ExternalAsmConnectionInfo(**kwargs)

Bases: oci.database_management.models.external_db_system_connection_info.ExternalDbSystemConnectionInfo

The details required to connect to an external ASM instance.

Attributes

COMPONENT_TYPE_ASM str(object=’’) -> str
COMPONENT_TYPE_DATABASE str(object=’’) -> str
component_type [Required] Gets the component_type of this ExternalDbSystemConnectionInfo.
connection_credentials [Required] Gets the connection_credentials of this ExternalAsmConnectionInfo.
connection_string [Required] Gets the connection_string of this ExternalAsmConnectionInfo.

Methods

__init__(**kwargs) Initializes a new ExternalAsmConnectionInfo 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 ExternalAsmConnectionInfo object with values from keyword arguments. The default value of the component_type attribute of this class is ASM and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
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
connection_credentials

[Required] Gets the connection_credentials of this ExternalAsmConnectionInfo.

Returns:The connection_credentials of this ExternalAsmConnectionInfo.
Return type:oci.database_management.models.AsmConnectionCredentials
connection_string

[Required] Gets the connection_string of this ExternalAsmConnectionInfo.

Returns:The connection_string of this ExternalAsmConnectionInfo.
Return type:oci.database_management.models.AsmConnectionString
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.