Class GoldengateConnectionProperties (0.6.1)

GoldengateConnectionProperties(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The properties of a GoldengateConnection.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
oracle_connection_properties google.cloud.oracledatabase_v1.types.GoldengateOracleConnectionProperties
Properties for an Oracle Database Connection. This field is a member of oneof_ connection_details.
goldengate_connection_properties google.cloud.oracledatabase_v1.types.GoldengateGoldengateConnectionProperties
Properties for a Goldengate Connection. This field is a member of oneof_ connection_details.
generic_connection_properties google.cloud.oracledatabase_v1.types.GoldengateGenericConnectionProperties
Properties for a Generic Connection. This field is a member of oneof_ connection_details.
google_cloud_storage_connection_properties google.cloud.oracledatabase_v1.types.GoldengateGoogleCloudStorageConnectionProperties
Properties for a Google Cloud Storage Connection. This field is a member of oneof_ connection_details.
google_big_query_connection_properties google.cloud.oracledatabase_v1.types.GoldengateGoogleBigQueryConnectionProperties
Properties for a Google BigQuery Connection. This field is a member of oneof_ connection_details.
mysql_connection_properties google.cloud.oracledatabase_v1.types.GoldengateMysqlConnectionProperties
Properties for a Mysql Connection. This field is a member of oneof_ connection_details.
kafka_connection_properties google.cloud.oracledatabase_v1.types.GoldengateKafkaConnectionProperties
Properties for a Kafka Connection. This field is a member of oneof_ connection_details.
kafka_schema_registry_connection_properties google.cloud.oracledatabase_v1.types.GoldengateKafkaSchemaRegistryConnectionProperties
Properties for a Kafka Schema Registry Connection. This field is a member of oneof_ connection_details.
oci_object_storage_connection_properties google.cloud.oracledatabase_v1.types.GoldengateOciObjectStorageConnectionProperties
Properties for an OCI Object Storage Connection. This field is a member of oneof_ connection_details.
azure_data_lake_storage_connection_properties google.cloud.oracledatabase_v1.types.GoldengateAzureDataLakeStorageConnectionProperties
Properties for an Azure Data Lake Storage Connection. This field is a member of oneof_ connection_details.
azure_synapse_analytics_connection_properties google.cloud.oracledatabase_v1.types.GoldengateAzureSynapseAnalyticsConnectionProperties
Properties for an Azure Synapse Analytics connection. This field is a member of oneof_ connection_details.
postgresql_connection_properties google.cloud.oracledatabase_v1.types.GoldengatePostgresqlConnectionProperties
Properties for a PostgreSQL connection. This field is a member of oneof_ connection_details.
microsoft_sqlserver_connection_properties google.cloud.oracledatabase_v1.types.GoldengateMicrosoftSqlserverConnectionProperties
Properties for a Microsoft SQL Server connection. This field is a member of oneof_ connection_details.
amazon_s3_connection_properties google.cloud.oracledatabase_v1.types.GoldengateAmazonS3ConnectionProperties
Properties for an Amazon S3 connection. This field is a member of oneof_ connection_details.
hdfs_connection_properties google.cloud.oracledatabase_v1.types.GoldengateHdfsConnectionProperties
Properties for an HDFS connection. This field is a member of oneof_ connection_details.
java_message_service_connection_properties google.cloud.oracledatabase_v1.types.GoldengateJavaMessageServiceConnectionProperties
Properties for a Java Message Service connection. This field is a member of oneof_ connection_details.
mongodb_connection_properties google.cloud.oracledatabase_v1.types.GoldengateMongodbConnectionProperties
Properties for a MongoDB connection. This field is a member of oneof_ connection_details.
oracle_nosql_connection_properties google.cloud.oracledatabase_v1.types.GoldengateOracleNosqlConnectionProperties
Properties for an Oracle NoSQL connection. This field is a member of oneof_ connection_details.
snowflake_connection_properties google.cloud.oracledatabase_v1.types.GoldengateSnowflakeConnectionProperties
Properties for a Snowflake connection. This field is a member of oneof_ connection_details.
amazon_redshift_connection_properties google.cloud.oracledatabase_v1.types.GoldengateAmazonRedshiftConnectionProperties
Properties for an Amazon Redshift connection. This field is a member of oneof_ connection_details.
elasticsearch_connection_properties google.cloud.oracledatabase_v1.types.GoldengateElasticsearchConnectionProperties
Properties for an Elasticsearch connection. This field is a member of oneof_ connection_details.
amazon_kinesis_connection_properties google.cloud.oracledatabase_v1.types.GoldengateAmazonKinesisConnectionProperties
Properties for an Amazon Kinesis connection. This field is a member of oneof_ connection_details.
db2_connection_properties google.cloud.oracledatabase_v1.types.GoldengateDb2ConnectionProperties
Properties for a DB2 connection. This field is a member of oneof_ connection_details.
redis_connection_properties google.cloud.oracledatabase_v1.types.GoldengateRedisConnectionProperties
Properties for a Redis connection. This field is a member of oneof_ connection_details.
databricks_connection_properties google.cloud.oracledatabase_v1.types.GoldengateDatabricksConnectionProperties
Properties for a Databricks connection. This field is a member of oneof_ connection_details.
google_pubsub_connection_properties google.cloud.oracledatabase_v1.types.GoldengateGooglePubsubConnectionProperties
Properties for a Google Pub/Sub connection. This field is a member of oneof_ connection_details.
microsoft_fabric_connection_properties google.cloud.oracledatabase_v1.types.GoldengateMicrosoftFabricConnectionProperties
Properties for a Microsoft Fabric connection. This field is a member of oneof_ connection_details.
oracle_ai_data_platform_connection_properties google.cloud.oracledatabase_v1.types.GoldengateOracleAIDataPlatformConnectionProperties
Properties for an Oracle AI Data Platform connection. This field is a member of oneof_ connection_details.
iceberg_connection_properties google.cloud.oracledatabase_v1.types.GoldengateIcebergConnectionProperties
Properties for an Iceberg connection. This field is a member of oneof_ connection_details.
connection_type google.cloud.oracledatabase_v1.types.GoldengateConnectionProperties.GoldengateConnectionType
Required. The connection type.
ocid str
Output only. The [OCID] of the connection being referenced.
display_name str
Required. An object's Display Name.
description str
Optional. Metadata about this specific object.
lifecycle_state google.cloud.oracledatabase_v1.types.GoldengateConnectionProperties.GoldengateConnectionLifecycleState
Output only. The lifecycle state of the connection.
lifecycle_details str
Output only. Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time the resource was last updated.
routing_method google.cloud.oracledatabase_v1.types.GoldengateConnectionProperties.GoldengateConnectionRoutingMethod
Optional. The routing method for the GoldengateConnection.
ingress_ip_addresses MutableSequence[str]
Output only. The Ingress IPs of the GoldengateConnection.

Classes

GoldengateConnectionLifecycleState

GoldengateConnectionLifecycleState(value)

Possible lifecycle states for connection.

GoldengateConnectionRoutingMethod

GoldengateConnectionRoutingMethod(value)

The various routing methods of the GoldengateConnection.

GoldengateConnectionType

GoldengateConnectionType(value)

Enum for Connection type.