pulumi-oci 3.5.0a1756440723__py3-none-any.whl → 3.6.0__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 +48 -0
- pulumi_oci/aivision/__init__.py +12 -0
- pulumi_oci/aivision/_inputs.py +787 -51
- pulumi_oci/aivision/get_model.py +4 -4
- pulumi_oci/aivision/get_models.py +11 -11
- pulumi_oci/aivision/get_project.py +15 -15
- pulumi_oci/aivision/get_projects.py +10 -10
- pulumi_oci/aivision/get_stream_group.py +268 -0
- pulumi_oci/aivision/get_stream_groups.py +177 -0
- pulumi_oci/aivision/get_stream_job.py +296 -0
- pulumi_oci/aivision/get_stream_jobs.py +199 -0
- pulumi_oci/aivision/get_stream_source.py +240 -0
- pulumi_oci/aivision/get_stream_sources.py +199 -0
- pulumi_oci/aivision/get_vision_private_endpoint.py +267 -0
- pulumi_oci/aivision/get_vision_private_endpoints.py +199 -0
- pulumi_oci/aivision/model.py +149 -157
- pulumi_oci/aivision/outputs.py +1920 -116
- pulumi_oci/aivision/project.py +61 -69
- pulumi_oci/aivision/stream_group.py +632 -0
- pulumi_oci/aivision/stream_job.py +744 -0
- pulumi_oci/aivision/stream_source.py +519 -0
- pulumi_oci/aivision/vision_private_endpoint.py +606 -0
- pulumi_oci/cloudguard/_inputs.py +1198 -72
- pulumi_oci/cloudguard/get_managed_list.py +15 -1
- pulumi_oci/cloudguard/managed_list.py +47 -0
- pulumi_oci/cloudguard/outputs.py +2104 -67
- pulumi_oci/config/__init__.pyi +12 -17
- pulumi_oci/config/vars.py +12 -17
- pulumi_oci/database/_inputs.py +41 -1
- pulumi_oci/database/exascale_db_storage_vault.py +98 -0
- pulumi_oci/database/get_exascale_db_storage_vault.py +29 -1
- pulumi_oci/database/outputs.py +121 -5
- pulumi_oci/mysql/_inputs.py +221 -0
- pulumi_oci/mysql/get_mysql_backup.py +40 -4
- pulumi_oci/mysql/get_mysql_backups.py +2 -2
- pulumi_oci/mysql/mysql_backup.py +119 -3
- pulumi_oci/mysql/outputs.py +343 -957
- pulumi_oci/oci/__init__.py +8 -0
- pulumi_oci/oci/_inputs.py +256 -15
- pulumi_oci/oci/dbmulticloud_multi_cloud_resource_discovery.py +103 -54
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_container.py +45 -45
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_mount.py +42 -44
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_connector.py +100 -72
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault.py +74 -74
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault_association.py +50 -50
- pulumi_oci/oci/dbmulticloud_oracle_db_gcp_identity_connector.py +924 -0
- pulumi_oci/oci/dbmulticloud_oracle_db_gcp_key_ring.py +762 -0
- pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discoveries.py +37 -15
- pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discovery.py +26 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_container.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_containers.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mount.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mounts.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connector.py +30 -16
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connectors.py +11 -11
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_key.py +41 -13
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_keys.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault.py +17 -17
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_association.py +14 -14
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_associations.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vaults.py +14 -14
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_identity_connector.py +366 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_identity_connectors.py +213 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key.py +295 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key_ring.py +309 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key_rings.py +229 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_keys.py +232 -0
- pulumi_oci/oci/outputs.py +1042 -142
- pulumi_oci/provider.py +44 -63
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-3.5.0a1756440723.dist-info → pulumi_oci-3.6.0.dist-info}/METADATA +1 -1
- {pulumi_oci-3.5.0a1756440723.dist-info → pulumi_oci-3.6.0.dist-info}/RECORD +74 -54
- {pulumi_oci-3.5.0a1756440723.dist-info → pulumi_oci-3.6.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.5.0a1756440723.dist-info → pulumi_oci-3.6.0.dist-info}/top_level.txt +0 -0
pulumi_oci/provider.py
CHANGED
@@ -35,27 +35,22 @@ class ProviderArgs:
|
|
35
35
|
user_ocid: Optional[pulumi.Input[_builtins.str]] = None):
|
36
36
|
"""
|
37
37
|
The set of arguments for constructing a Provider resource.
|
38
|
-
:param pulumi.Input[_builtins.str] auth: (Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken', 'InstancePrincipal', 'ResourcePrincipal' and
|
39
|
-
'OKEWorkloadIdentity'. By default, 'ApiKey' will be used.
|
38
|
+
:param pulumi.Input[_builtins.str] auth: (Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken', 'InstancePrincipal', 'ResourcePrincipal' and 'OKEWorkloadIdentity'. By default, 'ApiKey' will be used.
|
40
39
|
:param pulumi.Input[_builtins.str] config_file_profile: (Optional) The profile name to be used from config file, if not set it will be DEFAULT.
|
41
|
-
:param pulumi.Input[_builtins.bool] disable_auto_retries: (Optional) Disable automatic retries for retriable errors.
|
42
|
-
consistency problems but it also introduced performance issues on destroy operations.
|
43
|
-
:param pulumi.Input[_builtins.str] fingerprint: (Optional) The fingerprint for the user's RSA key. This can be found in user settings in the Oracle Cloud Infrastructure
|
44
|
-
|
45
|
-
|
46
|
-
set to 'ApiKey', ignored otherwise.
|
40
|
+
:param pulumi.Input[_builtins.bool] disable_auto_retries: (Optional) Disable automatic retries for retriable errors.
|
41
|
+
Automatic retries were introduced to solve some eventual consistency problems but it also introduced performance issues on destroy operations.
|
42
|
+
:param pulumi.Input[_builtins.str] fingerprint: (Optional) The fingerprint for the user's RSA key. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
|
43
|
+
:param pulumi.Input[_builtins.str] private_key: (Optional) A PEM formatted RSA private key for the user.
|
44
|
+
A private_key or a private_key_path must be provided if auth is set to 'ApiKey', ignored otherwise.
|
47
45
|
:param pulumi.Input[_builtins.str] private_key_password: (Optional) The password used to secure the private key.
|
48
|
-
:param pulumi.Input[_builtins.str] private_key_path: (Optional) The path to the user's PEM formatted private key.
|
49
|
-
auth is set to 'ApiKey', ignored otherwise.
|
46
|
+
:param pulumi.Input[_builtins.str] private_key_path: (Optional) The path to the user's PEM formatted private key.
|
47
|
+
A private_key or a private_key_path must be provided if auth is set to 'ApiKey', ignored otherwise.
|
50
48
|
:param pulumi.Input[_builtins.bool] realm_specific_service_endpoint_template_enabled: (Optional) flags to enable realm specific service endpoint.
|
51
49
|
:param pulumi.Input[_builtins.str] region: (Required) The region for API connections (e.g. us-ashburn-1).
|
52
|
-
:param pulumi.Input[_builtins.int] retry_duration_seconds: (Optional) The minimum duration (in seconds) to retry a resource operation in response to an error.
|
53
|
-
duration may be longer due to jittering of retry operations. This value is ignored if the `disable_auto_retries` field
|
54
|
-
|
55
|
-
:param pulumi.Input[_builtins.str]
|
56
|
-
Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
|
57
|
-
:param pulumi.Input[_builtins.str] user_ocid: (Optional) The user OCID. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if
|
58
|
-
auth is set to 'ApiKey', ignored otherwise.
|
50
|
+
:param pulumi.Input[_builtins.int] retry_duration_seconds: (Optional) The minimum duration (in seconds) to retry a resource operation in response to an error.
|
51
|
+
The actual retry duration may be longer due to jittering of retry operations. This value is ignored if the `disable_auto_retries` field is set to true.
|
52
|
+
:param pulumi.Input[_builtins.str] tenancy_ocid: (Optional) The tenancy OCID for a user. The tenancy OCID can be found at the bottom of user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
|
53
|
+
:param pulumi.Input[_builtins.str] user_ocid: (Optional) The user OCID. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
|
59
54
|
"""
|
60
55
|
if auth is not None:
|
61
56
|
pulumi.set(__self__, "auth", auth)
|
@@ -90,8 +85,7 @@ class ProviderArgs:
|
|
90
85
|
@pulumi.getter
|
91
86
|
def auth(self) -> Optional[pulumi.Input[_builtins.str]]:
|
92
87
|
"""
|
93
|
-
(Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken', 'InstancePrincipal', 'ResourcePrincipal' and
|
94
|
-
'OKEWorkloadIdentity'. By default, 'ApiKey' will be used.
|
88
|
+
(Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken', 'InstancePrincipal', 'ResourcePrincipal' and 'OKEWorkloadIdentity'. By default, 'ApiKey' will be used.
|
95
89
|
"""
|
96
90
|
return pulumi.get(self, "auth")
|
97
91
|
|
@@ -115,8 +109,8 @@ class ProviderArgs:
|
|
115
109
|
@pulumi.getter(name="disableAutoRetries")
|
116
110
|
def disable_auto_retries(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
117
111
|
"""
|
118
|
-
(Optional) Disable automatic retries for retriable errors.
|
119
|
-
consistency problems but it also introduced performance issues on destroy operations.
|
112
|
+
(Optional) Disable automatic retries for retriable errors.
|
113
|
+
Automatic retries were introduced to solve some eventual consistency problems but it also introduced performance issues on destroy operations.
|
120
114
|
"""
|
121
115
|
return pulumi.get(self, "disable_auto_retries")
|
122
116
|
|
@@ -128,8 +122,7 @@ class ProviderArgs:
|
|
128
122
|
@pulumi.getter
|
129
123
|
def fingerprint(self) -> Optional[pulumi.Input[_builtins.str]]:
|
130
124
|
"""
|
131
|
-
(Optional) The fingerprint for the user's RSA key. This can be found in user settings in the Oracle Cloud Infrastructure
|
132
|
-
console. Required if auth is set to 'ApiKey', ignored otherwise.
|
125
|
+
(Optional) The fingerprint for the user's RSA key. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
|
133
126
|
"""
|
134
127
|
return pulumi.get(self, "fingerprint")
|
135
128
|
|
@@ -150,8 +143,8 @@ class ProviderArgs:
|
|
150
143
|
@pulumi.getter(name="privateKey")
|
151
144
|
def private_key(self) -> Optional[pulumi.Input[_builtins.str]]:
|
152
145
|
"""
|
153
|
-
(Optional) A PEM formatted RSA private key for the user.
|
154
|
-
set to 'ApiKey', ignored otherwise.
|
146
|
+
(Optional) A PEM formatted RSA private key for the user.
|
147
|
+
A private_key or a private_key_path must be provided if auth is set to 'ApiKey', ignored otherwise.
|
155
148
|
"""
|
156
149
|
return pulumi.get(self, "private_key")
|
157
150
|
|
@@ -175,8 +168,8 @@ class ProviderArgs:
|
|
175
168
|
@pulumi.getter(name="privateKeyPath")
|
176
169
|
def private_key_path(self) -> Optional[pulumi.Input[_builtins.str]]:
|
177
170
|
"""
|
178
|
-
(Optional) The path to the user's PEM formatted private key.
|
179
|
-
auth is set to 'ApiKey', ignored otherwise.
|
171
|
+
(Optional) The path to the user's PEM formatted private key.
|
172
|
+
A private_key or a private_key_path must be provided if auth is set to 'ApiKey', ignored otherwise.
|
180
173
|
"""
|
181
174
|
return pulumi.get(self, "private_key_path")
|
182
175
|
|
@@ -212,9 +205,8 @@ class ProviderArgs:
|
|
212
205
|
@pulumi.getter(name="retryDurationSeconds")
|
213
206
|
def retry_duration_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
|
214
207
|
"""
|
215
|
-
(Optional) The minimum duration (in seconds) to retry a resource operation in response to an error.
|
216
|
-
duration may be longer due to jittering of retry operations. This value is ignored if the `disable_auto_retries` field
|
217
|
-
is set to true.
|
208
|
+
(Optional) The minimum duration (in seconds) to retry a resource operation in response to an error.
|
209
|
+
The actual retry duration may be longer due to jittering of retry operations. This value is ignored if the `disable_auto_retries` field is set to true.
|
218
210
|
"""
|
219
211
|
return pulumi.get(self, "retry_duration_seconds")
|
220
212
|
|
@@ -226,8 +218,7 @@ class ProviderArgs:
|
|
226
218
|
@pulumi.getter(name="tenancyOcid")
|
227
219
|
def tenancy_ocid(self) -> Optional[pulumi.Input[_builtins.str]]:
|
228
220
|
"""
|
229
|
-
(Optional) The tenancy OCID for a user. The tenancy OCID can be found at the bottom of user settings in the Oracle Cloud
|
230
|
-
Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
|
221
|
+
(Optional) The tenancy OCID for a user. The tenancy OCID can be found at the bottom of user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
|
231
222
|
"""
|
232
223
|
return pulumi.get(self, "tenancy_ocid")
|
233
224
|
|
@@ -248,8 +239,7 @@ class ProviderArgs:
|
|
248
239
|
@pulumi.getter(name="userOcid")
|
249
240
|
def user_ocid(self) -> Optional[pulumi.Input[_builtins.str]]:
|
250
241
|
"""
|
251
|
-
(Optional) The user OCID. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if
|
252
|
-
auth is set to 'ApiKey', ignored otherwise.
|
242
|
+
(Optional) The user OCID. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
|
253
243
|
"""
|
254
244
|
return pulumi.get(self, "user_ocid")
|
255
245
|
|
@@ -287,27 +277,22 @@ class Provider(pulumi.ProviderResource):
|
|
287
277
|
|
288
278
|
:param str resource_name: The name of the resource.
|
289
279
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
290
|
-
:param pulumi.Input[_builtins.str] auth: (Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken', 'InstancePrincipal', 'ResourcePrincipal' and
|
291
|
-
'OKEWorkloadIdentity'. By default, 'ApiKey' will be used.
|
280
|
+
:param pulumi.Input[_builtins.str] auth: (Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken', 'InstancePrincipal', 'ResourcePrincipal' and 'OKEWorkloadIdentity'. By default, 'ApiKey' will be used.
|
292
281
|
:param pulumi.Input[_builtins.str] config_file_profile: (Optional) The profile name to be used from config file, if not set it will be DEFAULT.
|
293
|
-
:param pulumi.Input[_builtins.bool] disable_auto_retries: (Optional) Disable automatic retries for retriable errors.
|
294
|
-
consistency problems but it also introduced performance issues on destroy operations.
|
295
|
-
:param pulumi.Input[_builtins.str] fingerprint: (Optional) The fingerprint for the user's RSA key. This can be found in user settings in the Oracle Cloud Infrastructure
|
296
|
-
|
297
|
-
|
298
|
-
set to 'ApiKey', ignored otherwise.
|
282
|
+
:param pulumi.Input[_builtins.bool] disable_auto_retries: (Optional) Disable automatic retries for retriable errors.
|
283
|
+
Automatic retries were introduced to solve some eventual consistency problems but it also introduced performance issues on destroy operations.
|
284
|
+
:param pulumi.Input[_builtins.str] fingerprint: (Optional) The fingerprint for the user's RSA key. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
|
285
|
+
:param pulumi.Input[_builtins.str] private_key: (Optional) A PEM formatted RSA private key for the user.
|
286
|
+
A private_key or a private_key_path must be provided if auth is set to 'ApiKey', ignored otherwise.
|
299
287
|
:param pulumi.Input[_builtins.str] private_key_password: (Optional) The password used to secure the private key.
|
300
|
-
:param pulumi.Input[_builtins.str] private_key_path: (Optional) The path to the user's PEM formatted private key.
|
301
|
-
auth is set to 'ApiKey', ignored otherwise.
|
288
|
+
:param pulumi.Input[_builtins.str] private_key_path: (Optional) The path to the user's PEM formatted private key.
|
289
|
+
A private_key or a private_key_path must be provided if auth is set to 'ApiKey', ignored otherwise.
|
302
290
|
:param pulumi.Input[_builtins.bool] realm_specific_service_endpoint_template_enabled: (Optional) flags to enable realm specific service endpoint.
|
303
291
|
:param pulumi.Input[_builtins.str] region: (Required) The region for API connections (e.g. us-ashburn-1).
|
304
|
-
:param pulumi.Input[_builtins.int] retry_duration_seconds: (Optional) The minimum duration (in seconds) to retry a resource operation in response to an error.
|
305
|
-
duration may be longer due to jittering of retry operations. This value is ignored if the `disable_auto_retries` field
|
306
|
-
|
307
|
-
:param pulumi.Input[_builtins.str]
|
308
|
-
Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
|
309
|
-
:param pulumi.Input[_builtins.str] user_ocid: (Optional) The user OCID. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if
|
310
|
-
auth is set to 'ApiKey', ignored otherwise.
|
292
|
+
:param pulumi.Input[_builtins.int] retry_duration_seconds: (Optional) The minimum duration (in seconds) to retry a resource operation in response to an error.
|
293
|
+
The actual retry duration may be longer due to jittering of retry operations. This value is ignored if the `disable_auto_retries` field is set to true.
|
294
|
+
:param pulumi.Input[_builtins.str] tenancy_ocid: (Optional) The tenancy OCID for a user. The tenancy OCID can be found at the bottom of user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
|
295
|
+
:param pulumi.Input[_builtins.str] user_ocid: (Optional) The user OCID. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
|
311
296
|
"""
|
312
297
|
...
|
313
298
|
@overload
|
@@ -385,8 +370,7 @@ class Provider(pulumi.ProviderResource):
|
|
385
370
|
@pulumi.getter
|
386
371
|
def auth(self) -> pulumi.Output[Optional[_builtins.str]]:
|
387
372
|
"""
|
388
|
-
(Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken', 'InstancePrincipal', 'ResourcePrincipal' and
|
389
|
-
'OKEWorkloadIdentity'. By default, 'ApiKey' will be used.
|
373
|
+
(Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken', 'InstancePrincipal', 'ResourcePrincipal' and 'OKEWorkloadIdentity'. By default, 'ApiKey' will be used.
|
390
374
|
"""
|
391
375
|
return pulumi.get(self, "auth")
|
392
376
|
|
@@ -402,8 +386,7 @@ class Provider(pulumi.ProviderResource):
|
|
402
386
|
@pulumi.getter
|
403
387
|
def fingerprint(self) -> pulumi.Output[Optional[_builtins.str]]:
|
404
388
|
"""
|
405
|
-
(Optional) The fingerprint for the user's RSA key. This can be found in user settings in the Oracle Cloud Infrastructure
|
406
|
-
console. Required if auth is set to 'ApiKey', ignored otherwise.
|
389
|
+
(Optional) The fingerprint for the user's RSA key. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
|
407
390
|
"""
|
408
391
|
return pulumi.get(self, "fingerprint")
|
409
392
|
|
@@ -411,8 +394,8 @@ class Provider(pulumi.ProviderResource):
|
|
411
394
|
@pulumi.getter(name="privateKey")
|
412
395
|
def private_key(self) -> pulumi.Output[Optional[_builtins.str]]:
|
413
396
|
"""
|
414
|
-
(Optional) A PEM formatted RSA private key for the user.
|
415
|
-
set to 'ApiKey', ignored otherwise.
|
397
|
+
(Optional) A PEM formatted RSA private key for the user.
|
398
|
+
A private_key or a private_key_path must be provided if auth is set to 'ApiKey', ignored otherwise.
|
416
399
|
"""
|
417
400
|
return pulumi.get(self, "private_key")
|
418
401
|
|
@@ -428,8 +411,8 @@ class Provider(pulumi.ProviderResource):
|
|
428
411
|
@pulumi.getter(name="privateKeyPath")
|
429
412
|
def private_key_path(self) -> pulumi.Output[Optional[_builtins.str]]:
|
430
413
|
"""
|
431
|
-
(Optional) The path to the user's PEM formatted private key.
|
432
|
-
auth is set to 'ApiKey', ignored otherwise.
|
414
|
+
(Optional) The path to the user's PEM formatted private key.
|
415
|
+
A private_key or a private_key_path must be provided if auth is set to 'ApiKey', ignored otherwise.
|
433
416
|
"""
|
434
417
|
return pulumi.get(self, "private_key_path")
|
435
418
|
|
@@ -445,8 +428,7 @@ class Provider(pulumi.ProviderResource):
|
|
445
428
|
@pulumi.getter(name="tenancyOcid")
|
446
429
|
def tenancy_ocid(self) -> pulumi.Output[Optional[_builtins.str]]:
|
447
430
|
"""
|
448
|
-
(Optional) The tenancy OCID for a user. The tenancy OCID can be found at the bottom of user settings in the Oracle Cloud
|
449
|
-
Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
|
431
|
+
(Optional) The tenancy OCID for a user. The tenancy OCID can be found at the bottom of user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
|
450
432
|
"""
|
451
433
|
return pulumi.get(self, "tenancy_ocid")
|
452
434
|
|
@@ -459,8 +441,7 @@ class Provider(pulumi.ProviderResource):
|
|
459
441
|
@pulumi.getter(name="userOcid")
|
460
442
|
def user_ocid(self) -> pulumi.Output[Optional[_builtins.str]]:
|
461
443
|
"""
|
462
|
-
(Optional) The user OCID. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if
|
463
|
-
auth is set to 'ApiKey', ignored otherwise.
|
444
|
+
(Optional) The user OCID. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
|
464
445
|
"""
|
465
446
|
return pulumi.get(self, "user_ocid")
|
466
447
|
|
pulumi_oci/pulumi-plugin.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
pulumi_oci/__init__.py,sha256=
|
1
|
+
pulumi_oci/__init__.py,sha256=DslnJdTjfa0_9JQcyqU4z-VioDDg0lDn3CJ-6bbFG_Q,198587
|
2
2
|
pulumi_oci/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
|
3
|
-
pulumi_oci/provider.py,sha256=
|
4
|
-
pulumi_oci/pulumi-plugin.json,sha256=
|
3
|
+
pulumi_oci/provider.py,sha256=FfDJRW-BKLGXGNRP4PjksgYcZzQeqTfk5Wfb11nrGbk,27230
|
4
|
+
pulumi_oci/pulumi-plugin.json,sha256=QIPTgvytAdYBOvJGMySSYKFjJ1-cQmqW9gWxaRirXDA,62
|
5
5
|
pulumi_oci/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
6
|
pulumi_oci/adm/__init__.py,sha256=XqF4LnJUjr1204jZQHCbrIOpZUazPPCTu4xatHtFmf4,1060
|
7
7
|
pulumi_oci/adm/_inputs.py,sha256=BIj462QVRrTRxxWerkqjhlaCH6hGP2Qy2kBONPYlnoY,75428
|
@@ -49,15 +49,27 @@ pulumi_oci/ailanguage/get_projects.py,sha256=tWodTxxZwA5cPI5mKTSuHyZcIM8lkSyZuoR
|
|
49
49
|
pulumi_oci/ailanguage/model.py,sha256=At2PSyVxOuaenn5VsKRSgWP8VCLmB0PP5qMWPlMxBxw,46398
|
50
50
|
pulumi_oci/ailanguage/outputs.py,sha256=8L8UltktpJdo91gL0BQanzu6hG9za2IVvuu6yyXXED8,137810
|
51
51
|
pulumi_oci/ailanguage/project.py,sha256=i7DUNtueuVIdtHWoyqbD6SfF_VpfvBjCtWAvQH0r5LQ,28395
|
52
|
-
pulumi_oci/aivision/__init__.py,sha256=-
|
53
|
-
pulumi_oci/aivision/_inputs.py,sha256=
|
54
|
-
pulumi_oci/aivision/get_model.py,sha256=
|
55
|
-
pulumi_oci/aivision/get_models.py,sha256=
|
56
|
-
pulumi_oci/aivision/get_project.py,sha256=
|
57
|
-
pulumi_oci/aivision/get_projects.py,sha256=
|
58
|
-
pulumi_oci/aivision/
|
59
|
-
pulumi_oci/aivision/
|
60
|
-
pulumi_oci/aivision/
|
52
|
+
pulumi_oci/aivision/__init__.py,sha256=-iJkBzxrsGKVjfU2Sasz9cQrvPwWauy0fSE6EaANQPs,877
|
53
|
+
pulumi_oci/aivision/_inputs.py,sha256=7Mx5IKznb_s6HCjoCli2UpC6qjwRJo1t-Az-n1HJWSA,45385
|
54
|
+
pulumi_oci/aivision/get_model.py,sha256=QNLGNd78DJaftTmEh12wG2FFPIXWlenFXVfrbJGMrgA,21086
|
55
|
+
pulumi_oci/aivision/get_models.py,sha256=t09oqOxH5U6Dcgde9UQsBxsvF_kA9yko-TmIYeP93yg,9203
|
56
|
+
pulumi_oci/aivision/get_project.py,sha256=vi96HGOgMc1sYYlXpDCsVZ208QJdEfynCtjxRbb85K0,10363
|
57
|
+
pulumi_oci/aivision/get_projects.py,sha256=zeehS4ttIy5CqKpkMWIK1wQ4aUXMAVNhP7Kmol_8UCI,8151
|
58
|
+
pulumi_oci/aivision/get_stream_group.py,sha256=7U6gGwtAagKM2hiJIRI3iqlWtsIaDtdB3Tde2WKqrmA,11391
|
59
|
+
pulumi_oci/aivision/get_stream_groups.py,sha256=XyE-SKT6xAYzzNhacNOcNe5HWq0lKGltlGsNp3W-byA,7665
|
60
|
+
pulumi_oci/aivision/get_stream_job.py,sha256=_JBI3IL6dxi5kDJSGx8wU2Xqs-vyiiRIIkMwyUeQ1dY,12852
|
61
|
+
pulumi_oci/aivision/get_stream_jobs.py,sha256=9KZWJ_hlm6tXIkGg56PTW1-shBuvPe8uBOHD4MvWe4c,8408
|
62
|
+
pulumi_oci/aivision/get_stream_source.py,sha256=DXmL04zxQCQBlFarK7xZFiOPl-ukIgpd3mGH7WbMl3A,10210
|
63
|
+
pulumi_oci/aivision/get_stream_sources.py,sha256=myg1GYrr7LhFu4E6ljXkdBu-pFV3fWhvE9snaxjE7lk,8674
|
64
|
+
pulumi_oci/aivision/get_vision_private_endpoint.py,sha256=xleHKqAcYRwLjTGXSvlMszD6aNFLDHzNDAC_0V9O510,12017
|
65
|
+
pulumi_oci/aivision/get_vision_private_endpoints.py,sha256=5X4kDplxK55Zscb7KeYf2u1u9rwt4FL4C2ai_nj8Hjk,9261
|
66
|
+
pulumi_oci/aivision/model.py,sha256=JA8Bw1dAF8ZkSd-MvCt-dGsA99SGH02Z2KxEw0nrnyc,60341
|
67
|
+
pulumi_oci/aivision/outputs.py,sha256=NWJlSCg48i2DJYmu-rnPJK2Ce2qDPS6xkUoLzu5oQbA,120026
|
68
|
+
pulumi_oci/aivision/project.py,sha256=T-sfU5bgZ_CqW-qmAuMhgnaK8KO_rPKU-HXzcLM5Ou8,26986
|
69
|
+
pulumi_oci/aivision/stream_group.py,sha256=ufwryjYLoW7WsFMBdUG4GyMt2wGjSiawtMeHHn04c08,32478
|
70
|
+
pulumi_oci/aivision/stream_job.py,sha256=xVXIBJhkHo-aTs7I05K2lY87XTaF8NpZTPOHsk7AA6s,39004
|
71
|
+
pulumi_oci/aivision/stream_source.py,sha256=hRrHnvtOs6_F6eBKDUmIwdPMBGxsfBH42LHDeIMew_Y,26668
|
72
|
+
pulumi_oci/aivision/vision_private_endpoint.py,sha256=6o0ZileVWv5G8xICYeEk_vxpSRm1krm-JKgFdyaXVRQ,30595
|
61
73
|
pulumi_oci/analytics/__init__.py,sha256=OsZKXJjxlZBK8bQZV9C5GkA9i_p2-nefI6-QFTzAXw4,599
|
62
74
|
pulumi_oci/analytics/_inputs.py,sha256=N-cPT336NA2c5m6N6ZbpeOMlcgTtO0yMGAB42NzHkJ8,19583
|
63
75
|
pulumi_oci/analytics/analytics_instance.py,sha256=oildX920APieaxWi68YoK5eYkMw7XgxqtytfD3f8Zgo,60653
|
@@ -344,7 +356,7 @@ pulumi_oci/cloudbridge/get_inventory.py,sha256=Qhghm-CkTbCfdCsYHlcc3QyHGPYU62hs0
|
|
344
356
|
pulumi_oci/cloudbridge/inventory.py,sha256=NxZw7UjRpbR2vPrc8Sz_nt20kw79_wu5Vyug4pDBjCE,27739
|
345
357
|
pulumi_oci/cloudbridge/outputs.py,sha256=Nu457nCBedfyrLkHRATjvmWcUboXFL2nlwONbNMByxs,230208
|
346
358
|
pulumi_oci/cloudguard/__init__.py,sha256=BLxeqWjvxH2H2HvlfjQS2oc-YXfPl-8iz5kt9sj5228,1680
|
347
|
-
pulumi_oci/cloudguard/_inputs.py,sha256=
|
359
|
+
pulumi_oci/cloudguard/_inputs.py,sha256=YDG6zYI5BcNya0t6avjF2CKJzTJCdzKemC8BRHWZoMQ,370946
|
348
360
|
pulumi_oci/cloudguard/adhoc_query.py,sha256=zLfzXEVyhnWhnhb3p7Pdx9JDU87ZX4pcW7uvoe6zJIg,30199
|
349
361
|
pulumi_oci/cloudguard/cloud_guard_configuration.py,sha256=pOBeinqajTxgMg-y8yQCXyK_ZrgY2eviXkmXktLo2WE,15806
|
350
362
|
pulumi_oci/cloudguard/cloud_guard_data_source.py,sha256=7swCs78VTGevqwAtRdR_CUEnztDCEEYoAyrIzJ2Y2Ns,41011
|
@@ -363,7 +375,7 @@ pulumi_oci/cloudguard/get_detector_recipe.py,sha256=PTSMFW_g3lPRg3yoXuJdxUkmS8r1
|
|
363
375
|
pulumi_oci/cloudguard/get_detector_recipes.py,sha256=D1muWKKJmNExBnY65LR-8ZCGZJlYMWoRaLp9X9w0Y5o,15400
|
364
376
|
pulumi_oci/cloudguard/get_guard_target.py,sha256=i7JoEDH_G8QKbP3mInoLrCD2o-rQbh0TciRf5GycfaU,15924
|
365
377
|
pulumi_oci/cloudguard/get_guard_targets.py,sha256=Si3AD2xOeIFWw5EHx90UTT8we3WJ1eykhWAl4hiAXVY,15495
|
366
|
-
pulumi_oci/cloudguard/get_managed_list.py,sha256=
|
378
|
+
pulumi_oci/cloudguard/get_managed_list.py,sha256=Fd76ZEXOFYcMa-oljo0o2AI8Q22KrhyW-em8sBkggsk,14551
|
367
379
|
pulumi_oci/cloudguard/get_managed_lists.py,sha256=KLf_oDOHzJd4YYppxzHHfHp9oM8f86AkgTCRzKWXDwY,16185
|
368
380
|
pulumi_oci/cloudguard/get_problem_entities.py,sha256=-Tm2nk0sx0-JpD39ydCKMFmPN8mCFhsK3lK4bHPEWVE,5956
|
369
381
|
pulumi_oci/cloudguard/get_problem_entity.py,sha256=q9zG8At_ZD256Ki7WX2sjycyXEOVDUrePIrYqNQyxuE,4632
|
@@ -379,8 +391,8 @@ pulumi_oci/cloudguard/get_security_zone.py,sha256=zMJntVbsbB7xPRxyuoMMA1132a3PHp
|
|
379
391
|
pulumi_oci/cloudguard/get_security_zones.py,sha256=zRx9LnENOMcxqvdDjld8T1Eyz6unS2m7ra5Bh7PVWq8,11997
|
380
392
|
pulumi_oci/cloudguard/get_wlp_agent.py,sha256=6gRqPtVvnqIYhHNRMvPjQbVdVUo6CCSe-ozAAKU5GAQ,11928
|
381
393
|
pulumi_oci/cloudguard/get_wlp_agents.py,sha256=M5OIVkRPWlRz5_hMUu1s2B7UwnA4mnNcmV6H0Y8MLns,5719
|
382
|
-
pulumi_oci/cloudguard/managed_list.py,sha256=
|
383
|
-
pulumi_oci/cloudguard/outputs.py,sha256=
|
394
|
+
pulumi_oci/cloudguard/managed_list.py,sha256=KOivsDvK43lziVrMyp5r6ZhSO_2Zux2-UAWT5DgZ13Q,39279
|
395
|
+
pulumi_oci/cloudguard/outputs.py,sha256=BLqUVFDiQZU4irunXaMGGADn4ZTdT44P8Mw4uQhTucY,741699
|
384
396
|
pulumi_oci/cloudguard/responder_recipe.py,sha256=_rwS6f_1iOdYn0Job_KncBD9EEWDIfDK212cWzE0dD8,37948
|
385
397
|
pulumi_oci/cloudguard/saved_query.py,sha256=k5hE_SoLUKLJcZKUmiCoFw08ib2wLW5waidK5gNhzbA,28839
|
386
398
|
pulumi_oci/cloudguard/security_recipe.py,sha256=64PCBpUphEx6aTSaFA80DOfBZJcIg-FYRpNRGBWS5RQ,30880
|
@@ -429,8 +441,8 @@ pulumi_oci/computeinstanceagent/get_instance_agent_plugins.py,sha256=sktAnhTeQs3
|
|
429
441
|
pulumi_oci/computeinstanceagent/get_instance_available_plugin.py,sha256=UhBUFXi1jMO8j7QVBBLHjGyqEMI8uLm8NWhcEuSZW6I,9509
|
430
442
|
pulumi_oci/computeinstanceagent/outputs.py,sha256=67R5QkSWbugzg8wF8uTV6psXUBBglmuA99s_4t9dqQk,5921
|
431
443
|
pulumi_oci/config/__init__.py,sha256=XWnQfVtc2oPapjSXXCdORFJvMpXt_SMJQASWdTRoPmc,296
|
432
|
-
pulumi_oci/config/__init__.pyi,sha256=
|
433
|
-
pulumi_oci/config/vars.py,sha256=
|
444
|
+
pulumi_oci/config/__init__.pyi,sha256=XhmLPXpQYMR9aEYfaMhu7zISvPCHB2qAjUG06--dR8U,2844
|
445
|
+
pulumi_oci/config/vars.py,sha256=c7uIUPVPclkxbY9QWBKd9fpN3YNoySHo0wGZPM418X0,4570
|
434
446
|
pulumi_oci/containerengine/__init__.py,sha256=sqrxjHqITdxd5q61rTyVWbpdJATMCLiUMY3-49iqruM,1343
|
435
447
|
pulumi_oci/containerengine/_inputs.py,sha256=z2QtbanAfBjtR3eXNT5WO0spv97XkekuYiwrLEcQzZM,258700
|
436
448
|
pulumi_oci/containerengine/addon.py,sha256=0V6WOiVmKH1ZrJF127JIRiw9MYxjZH1m5o3B63MYnT8,25964
|
@@ -710,7 +722,7 @@ pulumi_oci/core/volume_group.py,sha256=OF9rosKDFEEdVXoIXUsxDEInK8OM-c1-etx_ce9q2
|
|
710
722
|
pulumi_oci/core/volume_group_backup.py,sha256=NLnWpEpeEt9DpomSWdakh-4wBA9ezCG-P3G_FNDOdI0,46813
|
711
723
|
pulumi_oci/core/vtap.py,sha256=YpYfzKfOp9Tbfkn-TUzqfGOyM_y3aR3V7i5bBwzxbZY,66171
|
712
724
|
pulumi_oci/database/__init__.py,sha256=81liL3VqFy-3kkNjJ4fjWSDADdy0YqYJ2U0XbRbkLk8,10542
|
713
|
-
pulumi_oci/database/_inputs.py,sha256=
|
725
|
+
pulumi_oci/database/_inputs.py,sha256=o06m04Yavxi3ZuuCm0PXYAKod2zquyqgdATgFegcejk,1379905
|
714
726
|
pulumi_oci/database/application_vip.py,sha256=kE9A7J5HcEalOJnbpU82jjP5AyCyeqgKEwv-timu10M,33012
|
715
727
|
pulumi_oci/database/autonomous_container_database.py,sha256=_1Wl9JmDzqjYdlfMpaYui6L1cckhA-jgjfVhir9XsrI,214420
|
716
728
|
pulumi_oci/database/autonomous_container_database_add_standby.py,sha256=_3UNkWDgllKHe23Jfbjw-g-UnBReSaX0GzCMp-Z5cBQ,142551
|
@@ -753,7 +765,7 @@ pulumi_oci/database/exadata_infrastructure_configure_exascale_management.py,sha2
|
|
753
765
|
pulumi_oci/database/exadata_infrastructure_storage.py,sha256=7kEMAO5gWPee-GvkLNfuw5U5JU9clcJQxCIUtvPuaDs,55315
|
754
766
|
pulumi_oci/database/exadata_iorm_config.py,sha256=0d2n4B1GmXYefjo9-_yMPWWZbR9d7uOCZ_hrFoE8CZw,18838
|
755
767
|
pulumi_oci/database/exadb_vm_cluster.py,sha256=jEqlAQs0fXgUfzs0FWmosyhbuJwyu-TNEH2dZbaSJoU,135726
|
756
|
-
pulumi_oci/database/exascale_db_storage_vault.py,sha256=
|
768
|
+
pulumi_oci/database/exascale_db_storage_vault.py,sha256=9VwEOgn0M4AWQXsgWM-abJLsjxZ-S3ppV89e9fdKQ4Y,64357
|
757
769
|
pulumi_oci/database/execution_action.py,sha256=R6LOJwz7ZhqEcLPGYwU2MzHhmJwfP2vKV9Phnetolbk,44614
|
758
770
|
pulumi_oci/database/execution_window.py,sha256=jnaO1peBEHSdryCllwEbbTiEOQkJXq3OHzbUClykEtE,46347
|
759
771
|
pulumi_oci/database/external_container_database.py,sha256=0GWC1ZzFvxJWMF2zsDLJGE9cZNvYFFnP-S_gEVpJ2WI,43460
|
@@ -865,7 +877,7 @@ pulumi_oci/database/get_exadb_vm_cluster_update_history_entries.py,sha256=3gC0vn
|
|
865
877
|
pulumi_oci/database/get_exadb_vm_cluster_update_history_entry.py,sha256=M4upmWKej1E8Lj06pmqtMuGO35-H2vj0ByAP7rTsaH8,11580
|
866
878
|
pulumi_oci/database/get_exadb_vm_cluster_updates.py,sha256=DqEXhnYAH8F_v8PL-twC5ypGm4JsjADX0F73opGV6i0,8937
|
867
879
|
pulumi_oci/database/get_exadb_vm_clusters.py,sha256=-hg2xGTFlZd96jaw-hCdp2d2PB54ezDsCDCpxMkmG8U,12287
|
868
|
-
pulumi_oci/database/get_exascale_db_storage_vault.py,sha256=
|
880
|
+
pulumi_oci/database/get_exascale_db_storage_vault.py,sha256=dADJlCMNL4Fkuiy5Q87Zknvcm_PYzc5q-BOZbQgAzdU,21535
|
869
881
|
pulumi_oci/database/get_exascale_db_storage_vaults.py,sha256=OfOkjO1-7TdhnOkZcqGM3-lRtUQuvxQqyelEUN1Tb0Q,20218
|
870
882
|
pulumi_oci/database/get_execution_action.py,sha256=rgOEWdMTLB90rkl3VEfC806b0_sVmCuCci-DO2-8zn0,16766
|
871
883
|
pulumi_oci/database/get_execution_actions.py,sha256=fJ-k4YodNaUHuZC0kASSBBApYWGUX_QNlSy-CvzZ8YU,10069
|
@@ -924,7 +936,7 @@ pulumi_oci/database/get_vm_clusters.py,sha256=GbQNz20WxVlJ4oIKKZwW83wvquKnbus4Zw
|
|
924
936
|
pulumi_oci/database/key_store.py,sha256=XZ_1KUmAE3k2ba2USgZYMDVobkjqIgg3Ut-RiJVJRbM,30982
|
925
937
|
pulumi_oci/database/maintenance_run.py,sha256=jwzqoxpzUFwYPC-dzFGRGTVeQlLNQDOgOI6SeE4hkMs,72420
|
926
938
|
pulumi_oci/database/oneoff_patch.py,sha256=3S6AEufW-zHBRgvjxYipjZXdKy0mu2mqjBdmsPV4hgw,43013
|
927
|
-
pulumi_oci/database/outputs.py,sha256=
|
939
|
+
pulumi_oci/database/outputs.py,sha256=MNWbSxWPz_KlimeTlBQCvJa4btVPwmUgXlKdd9zKJqg,3173403
|
928
940
|
pulumi_oci/database/pluggable_database.py,sha256=zJ4LhS0JDi98bKFyr0Kma3NpyB9VJs8RsOb6xEEv7FA,82198
|
929
941
|
pulumi_oci/database/pluggable_database_managements_management.py,sha256=YwtZW8ZV3pXKe6T6U836f25oc4BPNNssGpMGF-zCHuk,55339
|
930
942
|
pulumi_oci/database/pluggable_database_snapshot.py,sha256=yp94Kzb_eZsUn81b9EC4UIgnibzfvI0hqEowoqG0gvk,29593
|
@@ -2505,13 +2517,13 @@ pulumi_oci/monitoring/get_metric_data.py,sha256=JxLHMaKmnzLBKJlom_-IuGF_x-Qrhfei
|
|
2505
2517
|
pulumi_oci/monitoring/get_metrics.py,sha256=Zybo58MlCSy7NLXKumebIdd2viHZRSxNlwHG0a7eGhI,17018
|
2506
2518
|
pulumi_oci/monitoring/outputs.py,sha256=sEJkGomQ4RZXxVMaViHdR3TciTIoCPSbA9GPjujT7QY,128408
|
2507
2519
|
pulumi_oci/mysql/__init__.py,sha256=5VwmH8kRW2ULWfFFAAlQcY6YFgjrAR1hDc-LtkPyJIA,919
|
2508
|
-
pulumi_oci/mysql/_inputs.py,sha256=
|
2520
|
+
pulumi_oci/mysql/_inputs.py,sha256=NmJjGXjslvRCL4TUK2jfhJjVp7Fx3IQH9iWh__PMr8k,492745
|
2509
2521
|
pulumi_oci/mysql/channel.py,sha256=CNeoKYAvo7_TUBtLRIJuAc0CNH4i2YqGig7gY_tTKtM,32648
|
2510
2522
|
pulumi_oci/mysql/get_channel.py,sha256=pJY5VGpFER8hLa7OhEy0heIrQLvdZJTsqda9IMHRoME,12508
|
2511
2523
|
pulumi_oci/mysql/get_channels.py,sha256=dxVxB832OiotJVnFdBgZKzaKTTTXhV7gFY54U3OMAWk,10989
|
2512
2524
|
pulumi_oci/mysql/get_heat_wave_cluster.py,sha256=wlLpc1tVkylKMN1bbdB-zxGYV22TXvurCIqjlL0keQ4,9604
|
2513
|
-
pulumi_oci/mysql/get_mysql_backup.py,sha256=
|
2514
|
-
pulumi_oci/mysql/get_mysql_backups.py,sha256=
|
2525
|
+
pulumi_oci/mysql/get_mysql_backup.py,sha256=2mF7h19sha-oWOu5yWI-Ebu0N16yM1B7ar8EX95-IYU,23941
|
2526
|
+
pulumi_oci/mysql/get_mysql_backups.py,sha256=cEwfpEvlqSbsm9ecXUyEfu0licWl_G_6BijFe2y99GQ,12214
|
2515
2527
|
pulumi_oci/mysql/get_mysql_configuration.py,sha256=sROaMQl1YLZ_c4WCMFeqNUkB0VayV1CAYuubJi4NM6o,13645
|
2516
2528
|
pulumi_oci/mysql/get_mysql_configurations.py,sha256=iGRh0Caf-1lVQTV2Fv4UpX4HmDLSJ5e6_XmMQ51zU0M,11895
|
2517
2529
|
pulumi_oci/mysql/get_mysql_db_system.py,sha256=2tbpLes9JtuwImQK9tKOePf_BZ53R7Jr0D_txEfLBGs,36892
|
@@ -2521,10 +2533,10 @@ pulumi_oci/mysql/get_replica.py,sha256=HlTE0awkjQ8VENRKQSIm-nDvMnmdZ_65aSUh-u2us
|
|
2521
2533
|
pulumi_oci/mysql/get_replicas.py,sha256=jT8_Xj2qdmrc4GVgjjBW5oEIRd2M3zK_hWGLYgDye6M,12488
|
2522
2534
|
pulumi_oci/mysql/get_shapes.py,sha256=5JOnAG_6MR4kV7umsZxIZv0qGRop5zVhOQebzT42gX8,9090
|
2523
2535
|
pulumi_oci/mysql/heat_wave_cluster.py,sha256=Qi-SFTE5E6RwYRAogHRXjw7kkMgxBh-vMCzwwLqUY0M,28153
|
2524
|
-
pulumi_oci/mysql/mysql_backup.py,sha256=
|
2536
|
+
pulumi_oci/mysql/mysql_backup.py,sha256=9mCMpqGbJASOopqsgFlEwJQq9SBmx8yIyvN5sC1Gf10,65405
|
2525
2537
|
pulumi_oci/mysql/mysql_configuration.py,sha256=uslOqAx96EktZQG6mFsreqej6NEbJGwA0zd664WZQNI,61085
|
2526
2538
|
pulumi_oci/mysql/mysql_db_system.py,sha256=509bXRrakFxC-0AxqO7lcJza5rMnhXd01bg2postJIE,149366
|
2527
|
-
pulumi_oci/mysql/outputs.py,sha256=
|
2539
|
+
pulumi_oci/mysql/outputs.py,sha256=s5SlfOP1VYdppoSnWEQqO5tK6e8TdBLsIMJ6LRkUMps,821637
|
2528
2540
|
pulumi_oci/mysql/replica.py,sha256=dWZCrVoyj9I5rEAosNQp474f1rBsujp1QVn9FNxeyDQ,51547
|
2529
2541
|
pulumi_oci/networkfirewall/__init__.py,sha256=Ngz2f1woTWRibbpxtugm5fxIDRd3yyrFrUa_NHcbHrs,2573
|
2530
2542
|
pulumi_oci/networkfirewall/_inputs.py,sha256=ZRTeAVCwwWVz26G1pTHT02FIs7jBgIVjHQo9efc2Av0,60057
|
@@ -2636,17 +2648,19 @@ pulumi_oci/oce/get_oce_instance.py,sha256=W_QfC62bRuqOjSmK6iG9kpHvxp40vS2JrFyUO6
|
|
2636
2648
|
pulumi_oci/oce/get_oce_instances.py,sha256=5mc2sgxJGdwNDMgaY0ZP0hsNji7mGGonjUMzkaq_rrk,8808
|
2637
2649
|
pulumi_oci/oce/instance.py,sha256=87zpN6vVTZfIvQz4-DJHSCTQ7axO7Hj8SbiiDgsk3Po,62426
|
2638
2650
|
pulumi_oci/oce/outputs.py,sha256=0kmq8J_P7Fj3GKHltozc-Nh0s9TcKk0gw3pe7acgeFI,14282
|
2639
|
-
pulumi_oci/oci/__init__.py,sha256=
|
2640
|
-
pulumi_oci/oci/_inputs.py,sha256=
|
2651
|
+
pulumi_oci/oci/__init__.py,sha256=jRT7IC9cjqqlDbvFQLrqnHAh90eRqhJZVLI0KFgzgww,3942
|
2652
|
+
pulumi_oci/oci/_inputs.py,sha256=WIfw9YIeKkfPlFeOB3BaaxXCxi1Nl7bPo9R_6KuNjvA,84828
|
2641
2653
|
pulumi_oci/oci/api_platform_api_platform_instance.py,sha256=6qbSQX1Ao2egrSGfogjqFQlGo1ZaW56d86Icig3c070,32817
|
2642
2654
|
pulumi_oci/oci/apiaccesscontrol_privileged_api_control.py,sha256=BTCXWnwrVYFoGLFJZfwPEY59_dUCjInmQwDn6EFSPbk,55989
|
2643
2655
|
pulumi_oci/oci/apiaccesscontrol_privileged_api_request.py,sha256=ENJ8KCBMybaH05VdgQTHoQSzi5wlLF3Jnar95y5M_W4,74938
|
2644
|
-
pulumi_oci/oci/dbmulticloud_multi_cloud_resource_discovery.py,sha256=
|
2645
|
-
pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_container.py,sha256=
|
2646
|
-
pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_mount.py,sha256=
|
2647
|
-
pulumi_oci/oci/dbmulticloud_oracle_db_azure_connector.py,sha256=
|
2648
|
-
pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault.py,sha256=
|
2649
|
-
pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault_association.py,sha256=
|
2656
|
+
pulumi_oci/oci/dbmulticloud_multi_cloud_resource_discovery.py,sha256=qS1AA4rZK7BfD662aRXN2Ie3yIjMcstwNlJJVIkcyzQ,44198
|
2657
|
+
pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_container.py,sha256=ffUOn4boRAXl-7vkq0014sxJIJ_UWiRWVmi7IYub_NM,42131
|
2658
|
+
pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_mount.py,sha256=iHu38pSJLASwtwNesSuNCvZFf-NYBX9e1bk74q5i9K8,39926
|
2659
|
+
pulumi_oci/oci/dbmulticloud_oracle_db_azure_connector.py,sha256=_9SfVS2IgkiZqq1ofuuvT8QMBSq-jUJYnwCMJ-SQU_w,41644
|
2660
|
+
pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault.py,sha256=j_wNoxmoFcZguU6YAgV8ikEkHDoCWar5Ba3dNn5_c4o,45669
|
2661
|
+
pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault_association.py,sha256=olgrVxBZDpzdN39ZRqCo8hWwUkrCk0sDzh2vGzrXOZc,40341
|
2662
|
+
pulumi_oci/oci/dbmulticloud_oracle_db_gcp_identity_connector.py,sha256=bSAc2dXZw7SULysja3y7KvRQpYlsmvw2FsQEkrD2Cs4,52109
|
2663
|
+
pulumi_oci/oci/dbmulticloud_oracle_db_gcp_key_ring.py,sha256=Cm7UhVDeGYpylwVEKbZjGmFnqZCIudLSZ65NbkImZnE,41222
|
2650
2664
|
pulumi_oci/oci/get_api_platform_api_platform_instance.py,sha256=5CLHzaH59_syWJ76eJgZAFw3ST7wa_jNdC27kZPYpag,13109
|
2651
2665
|
pulumi_oci/oci/get_api_platform_api_platform_instances.py,sha256=WxE2CvwWycBNAjYxaW3SNu9v87y8CcsSzVWkRhJJL_Q,9768
|
2652
2666
|
pulumi_oci/oci/get_apiaccesscontrol_api_metadata.py,sha256=VRcjC5WfN6MO-LxWeU3Bx8fRHWxlSSGS4_kdj8-43GA,14076
|
@@ -2656,20 +2670,26 @@ pulumi_oci/oci/get_apiaccesscontrol_privileged_api_control.py,sha256=xilQVjBTke6
|
|
2656
2670
|
pulumi_oci/oci/get_apiaccesscontrol_privileged_api_controls.py,sha256=3Oyr05jcxXHXpRFwayIg8x-HAXu86hu5-ZO3Jekaguw,11623
|
2657
2671
|
pulumi_oci/oci/get_apiaccesscontrol_privileged_api_request.py,sha256=m0xYN_KP2O1j2X04-CtkF2tHKZ6i9ByZcNW29OgdZ44,27131
|
2658
2672
|
pulumi_oci/oci/get_apiaccesscontrol_privileged_api_requests.py,sha256=6ajFwATDT9C4KB10G4e76iRxkmvHfQpWd8HezRxBQlc,12912
|
2659
|
-
pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discoveries.py,sha256=
|
2660
|
-
pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discovery.py,sha256=
|
2661
|
-
pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_container.py,sha256=
|
2662
|
-
pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_containers.py,sha256=
|
2663
|
-
pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mount.py,sha256=
|
2664
|
-
pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mounts.py,sha256=
|
2665
|
-
pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connector.py,sha256=
|
2666
|
-
pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connectors.py,sha256=
|
2667
|
-
pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_key.py,sha256=
|
2668
|
-
pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_keys.py,sha256=
|
2669
|
-
pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault.py,sha256=
|
2670
|
-
pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_association.py,sha256=
|
2671
|
-
pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_associations.py,sha256=
|
2672
|
-
pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vaults.py,sha256=
|
2673
|
+
pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discoveries.py,sha256=A2fk4P3YKMfAFU-iFrISjVVB0HEVXSlLVFxZ3d0_s7o,16782
|
2674
|
+
pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discovery.py,sha256=QDTX9qZS8ev4nlQqj_yJ0M1KlCgqeYaimvfwIfLDNAU,16402
|
2675
|
+
pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_container.py,sha256=bU9vz1OZiTNX07DVp0F9ZviBa5qz7LKz213AwPnuVy0,16601
|
2676
|
+
pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_containers.py,sha256=Vify9KFmZmFp-G1dXZSzAmY27G-Nv6WP_QGNm_VsbGY,15340
|
2677
|
+
pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mount.py,sha256=xaDOfXHj2q8CK2CWpyH7TtnOqXok22qUnEeTtHhsIbc,15627
|
2678
|
+
pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mounts.py,sha256=apn0d9pjZoZwEni7HsyiJwQ_y7kgmNJi6zuQt2OA_sA,15312
|
2679
|
+
pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connector.py,sha256=eT4C38vXHOry47lM4ixFg8I4lCgnraFVoLComGU4am8,16633
|
2680
|
+
pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connectors.py,sha256=icBRw6XOGC_NYTkjLj6omQXXJoqjzxVD8djk0TBgzZo,13096
|
2681
|
+
pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_key.py,sha256=V6xQz73py_9hiP2d_-Ru2MewCYQSAmVrvZaOyEZ2etE,15313
|
2682
|
+
pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_keys.py,sha256=o11-UTNfUrn1p7txn7CJoDUNqko95RVUtAZ22lB0vuE,12941
|
2683
|
+
pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault.py,sha256=tVeICacynMA-xxZAToBONEpSUlaO77FFEWqAvlyExuY,16918
|
2684
|
+
pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_association.py,sha256=aYHhzHedmDZlCELW_HJTEVCX4wNDyvU3qbpMSUv7WWQ,16214
|
2685
|
+
pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_associations.py,sha256=7y5gT1k0lpti2cJCudJERzHMCuq837iEVizKst_6vo4,16177
|
2686
|
+
pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vaults.py,sha256=X656Gtc4pmtKBPowCkciOHgjUpb4B-iFc4Q6Q2jmDNc,14641
|
2687
|
+
pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_identity_connector.py,sha256=X9K5HuNufatyj_gWoDamuxOFY8jzS9PbiWffMI8BLCE,19378
|
2688
|
+
pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_identity_connectors.py,sha256=1ug6ZOdFWylwpihVcMDRF2TipegCY2dGtlWOYW_HoEs,11777
|
2689
|
+
pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key.py,sha256=sNMJXLcSuAuJcFucigZs5TDQtDohSkF4AhIfExeAu0E,14525
|
2690
|
+
pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key_ring.py,sha256=SD9HPkK1EUtY3kLXQ04f6iR6kwC870EXYtyJtKiw_SM,15109
|
2691
|
+
pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key_rings.py,sha256=AqqG26h3AyDdaWsOLvx6GpLWOfrckSgKEfbyg0A6fx8,12717
|
2692
|
+
pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_keys.py,sha256=0QXR1wndFg3Npdmu0AXR8K7N9kOmuypJem-EFlW2IZE,12241
|
2673
2693
|
pulumi_oci/oci/get_managed_kafka_kafka_cluster.py,sha256=Ai_ples3VxCRrKfEXtzAkobE7U4qYSqQr0qecKbOuaw,18539
|
2674
2694
|
pulumi_oci/oci/get_managed_kafka_kafka_cluster_config.py,sha256=EjA5J9aBtIIOJGw58em34G05FcsM0SQ8GK-iRWSi8a8,12422
|
2675
2695
|
pulumi_oci/oci/get_managed_kafka_kafka_cluster_config_version.py,sha256=zzLCpkEHnKPPJJmaqgYqMv6AfiuMeVi5D8RdnGPbV0w,8337
|
@@ -2696,7 +2716,7 @@ pulumi_oci/oci/get_wlms_wls_domains.py,sha256=LwSjEn4V9l80yhAeIq0qVkdsTQQxDlqgIJ
|
|
2696
2716
|
pulumi_oci/oci/managed_kafka_kafka_cluster.py,sha256=5f5pTom3ZqWiVvEwnYuIr75f-xUIX5UQoXFAOfjp1O0,56905
|
2697
2717
|
pulumi_oci/oci/managed_kafka_kafka_cluster_config.py,sha256=ZgR88xNXERHRjh5XAwXDLivlsUQAtwB-cVNmiS0HE6A,32159
|
2698
2718
|
pulumi_oci/oci/managed_kafka_kafka_cluster_superusers_management.py,sha256=1e--aBnOMCUOwwjdXhkBlhhwDpjrLcwT2aLFaWU0UlU,18822
|
2699
|
-
pulumi_oci/oci/outputs.py,sha256=
|
2719
|
+
pulumi_oci/oci/outputs.py,sha256=TYveWy-QULQ9K2rG6xwG3vVTvnY-_B__O_iEVQccJak,357976
|
2700
2720
|
pulumi_oci/ocvp/__init__.py,sha256=_dCsgdorfo3E_Txa7_hjBP17mY4ElJZBy8NeoXS_d2Q,763
|
2701
2721
|
pulumi_oci/ocvp/_inputs.py,sha256=Ob6jkWSxMCe3_FNiRtlS4wmoVR-UeYV3zdBevcnCcXI,116548
|
2702
2722
|
pulumi_oci/ocvp/cluster.py,sha256=jf2gIUN7aLXYAedvh2-2qnWvfwhGwjTV73gYALwdS6E,85356
|
@@ -3302,7 +3322,7 @@ pulumi_oci/zpr/get_zpr_policies.py,sha256=8iDJvr5DBbBN11uWApUF1oBxsAzI_JCbOdSwHQ
|
|
3302
3322
|
pulumi_oci/zpr/get_zpr_policy.py,sha256=BAvWU7HJHYqS9Zpj997VanPL4yO0W1f6Sc4SVW2pAgQ,11764
|
3303
3323
|
pulumi_oci/zpr/outputs.py,sha256=Mp_BXNVfMCYirJhAUjln5D42Rf0WoAf0v5trTxwDkTI,9522
|
3304
3324
|
pulumi_oci/zpr/zpr_policy.py,sha256=IV9NngE9yGQfyf5UiMrpoIM5CsJj2cLEJI9dEOtFyhA,34082
|
3305
|
-
pulumi_oci-3.
|
3306
|
-
pulumi_oci-3.
|
3307
|
-
pulumi_oci-3.
|
3308
|
-
pulumi_oci-3.
|
3325
|
+
pulumi_oci-3.6.0.dist-info/METADATA,sha256=ln4RyLfYDt8Y0jUQRfx5DAcLk7SFExH7jxP9kQWGi7M,4740
|
3326
|
+
pulumi_oci-3.6.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
3327
|
+
pulumi_oci-3.6.0.dist-info/top_level.txt,sha256=0k-nWr_IdDNVF3qcT4ALORmmu1SNCLxWZfHDMN7TWsg,11
|
3328
|
+
pulumi_oci-3.6.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|