pulumi-oci 2.17.0__py3-none-any.whl → 2.17.0a1731653778__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +0 -40
- pulumi_oci/core/_inputs.py +3 -3
- pulumi_oci/core/compute_capacity_reservation.py +7 -7
- pulumi_oci/core/get_boot_volume.py +1 -1
- pulumi_oci/core/get_volume.py +1 -1
- pulumi_oci/core/instance_pool.py +7 -7
- pulumi_oci/core/outputs.py +46 -46
- pulumi_oci/generativeai/__init__.py +0 -16
- pulumi_oci/generativeai/_inputs.py +0 -1090
- pulumi_oci/generativeai/outputs.py +268 -2840
- pulumi_oci/goldengate/connection.py +78 -1065
- pulumi_oci/goldengate/deployment.py +7 -7
- pulumi_oci/goldengate/deployment_backup.py +0 -49
- pulumi_oci/goldengate/get_connection.py +7 -288
- pulumi_oci/goldengate/get_deployment.py +1 -1
- pulumi_oci/goldengate/get_deployment_backup.py +1 -15
- pulumi_oci/goldengate/outputs.py +3 -240
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.17.0.dist-info → pulumi_oci-2.17.0a1731653778.dist-info}/METADATA +1 -1
- {pulumi_oci-2.17.0.dist-info → pulumi_oci-2.17.0a1731653778.dist-info}/RECORD +22 -38
- pulumi_oci/generativeai/agent_agent.py +0 -665
- pulumi_oci/generativeai/agent_agent_endpoint.py +0 -888
- pulumi_oci/generativeai/agent_data_ingestion_job.py +0 -647
- pulumi_oci/generativeai/agent_data_source.py +0 -697
- pulumi_oci/generativeai/agent_knowledge_base.py +0 -659
- pulumi_oci/generativeai/get_agent_agent.py +0 -285
- pulumi_oci/generativeai/get_agent_agent_endpoint.py +0 -342
- pulumi_oci/generativeai/get_agent_agent_endpoints.py +0 -217
- pulumi_oci/generativeai/get_agent_agents.py +0 -195
- pulumi_oci/generativeai/get_agent_data_ingestion_job.py +0 -286
- pulumi_oci/generativeai/get_agent_data_ingestion_job_log_content.py +0 -117
- pulumi_oci/generativeai/get_agent_data_ingestion_jobs.py +0 -217
- pulumi_oci/generativeai/get_agent_data_source.py +0 -286
- pulumi_oci/generativeai/get_agent_data_sources.py +0 -217
- pulumi_oci/generativeai/get_agent_knowledge_base.py +0 -272
- pulumi_oci/generativeai/get_agent_knowledge_bases.py +0 -195
- {pulumi_oci-2.17.0.dist-info → pulumi_oci-2.17.0a1731653778.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.17.0.dist-info → pulumi_oci-2.17.0a1731653778.dist-info}/top_level.txt +0 -0
pulumi_oci/goldengate/outputs.py
CHANGED
@@ -1263,7 +1263,6 @@ class GetConnectionsConnectionCollectionItemResult(dict):
|
|
1263
1263
|
def __init__(__self__, *,
|
1264
1264
|
access_key_id: str,
|
1265
1265
|
account_key: str,
|
1266
|
-
account_key_secret_id: str,
|
1267
1266
|
account_name: str,
|
1268
1267
|
additional_attributes: Sequence['outputs.GetConnectionsConnectionCollectionItemAdditionalAttributeResult'],
|
1269
1268
|
authentication_mode: str,
|
@@ -1272,7 +1271,6 @@ class GetConnectionsConnectionCollectionItemResult(dict):
|
|
1272
1271
|
bootstrap_servers: Sequence['outputs.GetConnectionsConnectionCollectionItemBootstrapServerResult'],
|
1273
1272
|
client_id: str,
|
1274
1273
|
client_secret: str,
|
1275
|
-
client_secret_secret_id: str,
|
1276
1274
|
compartment_id: str,
|
1277
1275
|
connection_factory: str,
|
1278
1276
|
connection_string: str,
|
@@ -1287,7 +1285,6 @@ class GetConnectionsConnectionCollectionItemResult(dict):
|
|
1287
1285
|
deployment_id: str,
|
1288
1286
|
description: str,
|
1289
1287
|
display_name: str,
|
1290
|
-
does_use_secret_ids: bool,
|
1291
1288
|
endpoint: str,
|
1292
1289
|
fingerprint: str,
|
1293
1290
|
freeform_tags: Mapping[str, str],
|
@@ -1299,51 +1296,38 @@ class GetConnectionsConnectionCollectionItemResult(dict):
|
|
1299
1296
|
jndi_initial_context_factory: str,
|
1300
1297
|
jndi_provider_url: str,
|
1301
1298
|
jndi_security_credentials: str,
|
1302
|
-
jndi_security_credentials_secret_id: str,
|
1303
1299
|
jndi_security_principal: str,
|
1304
1300
|
key_id: str,
|
1305
1301
|
key_store: str,
|
1306
1302
|
key_store_password: str,
|
1307
|
-
key_store_password_secret_id: str,
|
1308
|
-
key_store_secret_id: str,
|
1309
1303
|
lifecycle_details: str,
|
1310
1304
|
locks: Sequence['outputs.GetConnectionsConnectionCollectionItemLockResult'],
|
1311
1305
|
nsg_ids: Sequence[str],
|
1312
1306
|
password: str,
|
1313
|
-
password_secret_id: str,
|
1314
1307
|
port: int,
|
1315
1308
|
private_ip: str,
|
1316
1309
|
private_key_file: str,
|
1317
|
-
private_key_file_secret_id: str,
|
1318
1310
|
private_key_passphrase: str,
|
1319
|
-
private_key_passphrase_secret_id: str,
|
1320
1311
|
producer_properties: str,
|
1321
1312
|
public_key_fingerprint: str,
|
1322
1313
|
redis_cluster_id: str,
|
1323
1314
|
region: str,
|
1324
1315
|
routing_method: str,
|
1325
1316
|
sas_token: str,
|
1326
|
-
sas_token_secret_id: str,
|
1327
1317
|
secret_access_key: str,
|
1328
|
-
secret_access_key_secret_id: str,
|
1329
1318
|
security_protocol: str,
|
1330
1319
|
servers: str,
|
1331
1320
|
service_account_key_file: str,
|
1332
|
-
service_account_key_file_secret_id: str,
|
1333
1321
|
session_mode: str,
|
1334
1322
|
should_use_jndi: bool,
|
1335
1323
|
should_validate_server_certificate: bool,
|
1336
1324
|
ssl_ca: str,
|
1337
1325
|
ssl_cert: str,
|
1338
1326
|
ssl_client_keystash: str,
|
1339
|
-
ssl_client_keystash_secret_id: str,
|
1340
1327
|
ssl_client_keystoredb: str,
|
1341
|
-
ssl_client_keystoredb_secret_id: str,
|
1342
1328
|
ssl_crl: str,
|
1343
1329
|
ssl_key: str,
|
1344
1330
|
ssl_key_password: str,
|
1345
|
-
ssl_key_password_secret_id: str,
|
1346
|
-
ssl_key_secret_id: str,
|
1347
1331
|
ssl_mode: str,
|
1348
1332
|
ssl_server_certificate: str,
|
1349
1333
|
state: str,
|
@@ -1354,20 +1338,15 @@ class GetConnectionsConnectionCollectionItemResult(dict):
|
|
1354
1338
|
tenancy_id: str,
|
1355
1339
|
time_created: str,
|
1356
1340
|
time_updated: str,
|
1357
|
-
trigger_refresh: bool,
|
1358
1341
|
trust_store: str,
|
1359
1342
|
trust_store_password: str,
|
1360
|
-
trust_store_password_secret_id: str,
|
1361
|
-
trust_store_secret_id: str,
|
1362
1343
|
url: str,
|
1363
1344
|
user_id: str,
|
1364
1345
|
username: str,
|
1365
1346
|
vault_id: str,
|
1366
|
-
wallet: str
|
1367
|
-
wallet_secret_id: str):
|
1347
|
+
wallet: str):
|
1368
1348
|
"""
|
1369
1349
|
:param str access_key_id: Access key ID to access the Amazon S3 bucket. e.g.: "this-is-not-the-secret"
|
1370
|
-
:param str account_key_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the account key is stored. Note: When provided, 'accountKey' field must not be provided.
|
1371
1350
|
:param str account_name: Sets the Azure storage account name.
|
1372
1351
|
:param Sequence['GetConnectionsConnectionCollectionItemAdditionalAttributeArgs'] additional_attributes: An array of name-value pair attribute entries. Used as additional parameters in connection string.
|
1373
1352
|
:param str authentication_mode: Authentication mode. It can be provided at creation of Oracle Autonomous Database Serverless connections, when a databaseId is provided. The default value is MTLS.
|
@@ -1377,7 +1356,6 @@ class GetConnectionsConnectionCollectionItemResult(dict):
|
|
1377
1356
|
:param str azure_tenant_id: Azure tenant ID of the application. This property is required when 'authenticationType' is set to 'AZURE_ACTIVE_DIRECTORY'. e.g.: 14593954-d337-4a61-a364-9f758c64f97f
|
1378
1357
|
:param Sequence['GetConnectionsConnectionCollectionItemBootstrapServerArgs'] bootstrap_servers: Kafka bootstrap. Equivalent of bootstrap.servers configuration property in Kafka: list of KafkaBootstrapServer objects specified by host/port. Used for establishing the initial connection to the Kafka cluster. Example: `"server1.example.com:9092,server2.example.com:9092"`
|
1379
1358
|
:param str client_id: Azure client ID of the application. This property is required when 'authenticationType' is set to 'AZURE_ACTIVE_DIRECTORY'. e.g.: 06ecaabf-8b80-4ec8-a0ec-20cbf463703d
|
1380
|
-
:param str client_secret_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the client secret is stored. Note: When provided, 'clientSecret' field must not be provided.
|
1381
1359
|
:param str compartment_id: The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
|
1382
1360
|
:param str connection_factory: The of Java class implementing javax.jms.ConnectionFactory interface supplied by the Java Message Service provider. e.g.: 'com.stc.jmsjca.core.JConnectionFactoryXA'
|
1383
1361
|
:param str connection_string: * ORACLE: Connect descriptor or Easy Connect Naming method used to connect to a database.
|
@@ -1387,7 +1365,6 @@ class GetConnectionsConnectionCollectionItemResult(dict):
|
|
1387
1365
|
:param str connection_url: * JAVA_MESSAGE_SERVICE: Connection URL of the Java Message Service, specifying the protocol, host, and port. e.g.: 'mq://myjms.host.domain:7676'
|
1388
1366
|
* SNOWFLAKE: JDBC connection URL. e.g.: 'jdbc:snowflake://<account_name>.snowflakecomputing.com/?warehouse=<warehouse-name>&db=<db-name>'
|
1389
1367
|
* AMAZON_REDSHIFT: Connection URL. e.g.: 'jdbc:redshift://aws-redshift-instance.aaaaaaaaaaaa.us-east-2.redshift.amazonaws.com:5439/mydb'
|
1390
|
-
:param str consumer_properties: The base64 encoded content of the consumer.properties file.
|
1391
1368
|
:param str database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database being referenced.
|
1392
1369
|
:param str database_name: The name of the database.
|
1393
1370
|
:param str db_system_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database system being referenced.
|
@@ -1395,7 +1372,6 @@ class GetConnectionsConnectionCollectionItemResult(dict):
|
|
1395
1372
|
:param str deployment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the deployment being referenced.
|
1396
1373
|
:param str description: Metadata about this specific object.
|
1397
1374
|
:param str display_name: A filter to return only the resources that match the entire 'displayName' given.
|
1398
|
-
:param bool does_use_secret_ids: Indicates that sensitive attributes are provided via Secrets.
|
1399
1375
|
:param str endpoint: Azure Storage service endpoint. e.g: https://test.blob.core.windows.net
|
1400
1376
|
:param Mapping[str, str] freeform_tags: A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
1401
1377
|
:param str host: The name or address of a host.
|
@@ -1406,41 +1382,26 @@ class GetConnectionsConnectionCollectionItemResult(dict):
|
|
1406
1382
|
:param str jndi_connection_factory: The Connection Factory can be looked up using this name. e.g.: 'ConnectionFactory'
|
1407
1383
|
:param str jndi_initial_context_factory: The implementation of javax.naming.spi.InitialContextFactory interface that the client uses to obtain initial naming context. e.g.: 'org.apache.activemq.jndi.ActiveMQInitialContextFactory'
|
1408
1384
|
:param str jndi_provider_url: The URL that Java Message Service will use to contact the JNDI provider. e.g.: 'tcp://myjms.host.domain:61616?jms.prefetchPolicy.all=1000'
|
1409
|
-
:param str jndi_security_credentials_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the security credentials are stored associated to the principal. Note: When provided, 'jndiSecurityCredentials' field must not be provided.
|
1410
1385
|
:param str jndi_security_principal: Specifies the identity of the principal (user) to be authenticated. e.g.: 'admin2'
|
1411
1386
|
:param str key_id: Refers to the customer's master key OCID. If provided, it references a key to manage secrets. Customers must add policies to permit GoldenGate to use this key.
|
1412
|
-
:param str key_store_password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the kafka Ssl KeyStore password is stored. Note: When provided, 'keyStorePassword' field must not be provided.
|
1413
|
-
:param str key_store_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the content of the KeyStore file is stored. Note: When provided, 'keyStore' field must not be provided.
|
1414
1387
|
:param str lifecycle_details: 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.
|
1415
1388
|
:param Sequence['GetConnectionsConnectionCollectionItemLockArgs'] locks: Locks associated with this resource.
|
1416
1389
|
:param Sequence[str] nsg_ids: An array of Network Security Group OCIDs used to define network access for either Deployments or Connections.
|
1417
|
-
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the password is stored. The password Oracle GoldenGate uses to connect the associated system of the given technology. It must conform to the specific security requirements including length, case sensitivity, and so on. Note: When provided, 'password' field must not be provided.
|
1418
1390
|
:param int port: The port of an endpoint usually specified for a connection.
|
1419
1391
|
:param str private_ip: Deprecated: this field will be removed in future versions. Either specify the private IP in the connectionString or host field, or make sure the host name is resolvable in the target VCN.
|
1420
1392
|
The private IP address of the connection's endpoint in the customer's VCN, typically a database endpoint or a big data endpoint (e.g. Kafka bootstrap server). In case the privateIp is provided, the subnetId must also be provided. In case the privateIp (and the subnetId) is not provided it is assumed the datasource is publicly accessible. In case the connection is accessible only privately, the lack of privateIp will result in not being able to access the connection.
|
1421
|
-
:param str private_key_file_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret that stores the content of the private key file (PEM file) corresponding to the API key of the fingerprint. See documentation: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm Note: When provided, 'privateKeyFile' field must not be provided.
|
1422
|
-
:param str private_key_passphrase_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret that stores the password for the private key file. Note: When provided, 'privateKeyPassphrase' field must not be provided.
|
1423
|
-
:param str producer_properties: The base64 encoded content of the producer.properties file.
|
1424
1393
|
:param str redis_cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Redis cluster.
|
1425
1394
|
:param str region: The name of the region. e.g.: us-ashburn-1
|
1426
1395
|
:param str routing_method: Controls the network traffic direction to the target: SHARED_SERVICE_ENDPOINT: Traffic flows through the Goldengate Service's network to public hosts. Cannot be used for private targets. SHARED_DEPLOYMENT_ENDPOINT: Network traffic flows from the assigned deployment's private endpoint through the deployment's subnet. DEDICATED_ENDPOINT: A dedicated private endpoint is created in the target VCN subnet for the connection. The subnetId is required when DEDICATED_ENDPOINT networking is selected.
|
1427
|
-
:param str sas_token_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the sas token is stored. Note: When provided, 'sasToken' field must not be provided.
|
1428
|
-
:param str secret_access_key_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the secret access key is stored. Note: When provided, 'secretAccessKey' field must not be provided.
|
1429
1396
|
:param str security_protocol: Security Protocol to be provided for the following connection types:
|
1430
1397
|
* ELASTICSEARCH, KAFKA, MICROSOFT_SQLSERVER, MYSQL, POSTGRESQL, REDIS
|
1431
1398
|
* JAVA_MESSAGE_SERVICE - If not provided, default is NONE. Optional until 2024-06-27, in the release after it will be made required.
|
1432
1399
|
:param str servers: Comma separated list of server addresses, specified as host:port entries, where :port is optional. Example: `"server1.example.com:4000,server2.example.com:4000"`
|
1433
1400
|
If port is not specified, a default value is set, in case of ELASTICSEARCH: 9200, for REDIS 6379.
|
1434
|
-
:param str service_account_key_file_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the content of the service account key file is stored, which containing the credentials required to use Google Cloud Storage. Note: When provided, 'serviceAccountKeyFile' field must not be provided.
|
1435
1401
|
:param str session_mode: The mode of the database connection session to be established by the data client. 'REDIRECT' - for a RAC database, 'DIRECT' - for a non-RAC database. Connection to a RAC database involves a redirection received from the SCAN listeners to the database node to connect to. By default the mode would be DIRECT.
|
1436
1402
|
:param bool should_use_jndi: If set to true, Java Naming and Directory Interface (JNDI) properties should be provided.
|
1437
1403
|
:param bool should_validate_server_certificate: If set to true, the driver validates the certificate that is sent by the database server.
|
1438
1404
|
:param str ssl_ca: Database Certificate - The base64 encoded content of pem file containing the server public key (for 1-way SSL).
|
1439
|
-
:param str ssl_client_keystash_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the keystash file is stored, which contains the encrypted password to the key database file. Note: When provided, 'sslClientKeystash' field must not be provided.
|
1440
|
-
:param str ssl_client_keystoredb_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the keystore file stored, which created at the client containing the server certificate / CA root certificate. Note: When provided, 'sslClientKeystoredb' field must not be provided.
|
1441
|
-
:param str ssl_key_password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the password is stored for the cert inside of the Keystore. In case it differs from the KeyStore password, it should be provided. Note: When provided, 'sslKeyPassword' field must not be provided.
|
1442
|
-
:param str ssl_key_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret that stores the Client Key
|
1443
|
-
* The content of a .pem or .crt file containing the client private key (for 2-way SSL). Note: When provided, 'sslKey' field must not be provided.
|
1444
1405
|
:param str ssl_mode: SSL mode to be provided for the following connection types: MYSQL, POSTGRESQL.
|
1445
1406
|
:param str state: A filter to return only connections having the 'lifecycleState' given.
|
1446
1407
|
:param str stream_pool_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the stream pool being referenced.
|
@@ -1450,17 +1411,13 @@ class GetConnectionsConnectionCollectionItemResult(dict):
|
|
1450
1411
|
:param str tenancy_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the related Oracle Cloud Infrastructure tenancy.
|
1451
1412
|
:param str time_created: The time the resource was created. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
|
1452
1413
|
:param str time_updated: The time the resource was last updated. The format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339), such as `2016-08-25T21:10:29.600Z`.
|
1453
|
-
:param str trust_store_password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the kafka Ssl TrustStore password is stored. Note: When provided, 'trustStorePassword' field must not be provided.
|
1454
|
-
:param str trust_store_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the content of the TrustStore file is stored. Note: When provided, 'trustStore' field must not be provided.
|
1455
1414
|
:param str url: Kafka Schema Registry URL. e.g.: 'https://server1.us.oracle.com:8081'
|
1456
1415
|
:param str user_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure user who will access the Oracle NoSQL database/Object Storage. The user must have write access to the table they want to connect to.
|
1457
1416
|
:param str username: The username Oracle GoldenGate uses to connect the associated system of the given technology. This username must already exist and be available by the system/application to be connected to and must conform to the case sensitivity requirements defined in it.
|
1458
1417
|
:param str vault_id: Refers to the customer's vault OCID. If provided, it references a vault where GoldenGate can manage secrets. Customers must add policies to permit GoldenGate to manage secrets contained within this vault.
|
1459
|
-
:param str wallet_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the wallet file is stored. The wallet contents Oracle GoldenGate uses to make connections to a database. Note: When provided, 'wallet' field must not be provided.
|
1460
1418
|
"""
|
1461
1419
|
pulumi.set(__self__, "access_key_id", access_key_id)
|
1462
1420
|
pulumi.set(__self__, "account_key", account_key)
|
1463
|
-
pulumi.set(__self__, "account_key_secret_id", account_key_secret_id)
|
1464
1421
|
pulumi.set(__self__, "account_name", account_name)
|
1465
1422
|
pulumi.set(__self__, "additional_attributes", additional_attributes)
|
1466
1423
|
pulumi.set(__self__, "authentication_mode", authentication_mode)
|
@@ -1469,7 +1426,6 @@ class GetConnectionsConnectionCollectionItemResult(dict):
|
|
1469
1426
|
pulumi.set(__self__, "bootstrap_servers", bootstrap_servers)
|
1470
1427
|
pulumi.set(__self__, "client_id", client_id)
|
1471
1428
|
pulumi.set(__self__, "client_secret", client_secret)
|
1472
|
-
pulumi.set(__self__, "client_secret_secret_id", client_secret_secret_id)
|
1473
1429
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
1474
1430
|
pulumi.set(__self__, "connection_factory", connection_factory)
|
1475
1431
|
pulumi.set(__self__, "connection_string", connection_string)
|
@@ -1484,7 +1440,6 @@ class GetConnectionsConnectionCollectionItemResult(dict):
|
|
1484
1440
|
pulumi.set(__self__, "deployment_id", deployment_id)
|
1485
1441
|
pulumi.set(__self__, "description", description)
|
1486
1442
|
pulumi.set(__self__, "display_name", display_name)
|
1487
|
-
pulumi.set(__self__, "does_use_secret_ids", does_use_secret_ids)
|
1488
1443
|
pulumi.set(__self__, "endpoint", endpoint)
|
1489
1444
|
pulumi.set(__self__, "fingerprint", fingerprint)
|
1490
1445
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
@@ -1496,51 +1451,38 @@ class GetConnectionsConnectionCollectionItemResult(dict):
|
|
1496
1451
|
pulumi.set(__self__, "jndi_initial_context_factory", jndi_initial_context_factory)
|
1497
1452
|
pulumi.set(__self__, "jndi_provider_url", jndi_provider_url)
|
1498
1453
|
pulumi.set(__self__, "jndi_security_credentials", jndi_security_credentials)
|
1499
|
-
pulumi.set(__self__, "jndi_security_credentials_secret_id", jndi_security_credentials_secret_id)
|
1500
1454
|
pulumi.set(__self__, "jndi_security_principal", jndi_security_principal)
|
1501
1455
|
pulumi.set(__self__, "key_id", key_id)
|
1502
1456
|
pulumi.set(__self__, "key_store", key_store)
|
1503
1457
|
pulumi.set(__self__, "key_store_password", key_store_password)
|
1504
|
-
pulumi.set(__self__, "key_store_password_secret_id", key_store_password_secret_id)
|
1505
|
-
pulumi.set(__self__, "key_store_secret_id", key_store_secret_id)
|
1506
1458
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
1507
1459
|
pulumi.set(__self__, "locks", locks)
|
1508
1460
|
pulumi.set(__self__, "nsg_ids", nsg_ids)
|
1509
1461
|
pulumi.set(__self__, "password", password)
|
1510
|
-
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
1511
1462
|
pulumi.set(__self__, "port", port)
|
1512
1463
|
pulumi.set(__self__, "private_ip", private_ip)
|
1513
1464
|
pulumi.set(__self__, "private_key_file", private_key_file)
|
1514
|
-
pulumi.set(__self__, "private_key_file_secret_id", private_key_file_secret_id)
|
1515
1465
|
pulumi.set(__self__, "private_key_passphrase", private_key_passphrase)
|
1516
|
-
pulumi.set(__self__, "private_key_passphrase_secret_id", private_key_passphrase_secret_id)
|
1517
1466
|
pulumi.set(__self__, "producer_properties", producer_properties)
|
1518
1467
|
pulumi.set(__self__, "public_key_fingerprint", public_key_fingerprint)
|
1519
1468
|
pulumi.set(__self__, "redis_cluster_id", redis_cluster_id)
|
1520
1469
|
pulumi.set(__self__, "region", region)
|
1521
1470
|
pulumi.set(__self__, "routing_method", routing_method)
|
1522
1471
|
pulumi.set(__self__, "sas_token", sas_token)
|
1523
|
-
pulumi.set(__self__, "sas_token_secret_id", sas_token_secret_id)
|
1524
1472
|
pulumi.set(__self__, "secret_access_key", secret_access_key)
|
1525
|
-
pulumi.set(__self__, "secret_access_key_secret_id", secret_access_key_secret_id)
|
1526
1473
|
pulumi.set(__self__, "security_protocol", security_protocol)
|
1527
1474
|
pulumi.set(__self__, "servers", servers)
|
1528
1475
|
pulumi.set(__self__, "service_account_key_file", service_account_key_file)
|
1529
|
-
pulumi.set(__self__, "service_account_key_file_secret_id", service_account_key_file_secret_id)
|
1530
1476
|
pulumi.set(__self__, "session_mode", session_mode)
|
1531
1477
|
pulumi.set(__self__, "should_use_jndi", should_use_jndi)
|
1532
1478
|
pulumi.set(__self__, "should_validate_server_certificate", should_validate_server_certificate)
|
1533
1479
|
pulumi.set(__self__, "ssl_ca", ssl_ca)
|
1534
1480
|
pulumi.set(__self__, "ssl_cert", ssl_cert)
|
1535
1481
|
pulumi.set(__self__, "ssl_client_keystash", ssl_client_keystash)
|
1536
|
-
pulumi.set(__self__, "ssl_client_keystash_secret_id", ssl_client_keystash_secret_id)
|
1537
1482
|
pulumi.set(__self__, "ssl_client_keystoredb", ssl_client_keystoredb)
|
1538
|
-
pulumi.set(__self__, "ssl_client_keystoredb_secret_id", ssl_client_keystoredb_secret_id)
|
1539
1483
|
pulumi.set(__self__, "ssl_crl", ssl_crl)
|
1540
1484
|
pulumi.set(__self__, "ssl_key", ssl_key)
|
1541
1485
|
pulumi.set(__self__, "ssl_key_password", ssl_key_password)
|
1542
|
-
pulumi.set(__self__, "ssl_key_password_secret_id", ssl_key_password_secret_id)
|
1543
|
-
pulumi.set(__self__, "ssl_key_secret_id", ssl_key_secret_id)
|
1544
1486
|
pulumi.set(__self__, "ssl_mode", ssl_mode)
|
1545
1487
|
pulumi.set(__self__, "ssl_server_certificate", ssl_server_certificate)
|
1546
1488
|
pulumi.set(__self__, "state", state)
|
@@ -1551,17 +1493,13 @@ class GetConnectionsConnectionCollectionItemResult(dict):
|
|
1551
1493
|
pulumi.set(__self__, "tenancy_id", tenancy_id)
|
1552
1494
|
pulumi.set(__self__, "time_created", time_created)
|
1553
1495
|
pulumi.set(__self__, "time_updated", time_updated)
|
1554
|
-
pulumi.set(__self__, "trigger_refresh", trigger_refresh)
|
1555
1496
|
pulumi.set(__self__, "trust_store", trust_store)
|
1556
1497
|
pulumi.set(__self__, "trust_store_password", trust_store_password)
|
1557
|
-
pulumi.set(__self__, "trust_store_password_secret_id", trust_store_password_secret_id)
|
1558
|
-
pulumi.set(__self__, "trust_store_secret_id", trust_store_secret_id)
|
1559
1498
|
pulumi.set(__self__, "url", url)
|
1560
1499
|
pulumi.set(__self__, "user_id", user_id)
|
1561
1500
|
pulumi.set(__self__, "username", username)
|
1562
1501
|
pulumi.set(__self__, "vault_id", vault_id)
|
1563
1502
|
pulumi.set(__self__, "wallet", wallet)
|
1564
|
-
pulumi.set(__self__, "wallet_secret_id", wallet_secret_id)
|
1565
1503
|
|
1566
1504
|
@property
|
1567
1505
|
@pulumi.getter(name="accessKeyId")
|
@@ -1576,14 +1514,6 @@ class GetConnectionsConnectionCollectionItemResult(dict):
|
|
1576
1514
|
def account_key(self) -> str:
|
1577
1515
|
return pulumi.get(self, "account_key")
|
1578
1516
|
|
1579
|
-
@property
|
1580
|
-
@pulumi.getter(name="accountKeySecretId")
|
1581
|
-
def account_key_secret_id(self) -> str:
|
1582
|
-
"""
|
1583
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the account key is stored. Note: When provided, 'accountKey' field must not be provided.
|
1584
|
-
"""
|
1585
|
-
return pulumi.get(self, "account_key_secret_id")
|
1586
|
-
|
1587
1517
|
@property
|
1588
1518
|
@pulumi.getter(name="accountName")
|
1589
1519
|
def account_name(self) -> str:
|
@@ -1647,14 +1577,6 @@ class GetConnectionsConnectionCollectionItemResult(dict):
|
|
1647
1577
|
def client_secret(self) -> str:
|
1648
1578
|
return pulumi.get(self, "client_secret")
|
1649
1579
|
|
1650
|
-
@property
|
1651
|
-
@pulumi.getter(name="clientSecretSecretId")
|
1652
|
-
def client_secret_secret_id(self) -> str:
|
1653
|
-
"""
|
1654
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the client secret is stored. Note: When provided, 'clientSecret' field must not be provided.
|
1655
|
-
"""
|
1656
|
-
return pulumi.get(self, "client_secret_secret_id")
|
1657
|
-
|
1658
1580
|
@property
|
1659
1581
|
@pulumi.getter(name="compartmentId")
|
1660
1582
|
def compartment_id(self) -> str:
|
@@ -1702,9 +1624,6 @@ class GetConnectionsConnectionCollectionItemResult(dict):
|
|
1702
1624
|
@property
|
1703
1625
|
@pulumi.getter(name="consumerProperties")
|
1704
1626
|
def consumer_properties(self) -> str:
|
1705
|
-
"""
|
1706
|
-
The base64 encoded content of the consumer.properties file.
|
1707
|
-
"""
|
1708
1627
|
return pulumi.get(self, "consumer_properties")
|
1709
1628
|
|
1710
1629
|
@property
|
@@ -1768,14 +1687,6 @@ class GetConnectionsConnectionCollectionItemResult(dict):
|
|
1768
1687
|
"""
|
1769
1688
|
return pulumi.get(self, "display_name")
|
1770
1689
|
|
1771
|
-
@property
|
1772
|
-
@pulumi.getter(name="doesUseSecretIds")
|
1773
|
-
def does_use_secret_ids(self) -> bool:
|
1774
|
-
"""
|
1775
|
-
Indicates that sensitive attributes are provided via Secrets.
|
1776
|
-
"""
|
1777
|
-
return pulumi.get(self, "does_use_secret_ids")
|
1778
|
-
|
1779
1690
|
@property
|
1780
1691
|
@pulumi.getter
|
1781
1692
|
def endpoint(self) -> str:
|
@@ -1857,14 +1768,6 @@ class GetConnectionsConnectionCollectionItemResult(dict):
|
|
1857
1768
|
def jndi_security_credentials(self) -> str:
|
1858
1769
|
return pulumi.get(self, "jndi_security_credentials")
|
1859
1770
|
|
1860
|
-
@property
|
1861
|
-
@pulumi.getter(name="jndiSecurityCredentialsSecretId")
|
1862
|
-
def jndi_security_credentials_secret_id(self) -> str:
|
1863
|
-
"""
|
1864
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the security credentials are stored associated to the principal. Note: When provided, 'jndiSecurityCredentials' field must not be provided.
|
1865
|
-
"""
|
1866
|
-
return pulumi.get(self, "jndi_security_credentials_secret_id")
|
1867
|
-
|
1868
1771
|
@property
|
1869
1772
|
@pulumi.getter(name="jndiSecurityPrincipal")
|
1870
1773
|
def jndi_security_principal(self) -> str:
|
@@ -1891,22 +1794,6 @@ class GetConnectionsConnectionCollectionItemResult(dict):
|
|
1891
1794
|
def key_store_password(self) -> str:
|
1892
1795
|
return pulumi.get(self, "key_store_password")
|
1893
1796
|
|
1894
|
-
@property
|
1895
|
-
@pulumi.getter(name="keyStorePasswordSecretId")
|
1896
|
-
def key_store_password_secret_id(self) -> str:
|
1897
|
-
"""
|
1898
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the kafka Ssl KeyStore password is stored. Note: When provided, 'keyStorePassword' field must not be provided.
|
1899
|
-
"""
|
1900
|
-
return pulumi.get(self, "key_store_password_secret_id")
|
1901
|
-
|
1902
|
-
@property
|
1903
|
-
@pulumi.getter(name="keyStoreSecretId")
|
1904
|
-
def key_store_secret_id(self) -> str:
|
1905
|
-
"""
|
1906
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the content of the KeyStore file is stored. Note: When provided, 'keyStore' field must not be provided.
|
1907
|
-
"""
|
1908
|
-
return pulumi.get(self, "key_store_secret_id")
|
1909
|
-
|
1910
1797
|
@property
|
1911
1798
|
@pulumi.getter(name="lifecycleDetails")
|
1912
1799
|
def lifecycle_details(self) -> str:
|
@@ -1936,14 +1823,6 @@ class GetConnectionsConnectionCollectionItemResult(dict):
|
|
1936
1823
|
def password(self) -> str:
|
1937
1824
|
return pulumi.get(self, "password")
|
1938
1825
|
|
1939
|
-
@property
|
1940
|
-
@pulumi.getter(name="passwordSecretId")
|
1941
|
-
def password_secret_id(self) -> str:
|
1942
|
-
"""
|
1943
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the password is stored. The password Oracle GoldenGate uses to connect the associated system of the given technology. It must conform to the specific security requirements including length, case sensitivity, and so on. Note: When provided, 'password' field must not be provided.
|
1944
|
-
"""
|
1945
|
-
return pulumi.get(self, "password_secret_id")
|
1946
|
-
|
1947
1826
|
@property
|
1948
1827
|
@pulumi.getter
|
1949
1828
|
def port(self) -> int:
|
@@ -1966,33 +1845,14 @@ class GetConnectionsConnectionCollectionItemResult(dict):
|
|
1966
1845
|
def private_key_file(self) -> str:
|
1967
1846
|
return pulumi.get(self, "private_key_file")
|
1968
1847
|
|
1969
|
-
@property
|
1970
|
-
@pulumi.getter(name="privateKeyFileSecretId")
|
1971
|
-
def private_key_file_secret_id(self) -> str:
|
1972
|
-
"""
|
1973
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret that stores the content of the private key file (PEM file) corresponding to the API key of the fingerprint. See documentation: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm Note: When provided, 'privateKeyFile' field must not be provided.
|
1974
|
-
"""
|
1975
|
-
return pulumi.get(self, "private_key_file_secret_id")
|
1976
|
-
|
1977
1848
|
@property
|
1978
1849
|
@pulumi.getter(name="privateKeyPassphrase")
|
1979
1850
|
def private_key_passphrase(self) -> str:
|
1980
1851
|
return pulumi.get(self, "private_key_passphrase")
|
1981
1852
|
|
1982
|
-
@property
|
1983
|
-
@pulumi.getter(name="privateKeyPassphraseSecretId")
|
1984
|
-
def private_key_passphrase_secret_id(self) -> str:
|
1985
|
-
"""
|
1986
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret that stores the password for the private key file. Note: When provided, 'privateKeyPassphrase' field must not be provided.
|
1987
|
-
"""
|
1988
|
-
return pulumi.get(self, "private_key_passphrase_secret_id")
|
1989
|
-
|
1990
1853
|
@property
|
1991
1854
|
@pulumi.getter(name="producerProperties")
|
1992
1855
|
def producer_properties(self) -> str:
|
1993
|
-
"""
|
1994
|
-
The base64 encoded content of the producer.properties file.
|
1995
|
-
"""
|
1996
1856
|
return pulumi.get(self, "producer_properties")
|
1997
1857
|
|
1998
1858
|
@property
|
@@ -2029,27 +1889,11 @@ class GetConnectionsConnectionCollectionItemResult(dict):
|
|
2029
1889
|
def sas_token(self) -> str:
|
2030
1890
|
return pulumi.get(self, "sas_token")
|
2031
1891
|
|
2032
|
-
@property
|
2033
|
-
@pulumi.getter(name="sasTokenSecretId")
|
2034
|
-
def sas_token_secret_id(self) -> str:
|
2035
|
-
"""
|
2036
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the sas token is stored. Note: When provided, 'sasToken' field must not be provided.
|
2037
|
-
"""
|
2038
|
-
return pulumi.get(self, "sas_token_secret_id")
|
2039
|
-
|
2040
1892
|
@property
|
2041
1893
|
@pulumi.getter(name="secretAccessKey")
|
2042
1894
|
def secret_access_key(self) -> str:
|
2043
1895
|
return pulumi.get(self, "secret_access_key")
|
2044
1896
|
|
2045
|
-
@property
|
2046
|
-
@pulumi.getter(name="secretAccessKeySecretId")
|
2047
|
-
def secret_access_key_secret_id(self) -> str:
|
2048
|
-
"""
|
2049
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the secret access key is stored. Note: When provided, 'secretAccessKey' field must not be provided.
|
2050
|
-
"""
|
2051
|
-
return pulumi.get(self, "secret_access_key_secret_id")
|
2052
|
-
|
2053
1897
|
@property
|
2054
1898
|
@pulumi.getter(name="securityProtocol")
|
2055
1899
|
def security_protocol(self) -> str:
|
@@ -2074,14 +1918,6 @@ class GetConnectionsConnectionCollectionItemResult(dict):
|
|
2074
1918
|
def service_account_key_file(self) -> str:
|
2075
1919
|
return pulumi.get(self, "service_account_key_file")
|
2076
1920
|
|
2077
|
-
@property
|
2078
|
-
@pulumi.getter(name="serviceAccountKeyFileSecretId")
|
2079
|
-
def service_account_key_file_secret_id(self) -> str:
|
2080
|
-
"""
|
2081
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the content of the service account key file is stored, which containing the credentials required to use Google Cloud Storage. Note: When provided, 'serviceAccountKeyFile' field must not be provided.
|
2082
|
-
"""
|
2083
|
-
return pulumi.get(self, "service_account_key_file_secret_id")
|
2084
|
-
|
2085
1921
|
@property
|
2086
1922
|
@pulumi.getter(name="sessionMode")
|
2087
1923
|
def session_mode(self) -> str:
|
@@ -2124,27 +1960,11 @@ class GetConnectionsConnectionCollectionItemResult(dict):
|
|
2124
1960
|
def ssl_client_keystash(self) -> str:
|
2125
1961
|
return pulumi.get(self, "ssl_client_keystash")
|
2126
1962
|
|
2127
|
-
@property
|
2128
|
-
@pulumi.getter(name="sslClientKeystashSecretId")
|
2129
|
-
def ssl_client_keystash_secret_id(self) -> str:
|
2130
|
-
"""
|
2131
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the keystash file is stored, which contains the encrypted password to the key database file. Note: When provided, 'sslClientKeystash' field must not be provided.
|
2132
|
-
"""
|
2133
|
-
return pulumi.get(self, "ssl_client_keystash_secret_id")
|
2134
|
-
|
2135
1963
|
@property
|
2136
1964
|
@pulumi.getter(name="sslClientKeystoredb")
|
2137
1965
|
def ssl_client_keystoredb(self) -> str:
|
2138
1966
|
return pulumi.get(self, "ssl_client_keystoredb")
|
2139
1967
|
|
2140
|
-
@property
|
2141
|
-
@pulumi.getter(name="sslClientKeystoredbSecretId")
|
2142
|
-
def ssl_client_keystoredb_secret_id(self) -> str:
|
2143
|
-
"""
|
2144
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the keystore file stored, which created at the client containing the server certificate / CA root certificate. Note: When provided, 'sslClientKeystoredb' field must not be provided.
|
2145
|
-
"""
|
2146
|
-
return pulumi.get(self, "ssl_client_keystoredb_secret_id")
|
2147
|
-
|
2148
1968
|
@property
|
2149
1969
|
@pulumi.getter(name="sslCrl")
|
2150
1970
|
def ssl_crl(self) -> str:
|
@@ -2160,23 +1980,6 @@ class GetConnectionsConnectionCollectionItemResult(dict):
|
|
2160
1980
|
def ssl_key_password(self) -> str:
|
2161
1981
|
return pulumi.get(self, "ssl_key_password")
|
2162
1982
|
|
2163
|
-
@property
|
2164
|
-
@pulumi.getter(name="sslKeyPasswordSecretId")
|
2165
|
-
def ssl_key_password_secret_id(self) -> str:
|
2166
|
-
"""
|
2167
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the password is stored for the cert inside of the Keystore. In case it differs from the KeyStore password, it should be provided. Note: When provided, 'sslKeyPassword' field must not be provided.
|
2168
|
-
"""
|
2169
|
-
return pulumi.get(self, "ssl_key_password_secret_id")
|
2170
|
-
|
2171
|
-
@property
|
2172
|
-
@pulumi.getter(name="sslKeySecretId")
|
2173
|
-
def ssl_key_secret_id(self) -> str:
|
2174
|
-
"""
|
2175
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret that stores the Client Key
|
2176
|
-
* The content of a .pem or .crt file containing the client private key (for 2-way SSL). Note: When provided, 'sslKey' field must not be provided.
|
2177
|
-
"""
|
2178
|
-
return pulumi.get(self, "ssl_key_secret_id")
|
2179
|
-
|
2180
1983
|
@property
|
2181
1984
|
@pulumi.getter(name="sslMode")
|
2182
1985
|
def ssl_mode(self) -> str:
|
@@ -2254,11 +2057,6 @@ class GetConnectionsConnectionCollectionItemResult(dict):
|
|
2254
2057
|
"""
|
2255
2058
|
return pulumi.get(self, "time_updated")
|
2256
2059
|
|
2257
|
-
@property
|
2258
|
-
@pulumi.getter(name="triggerRefresh")
|
2259
|
-
def trigger_refresh(self) -> bool:
|
2260
|
-
return pulumi.get(self, "trigger_refresh")
|
2261
|
-
|
2262
2060
|
@property
|
2263
2061
|
@pulumi.getter(name="trustStore")
|
2264
2062
|
def trust_store(self) -> str:
|
@@ -2269,22 +2067,6 @@ class GetConnectionsConnectionCollectionItemResult(dict):
|
|
2269
2067
|
def trust_store_password(self) -> str:
|
2270
2068
|
return pulumi.get(self, "trust_store_password")
|
2271
2069
|
|
2272
|
-
@property
|
2273
|
-
@pulumi.getter(name="trustStorePasswordSecretId")
|
2274
|
-
def trust_store_password_secret_id(self) -> str:
|
2275
|
-
"""
|
2276
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the kafka Ssl TrustStore password is stored. Note: When provided, 'trustStorePassword' field must not be provided.
|
2277
|
-
"""
|
2278
|
-
return pulumi.get(self, "trust_store_password_secret_id")
|
2279
|
-
|
2280
|
-
@property
|
2281
|
-
@pulumi.getter(name="trustStoreSecretId")
|
2282
|
-
def trust_store_secret_id(self) -> str:
|
2283
|
-
"""
|
2284
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the content of the TrustStore file is stored. Note: When provided, 'trustStore' field must not be provided.
|
2285
|
-
"""
|
2286
|
-
return pulumi.get(self, "trust_store_secret_id")
|
2287
|
-
|
2288
2070
|
@property
|
2289
2071
|
@pulumi.getter
|
2290
2072
|
def url(self) -> str:
|
@@ -2322,14 +2104,6 @@ class GetConnectionsConnectionCollectionItemResult(dict):
|
|
2322
2104
|
def wallet(self) -> str:
|
2323
2105
|
return pulumi.get(self, "wallet")
|
2324
2106
|
|
2325
|
-
@property
|
2326
|
-
@pulumi.getter(name="walletSecretId")
|
2327
|
-
def wallet_secret_id(self) -> str:
|
2328
|
-
"""
|
2329
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the wallet file is stored. The wallet contents Oracle GoldenGate uses to make connections to a database. Note: When provided, 'wallet' field must not be provided.
|
2330
|
-
"""
|
2331
|
-
return pulumi.get(self, "wallet_secret_id")
|
2332
|
-
|
2333
2107
|
|
2334
2108
|
@pulumi.output_type
|
2335
2109
|
class GetConnectionsConnectionCollectionItemAdditionalAttributeResult(dict):
|
@@ -2909,7 +2683,6 @@ class GetDeploymentBackupsDeploymentBackupCollectionItemResult(dict):
|
|
2909
2683
|
id: str,
|
2910
2684
|
is_automatic: bool,
|
2911
2685
|
is_lock_override: bool,
|
2912
|
-
is_metadata_only: bool,
|
2913
2686
|
lifecycle_details: str,
|
2914
2687
|
locks: Sequence['outputs.GetDeploymentBackupsDeploymentBackupCollectionItemLockResult'],
|
2915
2688
|
namespace: str,
|
@@ -2933,7 +2706,6 @@ class GetDeploymentBackupsDeploymentBackupCollectionItemResult(dict):
|
|
2933
2706
|
:param Mapping[str, str] freeform_tags: A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
2934
2707
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup being referenced.
|
2935
2708
|
:param bool is_automatic: True if this object is automatically created
|
2936
|
-
:param bool is_metadata_only: Parameter to allow users to create backup without trails
|
2937
2709
|
:param str lifecycle_details: 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.
|
2938
2710
|
:param Sequence['GetDeploymentBackupsDeploymentBackupCollectionItemLockArgs'] locks: Locks associated with this resource.
|
2939
2711
|
:param str namespace: Name of namespace that serves as a container for all of your buckets
|
@@ -2958,7 +2730,6 @@ class GetDeploymentBackupsDeploymentBackupCollectionItemResult(dict):
|
|
2958
2730
|
pulumi.set(__self__, "id", id)
|
2959
2731
|
pulumi.set(__self__, "is_automatic", is_automatic)
|
2960
2732
|
pulumi.set(__self__, "is_lock_override", is_lock_override)
|
2961
|
-
pulumi.set(__self__, "is_metadata_only", is_metadata_only)
|
2962
2733
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
2963
2734
|
pulumi.set(__self__, "locks", locks)
|
2964
2735
|
pulumi.set(__self__, "namespace", namespace)
|
@@ -3057,14 +2828,6 @@ class GetDeploymentBackupsDeploymentBackupCollectionItemResult(dict):
|
|
3057
2828
|
def is_lock_override(self) -> bool:
|
3058
2829
|
return pulumi.get(self, "is_lock_override")
|
3059
2830
|
|
3060
|
-
@property
|
3061
|
-
@pulumi.getter(name="isMetadataOnly")
|
3062
|
-
def is_metadata_only(self) -> bool:
|
3063
|
-
"""
|
3064
|
-
Parameter to allow users to create backup without trails
|
3065
|
-
"""
|
3066
|
-
return pulumi.get(self, "is_metadata_only")
|
3067
|
-
|
3068
2831
|
@property
|
3069
2832
|
@pulumi.getter(name="lifecycleDetails")
|
3070
2833
|
def lifecycle_details(self) -> str:
|
@@ -4863,7 +4626,7 @@ class GetDeploymentsDeploymentCollectionItemResult(dict):
|
|
4863
4626
|
:param str lifecycle_details: 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.
|
4864
4627
|
:param str lifecycle_sub_state: A filter to return only the resources that match the 'lifecycleSubState' given.
|
4865
4628
|
:param str load_balancer_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the loadbalancer in the customer's subnet. The loadbalancer of the public deployment created in the customer subnet.
|
4866
|
-
:param str load_balancer_subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a public subnet in the customer tenancy. Can be provided only for public deployments. If provided, the loadbalancer will be created in this subnet instead of the service tenancy. For backward
|
4629
|
+
:param str load_balancer_subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a public subnet in the customer tenancy. Can be provided only for public deployments. If provided, the loadbalancer will be created in this subnet instead of the service tenancy. For backward compatiblity this is an optional property for now, but it will become mandatory (for public deployments only) after October 1, 2024.
|
4867
4630
|
:param Sequence['GetDeploymentsDeploymentCollectionItemLockArgs'] locks: Locks associated with this resource.
|
4868
4631
|
:param Sequence['GetDeploymentsDeploymentCollectionItemMaintenanceConfigurationArgs'] maintenance_configurations: Attributes for configuring automatic deployment maintenance.
|
4869
4632
|
:param Sequence['GetDeploymentsDeploymentCollectionItemMaintenanceWindowArgs'] maintenance_windows: Defines the maintenance window, when automatic actions can be performed.
|
@@ -5129,7 +4892,7 @@ class GetDeploymentsDeploymentCollectionItemResult(dict):
|
|
5129
4892
|
@pulumi.getter(name="loadBalancerSubnetId")
|
5130
4893
|
def load_balancer_subnet_id(self) -> str:
|
5131
4894
|
"""
|
5132
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a public subnet in the customer tenancy. Can be provided only for public deployments. If provided, the loadbalancer will be created in this subnet instead of the service tenancy. For backward
|
4895
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a public subnet in the customer tenancy. Can be provided only for public deployments. If provided, the loadbalancer will be created in this subnet instead of the service tenancy. For backward compatiblity this is an optional property for now, but it will become mandatory (for public deployments only) after October 1, 2024.
|
5133
4896
|
"""
|
5134
4897
|
return pulumi.get(self, "load_balancer_subnet_id")
|
5135
4898
|
|
pulumi_oci/pulumi-plugin.json
CHANGED