pulumi-oci 2.19.0a1733984857__py3-none-any.whl → 2.20.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 +56 -0
- pulumi_oci/bigdataservice/__init__.py +4 -0
- pulumi_oci/bigdataservice/_inputs.py +672 -6
- pulumi_oci/bigdataservice/bds_instance.py +169 -7
- pulumi_oci/bigdataservice/bds_instance_api_key.py +66 -3
- pulumi_oci/bigdataservice/bds_instance_identity_configuration.py +859 -0
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +4 -0
- pulumi_oci/bigdataservice/get_bds_cluster_versions.py +123 -0
- pulumi_oci/bigdataservice/get_bds_instance.py +48 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +17 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +3 -0
- pulumi_oci/bigdataservice/get_bds_instance_identity_configuration.py +322 -0
- pulumi_oci/bigdataservice/get_bds_instance_identity_configurations.py +207 -0
- pulumi_oci/bigdataservice/outputs.py +1466 -98
- pulumi_oci/blockchain/get_blockchain_platform.py +1 -1
- pulumi_oci/blockchain/outputs.py +2 -2
- pulumi_oci/core/outputs.py +4 -0
- pulumi_oci/database/autonomous_container_database.py +47 -0
- pulumi_oci/database/autonomous_database.py +94 -0
- pulumi_oci/database/exadb_vm_cluster.py +104 -0
- pulumi_oci/database/get_autonomous_container_database.py +15 -1
- pulumi_oci/database/get_autonomous_database.py +29 -1
- pulumi_oci/database/outputs.py +36 -0
- pulumi_oci/dataflow/application.py +75 -33
- pulumi_oci/dataflow/get_application.py +15 -1
- pulumi_oci/dataflow/outputs.py +7 -0
- pulumi_oci/datascience/_inputs.py +32 -12
- 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 +2 -0
- pulumi_oci/datascience/outputs.py +62 -26
- pulumi_oci/desktops/_inputs.py +9 -9
- pulumi_oci/desktops/desktop_pool.py +84 -35
- pulumi_oci/desktops/get_desktop_pool.py +12 -1
- pulumi_oci/desktops/outputs.py +13 -6
- pulumi_oci/disasterrecovery/_inputs.py +46 -30
- pulumi_oci/disasterrecovery/dr_plan.py +194 -23
- pulumi_oci/disasterrecovery/get_dr_plan.py +54 -4
- pulumi_oci/disasterrecovery/get_dr_plans.py +23 -1
- pulumi_oci/disasterrecovery/outputs.py +113 -21
- pulumi_oci/fleetappsmanagement/__init__.py +19 -0
- pulumi_oci/fleetappsmanagement/_inputs.py +5334 -378
- pulumi_oci/fleetappsmanagement/compliance_policy_rule.py +830 -0
- pulumi_oci/fleetappsmanagement/fleet.py +112 -67
- pulumi_oci/fleetappsmanagement/fleet_credential.py +44 -36
- pulumi_oci/fleetappsmanagement/fleet_property.py +35 -35
- pulumi_oci/fleetappsmanagement/fleet_resource.py +37 -37
- pulumi_oci/fleetappsmanagement/get_announcements.py +4 -4
- pulumi_oci/fleetappsmanagement/get_compliance_policies.py +199 -0
- pulumi_oci/fleetappsmanagement/get_compliance_policy.py +253 -0
- pulumi_oci/fleetappsmanagement/get_compliance_policy_rule.py +324 -0
- pulumi_oci/fleetappsmanagement/get_compliance_policy_rules.py +243 -0
- pulumi_oci/fleetappsmanagement/get_compliance_record_counts.py +144 -0
- pulumi_oci/fleetappsmanagement/get_compliance_records.py +279 -0
- pulumi_oci/fleetappsmanagement/get_fleet.py +29 -15
- pulumi_oci/fleetappsmanagement/get_fleet_compliance_report.py +8 -8
- pulumi_oci/fleetappsmanagement/get_fleet_credential.py +7 -7
- pulumi_oci/fleetappsmanagement/get_fleet_credentials.py +61 -17
- pulumi_oci/fleetappsmanagement/get_fleet_products.py +6 -6
- pulumi_oci/fleetappsmanagement/get_fleet_properties.py +8 -8
- pulumi_oci/fleetappsmanagement/get_fleet_property.py +11 -11
- pulumi_oci/fleetappsmanagement/get_fleet_resource.py +11 -11
- pulumi_oci/fleetappsmanagement/get_fleet_resources.py +10 -10
- pulumi_oci/fleetappsmanagement/get_fleet_targets.py +8 -8
- pulumi_oci/fleetappsmanagement/get_fleets.py +16 -16
- pulumi_oci/fleetappsmanagement/get_inventory_resources.py +12 -12
- pulumi_oci/fleetappsmanagement/get_maintenance_window.py +8 -8
- pulumi_oci/fleetappsmanagement/get_maintenance_windows.py +31 -12
- pulumi_oci/fleetappsmanagement/get_managed_entity_counts.py +144 -0
- pulumi_oci/fleetappsmanagement/get_onboarding_policies.py +2 -2
- pulumi_oci/fleetappsmanagement/get_onboardings.py +2 -2
- pulumi_oci/fleetappsmanagement/get_patch.py +363 -0
- pulumi_oci/fleetappsmanagement/get_patches.py +335 -0
- pulumi_oci/fleetappsmanagement/get_platform_configuration.py +296 -0
- pulumi_oci/fleetappsmanagement/get_platform_configurations.py +221 -0
- pulumi_oci/fleetappsmanagement/get_properties.py +9 -9
- pulumi_oci/fleetappsmanagement/get_property.py +4 -4
- pulumi_oci/fleetappsmanagement/get_runbook.py +8 -8
- pulumi_oci/fleetappsmanagement/get_runbooks.py +16 -16
- pulumi_oci/fleetappsmanagement/get_scheduler_definition.py +10 -10
- pulumi_oci/fleetappsmanagement/get_scheduler_definition_scheduled_fleets.py +2 -2
- pulumi_oci/fleetappsmanagement/get_scheduler_definitions.py +33 -11
- pulumi_oci/fleetappsmanagement/get_scheduler_job_counts.py +144 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_job_job_activity_resources.py +245 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_job_job_activity_steps.py +245 -0
- pulumi_oci/fleetappsmanagement/get_task_record.py +3 -3
- pulumi_oci/fleetappsmanagement/maintenance_window.py +44 -44
- pulumi_oci/fleetappsmanagement/onboarding.py +108 -20
- pulumi_oci/fleetappsmanagement/outputs.py +11222 -2736
- pulumi_oci/fleetappsmanagement/patch.py +978 -0
- pulumi_oci/fleetappsmanagement/platform_configuration.py +687 -0
- pulumi_oci/fleetappsmanagement/property.py +27 -27
- pulumi_oci/fleetappsmanagement/runbook.py +1173 -0
- pulumi_oci/fleetappsmanagement/scheduler_definition.py +30 -30
- pulumi_oci/fleetappsmanagement/task_record.py +754 -0
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +28 -0
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +56 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +15 -1
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +29 -1
- pulumi_oci/fleetsoftwareupdate/outputs.py +33 -0
- pulumi_oci/generativeai/dedicated_ai_cluster.py +21 -0
- pulumi_oci/goldengate/__init__.py +7 -0
- pulumi_oci/goldengate/_inputs.py +665 -0
- pulumi_oci/goldengate/connection.py +7 -7
- pulumi_oci/goldengate/get_pipeline.py +408 -0
- pulumi_oci/goldengate/get_pipeline_running_processes.py +144 -0
- pulumi_oci/goldengate/get_pipeline_schema_tables.py +207 -0
- pulumi_oci/goldengate/get_pipeline_schemas.py +163 -0
- pulumi_oci/goldengate/get_pipelines.py +213 -0
- pulumi_oci/goldengate/get_recipes.py +188 -0
- pulumi_oci/goldengate/get_trail_files.py +4 -2
- pulumi_oci/goldengate/get_trail_sequences.py +4 -2
- pulumi_oci/goldengate/outputs.py +1500 -0
- pulumi_oci/goldengate/pipeline.py +928 -0
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/stackmonitoring/_inputs.py +94 -14
- pulumi_oci/stackmonitoring/get_metric_extensions.py +22 -3
- pulumi_oci/stackmonitoring/metric_extension.py +8 -0
- pulumi_oci/stackmonitoring/outputs.py +166 -24
- pulumi_oci/visualbuilder/_inputs.py +57 -202
- pulumi_oci/visualbuilder/get_vb_instance.py +15 -29
- pulumi_oci/visualbuilder/outputs.py +114 -400
- pulumi_oci/visualbuilder/vb_instance.py +62 -59
- {pulumi_oci-2.19.0a1733984857.dist-info → pulumi_oci-2.20.0.dist-info}/METADATA +3 -3
- {pulumi_oci-2.19.0a1733984857.dist-info → pulumi_oci-2.20.0.dist-info}/RECORD +128 -98
- {pulumi_oci-2.19.0a1733984857.dist-info → pulumi_oci-2.20.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.19.0a1733984857.dist-info → pulumi_oci-2.20.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
|
-
pulumi_oci/__init__.py,sha256=
|
1
|
+
pulumi_oci/__init__.py,sha256=SigPk7g5rry3NxJuz-VEdhfHsdMkglri3MHqS8z7ez4,173358
|
2
2
|
pulumi_oci/_utilities.py,sha256=-gxwnD6__OYdSf8jJgJijNuu-UHUwi5pJ1H7-eIHDhg,10504
|
3
3
|
pulumi_oci/provider.py,sha256=L04-4ahVUIjPUidGY7-4m7y0-gX_oHcgpIJSRYRJET4,24096
|
4
|
-
pulumi_oci/pulumi-plugin.json,sha256=
|
4
|
+
pulumi_oci/pulumi-plugin.json,sha256=I2Uwtn-zQ7U0qaDSwOO98MIM2cl8-Vl75N2PDO_qI1g,63
|
5
5
|
pulumi_oci/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
6
|
pulumi_oci/adm/__init__.py,sha256=pxPlS_-eNzVJqBq2i1MCMmmLGhFhW-ATfiH6YEb71xI,1049
|
7
7
|
pulumi_oci/adm/_inputs.py,sha256=YnlFWcwYsWjjrUbroAeHpnljrt9mAPqMtutbJnKVRCk,69792
|
@@ -204,22 +204,26 @@ pulumi_oci/bastion/get_session.py,sha256=LAHiQAYxhLpWwOOEnch6hDo5vpCoLxXb94WdjSZ
|
|
204
204
|
pulumi_oci/bastion/get_sessions.py,sha256=5EP8bMd-yJwrNPrTXy03A7zQF4jOKOvyr4_4Zrjblko,9005
|
205
205
|
pulumi_oci/bastion/outputs.py,sha256=MyEAvJgGi8SqqhsK2E1G9IqORTwX1W4sDIdlMql2Y6Y,37762
|
206
206
|
pulumi_oci/bastion/session.py,sha256=gn-ReVZwf3QYNSqTsx5_lJ9skidHKmXgpwH_L-O5PJQ,32254
|
207
|
-
pulumi_oci/bigdataservice/__init__.py,sha256=
|
208
|
-
pulumi_oci/bigdataservice/_inputs.py,sha256=
|
207
|
+
pulumi_oci/bigdataservice/__init__.py,sha256=OVPpIo9pvQE4nr2aUm7CjPf1I2mcac8ryoRas7ySIDA,1536
|
208
|
+
pulumi_oci/bigdataservice/_inputs.py,sha256=S5UxFrdUB7A4ni9k_rJjKZWh-JNv5PRT8RhQzxZ8tSU,217772
|
209
209
|
pulumi_oci/bigdataservice/auto_scaling_configuration.py,sha256=UURrjrVHsrUdPFqeyjmX1kea_ChhwkzvbNECBjjbtaw,40047
|
210
|
-
pulumi_oci/bigdataservice/bds_instance.py,sha256=
|
211
|
-
pulumi_oci/bigdataservice/bds_instance_api_key.py,sha256=
|
210
|
+
pulumi_oci/bigdataservice/bds_instance.py,sha256=7DLAdI99Bvc4scrb4h23ZapfgHMQqMlGKUNXmQBbqzs,90717
|
211
|
+
pulumi_oci/bigdataservice/bds_instance_api_key.py,sha256=z-gT-zotyZOHIVMgPcYF9M22JC3CYaqQlfeRQaVHIg8,28228
|
212
|
+
pulumi_oci/bigdataservice/bds_instance_identity_configuration.py,sha256=bMhkefuZB2z8DEdWFB7FdNCoHhNGC16WasXGUWT8biw,51531
|
212
213
|
pulumi_oci/bigdataservice/bds_instance_metastore_config.py,sha256=q-tVUwOb7AuCOGeGWTgsS5qH2v1oMJakJzyKdALBFv4,28915
|
213
214
|
pulumi_oci/bigdataservice/bds_instance_operation_certificate_managements_management.py,sha256=d_TL-D1wMe1XErMvpgRHaNFq10FALuH3hutKi8idZfw,34075
|
214
215
|
pulumi_oci/bigdataservice/bds_instance_os_patch_action.py,sha256=e9sY0DKox8LtPMFujgsCWyfQ44X3iQZhqtS3AE_fFA0,19104
|
215
|
-
pulumi_oci/bigdataservice/bds_instance_patch_action.py,sha256=
|
216
|
+
pulumi_oci/bigdataservice/bds_instance_patch_action.py,sha256=lOK0FUz2RNS7a1GnrhUfDiBZRzLQM8A7qXli9b9k_kA,18354
|
216
217
|
pulumi_oci/bigdataservice/bds_instance_resource_principal_configuration.py,sha256=CbBTNQqm8ZS_KLFaQjzUi3orwA2JH7xfkuKw_iOpwGI,28272
|
217
218
|
pulumi_oci/bigdataservice/get_auto_scaling_configuration.py,sha256=uVqnyfnRmn6BMdVjB6p9hGByr4F55Mrp4xK3dlml7hI,11688
|
218
219
|
pulumi_oci/bigdataservice/get_auto_scaling_configurations.py,sha256=v4CdGlXoPwtvbLvLTMn1u3PzSOBZF_0hmAPWPA9tW-w,7658
|
219
|
-
pulumi_oci/bigdataservice/
|
220
|
-
pulumi_oci/bigdataservice/
|
221
|
-
pulumi_oci/bigdataservice/
|
220
|
+
pulumi_oci/bigdataservice/get_bds_cluster_versions.py,sha256=qfQSnD9kKX9q29t5a_OI7058wMGFeGEA2djEBwI4FKM,4933
|
221
|
+
pulumi_oci/bigdataservice/get_bds_instance.py,sha256=z8Fcfzp_FVpMafpfU1BlX_FgmOPUQEmguYmXAjFlXRo,29273
|
222
|
+
pulumi_oci/bigdataservice/get_bds_instance_api_key.py,sha256=P6HZpvwuTXKZejeThqKKISg7rME3LGjuObTLywK-ySU,11114
|
223
|
+
pulumi_oci/bigdataservice/get_bds_instance_api_keys.py,sha256=pLhFoFCOJXSvYPC3U-erwl43QTdb0dhkxTp3lPmLND8,8389
|
222
224
|
pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py,sha256=AYqLSZFdZL63Bw9SY2rCOQyEw8QnNrdshp7UaJ0zsjI,10003
|
225
|
+
pulumi_oci/bigdataservice/get_bds_instance_identity_configuration.py,sha256=5iFrUpDpE0WEtpWNqn1tGmmw01Pc21MMQragLfM74n8,17756
|
226
|
+
pulumi_oci/bigdataservice/get_bds_instance_identity_configurations.py,sha256=9flVEnw_tfBfl-3EslAjzYGSJxCajiWXGQViPgrlIGg,9815
|
223
227
|
pulumi_oci/bigdataservice/get_bds_instance_list_os_patches.py,sha256=6YhKNnsfDPti2owOdPfYOHtASJ6TD4jxHIRHztUfOSE,5980
|
224
228
|
pulumi_oci/bigdataservice/get_bds_instance_metastore_config.py,sha256=MooB3dIJp7bXfTlN1J3mR4fZVeGmSLd6tm_arnA8a8M,11889
|
225
229
|
pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py,sha256=TvzdkwXxvmh42is38--iBUAin0SciN9E_w9u8Is45YI,12422
|
@@ -228,11 +232,11 @@ pulumi_oci/bigdataservice/get_bds_instance_patches.py,sha256=1LV8v0jTBDgTQ1YoCm6
|
|
228
232
|
pulumi_oci/bigdataservice/get_bds_instance_resource_principal_configuration.py,sha256=5IPJrvWWdOFvbz9t0UeFzNESJSMRsOdHQ1OzxGUS14o,13442
|
229
233
|
pulumi_oci/bigdataservice/get_bds_instance_resource_principal_configurations.py,sha256=1ObTtq_PL_g8XFCGgfFWd5uPgxVERV0d9hDI5-PM1IA,9594
|
230
234
|
pulumi_oci/bigdataservice/get_bds_instances.py,sha256=jxP4m86qUHX633xeVAHA4yMZr3f9duFGTqTYlJquOQ4,7555
|
231
|
-
pulumi_oci/bigdataservice/outputs.py,sha256=
|
235
|
+
pulumi_oci/bigdataservice/outputs.py,sha256=YynuBqtntBe8M6gmCugsjHNJ_aCl_1OaHfeZwEQ1DZY,391224
|
232
236
|
pulumi_oci/blockchain/__init__.py,sha256=b2CLshPLLmnO6Om3TLPGauDJ2z_cYIHxtBonK4zQJEs,610
|
233
237
|
pulumi_oci/blockchain/_inputs.py,sha256=Uvoo-TfnVg-TEXo63oXhShm-hnPBDPSJIsCeQC523Yk,27180
|
234
238
|
pulumi_oci/blockchain/blockchain_platform.py,sha256=ppUU74vxVdRoysXLpdlycb-qB0WdV-Uly5BAcNt3Q6A,63154
|
235
|
-
pulumi_oci/blockchain/get_blockchain_platform.py,sha256=
|
239
|
+
pulumi_oci/blockchain/get_blockchain_platform.py,sha256=zNvrhWWuQti6_AYrGYdQHtokDC5hlgZP-VxjyDcTdO4,22169
|
236
240
|
pulumi_oci/blockchain/get_blockchain_platform_patches.py,sha256=wDMidnvn_mCWCXJpupAcwFoViAHYy7J1BDv-WkzPnwU,6575
|
237
241
|
pulumi_oci/blockchain/get_blockchain_platforms.py,sha256=Lr7By7w5RK0Thkwp4RN6z7vBVafpsLrn2SXD9FDtoDM,8434
|
238
242
|
pulumi_oci/blockchain/get_osn.py,sha256=6AyfPpN5_sT_ET5PGph-4vG-saPwvgqcL0GL1FBvuU4,6828
|
@@ -240,7 +244,7 @@ pulumi_oci/blockchain/get_osns.py,sha256=PuVIkGhPm2wKR8EBBDX8QBLSsFi4-XeqeT1Joe1
|
|
240
244
|
pulumi_oci/blockchain/get_peer.py,sha256=oEt70Wx3c_Dld8PjKor0LZXML_6GdxpuxyzVjNeMjb0,8231
|
241
245
|
pulumi_oci/blockchain/get_peers.py,sha256=p0xG8pyK_jqKPObES02FsTuU7GuZLaB9b7tptqKF_o8,6530
|
242
246
|
pulumi_oci/blockchain/osn.py,sha256=MvaikHoPUGV0lplxWhS6NVtTSvyn6rnw4xXBw26KuIQ,13674
|
243
|
-
pulumi_oci/blockchain/outputs.py,sha256=
|
247
|
+
pulumi_oci/blockchain/outputs.py,sha256=9NBwcxJ2Mk8hze_uvGR5qHJeoaOwFqDJC_9Fgw3C3IU,65188
|
244
248
|
pulumi_oci/blockchain/peer.py,sha256=3HA6_l6uRjqzNvKwC6z_Fm1MU-I1XvocrrEsO6LwXLQ,19219
|
245
249
|
pulumi_oci/budget/__init__.py,sha256=HLHHobzR_g6CfDwM-rVZcTcUNNAsyPTEDxhZrwGc_vs,470
|
246
250
|
pulumi_oci/budget/_inputs.py,sha256=DsOAOXikiNnQV9whtk-yRgc5M8rBVyr3ua4ZqQcETsI,3099
|
@@ -644,7 +648,7 @@ pulumi_oci/core/local_peering_gateway.py,sha256=p1V8uNamUxJa-UpKG4TzBGudP8NNB77l
|
|
644
648
|
pulumi_oci/core/nat_gateway.py,sha256=_I0Ls2WSv32m2-8_S9WYFjGvpt4biSLNvlY-fXMryDc,36333
|
645
649
|
pulumi_oci/core/network_security_group.py,sha256=GAbG1upv4B7ytveFpHLmy1w_N8dQFCaq_05OtFrxIyw,25742
|
646
650
|
pulumi_oci/core/network_security_group_security_rule.py,sha256=h8JYABPvXFPfgCMRghsV0Is2KAYOxJS6x6uDeMmb0_8,54348
|
647
|
-
pulumi_oci/core/outputs.py,sha256=
|
651
|
+
pulumi_oci/core/outputs.py,sha256=HMX7F2979RstTLv_eTn1Pir5NuiAsBanu2t4lpMb6lo,2489861
|
648
652
|
pulumi_oci/core/private_ip.py,sha256=RBV-K_PqhnfaLpAJOg9Y8gnMEpi85Flzi5hP6mwH5mE,42797
|
649
653
|
pulumi_oci/core/public_ip.py,sha256=L-WZ8RuDFtPmkZTxJFUggYipXEZFl6mSb1z2GJwdqx0,49195
|
650
654
|
pulumi_oci/core/public_ip_pool.py,sha256=SxGPeRtTauVvrVomIfsQIwZvIuh8oOwgJmNDGlHzBGQ,24119
|
@@ -672,11 +676,11 @@ pulumi_oci/core/vtap.py,sha256=DPtuaAL94Be1JGuZdlxbnI82rF21PVhlOY5HqE_Cq8I,62801
|
|
672
676
|
pulumi_oci/database/__init__.py,sha256=TbvsgFRkvTw9PdDU7h0BQI888lpmOooIdL9UuMQ5waA,9241
|
673
677
|
pulumi_oci/database/_inputs.py,sha256=1ImW4rSj7tXWyVEZ64g0F9MxYYAGlwIk9G4tAlvEfik,1016938
|
674
678
|
pulumi_oci/database/application_vip.py,sha256=JDVVsM5IEweW_6ArMrPkNxc-ip4taGgoscVO448uUrE,29325
|
675
|
-
pulumi_oci/database/autonomous_container_database.py,sha256=
|
679
|
+
pulumi_oci/database/autonomous_container_database.py,sha256=oyi2j9RZfzK9yo-OmEpPzpc5V2om7DEKSLv3kOBQneU,164353
|
676
680
|
pulumi_oci/database/autonomous_container_database_dataguard_association.py,sha256=Vqr9H2dth2n-aRH0WozgJE33EijV3LzaQXyyfzla5uU,75512
|
677
681
|
pulumi_oci/database/autonomous_container_database_dataguard_association_operation.py,sha256=KdrGLo1fGVgJL4tpeiYMtjyAyIaWZ7oNCD_vKMof7A8,17941
|
678
682
|
pulumi_oci/database/autonomous_container_database_dataguard_role_change.py,sha256=yML8BbuREYzHrq1dVIYwGlZ5bFpsBVGpT_Y9m-CI4V0,12423
|
679
|
-
pulumi_oci/database/autonomous_database.py,sha256=
|
683
|
+
pulumi_oci/database/autonomous_database.py,sha256=Vvw15q7S0T4oPty_J7kPay8bWLUx6BLhcAo76L8US1w,490222
|
680
684
|
pulumi_oci/database/autonomous_database_backup.py,sha256=TMDev4UedzHcRjt5ZfjnoeC3-3OTA7rM4AaAtn_bvhA,43614
|
681
685
|
pulumi_oci/database/autonomous_database_instance_wallet_management.py,sha256=shw6-GEc4MzawcuhYyZCXXOTszzM-P1Of1wCDnjc8hc,18745
|
682
686
|
pulumi_oci/database/autonomous_database_regional_wallet_management.py,sha256=hmbYSqFq3LOc5hXDXtp56_Z8zaCpP2O6celvTcyR8tQ,15757
|
@@ -709,7 +713,7 @@ pulumi_oci/database/exadata_infrastructure.py,sha256=bcAHy0rM2d-vVCnLpunpzAUhFJx
|
|
709
713
|
pulumi_oci/database/exadata_infrastructure_compute.py,sha256=rTIYhQ97v5NTKi1ZzFTm9wSA2gVEzYV4OhHt6nBdIuo,75268
|
710
714
|
pulumi_oci/database/exadata_infrastructure_storage.py,sha256=EIP_JmPDmYXGjt_LcRevR2fDNec3nAjVWWMI0i4kcmo,51643
|
711
715
|
pulumi_oci/database/exadata_iorm_config.py,sha256=qusDf56exj7jL6d-ytbx4PRE_V9_ePcHYia5GfrU3p8,18218
|
712
|
-
pulumi_oci/database/exadb_vm_cluster.py,sha256=
|
716
|
+
pulumi_oci/database/exadb_vm_cluster.py,sha256=77UShEp-WwKOOkc13WiJZLJKyYLtlHJEG5vbK9hSvkQ,122974
|
713
717
|
pulumi_oci/database/exascale_db_storage_vault.py,sha256=aBOKBED_8m3KbTsr56SKYKgNtOTvmir54adGWOuJPBM,44356
|
714
718
|
pulumi_oci/database/external_container_database.py,sha256=fvnJ5JXPs68NtLCTU3z4QqAtvYaI8dlqlJJPJhv3zRw,38987
|
715
719
|
pulumi_oci/database/external_container_database_management.py,sha256=_wre8S7BPcZLq08n9PJfZh0pTGY93bOyggoec8kq-Kk,17730
|
@@ -726,14 +730,14 @@ pulumi_oci/database/external_pluggable_databases_stack_monitoring.py,sha256=v6DZ
|
|
726
730
|
pulumi_oci/database/get_application_vip.py,sha256=aZ_K12l1IZsAOZUp1pb0he0IuhPdQFor9969aT1OPNQ,11951
|
727
731
|
pulumi_oci/database/get_application_vips.py,sha256=IkELK4zMVS5J-R8LysmYNxCKK3crKeF3y_oTwo3MEOo,8584
|
728
732
|
pulumi_oci/database/get_autonomous_character_sets.py,sha256=PYoZrtSl03o16dxXgBlUKDmQ3h9-36GF5vLbO-lJskI,9184
|
729
|
-
pulumi_oci/database/get_autonomous_container_database.py,sha256=
|
733
|
+
pulumi_oci/database/get_autonomous_container_database.py,sha256=ypwBDi3dEy9k6PSB1eXX7T6F-34PsirNt3KVsOJKt10,54322
|
730
734
|
pulumi_oci/database/get_autonomous_container_database_dataguard_association.py,sha256=uIOmsyp4h2RRreig-MMxNQFENM9rVGQ7WxmHEMshWGA,27687
|
731
735
|
pulumi_oci/database/get_autonomous_container_database_dataguard_associations.py,sha256=t572N5q2X7gZMOJBYPREHDekZQrUrhrkzRZXPnQ_yK4,8669
|
732
736
|
pulumi_oci/database/get_autonomous_container_database_resource_usage.py,sha256=LOC6gXXjAWVFiyPj2az7aTMm-kF-Fh5iGe-0bNBigkQ,14353
|
733
737
|
pulumi_oci/database/get_autonomous_container_database_versions.py,sha256=9HE-ThIghRLY3gPOA5YQXqc3zy1ffrRqWwC1ZsGqOeg,8183
|
734
738
|
pulumi_oci/database/get_autonomous_container_databases.py,sha256=iJlx9-0MaxV8M3HSd3Fo-wwCxIUcewLv2ux7AgdSI7w,18903
|
735
739
|
pulumi_oci/database/get_autonomous_container_patches.py,sha256=FarcOzwvRktqTL-klNGowQmteusBjhsiFR1Ik8aApmc,9370
|
736
|
-
pulumi_oci/database/get_autonomous_database.py,sha256
|
740
|
+
pulumi_oci/database/get_autonomous_database.py,sha256=n0yoRaH-LjoIgkM4UF5rOD59witBPUwtC1mlyxo-xx8,123614
|
737
741
|
pulumi_oci/database/get_autonomous_database_backup.py,sha256=AFOGaqlIepz4vIH1-pFtqNRTS86pnt1XmItkBX49Qk4,20005
|
738
742
|
pulumi_oci/database/get_autonomous_database_backups.py,sha256=QNgjBjIo_KGANlXNB1FiMPqHchjgD1OFoO-2OBMIq5Y,11473
|
739
743
|
pulumi_oci/database/get_autonomous_database_dataguard_association.py,sha256=xPzVDdbxvW6wdCfcgeNvG4Drba-QLkahHDzfCtrFxCw,15280
|
@@ -860,7 +864,7 @@ pulumi_oci/database/get_vm_clusters.py,sha256=d7ChX_wXTaZvRQbdvO51tDbuCsEKPLS2G_
|
|
860
864
|
pulumi_oci/database/key_store.py,sha256=utkO4jzVMM59m0NEZdhHdqnIdGpJiNjrW8mQjF9dT4o,27789
|
861
865
|
pulumi_oci/database/maintenance_run.py,sha256=8ARRL5E_sID9VZe3D3Szdq4rcRcRgNN2NU6udQdyhyo,62143
|
862
866
|
pulumi_oci/database/oneoff_patch.py,sha256=WmKZ_CNZ6Ns_0s5kRuvyXeT8KgNx24L7oiRQG5CRn-Q,38954
|
863
|
-
pulumi_oci/database/outputs.py,sha256=
|
867
|
+
pulumi_oci/database/outputs.py,sha256=JY1WgZIS8FILixF8AzH8DFM1Vb9RyMtrf2nkMtts_n4,2418387
|
864
868
|
pulumi_oci/database/pluggable_database.py,sha256=OYwfbMsBO58xQigObXCmC9Qez3JJnjaz2blE4tmRrOg,75593
|
865
869
|
pulumi_oci/database/pluggable_database_managements_management.py,sha256=cmW6n0jUdviIoYQ5sHe_AwQWIEXpy8DS1W7fFnMJK2w,52897
|
866
870
|
pulumi_oci/database/pluggable_databases_local_clone.py,sha256=S0EmRLhANos9tiM_yFrDENRZWjiROIr6MorLJlC0qFw,51106
|
@@ -1047,8 +1051,8 @@ pulumi_oci/datacatalog/metastore.py,sha256=IonpdNSJZAmK8FFJqX9h_EZDDJrg7DAkjc-CT
|
|
1047
1051
|
pulumi_oci/datacatalog/outputs.py,sha256=MbzlzN64kBgrABMQdmOEUkh8AcOoZBkA7ud75J4UsHw,69938
|
1048
1052
|
pulumi_oci/dataflow/__init__.py,sha256=7ZsJyNDC6M94JA1AiJcVG7hppGNGQ2ccBLtMrPvhTbo,909
|
1049
1053
|
pulumi_oci/dataflow/_inputs.py,sha256=AB3Vx0eDzPpsjZ5JNY6Q2BWDQYmf8gBgaXFiotqvcqo,64149
|
1050
|
-
pulumi_oci/dataflow/application.py,sha256=
|
1051
|
-
pulumi_oci/dataflow/get_application.py,sha256=
|
1054
|
+
pulumi_oci/dataflow/application.py,sha256=nVITG6V3304afYEBN6C5DBIEVQ9r4gBSftTNMZeSW64,110770
|
1055
|
+
pulumi_oci/dataflow/get_application.py,sha256=k48jo-4QWVwqJUnzzG275AfBAj2DHmK1JDDGLFGc-Aw,29426
|
1052
1056
|
pulumi_oci/dataflow/get_applications.py,sha256=5Lq-2XRmH1D7CCfvSYREpDvHEVyRtW9I90dSZ-u_LY8,10718
|
1053
1057
|
pulumi_oci/dataflow/get_invoke_run.py,sha256=S1eIwfBRHPd5JY6QufayuTqHwvDZQZKl-G_0GnzzqyI,37054
|
1054
1058
|
pulumi_oci/dataflow/get_invoke_runs.py,sha256=Q2I_Udwp2wIx0Bsq3F0HUsMZDF1OdvtlrpCnu5if9lw,13566
|
@@ -1063,7 +1067,7 @@ pulumi_oci/dataflow/get_run_statements.py,sha256=0xfALs6eCxYvIuGw2n3VOhz7KpclX4c
|
|
1063
1067
|
pulumi_oci/dataflow/get_sql_endpoint.py,sha256=lTu45zh8dG6D_eI1emVbCSNjFuTwogzXWOO572aN-bQ,20557
|
1064
1068
|
pulumi_oci/dataflow/get_sql_endpoints.py,sha256=WtVQzBtdYbEbynq3XG0lr9Q7eBTVatN1X1rY4yv2fS4,9283
|
1065
1069
|
pulumi_oci/dataflow/invoke_run.py,sha256=-3TONTW_d6Si4iXuOnUj3IgpCA-zPK7L7mkfq86FtIU,124199
|
1066
|
-
pulumi_oci/dataflow/outputs.py,sha256=
|
1070
|
+
pulumi_oci/dataflow/outputs.py,sha256=jdOyYSlCxgwx_hhYgZ0Td4iRxBsd8hEwnK_Z1TdmPeU,194010
|
1067
1071
|
pulumi_oci/dataflow/pool.py,sha256=ChOnwFqz8zxt4JRIqeO2gkh-jevtW_BU-SFYt2PuZbM,42557
|
1068
1072
|
pulumi_oci/dataflow/private_endpoint.py,sha256=vUd1BVNf53ZjXrq12k_BknYHsdAOhm8jiO5VQWDaWzU,43567
|
1069
1073
|
pulumi_oci/dataflow/run_statement.py,sha256=1qlviaU5-X_U2I9Shfu2ctY-ZmqLNRdpV1Cw87r0UGE,16598
|
@@ -1297,11 +1301,11 @@ pulumi_oci/datasafe/unset_user_assessment_baseline.py,sha256=HBAS6RKPnM-XvQMu8GG
|
|
1297
1301
|
pulumi_oci/datasafe/unset_user_assessment_baseline_management.py,sha256=35cHHgSOwwXA7KzdBO0h_1q898gblxQZfz8icp2a8zU,12008
|
1298
1302
|
pulumi_oci/datasafe/user_assessment.py,sha256=zkPdEx1SRJAXFCPllotW0LV06l57leLb_z-73ElwKT4,58652
|
1299
1303
|
pulumi_oci/datascience/__init__.py,sha256=YUs9Sg1hYEkk_ORPN54BOFosvaeepgs8SelXVgSpgYc,1506
|
1300
|
-
pulumi_oci/datascience/_inputs.py,sha256=
|
1304
|
+
pulumi_oci/datascience/_inputs.py,sha256=LybtxKYo9oAosxnIl9V1Ge0kz8JArVmeUAwlhATdmVI,297673
|
1301
1305
|
pulumi_oci/datascience/get_fast_launch_job_configs.py,sha256=8vxxnygk-9Iiv213tAczVCZdDIOOqLzCrESiMGKtR6A,6226
|
1302
1306
|
pulumi_oci/datascience/get_job.py,sha256=rTHf2J_91ma5kbDET7ASjdY42NwYWQxMGzR5UmluA7E,19861
|
1303
|
-
pulumi_oci/datascience/get_job_run.py,sha256=
|
1304
|
-
pulumi_oci/datascience/get_job_runs.py,sha256=
|
1307
|
+
pulumi_oci/datascience/get_job_run.py,sha256=4b81Cd5JP5i0xk-YbQY5rwFxMPWGLqGwbp2vN8s7jwk,19162
|
1308
|
+
pulumi_oci/datascience/get_job_runs.py,sha256=99PylZwHPZtz9fEsu-13PPxAXWIT3iocaZ51mWdmtPo,10585
|
1305
1309
|
pulumi_oci/datascience/get_job_shapes.py,sha256=RWlimRA0XYwC625OCLt8SPkvxF6UsrXglSduc-OSIiA,5552
|
1306
1310
|
pulumi_oci/datascience/get_jobs.py,sha256=9n9D_lizqdC7VJJw2ot_YR_KRnALWXhhBeHDV3TDTF0,10535
|
1307
1311
|
pulumi_oci/datascience/get_model.py,sha256=xxaAWpXugN1W2kTzP4dQO5JKFLX8zcudGzLttKloZ0M,22325
|
@@ -1324,15 +1328,15 @@ pulumi_oci/datascience/get_private_endpoints.py,sha256=BEj3-NE5DMC8TZE3D8yJcF3G5
|
|
1324
1328
|
pulumi_oci/datascience/get_project.py,sha256=nQAnmTprYgEiBSoYDJYZyE9HY7jEHqw0-7hvwB4ESgU,10050
|
1325
1329
|
pulumi_oci/datascience/get_projects.py,sha256=pGd9wZj6QMuozZXjipr5QvZ5yGhBtRmzMONYdku3jpc,9645
|
1326
1330
|
pulumi_oci/datascience/job.py,sha256=CKx-OCPc-mnwV3yya9_ODyadwXkIGLH7jJpx2yXPq88,66918
|
1327
|
-
pulumi_oci/datascience/job_run.py,sha256=
|
1331
|
+
pulumi_oci/datascience/job_run.py,sha256=Ezk-s_mKsPjumrgDrPT_jgUMjj1y88OqRrXG4Ruj39U,58133
|
1328
1332
|
pulumi_oci/datascience/model.py,sha256=U0PIfUhQAb6Dgj09IZYwaWuvXN23_SVfCKLq6ujVfFQ,72296
|
1329
1333
|
pulumi_oci/datascience/model_artifact_export.py,sha256=qpoGIPU6izNwENI_B95Hhfr_XxyyPgEtszWpUHPFjpQ,13053
|
1330
1334
|
pulumi_oci/datascience/model_artifact_import.py,sha256=MazxhVf2vz69NjG5YSr3NT5OQW_1h82t3ifPIF9Uuq8,13518
|
1331
|
-
pulumi_oci/datascience/model_deployment.py,sha256
|
1335
|
+
pulumi_oci/datascience/model_deployment.py,sha256=-sWUvScp-jh__TSFQgIPf3knqQhMUGdYbCAE4MSsjFc,59961
|
1332
1336
|
pulumi_oci/datascience/model_provenance.py,sha256=bs0nhQLjbJPq48vn2itr1OdNENIDFYEVqt6Hzl3wG6s,24769
|
1333
1337
|
pulumi_oci/datascience/model_version_set.py,sha256=_04yCq42KZfpmwCeHn_o893-wERWTLxUxldeAIS6khA,31984
|
1334
1338
|
pulumi_oci/datascience/notebook_session.py,sha256=HHk9TueUZl2db4m__DO2XRscYdz_PAE5fuB3MqkfKHw,53685
|
1335
|
-
pulumi_oci/datascience/outputs.py,sha256=
|
1339
|
+
pulumi_oci/datascience/outputs.py,sha256=ZHGR4GRJPa9yQWcLU2_Dl9XEYf1lAgQu4LDRtc34cm8,623937
|
1336
1340
|
pulumi_oci/datascience/pipeline.py,sha256=CrgPTTlGIbq7gtvodD6nyFUFkba6KiCiHmvoflIiG38,55482
|
1337
1341
|
pulumi_oci/datascience/pipeline_run.py,sha256=ZCDY9jWX4QmgD037t-gV6FYKx5SUd5HJBGiBg-S-8_M,61515
|
1338
1342
|
pulumi_oci/datascience/private_endpoint.py,sha256=qw8MZiEbX3YLcTEmWhx57sWNoVAI9BodwGXfu20lsto,41007
|
@@ -1362,15 +1366,15 @@ pulumi_oci/demandsignal/get_occ_demand_signals.py,sha256=qgRdUfEZRKlm2dKbpAHrYYu
|
|
1362
1366
|
pulumi_oci/demandsignal/occ_demand_signal.py,sha256=P8xq9JeRvo-otM3jaJBEyc6d68yF0g2GM-m4zQM_XUU,35511
|
1363
1367
|
pulumi_oci/demandsignal/outputs.py,sha256=rl3UrM8OOY2cRUO2O8mbXn1-PQQuKZeeJQ0gvgLT9BM,25185
|
1364
1368
|
pulumi_oci/desktops/__init__.py,sha256=q-fySpbcf34D1wTkjYoyTh5h88che9ptnOT3e4wUdF0,543
|
1365
|
-
pulumi_oci/desktops/_inputs.py,sha256=
|
1366
|
-
pulumi_oci/desktops/desktop_pool.py,sha256=
|
1369
|
+
pulumi_oci/desktops/_inputs.py,sha256=yhL20iN6V3U0uMi6MBbKy2v9It4T97pw6BuXRfItz9Y,41651
|
1370
|
+
pulumi_oci/desktops/desktop_pool.py,sha256=py7ngRbVXkBBkkTWYv8bidct6cvjO0V-l4M9VNO9_DE,87419
|
1367
1371
|
pulumi_oci/desktops/get_desktop.py,sha256=H3c69VWyeW2Oq4Yrl3enBmseeysIdpe2BjV2zaMy38M,9707
|
1368
|
-
pulumi_oci/desktops/get_desktop_pool.py,sha256=
|
1372
|
+
pulumi_oci/desktops/get_desktop_pool.py,sha256=Wc1w-FVXiiL8ScxksjDk_-p8xHyK4UQun3bRSZQ-yh8,24316
|
1369
1373
|
pulumi_oci/desktops/get_desktop_pool_desktops.py,sha256=b4cfkrU2UvvTOslozLq44qF15aNgbr7u_NqPxH4D2KY,11110
|
1370
1374
|
pulumi_oci/desktops/get_desktop_pool_volumes.py,sha256=aAshPBwwAy84oP666hSwgbDlVfalizAPMeghAlyPaFU,11194
|
1371
1375
|
pulumi_oci/desktops/get_desktop_pools.py,sha256=Zo4A_UOm94gd3i3j6-WPGL4e4076uj2LOu4INkSMLrU,9871
|
1372
1376
|
pulumi_oci/desktops/get_desktops.py,sha256=4OY3Q6CVxQHEgZwDR4NxY2-Gm_Y56kEMVu0YopBb2T8,10508
|
1373
|
-
pulumi_oci/desktops/outputs.py,sha256
|
1377
|
+
pulumi_oci/desktops/outputs.py,sha256=-yzeT-OLW1pYIBNquzfbq9cJJHSeTjjmSe1t-G8gsmI,108933
|
1374
1378
|
pulumi_oci/devops/__init__.py,sha256=ogod3Nh4yEX5W_vhC8lVlVH9Tp8gPp6WkEFiEHRmndU,2458
|
1375
1379
|
pulumi_oci/devops/_inputs.py,sha256=NEDjMWesRDNDViNeLULunbKU5Q4pogcFPIN00DI4sL4,293496
|
1376
1380
|
pulumi_oci/devops/build_pipeline.py,sha256=KHilTVB9nFTdl_RPk-ekCG3yT0jJUXPHU8KQkkqkMrc,34139
|
@@ -1437,17 +1441,17 @@ pulumi_oci/devops/repository_ref.py,sha256=bTc2buZ6prz0O2i5QM1X0rhTKTnlBzUHhjDMi
|
|
1437
1441
|
pulumi_oci/devops/repository_setting.py,sha256=Zw8zRU91WKMdaiutsx3yXEeJ0C-Ya8VwCXgl8cKJYtM,19786
|
1438
1442
|
pulumi_oci/devops/trigger.py,sha256=PQ-x7FLvyhrsoJQAUEZBz4ifi2bjbiSf8DxEBITLtMA,41624
|
1439
1443
|
pulumi_oci/disasterrecovery/__init__.py,sha256=7KleD-hSyUzKkdXcRIDujms_xktRCUn-6DFX5pKrijo,614
|
1440
|
-
pulumi_oci/disasterrecovery/_inputs.py,sha256=
|
1441
|
-
pulumi_oci/disasterrecovery/dr_plan.py,sha256=
|
1444
|
+
pulumi_oci/disasterrecovery/_inputs.py,sha256=zP8UiEASl3ogmrjSay3ChpJjcQU9l-1Va-iaCYE9UNE,122358
|
1445
|
+
pulumi_oci/disasterrecovery/dr_plan.py,sha256=U_xQsIOHL_gMYCyxuwV4bFnKWHjJ7cciSZYIQ3pyjJ0,41481
|
1442
1446
|
pulumi_oci/disasterrecovery/dr_plan_execution.py,sha256=iFCybPffT1kDUwZRwQ-am-Na3-xt9oZYY0YgKAboHuY,43603
|
1443
1447
|
pulumi_oci/disasterrecovery/dr_protection_group.py,sha256=C43VAxhFodltPvxyJSSyNIFaVHT3ft6ZffrzGe95wfk,51702
|
1444
|
-
pulumi_oci/disasterrecovery/get_dr_plan.py,sha256=
|
1448
|
+
pulumi_oci/disasterrecovery/get_dr_plan.py,sha256=P-NoyhTkDcBpKUa8_d9A17Z9ask1q2mhirPHH_bGdZI,15892
|
1445
1449
|
pulumi_oci/disasterrecovery/get_dr_plan_execution.py,sha256=vumcNJQSuQx8ZCubuHjBOxDuXwxhmeLbWwBg8lG5MKA,18494
|
1446
1450
|
pulumi_oci/disasterrecovery/get_dr_plan_executions.py,sha256=g2gHpvR6Lhe_XFT0SOVG7n-pkA2Kr0ART9AYpvV3aTw,10056
|
1447
|
-
pulumi_oci/disasterrecovery/get_dr_plans.py,sha256=
|
1451
|
+
pulumi_oci/disasterrecovery/get_dr_plans.py,sha256=nMQwnpDvfBxff6qqA18xnA8eRRB3y5TTz-1sc2YEE6o,11283
|
1448
1452
|
pulumi_oci/disasterrecovery/get_dr_protection_group.py,sha256=4J8MZtjl8DvD0OX_kMfACLIPjf3pgpTINP9XCg8cyNk,15451
|
1449
1453
|
pulumi_oci/disasterrecovery/get_dr_protection_groups.py,sha256=Huom3Ompj_Z4XoVQATMB8QpMcOpdtJd8OhXQiG_noVo,12259
|
1450
|
-
pulumi_oci/disasterrecovery/outputs.py,sha256=
|
1454
|
+
pulumi_oci/disasterrecovery/outputs.py,sha256=jVQ9Qh7aKGchvtJURO5bokWbPEeJC5MEzgZt4C3oSDA,247532
|
1451
1455
|
pulumi_oci/dns/__init__.py,sha256=8nwbkg-1fxwoeYrAl3ruZqYBtc_dy5xkFcm5dglF1qo,1198
|
1452
1456
|
pulumi_oci/dns/_inputs.py,sha256=w4F1h-C5mUC66RU4_WIEoWZd1fev7MZfxVQ9MWTmDgE,148914
|
1453
1457
|
pulumi_oci/dns/action_create_zone_from_zone_file.py,sha256=9Y6pYq6JUBMsSszbY23MsykJB3pR7ndXxVg06OqD8NI,39915
|
@@ -1529,52 +1533,71 @@ pulumi_oci/filestorage/outbound_connector.py,sha256=gLfBwDsSjEuxjzW8cAB5ap1mvNvy
|
|
1529
1533
|
pulumi_oci/filestorage/outputs.py,sha256=8ORi38ykgGRxe-XJbf2Wd9RZNLwSYZm3gHHZtJw9wFo,192076
|
1530
1534
|
pulumi_oci/filestorage/replication.py,sha256=_X1rgxGjutgnQ8OY5_nEQYo2wgV9cYOFV8Egh9wrWgA,51036
|
1531
1535
|
pulumi_oci/filestorage/snapshot.py,sha256=ga_xBbnabrKx4P4pzJc04zNvcjbvtRzxeIC7QXOTK_Q,41106
|
1532
|
-
pulumi_oci/fleetappsmanagement/__init__.py,sha256=
|
1533
|
-
pulumi_oci/fleetappsmanagement/_inputs.py,sha256=
|
1534
|
-
pulumi_oci/fleetappsmanagement/
|
1535
|
-
pulumi_oci/fleetappsmanagement/
|
1536
|
-
pulumi_oci/fleetappsmanagement/
|
1537
|
-
pulumi_oci/fleetappsmanagement/
|
1538
|
-
pulumi_oci/fleetappsmanagement/
|
1539
|
-
pulumi_oci/fleetappsmanagement/
|
1540
|
-
pulumi_oci/fleetappsmanagement/
|
1541
|
-
pulumi_oci/fleetappsmanagement/
|
1542
|
-
pulumi_oci/fleetappsmanagement/
|
1543
|
-
pulumi_oci/fleetappsmanagement/
|
1544
|
-
pulumi_oci/fleetappsmanagement/
|
1545
|
-
pulumi_oci/fleetappsmanagement/
|
1546
|
-
pulumi_oci/fleetappsmanagement/
|
1547
|
-
pulumi_oci/fleetappsmanagement/
|
1548
|
-
pulumi_oci/fleetappsmanagement/
|
1549
|
-
pulumi_oci/fleetappsmanagement/
|
1550
|
-
pulumi_oci/fleetappsmanagement/
|
1551
|
-
pulumi_oci/fleetappsmanagement/
|
1552
|
-
pulumi_oci/fleetappsmanagement/
|
1553
|
-
pulumi_oci/fleetappsmanagement/
|
1554
|
-
pulumi_oci/fleetappsmanagement/
|
1555
|
-
pulumi_oci/fleetappsmanagement/
|
1556
|
-
pulumi_oci/fleetappsmanagement/
|
1557
|
-
pulumi_oci/fleetappsmanagement/
|
1558
|
-
pulumi_oci/fleetappsmanagement/
|
1559
|
-
pulumi_oci/fleetappsmanagement/
|
1560
|
-
pulumi_oci/fleetappsmanagement/
|
1561
|
-
pulumi_oci/fleetappsmanagement/
|
1562
|
-
pulumi_oci/fleetappsmanagement/
|
1536
|
+
pulumi_oci/fleetappsmanagement/__init__.py,sha256=3CY3llYOLwOKFIfAKn0wUk8bvsRvW8v_DQksc7PYZZI,2169
|
1537
|
+
pulumi_oci/fleetappsmanagement/_inputs.py,sha256=JmKNptY_91NiIfxXXHf8G-In-D7OpttHKpaLNyWFGzQ,268399
|
1538
|
+
pulumi_oci/fleetappsmanagement/compliance_policy_rule.py,sha256=i_sRMife0n2cV2TXiY9SMrKck42YB8nH3N2msU0nVr4,45843
|
1539
|
+
pulumi_oci/fleetappsmanagement/fleet.py,sha256=yKslu319eaYkXGOdcD00MD9WiQN0nRUd6NCQ5WL23VI,54446
|
1540
|
+
pulumi_oci/fleetappsmanagement/fleet_credential.py,sha256=Jir6S6tgpbDpRSHf2-1XuqzoJk6-hciypBJAPo7NFM4,28459
|
1541
|
+
pulumi_oci/fleetappsmanagement/fleet_property.py,sha256=tWQY3rkr_fjT3lU57ixUU5sMl4KN56C5afiXTVF5qno,24150
|
1542
|
+
pulumi_oci/fleetappsmanagement/fleet_resource.py,sha256=a7R573iCuYbYvyQPU-KgRxv57pVWKPup4MrOZJ8V5uw,36954
|
1543
|
+
pulumi_oci/fleetappsmanagement/get_announcements.py,sha256=xWzQjRiR5MtX84ZYGLn980Mt3RUjQCtl267r_-EvLeg,7167
|
1544
|
+
pulumi_oci/fleetappsmanagement/get_compliance_policies.py,sha256=7-Z4T6iTL6uzBVZqPw67advFcbl-4fKYZlFWIHJERzY,8708
|
1545
|
+
pulumi_oci/fleetappsmanagement/get_compliance_policy.py,sha256=bykdghMXzWI6_2zfLSKOLeAxa155w-MtOAexRD8Brr4,11072
|
1546
|
+
pulumi_oci/fleetappsmanagement/get_compliance_policy_rule.py,sha256=1R2Tua9NAkCinzigFQsdBrfxjozt9_rEjVVRMW_hU4s,15181
|
1547
|
+
pulumi_oci/fleetappsmanagement/get_compliance_policy_rules.py,sha256=aGOCn52D5VKYEc7mNIURiiTYbOLSTk78ZZwYq7itCUY,11486
|
1548
|
+
pulumi_oci/fleetappsmanagement/get_compliance_record_counts.py,sha256=ns24l5ZZG2khl2VykhqKfWI6AA_nImtNGW4xb0bphG8,6529
|
1549
|
+
pulumi_oci/fleetappsmanagement/get_compliance_records.py,sha256=6i_tzZT33ICH0RjXoCjVBc3dCVVi3jfj6necl-hIPSI,12286
|
1550
|
+
pulumi_oci/fleetappsmanagement/get_fleet.py,sha256=qUezNBuy-H2QW7yrMKDoVRQ70vB1zc5wnc1Zu_J0Zqs,18411
|
1551
|
+
pulumi_oci/fleetappsmanagement/get_fleet_compliance_report.py,sha256=Nl9N0czEFzioMIXmtaXLLbkCtEtaMtoe9Ayi9zDWOAM,6628
|
1552
|
+
pulumi_oci/fleetappsmanagement/get_fleet_credential.py,sha256=_Sn8ShF5UsuP7E_ATHov9n0-5lOgEwA7XrrhYqLQV0M,11426
|
1553
|
+
pulumi_oci/fleetappsmanagement/get_fleet_credentials.py,sha256=gXtfsxfFuzbUjJjsQ6bPbcEyPWFGE0Ko5p5xcR05FUM,12922
|
1554
|
+
pulumi_oci/fleetappsmanagement/get_fleet_products.py,sha256=wR8oZSO4gYW7fcM7VK9FhqfwEc_o9j75lrcWEfIH3Lg,10368
|
1555
|
+
pulumi_oci/fleetappsmanagement/get_fleet_properties.py,sha256=959gY-62m7AHtbgM3vNQ2GjhvvPYIETRfMRwOkgJDF4,9509
|
1556
|
+
pulumi_oci/fleetappsmanagement/get_fleet_property.py,sha256=bhZsxuq6WWYZ5KqnUiNTw450Yh5B6HXzMqx_YQWVPr4,11529
|
1557
|
+
pulumi_oci/fleetappsmanagement/get_fleet_resource.py,sha256=yZs03-GAPKAYNRKwI1i_fceX6hkTkHvvCFhI8D8CBvw,16901
|
1558
|
+
pulumi_oci/fleetappsmanagement/get_fleet_resources.py,sha256=HeExeE3chWInqdAyevPNAIgxCOnTyOVXrES89Ll1M5w,10607
|
1559
|
+
pulumi_oci/fleetappsmanagement/get_fleet_targets.py,sha256=z7F_d7W4A4tRXI5eXMlvTcZP7i6QZRjohoODNhedBZk,10049
|
1560
|
+
pulumi_oci/fleetappsmanagement/get_fleets.py,sha256=CH90o7ODj0vAbKooYWrZ-7ZHWeLN-iwrj-BG8SJxG9U,12736
|
1561
|
+
pulumi_oci/fleetappsmanagement/get_inventory_resources.py,sha256=kMpBZc-qc7FOJ2t-JCPS9cOnhHFOVcHcLGpTI8YSahw,17906
|
1562
|
+
pulumi_oci/fleetappsmanagement/get_maintenance_window.py,sha256=AXegmc9CqcmqCYzqQY_rbiuCvnCU6jpksGG3uhKhJfI,16407
|
1563
|
+
pulumi_oci/fleetappsmanagement/get_maintenance_windows.py,sha256=_V09JXLNw7IuwxVJsJNs0zJaweB5xertPokSu5VPCFg,10965
|
1564
|
+
pulumi_oci/fleetappsmanagement/get_managed_entity_counts.py,sha256=HlFIy9r0thRNRF7TYHw4Bpe69-B1EGKfZqrbXOgQ31E,6365
|
1565
|
+
pulumi_oci/fleetappsmanagement/get_onboarding_policies.py,sha256=MeYmuueAncQL4RfmriR1TKJqaeLete8b4qEO6LFsZKU,5121
|
1566
|
+
pulumi_oci/fleetappsmanagement/get_onboardings.py,sha256=8j_69eU-dfHhSmLXcQv2iNimXUdFqOgZWqPbQG1LlC8,7032
|
1567
|
+
pulumi_oci/fleetappsmanagement/get_patch.py,sha256=IV65uzIZ-CfogWk4G7DOU2qreFHAC1r7Xo91peXdl9E,14855
|
1568
|
+
pulumi_oci/fleetappsmanagement/get_patches.py,sha256=CjEIQuNM3E7ANkNwULzNURZG3IoXlEGngiO_wyXfekc,15839
|
1569
|
+
pulumi_oci/fleetappsmanagement/get_platform_configuration.py,sha256=FBMX9g4oTMEe_FwZ9DMglGnQZWbYGreeekdmpi7A1PQ,13138
|
1570
|
+
pulumi_oci/fleetappsmanagement/get_platform_configurations.py,sha256=VWPWRMLFOd5JlA5sX1MFKAAwYvENH29VnV9yait-7mY,10176
|
1571
|
+
pulumi_oci/fleetappsmanagement/get_properties.py,sha256=lS9ArWvcMLxw9MQtAS0BeFqpBlrEPSlFaUYOlA30cek,9237
|
1572
|
+
pulumi_oci/fleetappsmanagement/get_property.py,sha256=GUtUC8o4A3L_iHSHR9M0uMMkITEPMKBAhSbsFuqbYyM,12876
|
1573
|
+
pulumi_oci/fleetappsmanagement/get_runbook.py,sha256=07i_14JktB1GT8fA97JMPVXDU4hMhXEB7V9bf4cW0W0,15532
|
1574
|
+
pulumi_oci/fleetappsmanagement/get_runbooks.py,sha256=AlaMhs0SnQBOqouXI_LizjLRVVvWZT60xu-81Ukzw-I,12224
|
1575
|
+
pulumi_oci/fleetappsmanagement/get_scheduler_definition.py,sha256=iRqLE4QQMNI0_fG6UBTJQB2YBOmTtjhkPq4JF2zdyXg,20323
|
1576
|
+
pulumi_oci/fleetappsmanagement/get_scheduler_definition_scheduled_fleets.py,sha256=f_FlcXbYI2BjbQuz6JWpTdsz1-Z_00M5huYC1zh0b3s,9301
|
1577
|
+
pulumi_oci/fleetappsmanagement/get_scheduler_definitions.py,sha256=dG2-edy8BfIGlQbYMzqxMG5k1DbnpX1GZxJiMohsLLQ,13640
|
1578
|
+
pulumi_oci/fleetappsmanagement/get_scheduler_job_counts.py,sha256=L8qtDB7knY8lgR2Ps7EwoEcls1OPyqyoK5WGd0Yevyo,6305
|
1579
|
+
pulumi_oci/fleetappsmanagement/get_scheduler_job_job_activity_resources.py,sha256=O18xOuygbqJTAD8mmRzbsJo0TVMlk8T0nG0OaU5OtiI,11605
|
1580
|
+
pulumi_oci/fleetappsmanagement/get_scheduler_job_job_activity_steps.py,sha256=nHir1zd1LTCcsJyEMP9F_I_RiuoEdXnaHzYJ308QJxg,11324
|
1581
|
+
pulumi_oci/fleetappsmanagement/get_task_record.py,sha256=xQlKEd-dAYoo3SOfr6QrbmNopOcvaWigwFPAYlKD6t4,12493
|
1563
1582
|
pulumi_oci/fleetappsmanagement/get_task_records.py,sha256=SmLdURtsEXgEb2pZvaPwsF_dG3A3XsMEwymtOGCC-ds,9763
|
1564
|
-
pulumi_oci/fleetappsmanagement/maintenance_window.py,sha256=
|
1565
|
-
pulumi_oci/fleetappsmanagement/onboarding.py,sha256=
|
1566
|
-
pulumi_oci/fleetappsmanagement/outputs.py,sha256=
|
1567
|
-
pulumi_oci/fleetappsmanagement/
|
1568
|
-
pulumi_oci/fleetappsmanagement/
|
1583
|
+
pulumi_oci/fleetappsmanagement/maintenance_window.py,sha256=mpjkOdYYPhnf7J4JzOowKu_foNB0Bb2m2GIni6xsACM,46605
|
1584
|
+
pulumi_oci/fleetappsmanagement/onboarding.py,sha256=YNUWM0Pt1hY9k_T6iYYqW6MORPFgJEjndD57wKPZwSg,26967
|
1585
|
+
pulumi_oci/fleetappsmanagement/outputs.py,sha256=NhHhv6mNLs08j0rRIwYx5hzMOajyNaojxeCcX0IByyg,639222
|
1586
|
+
pulumi_oci/fleetappsmanagement/patch.py,sha256=0xvmxFld2b1qA721wwShYU0zFlEv1DGBefKiTOmUNAM,46425
|
1587
|
+
pulumi_oci/fleetappsmanagement/platform_configuration.py,sha256=n0y2QFDuM4SfiljcoRdsz9CY4sNHWNBrOPWxhKAiKLc,34383
|
1588
|
+
pulumi_oci/fleetappsmanagement/property.py,sha256=Mio0DqXYMblHlILwUyB75509cb-e72iyr_PIZ0FtWxY,30616
|
1589
|
+
pulumi_oci/fleetappsmanagement/runbook.py,sha256=OUkhwJhvgBZVW2yvpcxgVUievuFRjcGhpl62rdmGVbk,60205
|
1590
|
+
pulumi_oci/fleetappsmanagement/scheduler_definition.py,sha256=rcEkgFRSYyWVV_CxJj_NAvvKjau8nHOZWvLqHETYPSM,52394
|
1591
|
+
pulumi_oci/fleetappsmanagement/task_record.py,sha256=Jkl_rxNlt3gg8cGVD_I-HXPc64Y2i0Z6UR1sd7k6gr0,36220
|
1569
1592
|
pulumi_oci/fleetsoftwareupdate/__init__.py,sha256=pjI6H1538gr5ibAG9BxFd9PoYJIRZ_dACG1hvTouhYE,497
|
1570
1593
|
pulumi_oci/fleetsoftwareupdate/_inputs.py,sha256=Dc8bF4TckP1pgPS-lMZGyUd4EW_Xs5y8BpUV14GwZt8,37262
|
1571
|
-
pulumi_oci/fleetsoftwareupdate/fsu_collection.py,sha256=
|
1572
|
-
pulumi_oci/fleetsoftwareupdate/fsu_cycle.py,sha256=
|
1573
|
-
pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py,sha256=
|
1594
|
+
pulumi_oci/fleetsoftwareupdate/fsu_collection.py,sha256=mLmZO_CbbNDAlLB9Pn_XSjaYXDNIMk03QquSL5Phqs8,44075
|
1595
|
+
pulumi_oci/fleetsoftwareupdate/fsu_cycle.py,sha256=FLMWSkkWqeMb8Nurg0A9abqrX0D0SIwpxOb1cXao4IQ,75172
|
1596
|
+
pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py,sha256=unbVJnLAzOhF8MZ95m17pmZYL0bUA3NnGjWRTqPHPdo,15378
|
1574
1597
|
pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py,sha256=29gTo70pN8ZJ_zJZZtwGEZWCamD7jOKVmm88OEgDk0M,9176
|
1575
|
-
pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py,sha256=
|
1598
|
+
pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py,sha256=U-4IFsuArXzWeZjvUS9dtUO8YvQU3lYGs8dy5Y6oYL4,24273
|
1576
1599
|
pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py,sha256=vhNjqxt3RCs0W_wJTevRag9DM6VPY6_36QpLexuLFXQ,11631
|
1577
|
-
pulumi_oci/fleetsoftwareupdate/outputs.py,sha256
|
1600
|
+
pulumi_oci/fleetsoftwareupdate/outputs.py,sha256=tU_RI7_MoJI6BM8HyrAiYSjPaiVKmnxeUqQSUOt2GGI,90845
|
1578
1601
|
pulumi_oci/functions/__init__.py,sha256=tU-pJE4jEBX9z0lBXVdVAT7ImZSEx64sZB9YYWj2dys,1734
|
1579
1602
|
pulumi_oci/functions/_inputs.py,sha256=pCxX4AANTB5Vf4C7XRNHVWdQFPwerQxkFMb1MQo0npk,31311
|
1580
1603
|
pulumi_oci/functions/application.py,sha256=g3Re6b_rw0YlCwS6VycD6GOOB4OSl11YcA6RqMF1hh4,51534
|
@@ -1625,7 +1648,7 @@ pulumi_oci/generativeai/agent_agent_endpoint.py,sha256=veddW9LLJpznsRmUYi8kvXEgQ
|
|
1625
1648
|
pulumi_oci/generativeai/agent_data_ingestion_job.py,sha256=Dc1PJGYZxVVXxwYeV_--x6J3qIulDJltgsijuFt7ZO4,34760
|
1626
1649
|
pulumi_oci/generativeai/agent_data_source.py,sha256=CPWFp2nznlGpifLJQiuGcpfK7xjI5l9swHj8kEyWZIk,36864
|
1627
1650
|
pulumi_oci/generativeai/agent_knowledge_base.py,sha256=CJXrWGskoEKVUCErov7JpHpetDnoNAG0TU_i8q9lWsk,35076
|
1628
|
-
pulumi_oci/generativeai/dedicated_ai_cluster.py,sha256=
|
1651
|
+
pulumi_oci/generativeai/dedicated_ai_cluster.py,sha256=2smjq7aM6JAm4oWcIOKUfnYTwp0QMPeSOB2ADN35_C4,40467
|
1629
1652
|
pulumi_oci/generativeai/endpoint.py,sha256=wHQrK6vhbiPhCgt28XfA1Ys02uh5hWrYPXKo9xqBQAs,37632
|
1630
1653
|
pulumi_oci/generativeai/get_agent_agent.py,sha256=bfiCKHY_6CDlorIB8Uw7ic27TZF0JZF2KkCuKnJJOuE,12369
|
1631
1654
|
pulumi_oci/generativeai/get_agent_agent_endpoint.py,sha256=xF1JtyRGliT-IWSMDqzjDmoxQ2bl12PUze0mkTuwlOE,15965
|
@@ -1659,9 +1682,9 @@ pulumi_oci/globallydistributeddatabase/get_sharded_databases.py,sha256=4w20NqO8d
|
|
1659
1682
|
pulumi_oci/globallydistributeddatabase/outputs.py,sha256=IcxFQV4p6pjse3uTgmgFTM2xWiQRS9gz8lAcXcRJh18,96952
|
1660
1683
|
pulumi_oci/globallydistributeddatabase/private_endpoint.py,sha256=d6ZYahta1qdr0zmhxhKzbKECbluIrtgmjVHSwX3_DwI,39207
|
1661
1684
|
pulumi_oci/globallydistributeddatabase/sharded_database.py,sha256=YnILiz4cVq7dBZ0pIxbbh_g6VWkjr_vI8Sw7qbnHGno,123043
|
1662
|
-
pulumi_oci/goldengate/__init__.py,sha256=
|
1663
|
-
pulumi_oci/goldengate/_inputs.py,sha256=
|
1664
|
-
pulumi_oci/goldengate/connection.py,sha256=
|
1685
|
+
pulumi_oci/goldengate/__init__.py,sha256=OpUZaqa8pn-AfZNy5NMvKzfPzFaGXg3q5_h7CijYNNw,1606
|
1686
|
+
pulumi_oci/goldengate/_inputs.py,sha256=7UroytC8gh63tc_iXHosNfdCElZt5ncG7eb8x_BeJ-E,97485
|
1687
|
+
pulumi_oci/goldengate/connection.py,sha256=SndFuKfHx-1EfZQzXXtFlZ_oWXEretw0qV5732jNnRw,325862
|
1665
1688
|
pulumi_oci/goldengate/connection_assignment.py,sha256=XNtTILpAQjfNSYn6csr98gQIDCUXMyyv4kf72q_D7ck,20881
|
1666
1689
|
pulumi_oci/goldengate/database_registration.py,sha256=3yI6iEmAO6H-kkjqutqxizE79f6cEvdSpl1MiTYP1Fc,69571
|
1667
1690
|
pulumi_oci/goldengate/deployment.py,sha256=G4cxU49Rsz--LLmihTcGwetM6nQbtwbxSnQ3QHfcWwU,99894
|
@@ -1687,11 +1710,18 @@ pulumi_oci/goldengate/get_deployment_versions.py,sha256=0x7x8gfMr6LrlHNXYpggiOen
|
|
1687
1710
|
pulumi_oci/goldengate/get_deployments.py,sha256=iqX2SkbmUHf_uJVUA5n1PhrMFsYrTqy8VNsISRAqa9o,14669
|
1688
1711
|
pulumi_oci/goldengate/get_message.py,sha256=vsUScVExkTrFGjzyMPloP_w3DOq91__Ofzqn9XiEV9c,4641
|
1689
1712
|
pulumi_oci/goldengate/get_messages.py,sha256=rFZtYD39Jvb4Uw8UIK55YlPJcilTiiGhskblgxR_6ZQ,5896
|
1713
|
+
pulumi_oci/goldengate/get_pipeline.py,sha256=osZMLpuRngcsmaoCRuIQ0Qwo23wJnAEmP84P6eaiARw,18712
|
1714
|
+
pulumi_oci/goldengate/get_pipeline_running_processes.py,sha256=SD5QYMEwoJfF0JGNIekpPWPJ2mEAyT83X30x1ON5ZYI,6505
|
1715
|
+
pulumi_oci/goldengate/get_pipeline_schema_tables.py,sha256=pdWW4XVMv2qdqdzmEZ_uVa68joHEeFetYL1sesgB8SA,10182
|
1716
|
+
pulumi_oci/goldengate/get_pipeline_schemas.py,sha256=HzrkXprnTmuzNaIU_t88yqtDfPzkDW9Bj-HhoJF2pK4,7061
|
1717
|
+
pulumi_oci/goldengate/get_pipelines.py,sha256=3DDV55fmSNl2BFkYkjdhA1O0wlIv9bPh4jGjhxciKkM,9602
|
1718
|
+
pulumi_oci/goldengate/get_recipes.py,sha256=jm5ENfp1kmgjjxiXfI3GKQA0lTitXWOgRh8kve_jKnk,8279
|
1690
1719
|
pulumi_oci/goldengate/get_trail_file.py,sha256=NAOPzj12Gby708lnfIK8LMgHpmmgvZqbSFyYvZRFalY,7383
|
1691
|
-
pulumi_oci/goldengate/get_trail_files.py,sha256=
|
1720
|
+
pulumi_oci/goldengate/get_trail_files.py,sha256=ytBS9ypv5JB_2yzrKAZNb-H6vBoK6M441xelitY8fSo,7955
|
1692
1721
|
pulumi_oci/goldengate/get_trail_sequence.py,sha256=-VpjFnSf-1CZAaa6EW9kQJPwvCsJW8oPWFDFmLv0NPQ,8597
|
1693
|
-
pulumi_oci/goldengate/get_trail_sequences.py,sha256=
|
1694
|
-
pulumi_oci/goldengate/outputs.py,sha256=
|
1722
|
+
pulumi_oci/goldengate/get_trail_sequences.py,sha256=qIT6KcCTC6RpYhkN68O8YLxSHFpt2Lw-ohK5O59dGPo,9255
|
1723
|
+
pulumi_oci/goldengate/outputs.py,sha256=f3JQ6XwJkvd8QEvQ5InDEGzMzGVg8MCL9_FkfyZmAf0,365093
|
1724
|
+
pulumi_oci/goldengate/pipeline.py,sha256=LmMq1eI-2NbNMxRu0LEvmPFvnpMi_MzsxgKz7NpX-6c,49207
|
1695
1725
|
pulumi_oci/healthchecks/__init__.py,sha256=PJnzYouMBWUvQ3Du18Ga3ztCAO2ekzXs2E8fPG4C0XU,662
|
1696
1726
|
pulumi_oci/healthchecks/_inputs.py,sha256=ak61T7VVp0CrgPcfw-62NcEb54Orb3-QC68cVDQkbew,7330
|
1697
1727
|
pulumi_oci/healthchecks/get_http_monitor.py,sha256=_MVGhKWTK7mqodkAZC_aicYshHqMqdfaj5IN7w35bms,14460
|
@@ -2775,7 +2805,7 @@ pulumi_oci/servicemesh/virtual_deployment.py,sha256=rAGwx9QMk2_-LDkbZekfYU8KC2lO
|
|
2775
2805
|
pulumi_oci/servicemesh/virtual_service.py,sha256=5WpZpHDW5GlnycUQtgyLPycu07xq_-SlPGrBT8Z_2zU,40574
|
2776
2806
|
pulumi_oci/servicemesh/virtual_service_route_table.py,sha256=YiiUozAMXpBMv8FTBJg5XjlSUgGgMTfvJxQ5LBozkY8,38210
|
2777
2807
|
pulumi_oci/stackmonitoring/__init__.py,sha256=9GqAAjxHvHbgmTBDRAoCaWr02XgNRgUmqhE_iMXT1ac,1788
|
2778
|
-
pulumi_oci/stackmonitoring/_inputs.py,sha256=
|
2808
|
+
pulumi_oci/stackmonitoring/_inputs.py,sha256=JoLsQqjABgg64n0Qpg2PWYBm1Y3LHUEaKzfs1_cOi6s,218329
|
2779
2809
|
pulumi_oci/stackmonitoring/baselineable_metric.py,sha256=faNGTuFC0fMUv5XVXhNMXHnEAQtZxxRn6VUdYmCJWpM,30746
|
2780
2810
|
pulumi_oci/stackmonitoring/config.py,sha256=mqQMC1xeyIWRdgLzjuSlIqBuvthgDoiz17JHfLEyC_0,31449
|
2781
2811
|
pulumi_oci/stackmonitoring/discovery_job.py,sha256=YqADrl03OMF5b5y4S16BLLgoaBPYOkVzJz5WOc2V2XU,37147
|
@@ -2790,7 +2820,7 @@ pulumi_oci/stackmonitoring/get_discovery_jobs.py,sha256=pg4L0a1Te7GZ7J9jlvpvHH9Z
|
|
2790
2820
|
pulumi_oci/stackmonitoring/get_maintenance_window.py,sha256=eShZoMeAaost04xAx8kOGxsGwSW4SlCT2C4YE9bDeuE,10919
|
2791
2821
|
pulumi_oci/stackmonitoring/get_maintenance_windows.py,sha256=WNbmfUB_r798wsQp33rHsrBJ3immb5xdnokao95wjxw,9315
|
2792
2822
|
pulumi_oci/stackmonitoring/get_metric_extension.py,sha256=PyTfFDDQcRh_RYkXFaPpcMLi6PUoMVnwstUXe7W9Uc0,17378
|
2793
|
-
pulumi_oci/stackmonitoring/get_metric_extensions.py,sha256=
|
2823
|
+
pulumi_oci/stackmonitoring/get_metric_extensions.py,sha256=1cCpb_iW-jg4B4WOlweEsmT_fbA6KLeHraeQMSAG1zo,12567
|
2794
2824
|
pulumi_oci/stackmonitoring/get_monitored_resource.py,sha256=0MvjvHpx4nTKcaEMqQrNvYpNk1Aoh-xlFdYP0xW7uAc,21057
|
2795
2825
|
pulumi_oci/stackmonitoring/get_monitored_resource_task.py,sha256=z4p4xmlxLYN_yvbfzXGWJPIbUqqVuMi88iPy3TG8vuk,12342
|
2796
2826
|
pulumi_oci/stackmonitoring/get_monitored_resource_tasks.py,sha256=6OZXgTcc7KO3hXeJKlp1jZcWyjcVtpViHe2avQTbmpM,7691
|
@@ -2802,7 +2832,7 @@ pulumi_oci/stackmonitoring/get_process_sets.py,sha256=Ss0gD6OLWw-Ui2YR-ZagJcHt4b
|
|
2802
2832
|
pulumi_oci/stackmonitoring/maintenance_window.py,sha256=tA4JSqrnphawAs4hW7GU7w3vuTO6c3vNdV9lid70f8E,25323
|
2803
2833
|
pulumi_oci/stackmonitoring/maintenance_windows_retry_failed_operation.py,sha256=9YsCa7mLOP3-RTYBTivN3WDv4w4TaX_d4Speui-OQ-g,10391
|
2804
2834
|
pulumi_oci/stackmonitoring/maintenance_windows_stop.py,sha256=z1W5jGu9MwQtSQ775dBXxiQSqwbxDY3rWxVGqmNjsv0,9655
|
2805
|
-
pulumi_oci/stackmonitoring/metric_extension.py,sha256=
|
2835
|
+
pulumi_oci/stackmonitoring/metric_extension.py,sha256=NeiA1OoZelf-mnM5fFcc37F4e6lWJRFIr6mtuFKwcdU,52305
|
2806
2836
|
pulumi_oci/stackmonitoring/metric_extension_metric_extension_on_given_resources_management.py,sha256=yL39UjcaJc0NnzYIH2QfqtLfqWbt5CziwxfqdynG76w,16552
|
2807
2837
|
pulumi_oci/stackmonitoring/metric_extensions_test_management.py,sha256=Q3lFMIVw0eXApfdHRrURlSbgi2wjuaEWSmFlbaFB6FE,16863
|
2808
2838
|
pulumi_oci/stackmonitoring/monitored_resource.py,sha256=w7TOrrei7LV_J1Xj6zqUMxoBqfGR2R7qmbiZeLpl7eo,80261
|
@@ -2812,7 +2842,7 @@ pulumi_oci/stackmonitoring/monitored_resources_associate_monitored_resource.py,s
|
|
2812
2842
|
pulumi_oci/stackmonitoring/monitored_resources_list_member.py,sha256=NHtXiUqrjUE7TcoD7YkZoZ-SCVYW_PaXhC9OHI9y1Tg,16987
|
2813
2843
|
pulumi_oci/stackmonitoring/monitored_resources_search.py,sha256=LInVSwWYp3gstzEpBpIgXH3mXMTnG-ZrahyrfFFTyDw,84497
|
2814
2844
|
pulumi_oci/stackmonitoring/monitored_resources_search_association.py,sha256=0wcyIgMMU-NM3O0QE4KrfiHZjUGpIwil4XMP1USmfUU,29692
|
2815
|
-
pulumi_oci/stackmonitoring/outputs.py,sha256=
|
2845
|
+
pulumi_oci/stackmonitoring/outputs.py,sha256=mbO1lXWqHBBQJEXF-COoZIUCUri54BbjROsfwQMeFkw,364036
|
2816
2846
|
pulumi_oci/stackmonitoring/process_set.py,sha256=DXdoq-a7RebH80WVtrXRc-UgMTeAqWKo3MR3HlHn6Po,26324
|
2817
2847
|
pulumi_oci/streaming/__init__.py,sha256=qUfMEOAARn0aZo_vquKVA6NeGypfQ3nRHuEY5NKEThM,582
|
2818
2848
|
pulumi_oci/streaming/_inputs.py,sha256=8jSokMMKuMb7gTAC-ct2lkxJ3LMzhmVerz1bcCAYqIw,16548
|
@@ -2855,12 +2885,12 @@ pulumi_oci/vbs/get_inst_vbs_instances.py,sha256=oVACKjJbemhd6HZBFiM6ZWTaTX9i8-V5
|
|
2855
2885
|
pulumi_oci/vbs/inst_vbs_instance.py,sha256=OIiSp3y5XqNH4yejtff8GDxXRt4UTqNQ7uv5LZWuAC8,35465
|
2856
2886
|
pulumi_oci/vbs/outputs.py,sha256=zPYJC_gpKcUTYPYnSLLmVEoTHyX-fRc9Q2vJYM1nJ2Y,9320
|
2857
2887
|
pulumi_oci/visualbuilder/__init__.py,sha256=_-OX-bR9j1iwNa4wpmZ3qZzzInQbV3WQD89vZ5Ens2M,448
|
2858
|
-
pulumi_oci/visualbuilder/_inputs.py,sha256=
|
2859
|
-
pulumi_oci/visualbuilder/get_vb_instance.py,sha256=
|
2888
|
+
pulumi_oci/visualbuilder/_inputs.py,sha256=LgVKuI03ZWycNG1twl1AOkVxh4CVi7JSMbYiCJqqOIQ,12955
|
2889
|
+
pulumi_oci/visualbuilder/get_vb_instance.py,sha256=nTUQ4aEqq0GePJKRToIcvXZdltud_MsciihI2jYeLhA,18321
|
2860
2890
|
pulumi_oci/visualbuilder/get_vb_instance_applications.py,sha256=7FYzyO0xx01OWo_69aw2sAkfurLjeeWQaatgNwRHbwo,6496
|
2861
2891
|
pulumi_oci/visualbuilder/get_vb_instances.py,sha256=r6Vu9uytxZHQkiBi4vEUZ7ewOX6EImEgc1wdUEdd_RY,7864
|
2862
|
-
pulumi_oci/visualbuilder/outputs.py,sha256=
|
2863
|
-
pulumi_oci/visualbuilder/vb_instance.py,sha256=
|
2892
|
+
pulumi_oci/visualbuilder/outputs.py,sha256=MO-cx5ejmjWqsMueQoTQF11VL5Ccjx3B0nSsv7dfqDY,34935
|
2893
|
+
pulumi_oci/visualbuilder/vb_instance.py,sha256=o8VusRQ5rwuQb6s0Ew21DMdiDogGWQFZlURcX2iW8Hc,53786
|
2864
2894
|
pulumi_oci/vnmonitoring/__init__.py,sha256=OxQ2ge12nUXNLNX4-AYv25d9BNmoAeA5KtOjmlhGiQs,453
|
2865
2895
|
pulumi_oci/vnmonitoring/_inputs.py,sha256=7jSrGVQLi8a2RLUDqeR_OB_i415BG_FBIuX6doBAD2w,55760
|
2866
2896
|
pulumi_oci/vnmonitoring/get_path_analyzer_test.py,sha256=xEhUIIeHjoUzLLLEaT2SI0YmmEyx_1d6KGCh8q3WK9Y,13616
|
@@ -2938,7 +2968,7 @@ pulumi_oci/zpr/get_zpr_policies.py,sha256=xRhJl8bBol1fMs5EXtqBuTMajSv3v0tm1A0a0B
|
|
2938
2968
|
pulumi_oci/zpr/get_zpr_policy.py,sha256=Zx42tYwAMM6gOiNIREiyxZyMA5Gy1aAMsFHAR-zf8bg,11465
|
2939
2969
|
pulumi_oci/zpr/outputs.py,sha256=bLQC7_On52bzTOlKVC9oF2CSxcSo7CiwTmOkBNy7MD4,8943
|
2940
2970
|
pulumi_oci/zpr/zpr_policy.py,sha256=kRQiN_Fg_m8N1oVD93ktqQhhXv8z8y08nBKuypB_t3k,32563
|
2941
|
-
pulumi_oci-2.
|
2942
|
-
pulumi_oci-2.
|
2943
|
-
pulumi_oci-2.
|
2944
|
-
pulumi_oci-2.
|
2971
|
+
pulumi_oci-2.20.0.dist-info/METADATA,sha256=2I1696jnjkPla-bEtfkQu6PsI2lRiVG3DXilwXG8Phc,3954
|
2972
|
+
pulumi_oci-2.20.0.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
2973
|
+
pulumi_oci-2.20.0.dist-info/top_level.txt,sha256=0k-nWr_IdDNVF3qcT4ALORmmu1SNCLxWZfHDMN7TWsg,11
|
2974
|
+
pulumi_oci-2.20.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|