ConnectionAssignment

class oci.golden_gate.models.ConnectionAssignment(**kwargs)

Bases: object

Represents the metadata description of a connection assignment. Before you can use a connection as a GoldenGate source or target, you must assign it to a deployment.

Attributes

CONNECTION_TYPE_AI_MODEL A constant which can be used with the connection_type property of a ConnectionAssignment.
CONNECTION_TYPE_AMAZON_KINESIS A constant which can be used with the connection_type property of a ConnectionAssignment.
CONNECTION_TYPE_AMAZON_REDSHIFT A constant which can be used with the connection_type property of a ConnectionAssignment.
CONNECTION_TYPE_AMAZON_S3 A constant which can be used with the connection_type property of a ConnectionAssignment.
CONNECTION_TYPE_AZURE_DATA_LAKE_STORAGE A constant which can be used with the connection_type property of a ConnectionAssignment.
CONNECTION_TYPE_AZURE_SYNAPSE_ANALYTICS A constant which can be used with the connection_type property of a ConnectionAssignment.
CONNECTION_TYPE_DATABRICKS A constant which can be used with the connection_type property of a ConnectionAssignment.
CONNECTION_TYPE_DB2 A constant which can be used with the connection_type property of a ConnectionAssignment.
CONNECTION_TYPE_ELASTICSEARCH A constant which can be used with the connection_type property of a ConnectionAssignment.
CONNECTION_TYPE_GENERIC A constant which can be used with the connection_type property of a ConnectionAssignment.
CONNECTION_TYPE_GOLDENGATE A constant which can be used with the connection_type property of a ConnectionAssignment.
CONNECTION_TYPE_GOOGLE_BIGQUERY A constant which can be used with the connection_type property of a ConnectionAssignment.
CONNECTION_TYPE_GOOGLE_CLOUD_STORAGE A constant which can be used with the connection_type property of a ConnectionAssignment.
CONNECTION_TYPE_GOOGLE_PUBSUB A constant which can be used with the connection_type property of a ConnectionAssignment.
CONNECTION_TYPE_HDFS A constant which can be used with the connection_type property of a ConnectionAssignment.
CONNECTION_TYPE_ICEBERG A constant which can be used with the connection_type property of a ConnectionAssignment.
CONNECTION_TYPE_JAVA_MESSAGE_SERVICE A constant which can be used with the connection_type property of a ConnectionAssignment.
CONNECTION_TYPE_KAFKA A constant which can be used with the connection_type property of a ConnectionAssignment.
CONNECTION_TYPE_KAFKA_SCHEMA_REGISTRY A constant which can be used with the connection_type property of a ConnectionAssignment.
CONNECTION_TYPE_MICROSOFT_FABRIC A constant which can be used with the connection_type property of a ConnectionAssignment.
CONNECTION_TYPE_MICROSOFT_SQLSERVER A constant which can be used with the connection_type property of a ConnectionAssignment.
CONNECTION_TYPE_MONGODB A constant which can be used with the connection_type property of a ConnectionAssignment.
CONNECTION_TYPE_MYSQL A constant which can be used with the connection_type property of a ConnectionAssignment.
CONNECTION_TYPE_OCI_OBJECT_STORAGE A constant which can be used with the connection_type property of a ConnectionAssignment.
CONNECTION_TYPE_ORACLE A constant which can be used with the connection_type property of a ConnectionAssignment.
CONNECTION_TYPE_ORACLE_AI_DATA_PLATFORM A constant which can be used with the connection_type property of a ConnectionAssignment.
CONNECTION_TYPE_ORACLE_NOSQL A constant which can be used with the connection_type property of a ConnectionAssignment.
CONNECTION_TYPE_POSTGRESQL A constant which can be used with the connection_type property of a ConnectionAssignment.
CONNECTION_TYPE_REDIS A constant which can be used with the connection_type property of a ConnectionAssignment.
CONNECTION_TYPE_SNOWFLAKE A constant which can be used with the connection_type property of a ConnectionAssignment.
LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a ConnectionAssignment.
LIFECYCLE_STATE_CREATING A constant which can be used with the lifecycle_state property of a ConnectionAssignment.
LIFECYCLE_STATE_DELETING A constant which can be used with the lifecycle_state property of a ConnectionAssignment.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a ConnectionAssignment.
LIFECYCLE_STATE_UPDATING A constant which can be used with the lifecycle_state property of a ConnectionAssignment.
alias_name Gets the alias_name of this ConnectionAssignment.
compartment_id [Required] Gets the compartment_id of this ConnectionAssignment.
connection_id [Required] Gets the connection_id of this ConnectionAssignment.
connection_type [Required] Gets the connection_type of this ConnectionAssignment.
deployment_id [Required] Gets the deployment_id of this ConnectionAssignment.
id [Required] Gets the id of this ConnectionAssignment.
lifecycle_state [Required] Gets the lifecycle_state of this ConnectionAssignment.
time_created [Required] Gets the time_created of this ConnectionAssignment.
time_updated [Required] Gets the time_updated of this ConnectionAssignment.

