Class: Google::Apis::OracledatabaseV1::GoldengateConnectionProperties
- Inherits:
-
Object
- Object
- Google::Apis::OracledatabaseV1::GoldengateConnectionProperties
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/oracledatabase_v1/classes.rb,
lib/google/apis/oracledatabase_v1/representations.rb,
lib/google/apis/oracledatabase_v1/representations.rb
Overview
The properties of a GoldengateConnection.
Instance Attribute Summary collapse
-
#amazon_kinesis_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateAmazonKinesisConnectionProperties
The properties of GoldengateAmazonKinesisConnection.
-
#amazon_redshift_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateAmazonRedshiftConnectionProperties
The properties of GoldengateAmazonRedshiftConnection.
-
#amazon_s3_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateAmazonS3ConnectionProperties
The properties of GoldengateAmazonS3Connection.
-
#azure_data_lake_storage_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateAzureDataLakeStorageConnectionProperties
The properties of GoldengateAzureDataLakeStorageConnection.
-
#azure_synapse_analytics_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateAzureSynapseAnalyticsConnectionProperties
The properties of GoldengateAzureSynapseAnalyticsConnection.
-
#connection_type ⇒ String
Required.
-
#databricks_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateDatabricksConnectionProperties
The properties of GoldengateDatabricksConnection.
-
#db2_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateDb2ConnectionProperties
The properties of GoldengateDb2Connection.
-
#description ⇒ String
Optional.
-
#display_name ⇒ String
Required.
-
#elasticsearch_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateElasticsearchConnectionProperties
The properties of GoldengateElasticsearchConnection.
-
#generic_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateGenericConnectionProperties
The properties of GoldengateGenericConnectionProperties.
-
#goldengate_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateGoldengateConnectionProperties
The properties of GoldengateGoldengateConnectionProperties.
-
#google_big_query_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateGoogleBigQueryConnectionProperties
The properties of GoldengateGoogleBigQueryConnectionProperties.
-
#google_cloud_storage_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateGoogleCloudStorageConnectionProperties
The properties of GoldengateGoogleCloudStorageConnectionProperties.
-
#google_pubsub_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateGooglePubsubConnectionProperties
The properties of GoldengateGooglePubsubConnection.
-
#hdfs_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateHdfsConnectionProperties
The properties of GoldengateHdfsConnection.
-
#iceberg_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateIcebergConnectionProperties
The properties of GoldengateIcebergConnection.
-
#ingress_ip_addresses ⇒ Array<String>
Output only.
-
#java_message_service_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateJavaMessageServiceConnectionProperties
The properties of GoldengateJavaMessageServiceConnection.
-
#kafka_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateKafkaConnectionProperties
The properties of GoldengateKafkaConnection.
-
#kafka_schema_registry_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateKafkaSchemaRegistryConnectionProperties
The properties of GoldengateKafkaSchemaRegistryConnection.
-
#lifecycle_details ⇒ String
Output only.
-
#lifecycle_state ⇒ String
Output only.
-
#microsoft_fabric_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateMicrosoftFabricConnectionProperties
The properties of GoldengateMicrosoftFabricConnection.
-
#microsoft_sqlserver_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateMicrosoftSqlserverConnectionProperties
The properties of GoldengateMicrosoftSqlserverConnection.
-
#mongodb_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateMongodbConnectionProperties
The properties of GoldengateMongodbConnection.
-
#mysql_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateMysqlConnectionProperties
Properties of GoldengateMysqlConnection.
-
#oci_object_storage_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateOciObjectStorageConnectionProperties
The properties of GoldengateOciObjectStorageConnection.
-
#ocid ⇒ String
Output only.
-
#oracle_ai_data_platform_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateOracleAiDataPlatformConnectionProperties
The properties of GoldengateOracleAIDataPlatformConnection.
-
#oracle_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateOracleConnectionProperties
The properties of Goldengate Oracle Database Connection.
-
#oracle_nosql_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateOracleNosqlConnectionProperties
The properties of GoldengateOracleNosqlConnection.
-
#postgresql_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengatePostgresqlConnectionProperties
The properties of GoldengatePostgresqlConnection.
-
#redis_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateRedisConnectionProperties
The properties of GoldengateRedisConnection.
-
#routing_method ⇒ String
Optional.
-
#snowflake_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateSnowflakeConnectionProperties
The properties of GoldengateSnowflakeConnection.
-
#update_time ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoldengateConnectionProperties
constructor
A new instance of GoldengateConnectionProperties.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoldengateConnectionProperties
Returns a new instance of GoldengateConnectionProperties.
4548 4549 4550 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4548 def initialize(**args) update!(**args) end |
Instance Attribute Details
#amazon_kinesis_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateAmazonKinesisConnectionProperties
The properties of GoldengateAmazonKinesisConnection.
Corresponds to the JSON property amazonKinesisConnectionProperties
4360 4361 4362 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4360 def amazon_kinesis_connection_properties @amazon_kinesis_connection_properties end |
#amazon_redshift_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateAmazonRedshiftConnectionProperties
The properties of GoldengateAmazonRedshiftConnection.
Corresponds to the JSON property amazonRedshiftConnectionProperties
4365 4366 4367 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4365 def amazon_redshift_connection_properties @amazon_redshift_connection_properties end |
#amazon_s3_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateAmazonS3ConnectionProperties
The properties of GoldengateAmazonS3Connection.
Corresponds to the JSON property amazonS3ConnectionProperties
4370 4371 4372 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4370 def amazon_s3_connection_properties @amazon_s3_connection_properties end |
#azure_data_lake_storage_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateAzureDataLakeStorageConnectionProperties
The properties of GoldengateAzureDataLakeStorageConnection.
Corresponds to the JSON property azureDataLakeStorageConnectionProperties
4375 4376 4377 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4375 def azure_data_lake_storage_connection_properties @azure_data_lake_storage_connection_properties end |
#azure_synapse_analytics_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateAzureSynapseAnalyticsConnectionProperties
The properties of GoldengateAzureSynapseAnalyticsConnection.
Corresponds to the JSON property azureSynapseAnalyticsConnectionProperties
4380 4381 4382 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4380 def azure_synapse_analytics_connection_properties @azure_synapse_analytics_connection_properties end |
#connection_type ⇒ String
Required. The connection type.
Corresponds to the JSON property connectionType
4385 4386 4387 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4385 def connection_type @connection_type end |
#databricks_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateDatabricksConnectionProperties
The properties of GoldengateDatabricksConnection.
Corresponds to the JSON property databricksConnectionProperties
4390 4391 4392 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4390 def databricks_connection_properties @databricks_connection_properties end |
#db2_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateDb2ConnectionProperties
The properties of GoldengateDb2Connection.
Corresponds to the JSON property db2ConnectionProperties
4395 4396 4397 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4395 def db2_connection_properties @db2_connection_properties end |
#description ⇒ String
Optional. Metadata about this specific object.
Corresponds to the JSON property description
4400 4401 4402 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4400 def description @description end |
#display_name ⇒ String
Required. An object's Display Name.
Corresponds to the JSON property displayName
4405 4406 4407 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4405 def display_name @display_name end |
#elasticsearch_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateElasticsearchConnectionProperties
The properties of GoldengateElasticsearchConnection.
Corresponds to the JSON property elasticsearchConnectionProperties
4410 4411 4412 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4410 def elasticsearch_connection_properties @elasticsearch_connection_properties end |
#generic_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateGenericConnectionProperties
The properties of GoldengateGenericConnectionProperties.
Corresponds to the JSON property genericConnectionProperties
4415 4416 4417 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4415 def generic_connection_properties @generic_connection_properties end |
#goldengate_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateGoldengateConnectionProperties
The properties of GoldengateGoldengateConnectionProperties.
Corresponds to the JSON property goldengateConnectionProperties
4420 4421 4422 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4420 def goldengate_connection_properties @goldengate_connection_properties end |
#google_big_query_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateGoogleBigQueryConnectionProperties
The properties of GoldengateGoogleBigQueryConnectionProperties.
Corresponds to the JSON property googleBigQueryConnectionProperties
4425 4426 4427 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4425 def google_big_query_connection_properties @google_big_query_connection_properties end |
#google_cloud_storage_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateGoogleCloudStorageConnectionProperties
The properties of GoldengateGoogleCloudStorageConnectionProperties.
Corresponds to the JSON property googleCloudStorageConnectionProperties
4430 4431 4432 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4430 def google_cloud_storage_connection_properties @google_cloud_storage_connection_properties end |
#google_pubsub_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateGooglePubsubConnectionProperties
The properties of GoldengateGooglePubsubConnection.
Corresponds to the JSON property googlePubsubConnectionProperties
4435 4436 4437 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4435 def google_pubsub_connection_properties @google_pubsub_connection_properties end |
#hdfs_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateHdfsConnectionProperties
The properties of GoldengateHdfsConnection.
Corresponds to the JSON property hdfsConnectionProperties
4440 4441 4442 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4440 def hdfs_connection_properties @hdfs_connection_properties end |
#iceberg_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateIcebergConnectionProperties
The properties of GoldengateIcebergConnection.
Corresponds to the JSON property icebergConnectionProperties
4445 4446 4447 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4445 def iceberg_connection_properties @iceberg_connection_properties end |
#ingress_ip_addresses ⇒ Array<String>
Output only. The Ingress IPs of the GoldengateConnection.
Corresponds to the JSON property ingressIpAddresses
4450 4451 4452 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4450 def ingress_ip_addresses @ingress_ip_addresses end |
#java_message_service_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateJavaMessageServiceConnectionProperties
The properties of GoldengateJavaMessageServiceConnection.
Corresponds to the JSON property javaMessageServiceConnectionProperties
4455 4456 4457 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4455 def @java_message_service_connection_properties end |
#kafka_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateKafkaConnectionProperties
The properties of GoldengateKafkaConnection.
Corresponds to the JSON property kafkaConnectionProperties
4460 4461 4462 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4460 def kafka_connection_properties @kafka_connection_properties end |
#kafka_schema_registry_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateKafkaSchemaRegistryConnectionProperties
The properties of GoldengateKafkaSchemaRegistryConnection.
Corresponds to the JSON property kafkaSchemaRegistryConnectionProperties
4465 4466 4467 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4465 def kafka_schema_registry_connection_properties @kafka_schema_registry_connection_properties end |
#lifecycle_details ⇒ String
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.
Corresponds to the JSON property lifecycleDetails
4471 4472 4473 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4471 def lifecycle_details @lifecycle_details end |
#lifecycle_state ⇒ String
Output only. The lifecycle state of the connection.
Corresponds to the JSON property lifecycleState
4476 4477 4478 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4476 def lifecycle_state @lifecycle_state end |
#microsoft_fabric_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateMicrosoftFabricConnectionProperties
The properties of GoldengateMicrosoftFabricConnection.
Corresponds to the JSON property microsoftFabricConnectionProperties
4481 4482 4483 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4481 def microsoft_fabric_connection_properties @microsoft_fabric_connection_properties end |
#microsoft_sqlserver_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateMicrosoftSqlserverConnectionProperties
The properties of GoldengateMicrosoftSqlserverConnection.
Corresponds to the JSON property microsoftSqlserverConnectionProperties
4486 4487 4488 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4486 def microsoft_sqlserver_connection_properties @microsoft_sqlserver_connection_properties end |
#mongodb_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateMongodbConnectionProperties
The properties of GoldengateMongodbConnection.
Corresponds to the JSON property mongodbConnectionProperties
4491 4492 4493 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4491 def mongodb_connection_properties @mongodb_connection_properties end |
#mysql_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateMysqlConnectionProperties
Properties of GoldengateMysqlConnection.
Corresponds to the JSON property mysqlConnectionProperties
4496 4497 4498 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4496 def mysql_connection_properties @mysql_connection_properties end |
#oci_object_storage_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateOciObjectStorageConnectionProperties
The properties of GoldengateOciObjectStorageConnection.
Corresponds to the JSON property ociObjectStorageConnectionProperties
4501 4502 4503 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4501 def oci_object_storage_connection_properties @oci_object_storage_connection_properties end |
#ocid ⇒ String
Output only. The [OCID] of the connection being referenced.
Corresponds to the JSON property ocid
4506 4507 4508 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4506 def ocid @ocid end |
#oracle_ai_data_platform_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateOracleAiDataPlatformConnectionProperties
The properties of GoldengateOracleAIDataPlatformConnection.
Corresponds to the JSON property oracleAiDataPlatformConnectionProperties
4511 4512 4513 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4511 def oracle_ai_data_platform_connection_properties @oracle_ai_data_platform_connection_properties end |
#oracle_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateOracleConnectionProperties
The properties of Goldengate Oracle Database Connection.
Corresponds to the JSON property oracleConnectionProperties
4516 4517 4518 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4516 def oracle_connection_properties @oracle_connection_properties end |
#oracle_nosql_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateOracleNosqlConnectionProperties
The properties of GoldengateOracleNosqlConnection.
Corresponds to the JSON property oracleNosqlConnectionProperties
4521 4522 4523 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4521 def oracle_nosql_connection_properties @oracle_nosql_connection_properties end |
#postgresql_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengatePostgresqlConnectionProperties
The properties of GoldengatePostgresqlConnection.
Corresponds to the JSON property postgresqlConnectionProperties
4526 4527 4528 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4526 def postgresql_connection_properties @postgresql_connection_properties end |
#redis_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateRedisConnectionProperties
The properties of GoldengateRedisConnection.
Corresponds to the JSON property redisConnectionProperties
4531 4532 4533 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4531 def redis_connection_properties @redis_connection_properties end |
#routing_method ⇒ String
Optional. The routing method for the GoldengateConnection.
Corresponds to the JSON property routingMethod
4536 4537 4538 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4536 def routing_method @routing_method end |
#snowflake_connection_properties ⇒ Google::Apis::OracledatabaseV1::GoldengateSnowflakeConnectionProperties
The properties of GoldengateSnowflakeConnection.
Corresponds to the JSON property snowflakeConnectionProperties
4541 4542 4543 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4541 def snowflake_connection_properties @snowflake_connection_properties end |
#update_time ⇒ String
Output only. The time the resource was last updated.
Corresponds to the JSON property updateTime
4546 4547 4548 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4546 def update_time @update_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 4553 def update!(**args) @amazon_kinesis_connection_properties = args[:amazon_kinesis_connection_properties] if args.key?(:amazon_kinesis_connection_properties) @amazon_redshift_connection_properties = args[:amazon_redshift_connection_properties] if args.key?(:amazon_redshift_connection_properties) @amazon_s3_connection_properties = args[:amazon_s3_connection_properties] if args.key?(:amazon_s3_connection_properties) @azure_data_lake_storage_connection_properties = args[:azure_data_lake_storage_connection_properties] if args.key?(:azure_data_lake_storage_connection_properties) @azure_synapse_analytics_connection_properties = args[:azure_synapse_analytics_connection_properties] if args.key?(:azure_synapse_analytics_connection_properties) @connection_type = args[:connection_type] if args.key?(:connection_type) @databricks_connection_properties = args[:databricks_connection_properties] if args.key?(:databricks_connection_properties) @db2_connection_properties = args[:db2_connection_properties] if args.key?(:db2_connection_properties) @description = args[:description] if args.key?(:description) @display_name = args[:display_name] if args.key?(:display_name) @elasticsearch_connection_properties = args[:elasticsearch_connection_properties] if args.key?(:elasticsearch_connection_properties) @generic_connection_properties = args[:generic_connection_properties] if args.key?(:generic_connection_properties) @goldengate_connection_properties = args[:goldengate_connection_properties] if args.key?(:goldengate_connection_properties) @google_big_query_connection_properties = args[:google_big_query_connection_properties] if args.key?(:google_big_query_connection_properties) @google_cloud_storage_connection_properties = args[:google_cloud_storage_connection_properties] if args.key?(:google_cloud_storage_connection_properties) @google_pubsub_connection_properties = args[:google_pubsub_connection_properties] if args.key?(:google_pubsub_connection_properties) @hdfs_connection_properties = args[:hdfs_connection_properties] if args.key?(:hdfs_connection_properties) @iceberg_connection_properties = args[:iceberg_connection_properties] if args.key?(:iceberg_connection_properties) @ingress_ip_addresses = args[:ingress_ip_addresses] if args.key?(:ingress_ip_addresses) @java_message_service_connection_properties = args[:java_message_service_connection_properties] if args.key?(:java_message_service_connection_properties) @kafka_connection_properties = args[:kafka_connection_properties] if args.key?(:kafka_connection_properties) @kafka_schema_registry_connection_properties = args[:kafka_schema_registry_connection_properties] if args.key?(:kafka_schema_registry_connection_properties) @lifecycle_details = args[:lifecycle_details] if args.key?(:lifecycle_details) @lifecycle_state = args[:lifecycle_state] if args.key?(:lifecycle_state) @microsoft_fabric_connection_properties = args[:microsoft_fabric_connection_properties] if args.key?(:microsoft_fabric_connection_properties) @microsoft_sqlserver_connection_properties = args[:microsoft_sqlserver_connection_properties] if args.key?(:microsoft_sqlserver_connection_properties) @mongodb_connection_properties = args[:mongodb_connection_properties] if args.key?(:mongodb_connection_properties) @mysql_connection_properties = args[:mysql_connection_properties] if args.key?(:mysql_connection_properties) @oci_object_storage_connection_properties = args[:oci_object_storage_connection_properties] if args.key?(:oci_object_storage_connection_properties) @ocid = args[:ocid] if args.key?(:ocid) @oracle_ai_data_platform_connection_properties = args[:oracle_ai_data_platform_connection_properties] if args.key?(:oracle_ai_data_platform_connection_properties) @oracle_connection_properties = args[:oracle_connection_properties] if args.key?(:oracle_connection_properties) @oracle_nosql_connection_properties = args[:oracle_nosql_connection_properties] if args.key?(:oracle_nosql_connection_properties) @postgresql_connection_properties = args[:postgresql_connection_properties] if args.key?(:postgresql_connection_properties) @redis_connection_properties = args[:redis_connection_properties] if args.key?(:redis_connection_properties) @routing_method = args[:routing_method] if args.key?(:routing_method) @snowflake_connection_properties = args[:snowflake_connection_properties] if args.key?(:snowflake_connection_properties) @update_time = args[:update_time] if args.key?(:update_time) end |