pulumi-oci 2.20.0__py3-none-any.whl → 2.20.0a1734071208__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 -16
- pulumi_oci/bigdataservice/__init__.py +0 -4
- pulumi_oci/bigdataservice/_inputs.py +6 -672
- pulumi_oci/bigdataservice/bds_instance.py +7 -169
- pulumi_oci/bigdataservice/bds_instance_api_key.py +3 -66
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +0 -4
- pulumi_oci/bigdataservice/get_bds_instance.py +1 -48
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +1 -17
- pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +0 -3
- pulumi_oci/bigdataservice/outputs.py +98 -1466
- pulumi_oci/blockchain/get_blockchain_platform.py +1 -1
- pulumi_oci/blockchain/outputs.py +2 -2
- pulumi_oci/core/outputs.py +0 -4
- pulumi_oci/database/autonomous_database.py +0 -47
- pulumi_oci/database/exadb_vm_cluster.py +0 -104
- pulumi_oci/database/get_autonomous_database.py +1 -15
- pulumi_oci/database/outputs.py +0 -22
- pulumi_oci/datascience/_inputs.py +12 -32
- pulumi_oci/datascience/get_job_run.py +3 -3
- pulumi_oci/datascience/get_job_runs.py +2 -2
- pulumi_oci/datascience/job_run.py +7 -7
- pulumi_oci/datascience/model_deployment.py +0 -2
- pulumi_oci/datascience/outputs.py +26 -62
- pulumi_oci/generativeai/dedicated_ai_cluster.py +0 -21
- pulumi_oci/goldengate/__init__.py +0 -7
- pulumi_oci/goldengate/_inputs.py +0 -665
- pulumi_oci/goldengate/connection.py +7 -7
- pulumi_oci/goldengate/get_trail_files.py +2 -4
- pulumi_oci/goldengate/get_trail_sequences.py +2 -4
- pulumi_oci/goldengate/outputs.py +0 -1500
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/stackmonitoring/_inputs.py +14 -94
- pulumi_oci/stackmonitoring/get_metric_extensions.py +3 -22
- pulumi_oci/stackmonitoring/metric_extension.py +0 -8
- pulumi_oci/stackmonitoring/outputs.py +24 -166
- {pulumi_oci-2.20.0.dist-info → pulumi_oci-2.20.0a1734071208.dist-info}/METADATA +3 -3
- {pulumi_oci-2.20.0.dist-info → pulumi_oci-2.20.0a1734071208.dist-info}/RECORD +39 -50
- pulumi_oci/bigdataservice/bds_instance_identity_configuration.py +0 -859
- pulumi_oci/bigdataservice/get_bds_cluster_versions.py +0 -123
- pulumi_oci/bigdataservice/get_bds_instance_identity_configuration.py +0 -322
- pulumi_oci/bigdataservice/get_bds_instance_identity_configurations.py +0 -207
- pulumi_oci/goldengate/get_pipeline.py +0 -408
- pulumi_oci/goldengate/get_pipeline_running_processes.py +0 -144
- pulumi_oci/goldengate/get_pipeline_schema_tables.py +0 -207
- pulumi_oci/goldengate/get_pipeline_schemas.py +0 -163
- pulumi_oci/goldengate/get_pipelines.py +0 -213
- pulumi_oci/goldengate/get_recipes.py +0 -188
- pulumi_oci/goldengate/pipeline.py +0 -928
- {pulumi_oci-2.20.0.dist-info → pulumi_oci-2.20.0a1734071208.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.20.0.dist-info → pulumi_oci-2.20.0a1734071208.dist-info}/top_level.txt +0 -0
@@ -199,7 +199,7 @@ class ConnectionArgs:
|
|
199
199
|
:param pulumi.Input[str] ssl_client_keystoredb: (Updatable) The base64 encoded keystore file created at the client containing the server certificate / CA root certificate.
|
200
200
|
:param pulumi.Input[str] ssl_client_keystoredb_secret_id: (Updatable) 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.
|
201
201
|
:param pulumi.Input[str] ssl_crl: (Updatable) The base64 encoded list of certificates revoked by the trusted certificate authorities (Trusted CA). Note: This is an optional property and only applicable if TLS/MTLS option is selected.
|
202
|
-
:param pulumi.Input[str] ssl_key: (Updatable) Client Key
|
202
|
+
:param pulumi.Input[str] ssl_key: (Updatable) Client Key – The base64 encoded content of a .pem or .crt filecontaining the client private key (for 2-way SSL).
|
203
203
|
:param pulumi.Input[str] ssl_key_password: (Updatable) The password for the cert inside of the KeyStore. In case it differs from the KeyStore password, it should be provided.
|
204
204
|
:param pulumi.Input[str] ssl_key_password_secret_id: (Updatable) 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.
|
205
205
|
:param pulumi.Input[str] ssl_key_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret that stores the Client Key
|
@@ -1344,7 +1344,7 @@ class ConnectionArgs:
|
|
1344
1344
|
@pulumi.getter(name="sslKey")
|
1345
1345
|
def ssl_key(self) -> Optional[pulumi.Input[str]]:
|
1346
1346
|
"""
|
1347
|
-
(Updatable) Client Key
|
1347
|
+
(Updatable) Client Key – The base64 encoded content of a .pem or .crt filecontaining the client private key (for 2-way SSL).
|
1348
1348
|
"""
|
1349
1349
|
return pulumi.get(self, "ssl_key")
|
1350
1350
|
|
@@ -1774,7 +1774,7 @@ class _ConnectionState:
|
|
1774
1774
|
:param pulumi.Input[str] ssl_client_keystoredb: (Updatable) The base64 encoded keystore file created at the client containing the server certificate / CA root certificate.
|
1775
1775
|
:param pulumi.Input[str] ssl_client_keystoredb_secret_id: (Updatable) 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.
|
1776
1776
|
:param pulumi.Input[str] ssl_crl: (Updatable) The base64 encoded list of certificates revoked by the trusted certificate authorities (Trusted CA). Note: This is an optional property and only applicable if TLS/MTLS option is selected.
|
1777
|
-
:param pulumi.Input[str] ssl_key: (Updatable) Client Key
|
1777
|
+
:param pulumi.Input[str] ssl_key: (Updatable) Client Key – The base64 encoded content of a .pem or .crt filecontaining the client private key (for 2-way SSL).
|
1778
1778
|
:param pulumi.Input[str] ssl_key_password: (Updatable) The password for the cert inside of the KeyStore. In case it differs from the KeyStore password, it should be provided.
|
1779
1779
|
:param pulumi.Input[str] ssl_key_password_secret_id: (Updatable) 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.
|
1780
1780
|
:param pulumi.Input[str] ssl_key_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret that stores the Client Key
|
@@ -2952,7 +2952,7 @@ class _ConnectionState:
|
|
2952
2952
|
@pulumi.getter(name="sslKey")
|
2953
2953
|
def ssl_key(self) -> Optional[pulumi.Input[str]]:
|
2954
2954
|
"""
|
2955
|
-
(Updatable) Client Key
|
2955
|
+
(Updatable) Client Key – The base64 encoded content of a .pem or .crt filecontaining the client private key (for 2-way SSL).
|
2956
2956
|
"""
|
2957
2957
|
return pulumi.get(self, "ssl_key")
|
2958
2958
|
|
@@ -3569,7 +3569,7 @@ class Connection(pulumi.CustomResource):
|
|
3569
3569
|
:param pulumi.Input[str] ssl_client_keystoredb: (Updatable) The base64 encoded keystore file created at the client containing the server certificate / CA root certificate.
|
3570
3570
|
:param pulumi.Input[str] ssl_client_keystoredb_secret_id: (Updatable) 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.
|
3571
3571
|
:param pulumi.Input[str] ssl_crl: (Updatable) The base64 encoded list of certificates revoked by the trusted certificate authorities (Trusted CA). Note: This is an optional property and only applicable if TLS/MTLS option is selected.
|
3572
|
-
:param pulumi.Input[str] ssl_key: (Updatable) Client Key
|
3572
|
+
:param pulumi.Input[str] ssl_key: (Updatable) Client Key – The base64 encoded content of a .pem or .crt filecontaining the client private key (for 2-way SSL).
|
3573
3573
|
:param pulumi.Input[str] ssl_key_password: (Updatable) The password for the cert inside of the KeyStore. In case it differs from the KeyStore password, it should be provided.
|
3574
3574
|
:param pulumi.Input[str] ssl_key_password_secret_id: (Updatable) 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.
|
3575
3575
|
:param pulumi.Input[str] ssl_key_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret that stores the Client Key
|
@@ -4168,7 +4168,7 @@ class Connection(pulumi.CustomResource):
|
|
4168
4168
|
:param pulumi.Input[str] ssl_client_keystoredb: (Updatable) The base64 encoded keystore file created at the client containing the server certificate / CA root certificate.
|
4169
4169
|
:param pulumi.Input[str] ssl_client_keystoredb_secret_id: (Updatable) 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.
|
4170
4170
|
:param pulumi.Input[str] ssl_crl: (Updatable) The base64 encoded list of certificates revoked by the trusted certificate authorities (Trusted CA). Note: This is an optional property and only applicable if TLS/MTLS option is selected.
|
4171
|
-
:param pulumi.Input[str] ssl_key: (Updatable) Client Key
|
4171
|
+
:param pulumi.Input[str] ssl_key: (Updatable) Client Key – The base64 encoded content of a .pem or .crt filecontaining the client private key (for 2-way SSL).
|
4172
4172
|
:param pulumi.Input[str] ssl_key_password: (Updatable) The password for the cert inside of the KeyStore. In case it differs from the KeyStore password, it should be provided.
|
4173
4173
|
:param pulumi.Input[str] ssl_key_password_secret_id: (Updatable) 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.
|
4174
4174
|
:param pulumi.Input[str] ssl_key_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret that stores the Client Key
|
@@ -4936,7 +4936,7 @@ class Connection(pulumi.CustomResource):
|
|
4936
4936
|
@pulumi.getter(name="sslKey")
|
4937
4937
|
def ssl_key(self) -> pulumi.Output[Optional[str]]:
|
4938
4938
|
"""
|
4939
|
-
(Updatable) Client Key
|
4939
|
+
(Updatable) Client Key – The base64 encoded content of a .pem or .crt filecontaining the client private key (for 2-way SSL).
|
4940
4940
|
"""
|
4941
4941
|
return pulumi.get(self, "ssl_key")
|
4942
4942
|
|
@@ -113,8 +113,7 @@ def get_trail_files(deployment_id: Optional[str] = None,
|
|
113
113
|
"""
|
114
114
|
This data source provides the list of Trail Files in Oracle Cloud Infrastructure Golden Gate service.
|
115
115
|
|
116
|
-
Lists the TrailFiles for a deployment.
|
117
|
-
Deprecated: Please access trail file management functions directly on OGG console which are available since version Oracle GoldenGate 23c.
|
116
|
+
Lists the TrailFiles for a deployment. Deprecated: Please access trail file management functions directly on OGG console which are available since version Oracle GoldenGate 23c.
|
118
117
|
|
119
118
|
## Example Usage
|
120
119
|
|
@@ -155,8 +154,7 @@ def get_trail_files_output(deployment_id: Optional[pulumi.Input[str]] = None,
|
|
155
154
|
"""
|
156
155
|
This data source provides the list of Trail Files in Oracle Cloud Infrastructure Golden Gate service.
|
157
156
|
|
158
|
-
Lists the TrailFiles for a deployment.
|
159
|
-
Deprecated: Please access trail file management functions directly on OGG console which are available since version Oracle GoldenGate 23c.
|
157
|
+
Lists the TrailFiles for a deployment. Deprecated: Please access trail file management functions directly on OGG console which are available since version Oracle GoldenGate 23c.
|
160
158
|
|
161
159
|
## Example Usage
|
162
160
|
|
@@ -120,8 +120,7 @@ def get_trail_sequences(deployment_id: Optional[str] = None,
|
|
120
120
|
"""
|
121
121
|
This data source provides the list of Trail Sequences in Oracle Cloud Infrastructure Golden Gate service.
|
122
122
|
|
123
|
-
Lists the Trail Sequences for a TrailFile in a given deployment.
|
124
|
-
Deprecated: Please access trail file management functions directly on OGG console which are available since version Oracle GoldenGate 23c.
|
123
|
+
Lists the Trail Sequences for a TrailFile in a given deployment. Deprecated: Please access trail file management functions directly on OGG console which are available since version Oracle GoldenGate 23c.
|
125
124
|
|
126
125
|
## Example Usage
|
127
126
|
|
@@ -167,8 +166,7 @@ def get_trail_sequences_output(deployment_id: Optional[pulumi.Input[str]] = None
|
|
167
166
|
"""
|
168
167
|
This data source provides the list of Trail Sequences in Oracle Cloud Infrastructure Golden Gate service.
|
169
168
|
|
170
|
-
Lists the Trail Sequences for a TrailFile in a given deployment.
|
171
|
-
Deprecated: Please access trail file management functions directly on OGG console which are available since version Oracle GoldenGate 23c.
|
169
|
+
Lists the Trail Sequences for a TrailFile in a given deployment. Deprecated: Please access trail file management functions directly on OGG console which are available since version Oracle GoldenGate 23c.
|
172
170
|
|
173
171
|
## Example Usage
|
174
172
|
|