Methods

__init__(**kwargs) Initializes a new ConnectionAssignment object with values from keyword arguments.
CONNECTION_TYPE_AI_MODEL = 'AI_MODEL'

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

CONNECTION_TYPE_AMAZON_KINESIS = 'AMAZON_KINESIS'

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

CONNECTION_TYPE_AMAZON_REDSHIFT = 'AMAZON_REDSHIFT'

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

CONNECTION_TYPE_AMAZON_S3 = 'AMAZON_S3'

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

CONNECTION_TYPE_AZURE_DATA_LAKE_STORAGE = 'AZURE_DATA_LAKE_STORAGE'

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

CONNECTION_TYPE_AZURE_SYNAPSE_ANALYTICS = 'AZURE_SYNAPSE_ANALYTICS'

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

CONNECTION_TYPE_DATABRICKS = 'DATABRICKS'

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

CONNECTION_TYPE_DB2 = 'DB2'

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

CONNECTION_TYPE_ELASTICSEARCH = 'ELASTICSEARCH'

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

CONNECTION_TYPE_GENERIC = 'GENERIC'

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

CONNECTION_TYPE_GOLDENGATE = 'GOLDENGATE'

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

CONNECTION_TYPE_GOOGLE_BIGQUERY = 'GOOGLE_BIGQUERY'

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

CONNECTION_TYPE_GOOGLE_CLOUD_STORAGE = 'GOOGLE_CLOUD_STORAGE'

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

CONNECTION_TYPE_GOOGLE_PUBSUB = 'GOOGLE_PUBSUB'

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

CONNECTION_TYPE_HDFS = 'HDFS'

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

CONNECTION_TYPE_ICEBERG = 'ICEBERG'

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

CONNECTION_TYPE_JAVA_MESSAGE_SERVICE = 'JAVA_MESSAGE_SERVICE'

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

CONNECTION_TYPE_KAFKA = 'KAFKA'

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

CONNECTION_TYPE_KAFKA_SCHEMA_REGISTRY = 'KAFKA_SCHEMA_REGISTRY'

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

CONNECTION_TYPE_MICROSOFT_FABRIC = 'MICROSOFT_FABRIC'

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

CONNECTION_TYPE_MICROSOFT_SQLSERVER = 'MICROSOFT_SQLSERVER'

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

CONNECTION_TYPE_MONGODB = 'MONGODB'

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

CONNECTION_TYPE_MYSQL = 'MYSQL'

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

CONNECTION_TYPE_OCI_OBJECT_STORAGE = 'OCI_OBJECT_STORAGE'

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

CONNECTION_TYPE_ORACLE = 'ORACLE'

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

CONNECTION_TYPE_ORACLE_AI_DATA_PLATFORM = 'ORACLE_AI_DATA_PLATFORM'

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

CONNECTION_TYPE_ORACLE_NOSQL = 'ORACLE_NOSQL'

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

CONNECTION_TYPE_POSTGRESQL = 'POSTGRESQL'

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

CONNECTION_TYPE_REDIS = 'REDIS'

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

CONNECTION_TYPE_SNOWFLAKE = 'SNOWFLAKE'

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

LIFECYCLE_STATE_ACTIVE = 'ACTIVE'

A constant which can be used with the lifecycle_state property of a ConnectionAssignment. This constant has a value of “ACTIVE”

LIFECYCLE_STATE_CREATING = 'CREATING'

A constant which can be used with the lifecycle_state property of a ConnectionAssignment. This constant has a value of “CREATING”

LIFECYCLE_STATE_DELETING = 'DELETING'

A constant which can be used with the lifecycle_state property of a ConnectionAssignment. This constant has a value of “DELETING”

LIFECYCLE_STATE_FAILED = 'FAILED'

A constant which can be used with the lifecycle_state property of a ConnectionAssignment. This constant has a value of “FAILED”

LIFECYCLE_STATE_UPDATING = 'UPDATING'

A constant which can be used with the lifecycle_state property of a ConnectionAssignment. This constant has a value of “UPDATING”

