pulumi-oci 2.4.0a1721890421__py3-none-any.whl → 2.5.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 +78 -32
- pulumi_oci/_utilities.py +2 -0
- pulumi_oci/apmsynthetics/_inputs.py +457 -1
- pulumi_oci/apmsynthetics/config.py +172 -7
- pulumi_oci/apmsynthetics/get_monitor.py +42 -3
- pulumi_oci/apmsynthetics/get_monitors.py +2 -2
- pulumi_oci/apmsynthetics/outputs.py +1129 -9
- pulumi_oci/bigdataservice/bds_instance.py +47 -0
- pulumi_oci/bigdataservice/get_bds_instance.py +11 -1
- pulumi_oci/bigdataservice/outputs.py +7 -0
- pulumi_oci/core/__init__.py +3 -0
- pulumi_oci/core/_inputs.py +48 -8
- pulumi_oci/core/get_instance_maintenance_event.py +414 -0
- pulumi_oci/core/get_instance_maintenance_events.py +250 -0
- pulumi_oci/core/instance_maintenance_event.py +1022 -0
- pulumi_oci/core/outputs.py +338 -8
- pulumi_oci/database/_inputs.py +16 -0
- pulumi_oci/database/autonomous_database.py +111 -9
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +7 -25
- pulumi_oci/database/cloud_exadata_infrastructure.py +66 -17
- pulumi_oci/database/cloud_vm_cluster.py +49 -0
- pulumi_oci/database/database.py +0 -96
- pulumi_oci/database/get_autonomous_database.py +38 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +14 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +14 -1
- pulumi_oci/database/get_key_store.py +11 -1
- pulumi_oci/database/key_store.py +34 -0
- pulumi_oci/database/outputs.py +115 -0
- pulumi_oci/databasemigration/_inputs.py +184 -0
- pulumi_oci/databasemigration/job.py +99 -24
- pulumi_oci/databasemigration/outputs.py +171 -0
- pulumi_oci/datasafe/__init__.py +3 -4
- pulumi_oci/datasafe/_inputs.py +185 -0
- pulumi_oci/datasafe/alert.py +56 -0
- pulumi_oci/datasafe/alert_policy.py +745 -0
- pulumi_oci/datasafe/alert_policy_rule.py +446 -0
- pulumi_oci/datasafe/discovery_mod.py +67 -38
- pulumi_oci/datasafe/get_alert.py +27 -1
- pulumi_oci/datasafe/get_alert_policy.py +26 -2
- pulumi_oci/datasafe/get_alert_policy_rule.py +94 -18
- pulumi_oci/datasafe/get_audit_events.py +2 -2
- pulumi_oci/datasafe/get_discovery_job.py +15 -1
- pulumi_oci/datasafe/get_report.py +15 -2
- pulumi_oci/datasafe/get_report_definition.py +15 -2
- pulumi_oci/datasafe/get_reports.py +43 -1
- pulumi_oci/datasafe/get_security_assessment.py +14 -1
- pulumi_oci/datasafe/get_security_assessment_finding.py +16 -3
- pulumi_oci/datasafe/get_security_assessment_findings.py +21 -3
- pulumi_oci/datasafe/get_sensitive_data_model.py +15 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_types.py +153 -0
- pulumi_oci/datasafe/get_target_alert_policy_association.py +15 -2
- pulumi_oci/datasafe/get_user_assessment.py +14 -1
- pulumi_oci/datasafe/outputs.py +761 -33
- pulumi_oci/datasafe/report.py +32 -4
- pulumi_oci/datasafe/report_definition.py +32 -4
- pulumi_oci/datasafe/security_assessment.py +49 -0
- pulumi_oci/datasafe/sensitive_data_model.py +60 -3
- pulumi_oci/datasafe/target_alert_policy_association.py +28 -0
- pulumi_oci/datasafe/unset_security_assessment_baseline.py +69 -16
- pulumi_oci/datasafe/unset_user_assessment_baseline.py +58 -5
- pulumi_oci/datasafe/user_assessment.py +49 -0
- pulumi_oci/fleetsoftwareupdate/__init__.py +15 -0
- pulumi_oci/fleetsoftwareupdate/_inputs.py +553 -0
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +514 -0
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +812 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +225 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +141 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +325 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +167 -0
- pulumi_oci/fleetsoftwareupdate/outputs.py +1481 -0
- pulumi_oci/generativeai/get_dedicated_ai_cluster.py +3 -0
- pulumi_oci/generativeai/get_dedicated_ai_clusters.py +3 -0
- pulumi_oci/generativeai/get_endpoint.py +6 -9
- pulumi_oci/generativeai/get_endpoints.py +3 -3
- pulumi_oci/generativeai/get_model.py +36 -6
- pulumi_oci/generativeai/get_models.py +6 -0
- pulumi_oci/generativeai/outputs.py +228 -16
- pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
- pulumi_oci/globallydistributeddatabase/_inputs.py +1003 -0
- pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +300 -0
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +176 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +610 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +176 -0
- pulumi_oci/globallydistributeddatabase/outputs.py +2058 -0
- pulumi_oci/globallydistributeddatabase/private_endpoint.py +742 -0
- pulumi_oci/globallydistributeddatabase/sharded_database.py +1816 -0
- pulumi_oci/identity/__init__.py +3 -0
- pulumi_oci/identity/_inputs.py +1029 -0
- pulumi_oci/identity/domains_social_identity_provider.py +4628 -0
- pulumi_oci/identity/get_domains_social_identity_provider.py +664 -0
- pulumi_oci/identity/get_domains_social_identity_providers.py +276 -0
- pulumi_oci/identity/outputs.py +19544 -17378
- pulumi_oci/integration/_inputs.py +0 -2
- pulumi_oci/integration/get_integration_instance.py +0 -1
- pulumi_oci/integration/integration_instance.py +0 -27
- pulumi_oci/integration/outputs.py +4 -12
- pulumi_oci/networkfirewall/__init__.py +3 -0
- pulumi_oci/networkfirewall/_inputs.py +150 -0
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rule.py +227 -0
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rules.py +167 -0
- pulumi_oci/networkfirewall/network_firewall_policy_tunnel_inspection_rule.py +605 -0
- pulumi_oci/networkfirewall/outputs.py +457 -0
- pulumi_oci/opsi/_inputs.py +8 -8
- pulumi_oci/opsi/database_insight.py +71 -15
- pulumi_oci/opsi/get_database_insight.py +29 -3
- pulumi_oci/opsi/get_database_insights.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridges.py +2 -2
- pulumi_oci/opsi/get_host_insight.py +1 -4
- pulumi_oci/opsi/get_host_insights.py +3 -3
- pulumi_oci/opsi/get_news_report.py +1 -1
- pulumi_oci/opsi/get_news_reports.py +3 -3
- pulumi_oci/opsi/get_operations_insights_private_endpoint.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoints.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse.py +7 -7
- pulumi_oci/opsi/get_operations_insights_warehouse_user.py +2 -2
- pulumi_oci/opsi/get_operations_insights_warehouses.py +5 -5
- pulumi_oci/opsi/host_insight.py +6 -14
- pulumi_oci/opsi/news_report.py +2 -2
- pulumi_oci/opsi/operations_insights_private_endpoint.py +9 -9
- pulumi_oci/opsi/operations_insights_warehouse.py +17 -17
- pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +14 -14
- pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +7 -7
- pulumi_oci/opsi/operations_insights_warehouse_user.py +14 -14
- pulumi_oci/opsi/outputs.py +46 -24
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/redis/get_redis_cluster.py +1 -1
- pulumi_oci/redis/outputs.py +2 -2
- pulumi_oci/redis/redis_cluster.py +7 -7
- pulumi_oci/stackmonitoring/_inputs.py +2 -2
- pulumi_oci/stackmonitoring/baselineable_metric.py +76 -28
- pulumi_oci/stackmonitoring/get_baselineable_metric.py +14 -1
- pulumi_oci/stackmonitoring/get_baselineable_metrics.py +45 -5
- pulumi_oci/stackmonitoring/outputs.py +19 -8
- {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/RECORD +137 -111
- {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/WHEEL +1 -1
- pulumi_oci/datasafe/masking_policy_health_report_management.py +0 -453
- pulumi_oci/datasafe/masking_report_management.py +0 -693
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
- {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
|
-
pulumi_oci/__init__.py,sha256=
|
2
|
-
pulumi_oci/_utilities.py,sha256=
|
1
|
+
pulumi_oci/__init__.py,sha256=lZYGRDcpPab6q-LmAqSZpFXP1elNkQwuJW0siPA2MVw,161259
|
2
|
+
pulumi_oci/_utilities.py,sha256=aNnnaO6zRha3FhNHonuabR4fJLWGXANtK5dlh1Mz95k,10506
|
3
3
|
pulumi_oci/provider.py,sha256=9MXW-Zeh5jJ_T7w9PgSlFcu0s4_tylBZIVYdFLmo_fU,23922
|
4
|
-
pulumi_oci/pulumi-plugin.json,sha256=
|
4
|
+
pulumi_oci/pulumi-plugin.json,sha256=i27Le-amGLgNIAKtFNQtHsQr7RDmS9lDqTXvBr3nYOU,62
|
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=nMRnDJd64H5GAJ9ybIPjR9fsDdJFyCdHYBir_ADSrT4,53283
|
@@ -130,13 +130,13 @@ pulumi_oci/apmconfig/get_config.py,sha256=Fic7zzj4yk6EOrTCQrGiWP9ZDRM1Il7zfGhrzR
|
|
130
130
|
pulumi_oci/apmconfig/get_configs.py,sha256=dfzXcplRi_c9gD15Z1QnsDUeCBNJrY1tx9aDFnK3s7A,15091
|
131
131
|
pulumi_oci/apmconfig/outputs.py,sha256=dMCtE8fPxnNGmL97ykhCh0md5nLCesFrZSeEFWYXu-Y,44248
|
132
132
|
pulumi_oci/apmsynthetics/__init__.py,sha256=eGXPOye9LfXD1A8OBdfKYLWRO6diuIR5fBl5dnr4Mpc,964
|
133
|
-
pulumi_oci/apmsynthetics/_inputs.py,sha256=
|
134
|
-
pulumi_oci/apmsynthetics/config.py,sha256=
|
133
|
+
pulumi_oci/apmsynthetics/_inputs.py,sha256=HhVIq7pQs69Qqugc-uxoKIfH0wKt2yIpHlHZFP9CH4k,104182
|
134
|
+
pulumi_oci/apmsynthetics/config.py,sha256=Tn361TiacrGRecNENKCE4xxwc6T8-8jukBSzvzFU3Xo,92907
|
135
135
|
pulumi_oci/apmsynthetics/dedicated_vantage_point.py,sha256=5VapJfBcYk9RUGH-mIYKGIik352EruKsxLg5wBfoOm8,31847
|
136
136
|
pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py,sha256=zNK5gifBAECcy3xZI0PQ9ta6uha-b2qdz0_e9_MrTlU,11096
|
137
137
|
pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py,sha256=aTfaEaaevRBslKBmEimSdmbmViIhJgtZJ7wxLCJEjWc,8351
|
138
|
-
pulumi_oci/apmsynthetics/get_monitor.py,sha256
|
139
|
-
pulumi_oci/apmsynthetics/get_monitors.py,sha256=
|
138
|
+
pulumi_oci/apmsynthetics/get_monitor.py,sha256=-CWYWFllPAZyJQhZOyNuXINkKX5LJD7HDqJ0xFgbc3E,20524
|
139
|
+
pulumi_oci/apmsynthetics/get_monitors.py,sha256=UleUZBfjHoldq9Y0oGgChTfKu_ydDmZfL7LjAkRJRFY,12208
|
140
140
|
pulumi_oci/apmsynthetics/get_on_premise_vantage_point.py,sha256=4m8et8RdEUm3-lUWcY8QdtQZZOwJGFnP2D36vs_qkNs,10326
|
141
141
|
pulumi_oci/apmsynthetics/get_on_premise_vantage_point_worker.py,sha256=5QlrRdq4s6o1kyPq9XaUOsCjeoipp24YTqZNmJDL1ds,17542
|
142
142
|
pulumi_oci/apmsynthetics/get_on_premise_vantage_point_workers.py,sha256=j_GsxTL4BfJRXrFi2voJt-g98D-djRMtuYGy9fo7_rk,10573
|
@@ -148,7 +148,7 @@ pulumi_oci/apmsynthetics/get_vantage_point.py,sha256=rJ8dnP2Usei1YF_ReYhLGSYEAaO
|
|
148
148
|
pulumi_oci/apmsynthetics/get_vantage_points.py,sha256=n1pLQY2m4DeaySr8AtqwtzczAkWJbvqyD-Q2Fm-UOtM,6965
|
149
149
|
pulumi_oci/apmsynthetics/on_premise_vantage_point.py,sha256=cBNrQTEJZckGmVqtgj1borC7hW1Bt5Ij-3oOS2lckMM,27431
|
150
150
|
pulumi_oci/apmsynthetics/on_premise_vantage_point_worker.py,sha256=G0JNw3JQcdFbJbNn7iLgxkzOVUperbmcg2MfJs1ixVs,50093
|
151
|
-
pulumi_oci/apmsynthetics/outputs.py,sha256=
|
151
|
+
pulumi_oci/apmsynthetics/outputs.py,sha256=eM-qh_NdpOTlow6JAPF4ziU7ZgrO29jGiAeMfyVlOEQ,290066
|
152
152
|
pulumi_oci/apmsynthetics/script.py,sha256=Q1tQ5swf9j5joFdJp5yoib_YsYKr-VAXlV2L-IAeRYU,38012
|
153
153
|
pulumi_oci/apmtraces/__init__.py,sha256=Dgjx9uWFNtS8iGxLIR9w7ix8UR52hbu4BHgvo8cc8cU,465
|
154
154
|
pulumi_oci/apmtraces/_inputs.py,sha256=rdVeXRPtOLvPTcMimXK3W4p4PANt5E33IzgQIeC3cCQ,1398
|
@@ -206,7 +206,7 @@ pulumi_oci/bastion/session.py,sha256=p2dWb88uvbIq7-UvUI5y2wFG6zD1Oqm4IA8Xik1c2Qk
|
|
206
206
|
pulumi_oci/bigdataservice/__init__.py,sha256=cfK9F0bg8e4EWvHKVfGmcZLVDxJui2Updr0sYM5b0QM,1142
|
207
207
|
pulumi_oci/bigdataservice/_inputs.py,sha256=-1QnK93l-EcNTE_zd8j2v2V7rZX6dMF_nd1IAONe-SA,138557
|
208
208
|
pulumi_oci/bigdataservice/auto_scaling_configuration.py,sha256=a7tEks44Sn6NgVHIktjKVAxkuS49CoxzN2Hq32uegAQ,40510
|
209
|
-
pulumi_oci/bigdataservice/bds_instance.py,sha256=
|
209
|
+
pulumi_oci/bigdataservice/bds_instance.py,sha256=m_wKRTZSYnejI4pbYr5l4H90WMNDam3E5y2JADnDe4o,79043
|
210
210
|
pulumi_oci/bigdataservice/bds_instance_api_key.py,sha256=NvBH9YqnOBaq3-UYMypk1hK0TLiq_6HLQ2hYjzRMpf4,25252
|
211
211
|
pulumi_oci/bigdataservice/bds_instance_metastore_config.py,sha256=NDLpOHfKXM7Pc-9Bvop4Dl4-kExChH5UXAxWYXQagdQ,28741
|
212
212
|
pulumi_oci/bigdataservice/bds_instance_operation_certificate_managements_management.py,sha256=z-j6nuM8mm7Lv5oGxs2f_BZg2R27rhAvjUBZ1m8xUc4,33730
|
@@ -214,7 +214,7 @@ pulumi_oci/bigdataservice/bds_instance_os_patch_action.py,sha256=cO4U5IiTSho7XaA
|
|
214
214
|
pulumi_oci/bigdataservice/bds_instance_patch_action.py,sha256=b4iePJd844AluldBxqHSbAZ0jIcYZoJhRZWbFvRMt6o,13080
|
215
215
|
pulumi_oci/bigdataservice/get_auto_scaling_configuration.py,sha256=60WLewCGPq1XWI40FFmIOxitrA8tvJXUdxaR6SCaIQM,10285
|
216
216
|
pulumi_oci/bigdataservice/get_auto_scaling_configurations.py,sha256=-SE7dG2bDIxHj5FqGhKCcv__ktsIq57dv1EvpD-GnPY,6434
|
217
|
-
pulumi_oci/bigdataservice/get_bds_instance.py,sha256=
|
217
|
+
pulumi_oci/bigdataservice/get_bds_instance.py,sha256=jqPFnqV_JfCu-6YuxmVGXg9RmtRMuHcqXKRpnGLfZnY,23306
|
218
218
|
pulumi_oci/bigdataservice/get_bds_instance_api_key.py,sha256=LEDRianHY7EeOq_sqfvswTU2cQ7xGAxY17IkX_d6WUs,9171
|
219
219
|
pulumi_oci/bigdataservice/get_bds_instance_api_keys.py,sha256=gIHuDOEtxLGwqXWtM3YoBgKnpH8euF-X0QegfA5dpdg,7201
|
220
220
|
pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py,sha256=Cu5EUOXKEWTu4GDX3v5rfpQOtF2m9lFGRqSUsgc44Sc,8713
|
@@ -224,7 +224,7 @@ pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py,sha256=7RUO8omYF
|
|
224
224
|
pulumi_oci/bigdataservice/get_bds_instance_patch_histories.py,sha256=PgLcnXG-YaZyUbW2xDy5gtRw_7eMWka5_npQi2F1fIg,8019
|
225
225
|
pulumi_oci/bigdataservice/get_bds_instance_patches.py,sha256=CrhGR1zM2zzHfcBLiov1WnW3qb9ZO7KmrQNTehHCjug,4813
|
226
226
|
pulumi_oci/bigdataservice/get_bds_instances.py,sha256=BBJKNo5mVAU37UAU1hrafmLetxmT64bFGKz1phiwB0Y,6540
|
227
|
-
pulumi_oci/bigdataservice/outputs.py,sha256=
|
227
|
+
pulumi_oci/bigdataservice/outputs.py,sha256=BaMlt631aa10UO2mZ3kFu37GcNccBMnpMhhTtcqZK_k,321844
|
228
228
|
pulumi_oci/blockchain/__init__.py,sha256=b2CLshPLLmnO6Om3TLPGauDJ2z_cYIHxtBonK4zQJEs,610
|
229
229
|
pulumi_oci/blockchain/_inputs.py,sha256=JqE3ivHgQxJlWqZmgHSip04a9NnyOCmIr7eGrFHzcqo,20903
|
230
230
|
pulumi_oci/blockchain/blockchain_platform.py,sha256=P9SFc4lDHJ8PTGIeDNvNid8mFnZJ2Ul2dWmc1cHsAfA,62329
|
@@ -432,8 +432,8 @@ pulumi_oci/containerinstances/get_container_instance_shape.py,sha256=vgf8pb7KjuE
|
|
432
432
|
pulumi_oci/containerinstances/get_container_instance_shapes.py,sha256=RWotHRCbVW3xSdyMZzfeCMWcULpehVvPxK6-QhDhpC8,6796
|
433
433
|
pulumi_oci/containerinstances/get_container_instances.py,sha256=2pS0FViyGoOrqVg-foeYDm4C7lX7WhqlMaUeeGtRlL4,8619
|
434
434
|
pulumi_oci/containerinstances/outputs.py,sha256=K1Kf3-8xpQM9OcZOnQQG972UwHvbtboWNqYnib8J0hw,99442
|
435
|
-
pulumi_oci/core/__init__.py,sha256=
|
436
|
-
pulumi_oci/core/_inputs.py,sha256=
|
435
|
+
pulumi_oci/core/__init__.py,sha256=f2OKqOZoaPWB24-hh_jmUg0raWU7jen5zWyglJJIb1o,8726
|
436
|
+
pulumi_oci/core/_inputs.py,sha256=toraivCOTlGgDVwJPUezYx4nVFSh565l9oxuG-TzQrk,866711
|
437
437
|
pulumi_oci/core/app_catalog_listing_resource_version_agreement.py,sha256=kd8-X0DLdG80KR4Re1Bzs3YzRfhRCraKfwNBJy6KJss,14448
|
438
438
|
pulumi_oci/core/app_catalog_subscription.py,sha256=0p4-GPnr_1F2G_si0_4tQMpEpmWadv-zhAoUKEVPdPw,29086
|
439
439
|
pulumi_oci/core/boot_volume.py,sha256=EFyQnerU3N19HSvC6uqFBjpRPWFQw7H4VIpdxhBnV28,64633
|
@@ -541,6 +541,8 @@ pulumi_oci/core/get_instance_configurations.py,sha256=8Lh80BRWGXyA0RXif_q_F_RiaH
|
|
541
541
|
pulumi_oci/core/get_instance_console_connections.py,sha256=2Manh6C6d1AR5ea0BEvaKFGhiuXrtahwAcZZmRlaWWs,6989
|
542
542
|
pulumi_oci/core/get_instance_credentials.py,sha256=6CZyrcruyB-u88HIWYnQ6xoIDTe_9smQG_l0NtZQ3qI,4839
|
543
543
|
pulumi_oci/core/get_instance_devices.py,sha256=7haK75kpWm_j9YivUQTUCZmOorGPDf0wbqq04CPmZbY,6685
|
544
|
+
pulumi_oci/core/get_instance_maintenance_event.py,sha256=8idmmx6TTaW0BqXBHmPrzN-WBWVi7-HMQj19-_Fy4uU,20114
|
545
|
+
pulumi_oci/core/get_instance_maintenance_events.py,sha256=YQ8hi8-PQNd3SEC5XGd0rWKlixOd-L_irYLLQ4ol1Zc,13611
|
544
546
|
pulumi_oci/core/get_instance_maintenance_reboot.py,sha256=Oqqc165TfiZKuG3hzvY9gtJwh3CS70NAGa222RYeouk,5164
|
545
547
|
pulumi_oci/core/get_instance_measured_boot_report.py,sha256=3RnYQ317n_VR418CGTeBbTFgGoWMbMnihiqqm_TVPf8,5334
|
546
548
|
pulumi_oci/core/get_instance_pool.py,sha256=3PCl-Bfb_S5R2rL04JtRmyRzPPUmn5Uc7SKTBeCwvAQ,12730
|
@@ -617,6 +619,7 @@ pulumi_oci/core/image.py,sha256=ZdHD0S_g7e4wgAaDD7z9cavH-ISN3ebdblQWVS40BFM,5314
|
|
617
619
|
pulumi_oci/core/instance.py,sha256=VyZljIsWx8RJI4LBGOWv6ODh8kbanITxRI5NVnxzSNc,175939
|
618
620
|
pulumi_oci/core/instance_configuration.py,sha256=ErMJO1WVrXJ5_M6ZBtu_ps-oJM22UDVdI9L0zKN1at8,114607
|
619
621
|
pulumi_oci/core/instance_console_connection.py,sha256=GJfa2N9zZfFutzfcwfrW92FL7_Fnr28bkSBJCh3mrtY,27431
|
622
|
+
pulumi_oci/core/instance_maintenance_event.py,sha256=HxA3RmzWNr3dxgoSeDCCYyUGDJJNccGMeYUl7_g2ht8,57344
|
620
623
|
pulumi_oci/core/instance_pool.py,sha256=cRq4qWt8kpMtddNJLvGNLq_igDpouHHCTjsETtV6PAA,54703
|
621
624
|
pulumi_oci/core/instance_pool_instance.py,sha256=4bnOHmSq1EMSWst8FV4Y5EfhkZVJQEpY0goBWWZJSHg,30950
|
622
625
|
pulumi_oci/core/internet_gateway.py,sha256=2df3uMxZXXiIVOKmcA2869SsEmVXFlOhLelZ92q5kvU,33271
|
@@ -628,7 +631,7 @@ pulumi_oci/core/local_peering_gateway.py,sha256=kSPyvBRh4rgkugRBDTSuv5jTCmdgG7dF
|
|
628
631
|
pulumi_oci/core/nat_gateway.py,sha256=7FIymW5Rq6w7C0T74OLWb9D4KqP_vzwXnEIbNWGdsGI,35795
|
629
632
|
pulumi_oci/core/network_security_group.py,sha256=a21EveqIOiR-5WtrggBFPmYa8eBTqRGnvJs3IWm4q3g,25204
|
630
633
|
pulumi_oci/core/network_security_group_security_rule.py,sha256=f9Y8fQDwI7BBMu9oOzm2uQyPWb0jI2u_dqZJZwcLy8Y,54224
|
631
|
-
pulumi_oci/core/outputs.py,sha256=
|
634
|
+
pulumi_oci/core/outputs.py,sha256=8lo38WBJMCYOfbP4-F4KIfMN_K5sp8bvuxehrAdYZyc,2400353
|
632
635
|
pulumi_oci/core/private_ip.py,sha256=jZNtIz8hDmlMu93cmBLs8Qu4HzbzDAoPKvlT3Z0TKI0,42259
|
633
636
|
pulumi_oci/core/public_ip.py,sha256=0zoJbHGH5idavrf1l47kpdE9GM45asIVRo1e60HC1BI,48657
|
634
637
|
pulumi_oci/core/public_ip_pool.py,sha256=LIVV7ooE-khuPJOWOCL6v1_o7zj94Evgze3tt2Qs8ao,23581
|
@@ -654,13 +657,13 @@ pulumi_oci/core/volume_group.py,sha256=RCXp6lwfCcQMZTAnXA5UM1km9IAaO7xms0GjBaaWQ
|
|
654
657
|
pulumi_oci/core/volume_group_backup.py,sha256=TaESViXt6JzduODOxkqrAV7h1lFo9udAkM26QIECb6c,44014
|
655
658
|
pulumi_oci/core/vtap.py,sha256=NmBB3HrIWcnFfGOf9FeWtIU1fEWpgM5I4S4pTOxVz54,62263
|
656
659
|
pulumi_oci/database/__init__.py,sha256=TbvsgFRkvTw9PdDU7h0BQI888lpmOooIdL9UuMQ5waA,9241
|
657
|
-
pulumi_oci/database/_inputs.py,sha256=
|
660
|
+
pulumi_oci/database/_inputs.py,sha256=RgNWS0p6KvrjqK0E4f64GK6ISbv0wt14wJ4rnDvpvG0,699119
|
658
661
|
pulumi_oci/database/application_vip.py,sha256=wFPa33DBZ-_ZzawwFeIyt4o47oh67WRJEYBbvRF0CCg,28983
|
659
662
|
pulumi_oci/database/autonomous_container_database.py,sha256=8KBRkXFQ3H2jSqiNl8bFB4SKp4qakiaiU5hXtylcGq8,161652
|
660
663
|
pulumi_oci/database/autonomous_container_database_dataguard_association.py,sha256=HHFxeeHKgSEMhCYdk_Pj7f1yf-o2QUTp4lmjFHCTGpY,75309
|
661
664
|
pulumi_oci/database/autonomous_container_database_dataguard_association_operation.py,sha256=4CTcZm42cqeCufLt0HAMto57mLeFbELpvlBZSoPEDi4,17767
|
662
665
|
pulumi_oci/database/autonomous_container_database_dataguard_role_change.py,sha256=dAjgy90q3k5T6dtvfFzJFXQrKECSyK08MCECei2BJ1k,12249
|
663
|
-
pulumi_oci/database/autonomous_database.py,sha256=
|
666
|
+
pulumi_oci/database/autonomous_database.py,sha256=buSsbXRHQ76Gwm-cnXvr24OTWAhagkj5D-oTg22W4UY,469780
|
664
667
|
pulumi_oci/database/autonomous_database_backup.py,sha256=hb41EB12S5h7h5bDmFnXfRkczrqB6ZDsHFBVWbwHc_4,42339
|
665
668
|
pulumi_oci/database/autonomous_database_instance_wallet_management.py,sha256=hyPsFWiUcH0tqSYzz6D6Qz2lJpXctQvRIdxcXwB_4AA,18571
|
666
669
|
pulumi_oci/database/autonomous_database_regional_wallet_management.py,sha256=Y70BXlKqhrckRGSzVJ481GrQ5LP-CDu6OZiSE_6SO9k,15583
|
@@ -674,13 +677,13 @@ pulumi_oci/database/autonomous_vm_cluster_ssl_certificate_management.py,sha256=I
|
|
674
677
|
pulumi_oci/database/backup.py,sha256=zzACjiTvy2e0TYBgtqtcrR_8c_KxbpTlCw-mZeUfrFY,32067
|
675
678
|
pulumi_oci/database/backup_cancel_management.py,sha256=5kwBqClQIROezxrAcF5ZzZucB_BysCX9yjiMoupGnBk,11497
|
676
679
|
pulumi_oci/database/backup_destination.py,sha256=CBAztwRSNEOg_2zF4f6R10J7YhT9pwIZwdPGSMYbaJY,45066
|
677
|
-
pulumi_oci/database/cloud_autonomous_vm_cluster.py,sha256=
|
680
|
+
pulumi_oci/database/cloud_autonomous_vm_cluster.py,sha256=s7i1QzRBNO5SxIlL0p7X2tJColZFnaOUXUGcDonR5j4,133603
|
678
681
|
pulumi_oci/database/cloud_database_management.py,sha256=l-UgDzevQr5wwDsg7xakZWS9PTfxSZdexfw9arD-YZM,31557
|
679
|
-
pulumi_oci/database/cloud_exadata_infrastructure.py,sha256=
|
680
|
-
pulumi_oci/database/cloud_vm_cluster.py,sha256=
|
682
|
+
pulumi_oci/database/cloud_exadata_infrastructure.py,sha256=DnhF1GCEPlKfUpu8z1VUhRl-7T9Om0zawDpmbUreByE,79511
|
683
|
+
pulumi_oci/database/cloud_vm_cluster.py,sha256=KNQZrdcYmFAypGFD0OeJCHPkji-utvaQKD6bQ3ZXx-8,143658
|
681
684
|
pulumi_oci/database/cloud_vm_cluster_iorm_config.py,sha256=UN2Ml5xck0_nqD82sv7pmB4_woxA3aAmfToEQQo0g_M,16325
|
682
685
|
pulumi_oci/database/data_guard_association.py,sha256=IBvXcvgaY0l8RJ_lqGzQ-34nwumwR7vvUt46IKuxoEY,146829
|
683
|
-
pulumi_oci/database/database.py,sha256=
|
686
|
+
pulumi_oci/database/database.py,sha256=66FH-bkNB1WawpO-oOtPNMQ4-Kb3akQmWnk3F43hBlM,76370
|
684
687
|
pulumi_oci/database/database_software_image.py,sha256=FPYvXV73jfBjyi5UpL9dsJZNfHP_aHNkPN72c4wDQsQ,46184
|
685
688
|
pulumi_oci/database/database_upgrade.py,sha256=qK8POv59DCmI12e3nNQVoaHJumkN8sTgF_jSZ3CU-SM,57636
|
686
689
|
pulumi_oci/database/db_home.py,sha256=G1GViJZmrcAf_8p6eRCreTBrBcUb_XgbxHUZGqXcseU,56399
|
@@ -717,7 +720,7 @@ pulumi_oci/database/get_autonomous_container_database_resource_usage.py,sha256=w
|
|
717
720
|
pulumi_oci/database/get_autonomous_container_database_versions.py,sha256=wdMd8BbLLYk2IcM3Fy_Cq7gP-03VyYFW4yKGqVc3qnA,7070
|
718
721
|
pulumi_oci/database/get_autonomous_container_databases.py,sha256=SvmYieIvjD0gLhHa5Nnuvmy6m-mTKVVsndq5IOEsM0g,16818
|
719
722
|
pulumi_oci/database/get_autonomous_container_patches.py,sha256=_QKPujbDGVOjYCd9T97qm9D8MdGXCLJp1dkJMznJZIc,8142
|
720
|
-
pulumi_oci/database/get_autonomous_database.py,sha256=
|
723
|
+
pulumi_oci/database/get_autonomous_database.py,sha256=y3y5GL-Kt1jf47CuENwrLBYNygcCFwZ_LaTa-mOGunA,106149
|
721
724
|
pulumi_oci/database/get_autonomous_database_backup.py,sha256=cBVPgkkUq-IYcmfrwK1BnhpUEY2lZOMXvhGX53y23BI,17574
|
722
725
|
pulumi_oci/database/get_autonomous_database_backups.py,sha256=Al8AhXEEGOVnqjBanb-Aag_DbdJQynbDI0uSNBXtt9w,10152
|
723
726
|
pulumi_oci/database/get_autonomous_database_dataguard_association.py,sha256=YyuIu1D7g6dwatNlB1DCXn0qqvpW0xeGevsSYZLRESo,13543
|
@@ -751,10 +754,10 @@ pulumi_oci/database/get_cloud_autonomous_vm_cluster.py,sha256=Ee8UEwcAus7E9lqjI6
|
|
751
754
|
pulumi_oci/database/get_cloud_autonomous_vm_cluster_acd_resource_usages.py,sha256=aRM0Sp9ou1Y4poiDfF0Mm4bZjcXANb1cRAVsHFHW8m0,7951
|
752
755
|
pulumi_oci/database/get_cloud_autonomous_vm_cluster_resource_usage.py,sha256=94giNp7KoOpAWgiZfonpwDefioqj4bm3AlK7D6x0WIo,19175
|
753
756
|
pulumi_oci/database/get_cloud_autonomous_vm_clusters.py,sha256=yva0lt9mK2Qzczi83vhA8SERXoKEW369jb1Xy83E9Ok,11026
|
754
|
-
pulumi_oci/database/get_cloud_exadata_infrastructure.py,sha256=
|
757
|
+
pulumi_oci/database/get_cloud_exadata_infrastructure.py,sha256=fILKF0W5NwrARs_P-peoBmwefawmlvYpSsbC9nPxkUc,28849
|
755
758
|
pulumi_oci/database/get_cloud_exadata_infrastructure_un_allocated_resource.py,sha256=-eEd5Ov56fPnYl0MZuZwhDNIVdSg7Sg8stppneK_rqw,10604
|
756
759
|
pulumi_oci/database/get_cloud_exadata_infrastructures.py,sha256=gxnEoWawE3in9ERmZsqhidgO-M61of3HRrlJ7EKnfTk,9715
|
757
|
-
pulumi_oci/database/get_cloud_vm_cluster.py,sha256=
|
760
|
+
pulumi_oci/database/get_cloud_vm_cluster.py,sha256=mNNx6-v3N8DhAPDE0fYocnFwMSKX5MwD4KR3_dkd45k,37469
|
758
761
|
pulumi_oci/database/get_cloud_vm_cluster_iorm_config.py,sha256=HMjmZZzZVNMn047jiR4CjsK0QIFN2d0Nv4z6N1fCN8I,6599
|
759
762
|
pulumi_oci/database/get_cloud_vm_clusters.py,sha256=xoHjNEOOV22GBIftpUBl9EDtpX4LHO-I6DURf-yerUY,8981
|
760
763
|
pulumi_oci/database/get_data_guard_association.py,sha256=ZowgRiU6bVQQGyWAzjRjm3mp3bOEcwkGR0vtBR1pSlQ,28316
|
@@ -816,7 +819,7 @@ pulumi_oci/database/get_flex_components.py,sha256=YAMlncqhj6x3Fx1KlOhMrvivrEg_Vl
|
|
816
819
|
pulumi_oci/database/get_gi_version_minor_versions.py,sha256=fKKdhLsFZ6D7BCa2gXYyN6EWxPsJ7LCBvOI0mcpQIfQ,10742
|
817
820
|
pulumi_oci/database/get_gi_versions.py,sha256=KA8Yts5Qjja_bAVsP690DdSTgQgFsvUmNtx8AQ9adZU,6522
|
818
821
|
pulumi_oci/database/get_infrastructure_target_version.py,sha256=rj5AidhzzytvifXV0fqPpggwy6-YkiUbsj3tKp7ZNPw,8502
|
819
|
-
pulumi_oci/database/get_key_store.py,sha256=
|
822
|
+
pulumi_oci/database/get_key_store.py,sha256=p3P-QCU9xXTwODhBia2Mg1W9xV8oXZWgTmGgwZ5Kskk,9599
|
820
823
|
pulumi_oci/database/get_key_stores.py,sha256=p01B37NC9bI_4lo2aT1zBx4FMiCbXPemXBwzFjsBIoc,4805
|
821
824
|
pulumi_oci/database/get_maintenance_run.py,sha256=Cp7Wy9K30uPxPZLTwTL5k101FyKieyEHALkxkFfnhA4,22853
|
822
825
|
pulumi_oci/database/get_maintenance_runs.py,sha256=4uzmLo9KlSg1o9_8iGAXiyORB2OKB6wWHFjJGYe4rKk,11750
|
@@ -841,10 +844,10 @@ pulumi_oci/database/get_vm_cluster_update_history_entries.py,sha256=ySKEkGecy1LG
|
|
841
844
|
pulumi_oci/database/get_vm_cluster_update_history_entry.py,sha256=9M0xnS6OknJNfWP3ajENLKSto0_7C5QCoWD-TI8HbvE,9261
|
842
845
|
pulumi_oci/database/get_vm_cluster_updates.py,sha256=KYkolCUWo8f053OeCb0vWIfeLwbYdDs1pOZIgPOY0wc,7121
|
843
846
|
pulumi_oci/database/get_vm_clusters.py,sha256=aRT1n3DsQbZP6zUflQUu_U0ozwdVN5o6MjRBMJT6ybs,8763
|
844
|
-
pulumi_oci/database/key_store.py,sha256=
|
847
|
+
pulumi_oci/database/key_store.py,sha256=oxRGlZ2FaY5FwY6OUCvCaGCwfzIRzm9fCUgTLGadcNE,27139
|
845
848
|
pulumi_oci/database/maintenance_run.py,sha256=cyDRkOk_5KcUT3DoGuNxz1Ca0cJbdzrFNNhxfRatP_8,58494
|
846
849
|
pulumi_oci/database/oneoff_patch.py,sha256=vI2EkITWfZEhCTvYQSUJgswX6f9ZdA3sgC59ZGYwRhc,38416
|
847
|
-
pulumi_oci/database/outputs.py,sha256=
|
850
|
+
pulumi_oci/database/outputs.py,sha256=24utb6ffyou6UICt9iktuinKq_24_C8L848t4ZJoe6Y,2238727
|
848
851
|
pulumi_oci/database/pluggable_database.py,sha256=9i6bFxXmdrlho26xBkBhznyyefvO9xwMhq_naWDd1_Q,72949
|
849
852
|
pulumi_oci/database/pluggable_database_managements_management.py,sha256=cYRG-2zkTBknBJjEjC97B8_XhM2C63jZL92QUS9U6m8,52153
|
850
853
|
pulumi_oci/database/pluggable_databases_local_clone.py,sha256=0NGYmSvbHSKW9TwDrNeOCOGH91SU7Ji5PDf-c70IBsQ,50354
|
@@ -985,7 +988,7 @@ pulumi_oci/databasemanagement/named_credential.py,sha256=gwcKUxJKii9k9FXBEjYYFij
|
|
985
988
|
pulumi_oci/databasemanagement/outputs.py,sha256=RV57VBzIpOOIqy6JWsAn7KVkqwCESvA_ue2Uct7NFY4,1233256
|
986
989
|
pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py,sha256=IhQRhNbKNM4U9s4Z1PiJUKQ8qvJCa_87UxbUfMEWu44,16232
|
987
990
|
pulumi_oci/databasemigration/__init__.py,sha256=wq-hZhb2rxiz9X5A9L-7N8RfkwhB3NXCbKKHsqsNolI,614
|
988
|
-
pulumi_oci/databasemigration/_inputs.py,sha256=
|
991
|
+
pulumi_oci/databasemigration/_inputs.py,sha256=bMnhIEqREW5y5INRA9kde0zyFvyTKwhmQfv6rb5Kxek,94013
|
989
992
|
pulumi_oci/databasemigration/connection.py,sha256=z_qzQo_Agw0SITrKWruojfazhGsm9AIDcC5p17Nk0V4,96527
|
990
993
|
pulumi_oci/databasemigration/get_connection.py,sha256=3Dab9CK1itygEcQNw_lNcnWyRh0_68cvTGV29fxbnr4,25076
|
991
994
|
pulumi_oci/databasemigration/get_connections.py,sha256=WKkR2lATNrJNUQCLb046UcacKWHLbsCcjt0RPMzCj_M,9789
|
@@ -994,9 +997,9 @@ pulumi_oci/databasemigration/get_job_output.py,sha256=TMABuPbwUJXWgNGhRdA_J-jnD_
|
|
994
997
|
pulumi_oci/databasemigration/get_migration.py,sha256=mxKrgJU9ftSiG5AhBpqQAoWaNsRHjwn20pYRaBlgogU,20184
|
995
998
|
pulumi_oci/databasemigration/get_migration_object_types.py,sha256=rVI702t2HggOvedZA2d99whjW1yNLSB4DGJoT5Ohp4M,5116
|
996
999
|
pulumi_oci/databasemigration/get_migrations.py,sha256=rsORFiv7eRt1P_giOFATPeXZctLWQBTwTCbNE1wqwgI,19566
|
997
|
-
pulumi_oci/databasemigration/job.py,sha256=
|
1000
|
+
pulumi_oci/databasemigration/job.py,sha256=JQH0ErfIfveNB36vVs4QlH_sLCGIKhIQtfzbReY5Hxk,30963
|
998
1001
|
pulumi_oci/databasemigration/migration.py,sha256=GyW7WWe6xcrRO2MCTy3gTqVw-h1hnI2qEZU_DEMeytE,88139
|
999
|
-
pulumi_oci/databasemigration/outputs.py,sha256=
|
1002
|
+
pulumi_oci/databasemigration/outputs.py,sha256=LQPLtSJsc6LUuyueicmZRrY0WbHlOfuSxVNwuqKiYUk,200541
|
1000
1003
|
pulumi_oci/databasetools/__init__.py,sha256=E0X8vTRKspPI8060q1z3elp-zq_y06OAs_0Td99nZrU,699
|
1001
1004
|
pulumi_oci/databasetools/_inputs.py,sha256=ZchmnhSk0wvOdkNdFQ995zdnOSwwaOIv8P_OjU6GB2A,25587
|
1002
1005
|
pulumi_oci/databasetools/database_tools_connection.py,sha256=loLbmJWw94XpYD7u28CPe73c3FY4ajfrZkxR0nML8hM,53940
|
@@ -1092,10 +1095,12 @@ pulumi_oci/datalabellingservice/get_annotation_formats.py,sha256=WbbaaIQBbmLgcgt
|
|
1092
1095
|
pulumi_oci/datalabellingservice/get_dataset.py,sha256=bmArCsi1ItF_VBkxyFgdBM8w3JDAjOEToXuy5qHzsjU,15760
|
1093
1096
|
pulumi_oci/datalabellingservice/get_datasets.py,sha256=dhMoG6BQM2gW2GODLMA-DLYTMDVGWOSYSWghv8Ck5y8,8597
|
1094
1097
|
pulumi_oci/datalabellingservice/outputs.py,sha256=AP9hqbH-u-42pfwrjrskVEAZUQ_ftROnTrUrWMFUoLE,52742
|
1095
|
-
pulumi_oci/datasafe/__init__.py,sha256
|
1096
|
-
pulumi_oci/datasafe/_inputs.py,sha256=
|
1098
|
+
pulumi_oci/datasafe/__init__.py,sha256=-XN82zGZtdenJwuYkJrCEyJZcyJQS3MbzA69lqJjEr0,7296
|
1099
|
+
pulumi_oci/datasafe/_inputs.py,sha256=qn0DEoTN-rPSsvtMwjyd3W8dqm5xZ9-y_rxKZHJMnlg,313572
|
1097
1100
|
pulumi_oci/datasafe/add_sdm_columns.py,sha256=Qu2DJoc3hS0mD6K7zPG_4agRUHJ-epqqnJA8phUoKlc,5414
|
1098
|
-
pulumi_oci/datasafe/alert.py,sha256=
|
1101
|
+
pulumi_oci/datasafe/alert.py,sha256=Ek7WZe65rjnXQvL4hN6RqwDcw5rlqb0afPwRKpgRADQ,43347
|
1102
|
+
pulumi_oci/datasafe/alert_policy.py,sha256=Lcb5InjUjLTmyp-0krdWbn51m_L-Nz_jFZQTGj_XOAw,37702
|
1103
|
+
pulumi_oci/datasafe/alert_policy_rule.py,sha256=C8GM8cd4yLYHfZSJMmRAZV6mEOElXF2I3ggvH6lQhwo,18388
|
1099
1104
|
pulumi_oci/datasafe/audit_archive_retrieval.py,sha256=stXOQxGpwcefqOrFjpR44OiDz8WOMABKV1aqhmXUHEg,39205
|
1100
1105
|
pulumi_oci/datasafe/audit_policy.py,sha256=p7hnIMAxIFwEbync5Izg7KZRuLFQtIULTeExZWDFOpo,44674
|
1101
1106
|
pulumi_oci/datasafe/audit_policy_management.py,sha256=AKCnjB1cP6HMGyb2wEKR7evc1l62sblYejBmxDjF_rQ,46026
|
@@ -1110,19 +1115,19 @@ pulumi_oci/datasafe/data_safe_private_endpoint.py,sha256=wmAHgRZ0GYwk23bvcXOjavE
|
|
1110
1115
|
pulumi_oci/datasafe/database_security_config.py,sha256=TPaLYuY2LhxCpvWQ3aUA6hygL8nGeEZ5FRz4pLy2pzU,38037
|
1111
1116
|
pulumi_oci/datasafe/database_security_config_management.py,sha256=q2oWiHGRKMO5zeBjqD-0h23-lSMBaaoRAIXsuaCgf04,21450
|
1112
1117
|
pulumi_oci/datasafe/discovery_jobs_result.py,sha256=NIXwQhTVrN6wrCAKvdtBIlcOHMfXSan4j5LrzLL2E9M,43439
|
1113
|
-
pulumi_oci/datasafe/discovery_mod.py,sha256
|
1114
|
-
pulumi_oci/datasafe/get_alert.py,sha256=
|
1118
|
+
pulumi_oci/datasafe/discovery_mod.py,sha256=QiXj5CAGCgPel8iUNu2N61NLqwfW733cfmZN7LZec0g,77217
|
1119
|
+
pulumi_oci/datasafe/get_alert.py,sha256=e3MWKlIfQ-tv1YqVfvoIB0_gJBTCGj9VkIVUfksD6yQ,16093
|
1115
1120
|
pulumi_oci/datasafe/get_alert_analytic.py,sha256=au0qzaIyCuAGqWNxEKJQm9OXhbGzkaKlas3gEc_Yos4,15083
|
1116
1121
|
pulumi_oci/datasafe/get_alert_policies.py,sha256=bHwBshj85-LoAspI8w_Io8hYRkEkTl57FmmkTKbKqak,16463
|
1117
|
-
pulumi_oci/datasafe/get_alert_policy.py,sha256=
|
1118
|
-
pulumi_oci/datasafe/get_alert_policy_rule.py,sha256=
|
1122
|
+
pulumi_oci/datasafe/get_alert_policy.py,sha256=qujEZRb4I461UO6MzqSYbmTq_GCkc5M4xx1UmVz5UDI,11828
|
1123
|
+
pulumi_oci/datasafe/get_alert_policy_rule.py,sha256=giA4ARgxmgU2iucItorbnaEXyPLVrU5U4GL0nBoQc_s,7169
|
1119
1124
|
pulumi_oci/datasafe/get_alert_policy_rules.py,sha256=pp9v0WwoELn8s8I14xgukUwXRG0qKbo2o-BGtBEoxB8,5469
|
1120
1125
|
pulumi_oci/datasafe/get_alerts.py,sha256=GKbP5HD4pG43YVTXEr96NPSHv17ig18pRjpqLECQUEc,11377
|
1121
1126
|
pulumi_oci/datasafe/get_audit_archive_retrieval.py,sha256=_L_Wwg_8kT0L1HcwC5zQzv3xZVd08g3hoF6ZQ3HyRUA,13395
|
1122
1127
|
pulumi_oci/datasafe/get_audit_archive_retrievals.py,sha256=olWTqiOBqXWm-J0PGRyHXXmnx8IL18JD96CSLBJCrsw,14006
|
1123
1128
|
pulumi_oci/datasafe/get_audit_event.py,sha256=8UDWjm5DxY4x9HEZVWW0EfgFSPVHEgGcmlz5TwAKppA,10801
|
1124
1129
|
pulumi_oci/datasafe/get_audit_event_analytic.py,sha256=qcxIlO2LO93CcsMwawsbrtV8NgF0dSjVuP9orY10ejk,16098
|
1125
|
-
pulumi_oci/datasafe/get_audit_events.py,sha256=
|
1130
|
+
pulumi_oci/datasafe/get_audit_events.py,sha256=GejQVq0rp2RQ6Ft7Tc8b2t0x0BjWmh0lwCB9SJzl-3s,11805
|
1126
1131
|
pulumi_oci/datasafe/get_audit_policies.py,sha256=0szvddu8sPqfciotcKv_VwPrFuDU76KbSB689fhc_eU,13921
|
1127
1132
|
pulumi_oci/datasafe/get_audit_policy.py,sha256=Xu8v0yWCXgDPl4sM8CD84BFRrBt9IHkHmSt7HS8R26Y,15005
|
1128
1133
|
pulumi_oci/datasafe/get_audit_profile.py,sha256=FAB2-m_zhw_hfm1Uwjvlu9gAnB1PVbGK_rNVRjB1XW0,15435
|
@@ -1142,7 +1147,7 @@ pulumi_oci/datasafe/get_data_safe_private_endpoint.py,sha256=X-4JedXkAyCMrbXYY-j
|
|
1142
1147
|
pulumi_oci/datasafe/get_data_safe_private_endpoints.py,sha256=-c_HmAgt92Nj3Ua5IEs_ikdDk_1Me5StKT00THVWHsM,11378
|
1143
1148
|
pulumi_oci/datasafe/get_discovery_analytic.py,sha256=Szd_nqbFW71wGPmm2Mrgl1PThkzpKT8lDTVCOMKnp4o,9058
|
1144
1149
|
pulumi_oci/datasafe/get_discovery_analytics.py,sha256=Pj6_6Y5IPm6hR1AMLPxk9H46cdPmsZgXUqrKEpy6gv0,12449
|
1145
|
-
pulumi_oci/datasafe/get_discovery_job.py,sha256=
|
1150
|
+
pulumi_oci/datasafe/get_discovery_job.py,sha256=aaQ_PTDnCh-EYGT1QS41v5F7hcZCDe9iU-yyl-BmmtA,21839
|
1146
1151
|
pulumi_oci/datasafe/get_discovery_jobs_result.py,sha256=63kDGkNhBCzZpTUKg92jT68S-MZ6E9PN8MJthWLP-UE,18340
|
1147
1152
|
pulumi_oci/datasafe/get_discovery_jobs_results.py,sha256=mAx-XWaLFMRlK7GF-SwqpE6ZAGsxlgEjhyEA-AEDW-0,13330
|
1148
1153
|
pulumi_oci/datasafe/get_library_masking_format.py,sha256=JTaBw3vbQPX5cH23yE-8GfTpkiCJUnnzYG39p-o2r9g,10662
|
@@ -1165,20 +1170,20 @@ pulumi_oci/datasafe/get_masking_reports.py,sha256=tKxSrzoahBsLC4II8oAQ3xED8pbBCl
|
|
1165
1170
|
pulumi_oci/datasafe/get_masking_reports_masked_column.py,sha256=phNjaQhJeiEQLnC-S7Fb4RNQ7bSAjBlT0oIgKx35unQ,11514
|
1166
1171
|
pulumi_oci/datasafe/get_onprem_connector.py,sha256=2Vzcb1qBLifTLakiPdNwwelEJV_qUegb_1xKS7nP1fg,10347
|
1167
1172
|
pulumi_oci/datasafe/get_onprem_connectors.py,sha256=L9ChT1YGdoxZHXjXprxB9kNmuIORZpyO1ezO4yGL4A4,11734
|
1168
|
-
pulumi_oci/datasafe/get_report.py,sha256=
|
1173
|
+
pulumi_oci/datasafe/get_report.py,sha256=YiBgVHyZ852v2wzlihsckVhp-YH3W9AoCgHinWolmLQ,9966
|
1169
1174
|
pulumi_oci/datasafe/get_report_content.py,sha256=7ObsGMdFhWYKvozbofWGk18fzlxGFrUqKLmjApa3xQI,3304
|
1170
|
-
pulumi_oci/datasafe/get_report_definition.py,sha256=
|
1175
|
+
pulumi_oci/datasafe/get_report_definition.py,sha256=wDAvsYv3N0Pldl2-m3TFUtv8QeAPRocFgyJl7r6J_JA,21426
|
1171
1176
|
pulumi_oci/datasafe/get_report_definitions.py,sha256=HVXAJoyVBebrPnztutWki5dpgz1dRHOykWWrZpcIvR4,13746
|
1172
|
-
pulumi_oci/datasafe/get_reports.py,sha256
|
1177
|
+
pulumi_oci/datasafe/get_reports.py,sha256=-UYLaTQB2IDl0a5xeUruDakElwDq6_fYZzxXqxwTSjU,15305
|
1173
1178
|
pulumi_oci/datasafe/get_sdm_masking_policy_difference.py,sha256=YqyRxkvRF4BVi50IPBsMAFbVFo19-gpOO2w2N7A8uLY,11952
|
1174
1179
|
pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_column.py,sha256=mS1PwMXlO8Z5SZNd-glJkM63MaopCULLBRUdiSlJ79I,13200
|
1175
1180
|
pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_columns.py,sha256=Z3psCSV-4kw2FYn_I1G3kV5X_Tl8KJNguuNAbUWTMms,15140
|
1176
1181
|
pulumi_oci/datasafe/get_sdm_masking_policy_differences.py,sha256=FqJpS_gjVeOr5DGcIr43lDNI039Titpy6b95VZAwc9A,13733
|
1177
|
-
pulumi_oci/datasafe/get_security_assessment.py,sha256=
|
1182
|
+
pulumi_oci/datasafe/get_security_assessment.py,sha256=SQZ87tPv2q0XJq3KSQ17xJ4efv2c15-beYiHcvsepnQ,19630
|
1178
1183
|
pulumi_oci/datasafe/get_security_assessment_comparison.py,sha256=tr1chIGjNMWRQluyN0ZA-mjGgp0ge6XnryWWJ8DGt78,7614
|
1179
|
-
pulumi_oci/datasafe/get_security_assessment_finding.py,sha256=
|
1184
|
+
pulumi_oci/datasafe/get_security_assessment_finding.py,sha256=Njz09rkolZJ1JjkGCtzRTt_LX7eU25unLskzj0MH-xU,9731
|
1180
1185
|
pulumi_oci/datasafe/get_security_assessment_finding_analytics.py,sha256=T9yFHzM4Jhw9gZOdpWMPKrvXC5ONU8v5EFW0Tq9zmH8,16461
|
1181
|
-
pulumi_oci/datasafe/get_security_assessment_findings.py,sha256=
|
1186
|
+
pulumi_oci/datasafe/get_security_assessment_findings.py,sha256=L2vRwvAFVgetoV6grtFQdyqaHVI1Xr-wDRCXiczetnY,13428
|
1182
1187
|
pulumi_oci/datasafe/get_security_assessment_findings_change_audit_logs.py,sha256=NZAH2-wgYoTdP8mf6ZXNhUPv7Szs1H3MOXwopiWQvYs,20274
|
1183
1188
|
pulumi_oci/datasafe/get_security_assessment_security_feature_analytics.py,sha256=XFyAlTerDAz6NArsikCDV1vxja7TZ9w2RZfzjWr7pEU,11832
|
1184
1189
|
pulumi_oci/datasafe/get_security_assessment_security_features.py,sha256=hnxPhxve8fVH8sbQKgZi5K1RpEW5BBm7323RGJr0Q_k,27187
|
@@ -1196,15 +1201,16 @@ pulumi_oci/datasafe/get_security_policy_report_database_view_access_entries.py,s
|
|
1196
1201
|
pulumi_oci/datasafe/get_security_policy_report_database_view_access_entry.py,sha256=pwwL2gFuVxzCo1u5PTk_ZU-BG_ctTZsbksLqWfm1NmU,18899
|
1197
1202
|
pulumi_oci/datasafe/get_security_policy_report_role_grant_paths.py,sha256=QWlkOGBxvVncwttHTb6poEEUxcsta2nQ16d6rJjn5oY,8223
|
1198
1203
|
pulumi_oci/datasafe/get_security_policy_reports.py,sha256=gFyzjTBmkicfoI4IZXCFpw7jY4IPbC6eLe3JZdW02KA,14630
|
1199
|
-
pulumi_oci/datasafe/get_sensitive_data_model.py,sha256=
|
1204
|
+
pulumi_oci/datasafe/get_sensitive_data_model.py,sha256=AA3Ajlc_s55Ud6YlSu8PGVZvnKY30iaq0PJ0Qx-2uAo,17668
|
1200
1205
|
pulumi_oci/datasafe/get_sensitive_data_model_sensitive_objects.py,sha256=GrewtH0kLDWt33yhd6YQVNAByT6PZd1KBIl1LyPlW1U,9413
|
1201
1206
|
pulumi_oci/datasafe/get_sensitive_data_model_sensitive_schemas.py,sha256=_HObAMgPrZLQnr4YdE7eZHbaWPbP8uKGh9262O_KWLg,7174
|
1207
|
+
pulumi_oci/datasafe/get_sensitive_data_model_sensitive_types.py,sha256=h21iipBnpPl1hInYbOI_hTkZJs3PE2rloY1mYvLoTxc,7306
|
1202
1208
|
pulumi_oci/datasafe/get_sensitive_data_models.py,sha256=qMe9O2DYfIFUB2jDCa_j8Y2C4oeEpAry3QbB308VuZg,16590
|
1203
1209
|
pulumi_oci/datasafe/get_sensitive_data_models_sensitive_column.py,sha256=UudwoaXABMNjXKFfArdw3HpQyp6IMFrWZ8KfHwFwovk,18960
|
1204
1210
|
pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py,sha256=vbQ1yig7XoILTCRbWUrvonLrn10NG8N3LqvYgVTRjuU,30169
|
1205
1211
|
pulumi_oci/datasafe/get_sensitive_type.py,sha256=a1WdkQj6Q7Ul-IVo3yVwmbbMAn_NPWV_VWzUKMXJTqI,15017
|
1206
1212
|
pulumi_oci/datasafe/get_sensitive_types.py,sha256=Evug3dS7sJSZmjB-zwXaQ2z1PDqvgtWUpL6-tyJYvbM,21271
|
1207
|
-
pulumi_oci/datasafe/get_target_alert_policy_association.py,sha256=
|
1213
|
+
pulumi_oci/datasafe/get_target_alert_policy_association.py,sha256=VE7zYbZofo2oAxTvNwxtpr8BFLsL19gDDrdNY_NpYWs,12066
|
1208
1214
|
pulumi_oci/datasafe/get_target_alert_policy_associations.py,sha256=WGRxK6DaKcj9Pa8x5eAMIHocQkocy1dcJzFw63LxR_g,17322
|
1209
1215
|
pulumi_oci/datasafe/get_target_database.py,sha256=KcURx7eN1NhH8gTsxIeqETTesNpLyJv-tld6RRYa_Cs,14399
|
1210
1216
|
pulumi_oci/datasafe/get_target_database_peer_target_database.py,sha256=VRnpYFd-sAZcqYA4c3iDZlD4JotsYta56_LCQWLzTws,11478
|
@@ -1215,7 +1221,7 @@ pulumi_oci/datasafe/get_target_databases.py,sha256=H_EyOCKzeiPNi_KeoasvB_l2CE9rs
|
|
1215
1221
|
pulumi_oci/datasafe/get_target_databases_columns.py,sha256=WGKCxn-jWPvyOztsdJSzCEufZFEKFf1qKdAvMNEtxYs,12653
|
1216
1222
|
pulumi_oci/datasafe/get_target_databases_schemas.py,sha256=CsDQELcIQ0CmgTnkpqAYohEzgSE9qXDdal-nifSYhl0,8480
|
1217
1223
|
pulumi_oci/datasafe/get_target_databases_tables.py,sha256=7p7-Hcm7EGaTGFhmrhr-fsbDtqqzqT2AHvVZzzewmc4,9386
|
1218
|
-
pulumi_oci/datasafe/get_user_assessment.py,sha256=
|
1224
|
+
pulumi_oci/datasafe/get_user_assessment.py,sha256=zGIbI89b4hSkKxxNeonV1ItrYDpOd7N_6plAhle8xxc,18150
|
1219
1225
|
pulumi_oci/datasafe/get_user_assessment_comparison.py,sha256=Y2MErqSw1blLLa0c87Asc4oqWXuB1TVto5zJqKzSuTQ,6803
|
1220
1226
|
pulumi_oci/datasafe/get_user_assessment_profile_analytics.py,sha256=foM91xomFiP-Y5vnqDMgyUE9f-NN9Juo6E7QBDCpTqg,14058
|
1221
1227
|
pulumi_oci/datasafe/get_user_assessment_profiles.py,sha256=oOxuAzH_BV3z4MeN2L8AfjHcQX-iRugy8ppaQrFmFHU,33375
|
@@ -1228,35 +1234,31 @@ pulumi_oci/datasafe/mask_data.py,sha256=C0Cl-E4PXqjBNjtbYuzfJxlWWZhFUQp5-9oWqWMm
|
|
1228
1234
|
pulumi_oci/datasafe/masking_policies_apply_difference_to_masking_columns.py,sha256=RK84k_OpVYmhoJbCPzoWybLdsFUI8YbSmXpUp50sY-8,8203
|
1229
1235
|
pulumi_oci/datasafe/masking_policies_masking_column.py,sha256=trDQ7IYbRtSsGF7y1zYA3tQPoLoHCVlVwsrUcjNusR0,58277
|
1230
1236
|
pulumi_oci/datasafe/masking_policy.py,sha256=D9flk2TCxxspTvYAf5Gewy3AhA1skONiNh8d0EkQtpM,70694
|
1231
|
-
pulumi_oci/datasafe/masking_policy_health_report_management.py,sha256=KOvrLtPuzLonyOKJ5MgbvaONPlJQ4h44zNx9YrzZBIg,19251
|
1232
|
-
pulumi_oci/datasafe/masking_report_management.py,sha256=ntTPk_0XpDYsEdh1lnGyd2UjEDUGkNNpF1p-AYvtIc8,32009
|
1233
1237
|
pulumi_oci/datasafe/on_prem_connector.py,sha256=brTIzRdKDiYI7OSTWzwOq1LMTTq6MDNItkcDkmhKvEI,29350
|
1234
|
-
pulumi_oci/datasafe/outputs.py,sha256=
|
1235
|
-
pulumi_oci/datasafe/report.py,sha256=
|
1236
|
-
pulumi_oci/datasafe/report_definition.py,sha256=
|
1238
|
+
pulumi_oci/datasafe/outputs.py,sha256=QMi71TCjwfeW6-T57ggNhY-t25dsoCcmrUS7vNKjsw0,1255887
|
1239
|
+
pulumi_oci/datasafe/report.py,sha256=CbBKBjiKpvPVbSTHnFgyZZneThikt4680ScMUy8bRYU,27666
|
1240
|
+
pulumi_oci/datasafe/report_definition.py,sha256=ElnfMwJSnXphmuzATJq-Kv94dtTqZ7Kl7wYUR0_UjWU,67798
|
1237
1241
|
pulumi_oci/datasafe/sdm_masking_policy_difference.py,sha256=7BQFmlcT_dt9g1W2NCqKj1n8ixY-NAuPJ4FHMCCGI10,37404
|
1238
|
-
pulumi_oci/datasafe/security_assessment.py,sha256=
|
1242
|
+
pulumi_oci/datasafe/security_assessment.py,sha256=5C9ptIJlOUgyTPsjxMn2uOU1be-W3c62oqbr5d8s5ME,61150
|
1239
1243
|
pulumi_oci/datasafe/security_policy.py,sha256=n3BGyT2Ww0rkbayoT2wrSikpdbiVhsJNOenZyWfsAoY,28863
|
1240
1244
|
pulumi_oci/datasafe/security_policy_deployment.py,sha256=D6YNQebQg35fEprfZ6ZyAlF3ZKhvSNjv3gzCAwQaCbM,32580
|
1241
1245
|
pulumi_oci/datasafe/security_policy_deployment_management.py,sha256=bt3hxxHHcz-PA_T-nKSMkZcDaWzmtZh3XKFG0fqsS_s,17727
|
1242
1246
|
pulumi_oci/datasafe/security_policy_management.py,sha256=Ue_Dji7mB-d2hjT_r9X13jahKaHI02s-81lB3iNqUJU,16615
|
1243
|
-
pulumi_oci/datasafe/sensitive_data_model.py,sha256=
|
1247
|
+
pulumi_oci/datasafe/sensitive_data_model.py,sha256=31M13MqUx4fqO8QZ9xsBlINrXzUwS5Jq65tJs-iviOc,67661
|
1244
1248
|
pulumi_oci/datasafe/sensitive_data_models_apply_discovery_job_results.py,sha256=lPiGmeh6UU4ah7Z85HW0H1mOqvV5fiiryryXyqtrcOU,7830
|
1245
1249
|
pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py,sha256=TREMG2BazyWlYHPsjY-AMv84bigCvtPKLH7XaMcxkJc,67457
|
1246
1250
|
pulumi_oci/datasafe/sensitive_type.py,sha256=aHSb7R_efYFsW2Cz6eaOSJSHlHiMb2OeBRlv2YekRi0,51383
|
1247
1251
|
pulumi_oci/datasafe/set_security_assessment_baseline.py,sha256=tCFdTzN-4Pp5fXPy-cVz9z_dRn0Zf3RnIw2pMdYlERI,12374
|
1248
|
-
pulumi_oci/datasafe/set_security_assessment_baseline_management.py,sha256=FyLxa0C7C2awoQH9W4SpXHdYQqydlIygxCi3h1VoAjI,13520
|
1249
1252
|
pulumi_oci/datasafe/set_user_assessment_baseline.py,sha256=pFdIxZ6rOGzZsEKuyfV0YTBJsjUZrfTdSfqgvn_oezQ,11986
|
1250
|
-
pulumi_oci/datasafe/set_user_assessment_baseline_management.py,sha256=-GJqQdBELAXsSPnfwF15mso2HhQCgAhFiaW1Dh98YWo,13292
|
1251
1253
|
pulumi_oci/datasafe/sql_collection.py,sha256=bVD7f0M7EFpKHCw4PWj3pVlBcW0iapROy0NcuRERoWY,54194
|
1252
1254
|
pulumi_oci/datasafe/sql_firewall_policy.py,sha256=7vkLvHNQYMTfpwXHNfzhgo3E9uu6tFIpCiUKdu97HOg,51488
|
1253
1255
|
pulumi_oci/datasafe/sql_firewall_policy_management.py,sha256=pucbdO9GprqnoS-VizqTVp4c7yM53EpRwfye77aBKwM,33473
|
1254
|
-
pulumi_oci/datasafe/target_alert_policy_association.py,sha256=
|
1256
|
+
pulumi_oci/datasafe/target_alert_policy_association.py,sha256=VuUouXYQraX23rJTpvteQs2T8qXR90H0ZTrb1WBrUDA,34887
|
1255
1257
|
pulumi_oci/datasafe/target_database.py,sha256=emIHm0iDm1IneZrLzEhRvI3G_PJ0GDMJCF1XbRCCjEM,52219
|
1256
1258
|
pulumi_oci/datasafe/target_database_peer_target_database.py,sha256=zDz_kgpDFJljXtCqsMSUJdnUoiEtx3GQCfqatuKi-4o,32072
|
1257
|
-
pulumi_oci/datasafe/unset_security_assessment_baseline.py,sha256=
|
1258
|
-
pulumi_oci/datasafe/unset_user_assessment_baseline.py,sha256=
|
1259
|
-
pulumi_oci/datasafe/user_assessment.py,sha256=
|
1259
|
+
pulumi_oci/datasafe/unset_security_assessment_baseline.py,sha256=gVcTvHt0rN1rfKKBqSkHE2DaYXzi4LmIkp-zUe0UeSI,12689
|
1260
|
+
pulumi_oci/datasafe/unset_user_assessment_baseline.py,sha256=Ipjz4U_oXV37dztfOC-dkZnu74D8HsEfbqhOngJzfH8,12337
|
1261
|
+
pulumi_oci/datasafe/user_assessment.py,sha256=mf1x2g_DcA_x2838SjVKqrSoIKUyXYmPXMgctA2qTDE,57974
|
1260
1262
|
pulumi_oci/datascience/__init__.py,sha256=YUs9Sg1hYEkk_ORPN54BOFosvaeepgs8SelXVgSpgYc,1506
|
1261
1263
|
pulumi_oci/datascience/_inputs.py,sha256=Ybz88GIxoEeJlK77EsCEdhjF9nkdsfFavLcAI1-BeJA,214403
|
1262
1264
|
pulumi_oci/datascience/get_fast_launch_job_configs.py,sha256=HiyP63vs-xosZ7yoetOiQOfaJVGBKMylWS6manE7rGs,5341
|
@@ -1454,6 +1456,15 @@ pulumi_oci/filestorage/outbound_connector.py,sha256=jV8LFzNjcMb7aWhPjo56DKvD5E69
|
|
1454
1456
|
pulumi_oci/filestorage/outputs.py,sha256=ksx_9gYV-6FVFLIyhqAR1qokvhmiNRcri5XGAFF4Q-4,141689
|
1455
1457
|
pulumi_oci/filestorage/replication.py,sha256=Twb1H-1G_6FjaSlpri-ItJyA1FKuvQ3wVVvDtzIYQTQ,45986
|
1456
1458
|
pulumi_oci/filestorage/snapshot.py,sha256=FOE0jsVhxVlqQ5tRI4LT2z0Y9nDIFBY6wi41TmBoyuU,36131
|
1459
|
+
pulumi_oci/fleetsoftwareupdate/__init__.py,sha256=pjI6H1538gr5ibAG9BxFd9PoYJIRZ_dACG1hvTouhYE,497
|
1460
|
+
pulumi_oci/fleetsoftwareupdate/_inputs.py,sha256=T_SH73RFNixqqrY_WBAQ288I19wV5kTxryAxK-ZivbA,18279
|
1461
|
+
pulumi_oci/fleetsoftwareupdate/fsu_collection.py,sha256=S18nmj_ilXSzT5inT9V17Lym2f5CnAI9UMVcBdT5sbA,21953
|
1462
|
+
pulumi_oci/fleetsoftwareupdate/fsu_cycle.py,sha256=OqkXryN0ma8yYwjANqGa1f1nS7E8j7JQ6aH7mkPmR8g,38374
|
1463
|
+
pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py,sha256=C0WlpM0xH7ZlJVam0Xl5ONKya5lXa7jx7l4DdzfwU-o,9777
|
1464
|
+
pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py,sha256=QjNmZgDd6VJJeIL-PNIvRANOHmmwFqZ7kFUTgjmvvgc,5992
|
1465
|
+
pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py,sha256=QO1xYG98j9o03KXiNkzgIvw4sFGadotOiLhSnM1ZuBA,15764
|
1466
|
+
pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py,sha256=D4KFtUXFpZxi3LzW5AJSC3z8b6m1LLmLFpvMBQYfwLg,7377
|
1467
|
+
pulumi_oci/fleetsoftwareupdate/outputs.py,sha256=jLW4gjyGLQdk19ZaFnQrWXKhQ7SVVqZ1lC5FAagIQhQ,49323
|
1457
1468
|
pulumi_oci/functions/__init__.py,sha256=tU-pJE4jEBX9z0lBXVdVAT7ImZSEx64sZB9YYWj2dys,1734
|
1458
1469
|
pulumi_oci/functions/_inputs.py,sha256=Y6IyfjXQiM93k5JJ3o8QGRWPjXRmgklBMubSkocWy-Q,23568
|
1459
1470
|
pulumi_oci/functions/application.py,sha256=xIQrGlPY-Da0370POiruE32TNIlHAFNuEYedpWbAu84,50806
|
@@ -1501,18 +1512,27 @@ pulumi_oci/generativeai/__init__.py,sha256=Ftsbp6SBNCD-O9MT8eM5e2mfwjdKeaS2J_z-i
|
|
1501
1512
|
pulumi_oci/generativeai/_inputs.py,sha256=VNZ31v1hvzCQZGn356ScbiG3pe56H8p6H-NXbB79Sb0,22426
|
1502
1513
|
pulumi_oci/generativeai/dedicated_ai_cluster.py,sha256=MQ3i9azQMOhPCnY7D1iKYnsMu9InNgs8SqQfQvcc0wQ,38951
|
1503
1514
|
pulumi_oci/generativeai/endpoint.py,sha256=jR8I2wzEwO6uRJqRn3Tz2a6qSMNUUV9UI6i5OErGT8U,36950
|
1504
|
-
pulumi_oci/generativeai/get_dedicated_ai_cluster.py,sha256=
|
1505
|
-
pulumi_oci/generativeai/get_dedicated_ai_clusters.py,sha256=
|
1506
|
-
pulumi_oci/generativeai/get_endpoint.py,sha256=
|
1507
|
-
pulumi_oci/generativeai/get_endpoints.py,sha256=
|
1508
|
-
pulumi_oci/generativeai/get_model.py,sha256=
|
1509
|
-
pulumi_oci/generativeai/get_models.py,sha256=
|
1515
|
+
pulumi_oci/generativeai/get_dedicated_ai_cluster.py,sha256=8kLebHtiz_BOKN1A5jSnyuae0zIjAYiDfbyt_CPZ12o,10330
|
1516
|
+
pulumi_oci/generativeai/get_dedicated_ai_clusters.py,sha256=dkbvp4DISvRgC_BRKqlPH9rD-a90sz-l-XSdw-jaPT0,7889
|
1517
|
+
pulumi_oci/generativeai/get_endpoint.py,sha256=80-7s4hMHvc-WSWhe-AcMX5q-gmbSQzbM0mKq7v79_c,10043
|
1518
|
+
pulumi_oci/generativeai/get_endpoints.py,sha256=icP907EGWUFvr3UGmfAQLvIswSat2A5K-Hka8ImBfRA,7160
|
1519
|
+
pulumi_oci/generativeai/get_model.py,sha256=9KTVx2SlgNvKuxR4GAsc3cT_0jSs4LL4Lpn3svorZs4,13702
|
1520
|
+
pulumi_oci/generativeai/get_models.py,sha256=jdL_51QFHXF-5QePj1SuJFFZ-nnylDOoB8Ndrqoebq4,8893
|
1510
1521
|
pulumi_oci/generativeai/model.py,sha256=tTu90q_UXV2yUT45JiNO-HgLRk48X1iZ2BSA-1jWMLE,41594
|
1511
|
-
pulumi_oci/generativeai/outputs.py,sha256=
|
1522
|
+
pulumi_oci/generativeai/outputs.py,sha256=dYUSDQtKWO40uhknFo62KXBTmgqK6VkGlFj7lwCT9So,65888
|
1512
1523
|
pulumi_oci/genericartifactscontent/__init__.py,sha256=hgIxlRzoszlQaqeflk8QurTNj87qkBbx16jZXw0p8Dk,382
|
1513
1524
|
pulumi_oci/genericartifactscontent/artifact_by_path.py,sha256=AVc57jzfRMuzmRd2mfmCyeIw22elMS3onLVZTfGG2PY,31619
|
1514
1525
|
pulumi_oci/genericartifactscontent/get_artifact_by_path.py,sha256=sNvU3RKAgOH9KAhnvbW9jaSTc1wTljLfUfCAnkW1TME,10043
|
1515
1526
|
pulumi_oci/genericartifactscontent/get_generic_artifacts_content.py,sha256=HasHB6VDT245-bGBY7LAyNoVLlahLz84NIUi5k0TSh8,3928
|
1527
|
+
pulumi_oci/globallydistributeddatabase/__init__.py,sha256=4Hp7NsGP1jrUgHwCbzpThk-bXIGkEgrNANC6kKi0oZg,524
|
1528
|
+
pulumi_oci/globallydistributeddatabase/_inputs.py,sha256=L1Sykwb8fc2YX7pe10L_sRm9rjfaGsa5IHWAdGNtw-E,47465
|
1529
|
+
pulumi_oci/globallydistributeddatabase/get_private_endpoint.py,sha256=UQuVY7C9tdEj4qoxkUYJHIRM8Oa9mU0wQNGZVwxnWpc,12118
|
1530
|
+
pulumi_oci/globallydistributeddatabase/get_private_endpoints.py,sha256=s7c3b7-MlEdts6Jbwu8RB_NGl24RbwzK1T_IfQs19CQ,7203
|
1531
|
+
pulumi_oci/globallydistributeddatabase/get_sharded_database.py,sha256=o4I-KdNLxRlBctRNVD8GOq7vYOEQtwW7wuTlMNJgr5c,29377
|
1532
|
+
pulumi_oci/globallydistributeddatabase/get_sharded_databases.py,sha256=wTPspD71ofNwsYNddbpmPIh5zTSyIcFyDcvGQ7veGL8,7216
|
1533
|
+
pulumi_oci/globallydistributeddatabase/outputs.py,sha256=pZGwgX2r9nj3nBjgHRD9B6tOqnB7cl-5Nym7O4HtN9w,94213
|
1534
|
+
pulumi_oci/globallydistributeddatabase/private_endpoint.py,sha256=UAUsfT-c1P7QuQIzT7xD7jF3hGJux28CzmH7Vo6CKUg,34000
|
1535
|
+
pulumi_oci/globallydistributeddatabase/sharded_database.py,sha256=sVCb8cXlMyDwujLuF0HGUt5lqACU6bBdbctTN9N9DvY,101930
|
1516
1536
|
pulumi_oci/goldengate/__init__.py,sha256=bUksfKTH9LM_422k-tu1EXIuPrRbsGUVQVmdQ9Y4ogM,1331
|
1517
1537
|
pulumi_oci/goldengate/_inputs.py,sha256=xZBPv70z5TjIWqWeg6_v_20L2YJlxCgha2AxzgAIfSw,47623
|
1518
1538
|
pulumi_oci/goldengate/connection.py,sha256=h_Zu9Rpev4YX6i4btagL3BPusR5khBPpk3-ceq2NU3I,242414
|
@@ -1559,8 +1579,8 @@ pulumi_oci/healthchecks/http_probe.py,sha256=zwwQbnDSBSXCdaz6pipR7dRmshoXurYX7jv
|
|
1559
1579
|
pulumi_oci/healthchecks/outputs.py,sha256=G__4KrGxGnYDuknWXVuEsJWCQjGzQ8HrOaMGN8A-_io,55700
|
1560
1580
|
pulumi_oci/healthchecks/ping_monitor.py,sha256=ZSVyaC-Cl_hCzCwjxxMPdVF8eM2oM9dpcIEALmiwhFA,40175
|
1561
1581
|
pulumi_oci/healthchecks/ping_probe.py,sha256=3zAdmiLAx1j6f5Fjsfe5B3AMQ0oPJst1IJeGiOsy-z0,24152
|
1562
|
-
pulumi_oci/identity/__init__.py,sha256=
|
1563
|
-
pulumi_oci/identity/_inputs.py,sha256=
|
1582
|
+
pulumi_oci/identity/__init__.py,sha256=QcJTCXzz_cH5dMm23w3UUpy8PHvv4dTp2TIzlXubcxg,9093
|
1583
|
+
pulumi_oci/identity/_inputs.py,sha256=Z-ULArgpUzIW2xruR2mPwX0-rlcidLmT7mCRS_cxnMo,2421278
|
1564
1584
|
pulumi_oci/identity/api_key.py,sha256=mGWz9pHMFHWLu5vovIjWRBSD-mIalpbSEHsnKEIaBSc,16219
|
1565
1585
|
pulumi_oci/identity/auth_token.py,sha256=qUJAUkspvLjOu_OM-p8MSB2FZHy9PyWBbYwwr1Al0po,18447
|
1566
1586
|
pulumi_oci/identity/authentication_policy.py,sha256=EH1Ix-I_biyQDJ1zEAyZ-sCJf--gmLgPjb6_SJN78Ww,14912
|
@@ -1611,6 +1631,7 @@ pulumi_oci/identity/domains_security_question_setting.py,sha256=I2kMQO0u3lEZg6Yx
|
|
1611
1631
|
pulumi_oci/identity/domains_self_registration_profile.py,sha256=PApkxoqaj-QGBJaCKfVM_K3rL2TTAsLN6uozGPZ10ak,168845
|
1612
1632
|
pulumi_oci/identity/domains_setting.py,sha256=4gKkIfgb81UZwaTf-VXsvCdG9hra0CjvJsvYOlUnkMk,299430
|
1613
1633
|
pulumi_oci/identity/domains_smtp_credential.py,sha256=vlE7Hk5jaIIWPIhbZLZoT2PfjxnX4XTM4VoNfcHlb1k,90043
|
1634
|
+
pulumi_oci/identity/domains_social_identity_provider.py,sha256=8QClVsWTCPjOr7wr81d7LPO8yMorxVjTtDvsO9JOAEk,185952
|
1614
1635
|
pulumi_oci/identity/domains_user.py,sha256=w-IyUpkSdh9SWKG5N6rkzRQ84cxOqnhbqNPoJgBVR0w,299068
|
1615
1636
|
pulumi_oci/identity/domains_user_db_credential.py,sha256=6cEjBlXuJp8RGNmS1LjyCbngIilWKe-TVqfJDFFvYU8,102370
|
1616
1637
|
pulumi_oci/identity/dynamic_group.py,sha256=NKPk4VP9ke9SLmIC9_7wenCnb3tDMgtan6USUcr9BH0,30780
|
@@ -1726,6 +1747,8 @@ pulumi_oci/identity/get_domains_setting.py,sha256=-P3USGtlfL1OA0KkX6qewv8loB3MXJ
|
|
1726
1747
|
pulumi_oci/identity/get_domains_settings.py,sha256=F3quKr_lQVkwvtJBKhagdZrWqfhL-9_SKbYBrRTD0rc,13816
|
1727
1748
|
pulumi_oci/identity/get_domains_smtp_credential.py,sha256=UCBQJqhxYCoZEXn6CA_0mXQmnHTgsgnUITbS5Yz6XLk,23445
|
1728
1749
|
pulumi_oci/identity/get_domains_smtp_credentials.py,sha256=MefHK0MsZx7bfW4B0ptaeEj5inwi7oYgF-IVHfIvTzE,20251
|
1750
|
+
pulumi_oci/identity/get_domains_social_identity_provider.py,sha256=GxxNRcDVgXx2R4aEB9yb0M_m6-_srLhazyGRi-tjEtM,32490
|
1751
|
+
pulumi_oci/identity/get_domains_social_identity_providers.py,sha256=9qtzWyJkn41u_bW4XZDDNghwWcMsDI9i6Mx14NAMYa0,17586
|
1729
1752
|
pulumi_oci/identity/get_domains_user.py,sha256=u8j-mrVg8F7pjw01aib1truYQ4svZyN_-NaqV3MRAco,56277
|
1730
1753
|
pulumi_oci/identity/get_domains_user_attributes_setting.py,sha256=lD6iFcSHOWvscWbUIFCE_jQBeYNxaV1mYFwLBIV5roA,20639
|
1731
1754
|
pulumi_oci/identity/get_domains_user_attributes_settings.py,sha256=X7q20k9Cib3PWvAhpJ8YT7ZfmBqaHeL0xv2YvGsRC-s,13901
|
@@ -1766,7 +1789,7 @@ pulumi_oci/identity/identity_provider.py,sha256=ik3onEzpVM_bRBs1W7UFgVJCH_lN_iXu
|
|
1766
1789
|
pulumi_oci/identity/idp_group_mapping.py,sha256=743cX37IZAZrXK1uIA3xxza9_aIG0Oa9l8a_GBxjw7g,19026
|
1767
1790
|
pulumi_oci/identity/import_standard_tags_management.py,sha256=f5KHjLrGN0Fecd2XWZ5_cuiqiOQTr9g-GyfGr_gLfTY,13392
|
1768
1791
|
pulumi_oci/identity/network_source.py,sha256=g_aLlVsh_LRFn2CW9umgrRXQrQ5P8IpM8Mj0aJoRtu4,39233
|
1769
|
-
pulumi_oci/identity/outputs.py,sha256=
|
1792
|
+
pulumi_oci/identity/outputs.py,sha256=k8JdADVSC8TM1HGQIuA7vDcFSdOJvbqPmoMKnLf8Rj8,5464985
|
1770
1793
|
pulumi_oci/identity/policy.py,sha256=RJ0IbpEel0QP5y1y7xQOGyeY4W8xLu7-VWIbru9QmuM,39189
|
1771
1794
|
pulumi_oci/identity/smtp_credential.py,sha256=d8rz1ltRKlJNLCvG21BprcRjKggXDNUuBkgJaZVXQgQ,18410
|
1772
1795
|
pulumi_oci/identity/tag.py,sha256=uIw_fuH2-8_YiUWy6njaBSudIUDJoxZK5NePtHkHp9E,41027
|
@@ -1779,11 +1802,11 @@ pulumi_oci/identity/user_group_membership.py,sha256=nO0gNTZp8fGGYnjIpBlRQ1QoAz8s
|
|
1779
1802
|
pulumi_oci/identitydataplane/__init__.py,sha256=3p2MSIiFqHpIMFFl1thue91_oqZ4koRyvoMkvsjIyzo,314
|
1780
1803
|
pulumi_oci/identitydataplane/generated_scoped_access_token.py,sha256=f5H2ccr9fFkm0lpHH9PMJR2y-dTQN1kFtuWrA0cjC90,12982
|
1781
1804
|
pulumi_oci/integration/__init__.py,sha256=iqBDMZyU6TO-gNDI4UKSZ9DjUI7498ckz8guq5zCjjE,483
|
1782
|
-
pulumi_oci/integration/_inputs.py,sha256=
|
1783
|
-
pulumi_oci/integration/get_integration_instance.py,sha256=
|
1805
|
+
pulumi_oci/integration/_inputs.py,sha256=2VAqKwPUgN3ik228hlx47xitmJyai-tvY24apVLtYXQ,24322
|
1806
|
+
pulumi_oci/integration/get_integration_instance.py,sha256=FvWkBFdtUqqDqLO_OqrkauJ-u8OdVeszTvp-iTYmkF4,18934
|
1784
1807
|
pulumi_oci/integration/get_integration_instances.py,sha256=Fy5WxnRXbsry8IudiJqxFZxsTKdf_1XB3XNp9id15E0,7058
|
1785
|
-
pulumi_oci/integration/integration_instance.py,sha256=
|
1786
|
-
pulumi_oci/integration/outputs.py,sha256=
|
1808
|
+
pulumi_oci/integration/integration_instance.py,sha256=F8jrJsspeGQKVhuTL8jA7AtQQT2ose64NdSAWtK6xjU,68169
|
1809
|
+
pulumi_oci/integration/outputs.py,sha256=ddnVUjjARWsvot7EEyXi38F00edqUQ6M91rCQiZfNiM,68079
|
1787
1810
|
pulumi_oci/integration/private_endpoint_outbound_connection.py,sha256=KGbQ2rXbQYEceNg7XxfJbaY_bE9UwtQP3tpL5pxeFZI,10039
|
1788
1811
|
pulumi_oci/jms/__init__.py,sha256=SET3l3OGDoXrEWTVhwUcrB0FDa9lw4o5VJw-RuPhmC0,2090
|
1789
1812
|
pulumi_oci/jms/_inputs.py,sha256=y6fbkErbKphFgwuDOj9vVyE9f4oCHmpmAIO1dYVpqUE,62066
|
@@ -2098,8 +2121,8 @@ pulumi_oci/mysql/mysql_configuration.py,sha256=tAe0ZaThbi9N547F0WyVjG_mCZks8nGmH
|
|
2098
2121
|
pulumi_oci/mysql/mysql_db_system.py,sha256=uIJkUz4C-wEc8HV6e0tWUbgDTcJM45liSI1IEwtRTg0,109987
|
2099
2122
|
pulumi_oci/mysql/outputs.py,sha256=OuihHc3UivknPj8ePomzMygpGSNNDhczdmwYuk3LTdw,557962
|
2100
2123
|
pulumi_oci/mysql/replica.py,sha256=lovsoksb684bl-zVP_u87KlKG-vsBNrHe5oR-ZQkgYg,45695
|
2101
|
-
pulumi_oci/networkfirewall/__init__.py,sha256=
|
2102
|
-
pulumi_oci/networkfirewall/_inputs.py,sha256=
|
2124
|
+
pulumi_oci/networkfirewall/__init__.py,sha256=6CxpTGYsgQuKkTAQ2Pp9wlTkaCPf0Kz2eChNR2Naaz4,2409
|
2125
|
+
pulumi_oci/networkfirewall/_inputs.py,sha256=VNKgMQueZUnNlmp9fpR2j9Nszy1KZ4PHRWXhQ8H1va4,33884
|
2103
2126
|
pulumi_oci/networkfirewall/get_network_firewall.py,sha256=5eTzMYDQALRl_hCY1wgKbNirMmHQwCbW8SrSPckgBzg,13847
|
2104
2127
|
pulumi_oci/networkfirewall/get_network_firewall_policies.py,sha256=p6L0LOYndSbEl_pP4FXqiJvFJG-aG9-WIBm3Fpoa3DY,8237
|
2105
2128
|
pulumi_oci/networkfirewall/get_network_firewall_policy.py,sha256=OBJOa_osW3qKXcYxwWeVciaj3BgyGHcHORcnpWFazH4,10827
|
@@ -2121,6 +2144,8 @@ pulumi_oci/networkfirewall/get_network_firewall_policy_service.py,sha256=oLVmjyZ
|
|
2121
2144
|
pulumi_oci/networkfirewall/get_network_firewall_policy_service_list.py,sha256=RFUyordczaewFVsOxuRQJ2AXh3Zdl0u7vrQSPlAiPPM,6054
|
2122
2145
|
pulumi_oci/networkfirewall/get_network_firewall_policy_service_lists.py,sha256=fnPuC5SNPKxVy-wQYt60K6IKdBUrLRO1UwJvNQuLsr4,7050
|
2123
2146
|
pulumi_oci/networkfirewall/get_network_firewall_policy_services.py,sha256=s4ONN6zjxGSgPYuYOWsBKBZ0rp815hnaCbdlEOpGk8I,6806
|
2147
|
+
pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rule.py,sha256=iqQGrQYQqetK0nLG-7pgrS3kndkyh5pTAIN78T9zsdA,10456
|
2148
|
+
pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rules.py,sha256=XkgtqvbA16ZPTo1XLER92sfoOxX47mmj5eWzK4aejyc,9276
|
2124
2149
|
pulumi_oci/networkfirewall/get_network_firewall_policy_url_list.py,sha256=F5j3wO1_rkWhXw-Cjae0o4gepo1MoRnulzGBCmdDoAo,5928
|
2125
2150
|
pulumi_oci/networkfirewall/get_network_firewall_policy_url_lists.py,sha256=8XJENLU3lWXuhSynQtHBHyuvffrKDqIFQ-Lz57ZJsN8,6874
|
2126
2151
|
pulumi_oci/networkfirewall/get_network_firewalls.py,sha256=VP1O8kF-5uRMUYoCMk8vS5R7UNQgcnChJr49VDCgoAU,11248
|
@@ -2135,8 +2160,9 @@ pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py,sha256=hLX3k
|
|
2135
2160
|
pulumi_oci/networkfirewall/network_firewall_policy_security_rule.py,sha256=IyER95_MmH6BpiVgYgPlRL76YlBWTbZVMMlls2mCF00,31069
|
2136
2161
|
pulumi_oci/networkfirewall/network_firewall_policy_service.py,sha256=-SjJFipTv1zKLCZVnHJu98I0HNJ4XimRdydHYTwqTWM,18020
|
2137
2162
|
pulumi_oci/networkfirewall/network_firewall_policy_service_list.py,sha256=mjo-4F0qnABNwNw71_GBiYQcqa4ABJ7TUQk-EM5bEGg,17096
|
2163
|
+
pulumi_oci/networkfirewall/network_firewall_policy_tunnel_inspection_rule.py,sha256=esSGphvWYAdY1Kz_6Ud4ejp2Mo74re9_-UpFZcbak-c,31718
|
2138
2164
|
pulumi_oci/networkfirewall/network_firewall_policy_url_list.py,sha256=hBaGKaBZQ8q5U-wXPeXqTvZEtRAxu9vuiXIFg8svPhg,15550
|
2139
|
-
pulumi_oci/networkfirewall/outputs.py,sha256=
|
2165
|
+
pulumi_oci/networkfirewall/outputs.py,sha256=IbI24JQYO8H8S9TBbAtnZPmGztLYABc76Wfu4-JLWkY,121881
|
2140
2166
|
pulumi_oci/networkloadbalancer/__init__.py,sha256=urfLKBZti02PqzrKDjUdZ8SZHck_DsNXj1KDF6-BYtk,938
|
2141
2167
|
pulumi_oci/networkloadbalancer/_inputs.py,sha256=bN5B3GG3ejc8uHyVQlS7o5vALun8UJNd9q1aikDJupg,54385
|
2142
2168
|
pulumi_oci/networkloadbalancer/backend.py,sha256=Uu7trbRmJjDgEF7K6sAAdW0QVhAw-FRyo3v83kiAQak,34924
|
@@ -2283,11 +2309,11 @@ pulumi_oci/operatoraccesscontrol/operator_control.py,sha256=HYrW1R8to_eg4p1D9Pmf
|
|
2283
2309
|
pulumi_oci/operatoraccesscontrol/operator_control_assignment.py,sha256=Lu_SDljPRNl5QRbM6pxMlNM986hP7MHwxuG_F7vF77Q,75065
|
2284
2310
|
pulumi_oci/operatoraccesscontrol/outputs.py,sha256=2m1hPWTHl9qkUcfMYoHQT7UNieC2wiK3bYJ4fq_C6n4,76319
|
2285
2311
|
pulumi_oci/opsi/__init__.py,sha256=fdJT5pryJP3NEo_B8ZbIFU0uP9CVhq_qUyNVxTCBhdE,2224
|
2286
|
-
pulumi_oci/opsi/_inputs.py,sha256=
|
2312
|
+
pulumi_oci/opsi/_inputs.py,sha256=KA1xNc41cIKHe5TE1n2BpvTlKuNj58dB7tfCObTyt3k,72496
|
2287
2313
|
pulumi_oci/opsi/awr_hub.py,sha256=recUMuS-BQDrT7riDo5uyq4KClCHa__bJP4oyzaSTxE,31707
|
2288
2314
|
pulumi_oci/opsi/awr_hub_source.py,sha256=4pBWaZX8R0UnQMrVssgjZrrZcqoC84448SHL67fRda4,46291
|
2289
2315
|
pulumi_oci/opsi/awr_hub_source_awrhubsources_management.py,sha256=WJo-tChWm8YOlClQEivYeL_bXY1p2adxJwXbbi58o-k,11718
|
2290
|
-
pulumi_oci/opsi/database_insight.py,sha256=
|
2316
|
+
pulumi_oci/opsi/database_insight.py,sha256=U2qHaCp72n0aO_Mo8dMbDxH5khT9vCccdCdUE0yMWhI,82473
|
2291
2317
|
pulumi_oci/opsi/enterprise_manager_bridge.py,sha256=gSuTs0L-MOM3IaOLNtF_k0f4f0us5thwhvAOslNRndY,32673
|
2292
2318
|
pulumi_oci/opsi/exadata_insight.py,sha256=q8XsRJI25oeaQAwDc1Iod0RrMqgQaPSz-IqNs3_IPwc,61585
|
2293
2319
|
pulumi_oci/opsi/get_awr_hub.py,sha256=AUzbzzLjLUu-1MY83cn7yH_1lZGYHiFaKNv2785eJuA,11123
|
@@ -2297,39 +2323,39 @@ pulumi_oci/opsi/get_awr_hub_awr_sources_summary.py,sha256=pEhTtLDNO3mF7kZrvNQ_tJ
|
|
2297
2323
|
pulumi_oci/opsi/get_awr_hub_source.py,sha256=5WJF9g9iEJZU2rn5tM2iJ07YAz9CuLvl2niWUi3xfRc,17441
|
2298
2324
|
pulumi_oci/opsi/get_awr_hub_sources.py,sha256=Na_JiL65_0Wi5SEmJ_xHrTphTP_WCLMG5H3zARvhZuE,10647
|
2299
2325
|
pulumi_oci/opsi/get_awr_hubs.py,sha256=TsLF2L6WkHNjy9z0AEZDoctgN7vkeBe0w-mCn_DIZs0,8575
|
2300
|
-
pulumi_oci/opsi/get_database_insight.py,sha256=
|
2301
|
-
pulumi_oci/opsi/get_database_insights.py,sha256=
|
2326
|
+
pulumi_oci/opsi/get_database_insight.py,sha256=mZOehc1Vd39H63JuAznVRcD9M5kTxcLuqVk3RPhg9bs,27003
|
2327
|
+
pulumi_oci/opsi/get_database_insights.py,sha256=cojvtRl0cQUiU5e9bjxqt40HTB178jFkCZVh3eDnUm0,16703
|
2302
2328
|
pulumi_oci/opsi/get_enterprise_manager_bridge.py,sha256=KnEZwVyZcBcx9j1Rq2ntSR5FbegJ6vVvn094FmDvJvI,12368
|
2303
|
-
pulumi_oci/opsi/get_enterprise_manager_bridges.py,sha256=
|
2329
|
+
pulumi_oci/opsi/get_enterprise_manager_bridges.py,sha256=bggq4mrkotnkcagtZn0CBtmgB2aumzgiymrES1LyR48,9760
|
2304
2330
|
pulumi_oci/opsi/get_exadata_insight.py,sha256=W6RsDSMCyyKvDzID87PwFQ4GpYRu06cPzjYKYNT_vPE,20290
|
2305
2331
|
pulumi_oci/opsi/get_exadata_insights.py,sha256=p0AP5zBoKbW4uhQWstp3EIe3ihRZzchF35GlmlFbK8o,11816
|
2306
|
-
pulumi_oci/opsi/get_host_insight.py,sha256=
|
2307
|
-
pulumi_oci/opsi/get_host_insights.py,sha256=
|
2332
|
+
pulumi_oci/opsi/get_host_insight.py,sha256=joDVmgCynHs-CKJHRBjPe33wK5t8MNprXtI1od6BfoE,19900
|
2333
|
+
pulumi_oci/opsi/get_host_insights.py,sha256=Pz_98KHppGJyF0IVvNcBwgPY4ei4YRIhTnRczYVZI4g,13079
|
2308
2334
|
pulumi_oci/opsi/get_importable_agent_entities.py,sha256=_B-7Y39mNb2WAGQnKHJxpqJZKlxKn-x7QJ6-jG4Tnyk,4841
|
2309
2335
|
pulumi_oci/opsi/get_importable_agent_entity.py,sha256=oaI3Kr1tb1O6ezBi8irSZ_ZFMJYAiQIoCzJ_l9-dEuQ,4831
|
2310
2336
|
pulumi_oci/opsi/get_importable_compute_entities.py,sha256=WiG78TidI7swGmix-36IAHuBG91LXZYzrhGvZDU5A_Y,5433
|
2311
2337
|
pulumi_oci/opsi/get_importable_compute_entity.py,sha256=oUsNCiYY9CI8LtF7IejYsmiqdCFBcXd0Sc99h5wqfVg,5423
|
2312
|
-
pulumi_oci/opsi/get_news_report.py,sha256=
|
2313
|
-
pulumi_oci/opsi/get_news_reports.py,sha256=
|
2314
|
-
pulumi_oci/opsi/get_operations_insights_private_endpoint.py,sha256=
|
2315
|
-
pulumi_oci/opsi/get_operations_insights_private_endpoints.py,sha256
|
2316
|
-
pulumi_oci/opsi/get_operations_insights_warehouse.py,sha256=
|
2338
|
+
pulumi_oci/opsi/get_news_report.py,sha256=z9k9x14JoCE6WSvZS8_7cui3i5m4ELTP52XoOGDl2S4,13073
|
2339
|
+
pulumi_oci/opsi/get_news_reports.py,sha256=mg3LgJwj9TtokVPLtjKMJBLEdrGtdFfPbW2yWQJCGFs,9104
|
2340
|
+
pulumi_oci/opsi/get_operations_insights_private_endpoint.py,sha256=4EDSCBZDiDV4enym7P4RG9GeiP1Vmwzt7EZL3x0rYVI,13695
|
2341
|
+
pulumi_oci/opsi/get_operations_insights_private_endpoints.py,sha256=cuPrg_1h1FEeD6FfIzto0zZb4PFVTdqfJSS137yceYc,13208
|
2342
|
+
pulumi_oci/opsi/get_operations_insights_warehouse.py,sha256=hqvbreE6z0hpuujZkQ8sLwDzbrmynDz5rnVPGV81Ras,14304
|
2317
2343
|
pulumi_oci/opsi/get_operations_insights_warehouse_resource_usage_summary.py,sha256=6rmJu5VTP6E1alJ4vsXrk2XQxvs8reSaJpcXAyiN0Q4,6576
|
2318
|
-
pulumi_oci/opsi/get_operations_insights_warehouse_user.py,sha256=
|
2344
|
+
pulumi_oci/opsi/get_operations_insights_warehouse_user.py,sha256=04PnzJG2dfARRHgLWcwfZfkjLWzHYVa13fVCJvPo1yU,13077
|
2319
2345
|
pulumi_oci/opsi/get_operations_insights_warehouse_users.py,sha256=v15122X0bWwawfWCfSLUrqe0jwpejkGvIMTXCOxxuwE,10199
|
2320
|
-
pulumi_oci/opsi/get_operations_insights_warehouses.py,sha256=
|
2346
|
+
pulumi_oci/opsi/get_operations_insights_warehouses.py,sha256=ddTYKRm0zjUgLkuL9qpy6JXH90w-HSRe09FCrB5aN4w,8670
|
2321
2347
|
pulumi_oci/opsi/get_opsi_configuration.py,sha256=WpsfvzI3oCSrGNaH5KNBgmos0fVtwVyyC2HyS4HW2x4,17283
|
2322
2348
|
pulumi_oci/opsi/get_opsi_configuration_configuration_item.py,sha256=US_cngZcZ3Xkr62ohgRjGS3OWFpRUgkey8zezbCZJKo,10296
|
2323
2349
|
pulumi_oci/opsi/get_opsi_configurations.py,sha256=kEAOVDZqbLYnQkPbMzgh2bB6TQsOu3I4uIcTZ0J65mo,8689
|
2324
|
-
pulumi_oci/opsi/host_insight.py,sha256=
|
2325
|
-
pulumi_oci/opsi/news_report.py,sha256=
|
2326
|
-
pulumi_oci/opsi/operations_insights_private_endpoint.py,sha256=
|
2327
|
-
pulumi_oci/opsi/operations_insights_warehouse.py,sha256=
|
2328
|
-
pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py,sha256=
|
2329
|
-
pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py,sha256=
|
2330
|
-
pulumi_oci/opsi/operations_insights_warehouse_user.py,sha256=
|
2350
|
+
pulumi_oci/opsi/host_insight.py,sha256=o6w8B3GY3huYTZ5n4BbqFNEAeRm2AZwgqLEkFr1jHto,57898
|
2351
|
+
pulumi_oci/opsi/news_report.py,sha256=7G6o_v2XeqHMnjxrbajuOSBCk4rMozEvGXKmu4-p_Wk,44077
|
2352
|
+
pulumi_oci/opsi/operations_insights_private_endpoint.py,sha256=Z7Y-4Qe9PoZfs1SDoNUtKoqmTWYM_P7RuXHNIRSyVfw,43936
|
2353
|
+
pulumi_oci/opsi/operations_insights_warehouse.py,sha256=TMx88k4QFRf8gje_xzWYd9jw8LQagWOq5JEyAcM76iQ,37211
|
2354
|
+
pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py,sha256=eUhAxsIdq8WRk7uUYI-FMLMIvaMowwnCERRn_zh22vI,14402
|
2355
|
+
pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py,sha256=TtRs_fxsSo-fiUrxnHWMYlXrWGWO0Uz_HOPb9KcsJC0,10366
|
2356
|
+
pulumi_oci/opsi/operations_insights_warehouse_user.py,sha256=9q3lu1X2FHJkKxvK6V1lHEbYFhE-q9bYlMr7uKwliJA,38244
|
2331
2357
|
pulumi_oci/opsi/opsi_configuration.py,sha256=uLc1Vic_qfX6O72_or3o42ftRME16lJgaqP3hW49kW8,48335
|
2332
|
-
pulumi_oci/opsi/outputs.py,sha256=
|
2358
|
+
pulumi_oci/opsi/outputs.py,sha256=4pl5wOl39Lt5R5gru75fLbOGW6D27-9nwmBmOaskFuM,288026
|
2333
2359
|
pulumi_oci/optimizer/__init__.py,sha256=KGWDQm3UJGX6gBelEZ_vljzdfFHDtB9tXZWWCBflwvc,944
|
2334
2360
|
pulumi_oci/optimizer/_inputs.py,sha256=Q0jQxY1wCGLYZ_b10gQqNCwXMUSba_Yo74Ht4BU_vX8,23167
|
2335
2361
|
pulumi_oci/optimizer/enrollment_status.py,sha256=zWniUL7MjLcxEmE0ywN1TVIuB5mIKg-LZFU_pjWKI0w,15919
|
@@ -2524,10 +2550,10 @@ pulumi_oci/recoverymod/protection_policy.py,sha256=hY2TOZndyQ0T2q3Z1qZmogB6y_dIR
|
|
2524
2550
|
pulumi_oci/recoverymod/recovery_service_subnet.py,sha256=A87avG-TRn4-MiS3Gtw-03N3QF64oTmS_tdjAT2GA7M,40138
|
2525
2551
|
pulumi_oci/redis/__init__.py,sha256=qn3X_w55WB6CuT20Q-Nt7zxiXVnt4qHqOYRo05JuvIU,410
|
2526
2552
|
pulumi_oci/redis/_inputs.py,sha256=facaTYotXU0epdJPA8tlJTJOjqUMhl8NF-2KGq-vlyo,4901
|
2527
|
-
pulumi_oci/redis/get_redis_cluster.py,sha256=
|
2553
|
+
pulumi_oci/redis/get_redis_cluster.py,sha256=dAHL4K8I_tgAYrJqX2lhOVkKCWxl1Yu3xLKbOdID2ro,15957
|
2528
2554
|
pulumi_oci/redis/get_redis_clusters.py,sha256=9JA7jG6KPfpxkVw_KwafKQn08A0dmOWhhQwE3DYZEso,7931
|
2529
|
-
pulumi_oci/redis/outputs.py,sha256=
|
2530
|
-
pulumi_oci/redis/redis_cluster.py,sha256=
|
2555
|
+
pulumi_oci/redis/outputs.py,sha256=sbH6FgK7rTWJy4rF-sMo6_VyK6Varn9Q5VXeqVv4RLU,21044
|
2556
|
+
pulumi_oci/redis/redis_cluster.py,sha256=ecpcwUx5G-Em0jcK6bIELvl4XhNn_5mSM8f7zx4hrEo,47069
|
2531
2557
|
pulumi_oci/resourcemanager/__init__.py,sha256=2G2BH5kW2MtOJKFnTb6Oytp5JQCS7n_E3uSubLhEQqk,553
|
2532
2558
|
pulumi_oci/resourcemanager/_inputs.py,sha256=dsFbYoETEn_qfAz8RUBdr4o5-Gkf_Q5Jn-H5ojIZzSA,2420
|
2533
2559
|
pulumi_oci/resourcemanager/get_private_endpoint.py,sha256=DiPAMo5qlUPJeoIHdpZebwhTfU4b1RvAc--UopAmKIc,12225
|
@@ -2602,12 +2628,12 @@ pulumi_oci/servicemesh/virtual_deployment.py,sha256=JngLYrp3zRF0W3CFfjA9_ojaZOG1
|
|
2602
2628
|
pulumi_oci/servicemesh/virtual_service.py,sha256=OKzWFa3aOCIWsuGnIiG4KDUIkDoRI1Ln3Uj6ccSAxgU,39852
|
2603
2629
|
pulumi_oci/servicemesh/virtual_service_route_table.py,sha256=BTU_J1GkNyG5vc_cVvf9dGWC_sgzw_t6BcEuJ7EfBes,37602
|
2604
2630
|
pulumi_oci/stackmonitoring/__init__.py,sha256=w3t_oLxZL3HMvvDtr_YZDUp02tvLIezDnDm1msgPjPA,1579
|
2605
|
-
pulumi_oci/stackmonitoring/_inputs.py,sha256=
|
2606
|
-
pulumi_oci/stackmonitoring/baselineable_metric.py,sha256=
|
2631
|
+
pulumi_oci/stackmonitoring/_inputs.py,sha256=BvOe0duE8nNIL31VPs6IuImOjzTModkFTVBKC1jDSf4,151059
|
2632
|
+
pulumi_oci/stackmonitoring/baselineable_metric.py,sha256=lOspkI7iivl4yY_rs9WBRcTbuJToc5IH23j3sR6qC5Q,30320
|
2607
2633
|
pulumi_oci/stackmonitoring/config.py,sha256=guI_zpTaHW4MXN7JuOLQqjn5p5oo8_FUvh3TTlK2P_s,30827
|
2608
2634
|
pulumi_oci/stackmonitoring/discovery_job.py,sha256=uFzVFebBaFEsoX9gqZ5n0wIXKpVb4inKJWVN7HGDZCw,37062
|
2609
|
-
pulumi_oci/stackmonitoring/get_baselineable_metric.py,sha256=
|
2610
|
-
pulumi_oci/stackmonitoring/get_baselineable_metrics.py,sha256=
|
2635
|
+
pulumi_oci/stackmonitoring/get_baselineable_metric.py,sha256=UOUBvtCIggtQITYJhZUh_ljq7OJA2M0RtGO2nh0naV0,12137
|
2636
|
+
pulumi_oci/stackmonitoring/get_baselineable_metrics.py,sha256=Ygn4nr2HfsN6b6vMDgcFn1NOsiu8UGerRwtMip2hpuA,11394
|
2611
2637
|
pulumi_oci/stackmonitoring/get_baselineable_metrics_evaluate.py,sha256=RiFGM27bsvKt0EpODyuYK0vkXbFsQDeUn7wYRoemTZU,8078
|
2612
2638
|
pulumi_oci/stackmonitoring/get_config.py,sha256=ymAEofYg_-QTQlv57npeotRbB5NMao4o3YPxeT7fj6A,9805
|
2613
2639
|
pulumi_oci/stackmonitoring/get_configs.py,sha256=RIFmnhVO8CqpCoFuSgkOCnOezfBagnIOgMUakIvwhYE,7370
|
@@ -2634,7 +2660,7 @@ pulumi_oci/stackmonitoring/monitored_resources_associate_monitored_resource.py,s
|
|
2634
2660
|
pulumi_oci/stackmonitoring/monitored_resources_list_member.py,sha256=CXuXN-_r3_V6fRM8cE08WPISg1yEOhOCYPbcuLfrVcA,16747
|
2635
2661
|
pulumi_oci/stackmonitoring/monitored_resources_search.py,sha256=216vZ51Xg-tKYWENICj0BSmd_EtlmY21QSIUaC5gWXM,84083
|
2636
2662
|
pulumi_oci/stackmonitoring/monitored_resources_search_association.py,sha256=6qM8hh0ddY2osawto98NQkzvT2v5KAim7aAUJkFA_iE,29438
|
2637
|
-
pulumi_oci/stackmonitoring/outputs.py,sha256=
|
2663
|
+
pulumi_oci/stackmonitoring/outputs.py,sha256=ZRo1kB9OhXdKL1AfA8R-eNSon8dp-R61jEEBmWgAWys,327390
|
2638
2664
|
pulumi_oci/stackmonitoring/process_set.py,sha256=VCMIvx_InA5OiIziM6uA74HupGY9ZMWPbvqQbAyxLLs,25752
|
2639
2665
|
pulumi_oci/streaming/__init__.py,sha256=qUfMEOAARn0aZo_vquKVA6NeGypfQ3nRHuEY5NKEThM,582
|
2640
2666
|
pulumi_oci/streaming/_inputs.py,sha256=FNbJknKJEb7Hh-pkSawRjagcl950kZnCylQRW9u5tSA,12510
|
@@ -2752,7 +2778,7 @@ pulumi_oci/waf/get_web_app_firewall_policies.py,sha256=2EXX-nZiSRnou_ywPuVnvH9CT
|
|
2752
2778
|
pulumi_oci/waf/get_web_app_firewall_policy.py,sha256=iXFu2wfolxLPGoRpC9PvrbsMvIURoaPHkg6WVLdoEd8,14234
|
2753
2779
|
pulumi_oci/waf/network_address_list.py,sha256=Burm-luOi53fUUOZVqwfKueKEDWQw8789Ir0mUblOiE,33054
|
2754
2780
|
pulumi_oci/waf/outputs.py,sha256=IibDb-778q6fJDgC9y7kgFTv6CEz8lMNaSd1c3Su9uc,227138
|
2755
|
-
pulumi_oci-2.
|
2756
|
-
pulumi_oci-2.
|
2757
|
-
pulumi_oci-2.
|
2758
|
-
pulumi_oci-2.
|
2781
|
+
pulumi_oci-2.5.0.dist-info/METADATA,sha256=_Yc5faRKvbqHxWL4wY6zoBnDNlXmol516p6mLQjuRWc,3890
|
2782
|
+
pulumi_oci-2.5.0.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
|
2783
|
+
pulumi_oci-2.5.0.dist-info/top_level.txt,sha256=0k-nWr_IdDNVF3qcT4ALORmmu1SNCLxWZfHDMN7TWsg,11
|
2784
|
+
pulumi_oci-2.5.0.dist-info/RECORD,,
|