TargetAssessmentConnection

class oci.database_migration.models.TargetAssessmentConnection(**kwargs)

Bases: object

Target Assessment Connection object

Attributes

CONNECTION_TYPE_MYSQL A constant which can be used with the connection_type property of a TargetAssessmentConnection.
CONNECTION_TYPE_ORACLE A constant which can be used with the connection_type property of a TargetAssessmentConnection.
TECHNOLOGY_TYPE_AMAZON_AURORA_MYSQL A constant which can be used with the technology_type property of a TargetAssessmentConnection.
TECHNOLOGY_TYPE_AMAZON_RDS_MYSQL A constant which can be used with the technology_type property of a TargetAssessmentConnection.
TECHNOLOGY_TYPE_AMAZON_RDS_ORACLE A constant which can be used with the technology_type property of a TargetAssessmentConnection.
TECHNOLOGY_TYPE_AZURE_MYSQL A constant which can be used with the technology_type property of a TargetAssessmentConnection.
TECHNOLOGY_TYPE_GOOGLE_CLOUD_SQL_MYSQL A constant which can be used with the technology_type property of a TargetAssessmentConnection.
TECHNOLOGY_TYPE_MYSQL_SERVER A constant which can be used with the technology_type property of a TargetAssessmentConnection.
TECHNOLOGY_TYPE_OCI_AUTONOMOUS_DATABASE A constant which can be used with the technology_type property of a TargetAssessmentConnection.
TECHNOLOGY_TYPE_OCI_MYSQL A constant which can be used with the technology_type property of a TargetAssessmentConnection.
TECHNOLOGY_TYPE_ORACLE_DATABASE A constant which can be used with the technology_type property of a TargetAssessmentConnection.
TECHNOLOGY_TYPE_ORACLE_EXADATA A constant which can be used with the technology_type property of a TargetAssessmentConnection.
connection_type Gets the connection_type of this TargetAssessmentConnection.
database_version Gets the database_version of this TargetAssessmentConnection.
id Gets the id of this TargetAssessmentConnection.
technology_sub_type Gets the technology_sub_type of this TargetAssessmentConnection.
technology_type Gets the technology_type of this TargetAssessmentConnection.

Methods

__init__(**kwargs) Initializes a new TargetAssessmentConnection object with values from keyword arguments.
CONNECTION_TYPE_MYSQL = 'MYSQL'

A constant which can be used with the connection_type property of a TargetAssessmentConnection. This constant has a value of “MYSQL”

CONNECTION_TYPE_ORACLE = 'ORACLE'

A constant which can be used with the connection_type property of a TargetAssessmentConnection. This constant has a value of “ORACLE”

TECHNOLOGY_TYPE_AMAZON_AURORA_MYSQL = 'AMAZON_AURORA_MYSQL'

A constant which can be used with the technology_type property of a TargetAssessmentConnection. This constant has a value of “AMAZON_AURORA_MYSQL”

TECHNOLOGY_TYPE_AMAZON_RDS_MYSQL = 'AMAZON_RDS_MYSQL'

A constant which can be used with the technology_type property of a TargetAssessmentConnection. This constant has a value of “AMAZON_RDS_MYSQL”

TECHNOLOGY_TYPE_AMAZON_RDS_ORACLE = 'AMAZON_RDS_ORACLE'

A constant which can be used with the technology_type property of a TargetAssessmentConnection. This constant has a value of “AMAZON_RDS_ORACLE”

TECHNOLOGY_TYPE_AZURE_MYSQL = 'AZURE_MYSQL'

A constant which can be used with the technology_type property of a TargetAssessmentConnection. This constant has a value of “AZURE_MYSQL”

TECHNOLOGY_TYPE_GOOGLE_CLOUD_SQL_MYSQL = 'GOOGLE_CLOUD_SQL_MYSQL'

A constant which can be used with the technology_type property of a TargetAssessmentConnection. This constant has a value of “GOOGLE_CLOUD_SQL_MYSQL”

TECHNOLOGY_TYPE_MYSQL_SERVER = 'MYSQL_SERVER'

A constant which can be used with the technology_type property of a TargetAssessmentConnection. This constant has a value of “MYSQL_SERVER”

TECHNOLOGY_TYPE_OCI_AUTONOMOUS_DATABASE = 'OCI_AUTONOMOUS_DATABASE'

A constant which can be used with the technology_type property of a TargetAssessmentConnection. This constant has a value of “OCI_AUTONOMOUS_DATABASE”

TECHNOLOGY_TYPE_OCI_MYSQL = 'OCI_MYSQL'

A constant which can be used with the technology_type property of a TargetAssessmentConnection. This constant has a value of “OCI_MYSQL”

TECHNOLOGY_TYPE_ORACLE_DATABASE = 'ORACLE_DATABASE'

A constant which can be used with the technology_type property of a TargetAssessmentConnection. This constant has a value of “ORACLE_DATABASE”

TECHNOLOGY_TYPE_ORACLE_EXADATA = 'ORACLE_EXADATA'

A constant which can be used with the technology_type property of a TargetAssessmentConnection. This constant has a value of “ORACLE_EXADATA”

__init__(**kwargs)

Initializes a new TargetAssessmentConnection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • id (str) – The value to assign to the id property of this TargetAssessmentConnection.
  • connection_type (str) – The value to assign to the connection_type property of this TargetAssessmentConnection. Allowed values for this property are: “MYSQL”, “ORACLE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • technology_type (str) – The value to assign to the technology_type property of this TargetAssessmentConnection. Allowed values for this property are: “OCI_AUTONOMOUS_DATABASE”, “OCI_MYSQL”, “ORACLE_DATABASE”, “ORACLE_EXADATA”, “AMAZON_RDS_ORACLE”, “AMAZON_AURORA_MYSQL”, “AMAZON_RDS_MYSQL”, “AZURE_MYSQL”, “GOOGLE_CLOUD_SQL_MYSQL”, “MYSQL_SERVER”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • technology_sub_type (str) – The value to assign to the technology_sub_type property of this TargetAssessmentConnection.
  • database_version (str) – The value to assign to the database_version property of this TargetAssessmentConnection.
connection_type

Gets the connection_type of this TargetAssessmentConnection. Defines the type of connection. For example, ORACLE.

Allowed values for this property are: “MYSQL”, “ORACLE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The connection_type of this TargetAssessmentConnection.
Return type:str
database_version

Gets the database_version of this TargetAssessmentConnection. The database version

Returns:The database_version of this TargetAssessmentConnection.
Return type:str
id

Gets the id of this TargetAssessmentConnection. The OCID of the resource being referenced.

Returns:The id of this TargetAssessmentConnection.
Return type:str
technology_sub_type

Gets the technology_sub_type of this TargetAssessmentConnection. Technology sub-type e.g. ADW_SHARED, ADW_DEDICATED, ATP_SHARED, ATP_DEDICATED

Returns:The technology_sub_type of this TargetAssessmentConnection.
Return type:str
technology_type

Gets the technology_type of this TargetAssessmentConnection. The technology type.

Allowed values for this property are: “OCI_AUTONOMOUS_DATABASE”, “OCI_MYSQL”, “ORACLE_DATABASE”, “ORACLE_EXADATA”, “AMAZON_RDS_ORACLE”, “AMAZON_AURORA_MYSQL”, “AMAZON_RDS_MYSQL”, “AZURE_MYSQL”, “GOOGLE_CLOUD_SQL_MYSQL”, “MYSQL_SERVER”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The technology_type of this TargetAssessmentConnection.
Return type:str