__init__(**kwargs)

Initializes a new ConnectionAssignment 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 ConnectionAssignment.
  • connection_id (str) – The value to assign to the connection_id property of this ConnectionAssignment.
  • connection_type (str) – The value to assign to the connection_type property of this ConnectionAssignment. Allowed values for this property are: “GOLDENGATE”, “KAFKA”, “KAFKA_SCHEMA_REGISTRY”, “MYSQL”, “JAVA_MESSAGE_SERVICE”, “MICROSOFT_SQLSERVER”, “OCI_OBJECT_STORAGE”, “ORACLE”, “AZURE_DATA_LAKE_STORAGE”, “POSTGRESQL”, “AZURE_SYNAPSE_ANALYTICS”, “SNOWFLAKE”, “AMAZON_S3”, “HDFS”, “ORACLE_AI_DATA_PLATFORM”, “ORACLE_NOSQL”, “MONGODB”, “AMAZON_KINESIS”, “AMAZON_REDSHIFT”, “DB2”, “REDIS”, “ELASTICSEARCH”, “GENERIC”, “GOOGLE_CLOUD_STORAGE”, “GOOGLE_BIGQUERY”, “DATABRICKS”, “GOOGLE_PUBSUB”, “MICROSOFT_FABRIC”, “ICEBERG”, “AI_MODEL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • deployment_id (str) – The value to assign to the deployment_id property of this ConnectionAssignment.
  • alias_name (str) – The value to assign to the alias_name property of this ConnectionAssignment.
  • compartment_id (str) – The value to assign to the compartment_id property of this ConnectionAssignment.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this ConnectionAssignment. Allowed values for this property are: “CREATING”, “ACTIVE”, “FAILED”, “UPDATING”, “DELETING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • time_created (datetime) – The value to assign to the time_created property of this ConnectionAssignment.
  • time_updated (datetime) – The value to assign to the time_updated property of this ConnectionAssignment.
alias_name

Gets the alias_name of this ConnectionAssignment. Credential store alias.

Returns:The alias_name of this ConnectionAssignment.
Return type:str
compartment_id

[Required] Gets the compartment_id of this ConnectionAssignment. The OCID of the compartment being referenced.

Returns:The compartment_id of this ConnectionAssignment.
Return type:str
connection_id

[Required] Gets the connection_id of this ConnectionAssignment. The OCID of the connection being referenced.

Returns:The connection_id of this ConnectionAssignment.
Return type:str
connection_type

[Required] Gets the connection_type of this ConnectionAssignment. The connection type.

Allowed values for this property are: “GOLDENGATE”, “KAFKA”, “KAFKA_SCHEMA_REGISTRY”, “MYSQL”, “JAVA_MESSAGE_SERVICE”, “MICROSOFT_SQLSERVER”, “OCI_OBJECT_STORAGE”, “ORACLE”, “AZURE_DATA_LAKE_STORAGE”, “POSTGRESQL”, “AZURE_SYNAPSE_ANALYTICS”, “SNOWFLAKE”, “AMAZON_S3”, “HDFS”, “ORACLE_AI_DATA_PLATFORM”, “ORACLE_NOSQL”, “MONGODB”, “AMAZON_KINESIS”, “AMAZON_REDSHIFT”, “DB2”, “REDIS”, “ELASTICSEARCH”, “GENERIC”, “GOOGLE_CLOUD_STORAGE”, “GOOGLE_BIGQUERY”, “DATABRICKS”, “GOOGLE_PUBSUB”, “MICROSOFT_FABRIC”, “ICEBERG”, “AI_MODEL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The connection_type of this ConnectionAssignment.
Return type:str
deployment_id

[Required] Gets the deployment_id of this ConnectionAssignment. The OCID of the deployment being referenced.

Returns:The deployment_id of this ConnectionAssignment.
Return type:str
id

[Required] Gets the id of this ConnectionAssignment. The OCID of the connection assignment being referenced.

Returns:The id of this ConnectionAssignment.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this ConnectionAssignment. Possible lifecycle states for connection assignments.

Allowed values for this property are: “CREATING”, “ACTIVE”, “FAILED”, “UPDATING”, “DELETING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this ConnectionAssignment.
Return type:str
time_created

[Required] Gets the time_created of this ConnectionAssignment. The time the resource was created. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

Returns:The time_created of this ConnectionAssignment.
Return type:datetime
time_updated

[Required] Gets the time_updated of this ConnectionAssignment. The time the resource was last updated. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

Returns:The time_updated of this ConnectionAssignment.
Return type:datetime