pulumi-oci 2.8.0a1724220787__py3-none-any.whl → 2.8.0a1724316519__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/analytics/_inputs.py +4 -4
- pulumi_oci/analytics/analytics_instance.py +199 -25
- pulumi_oci/analytics/get_analytics_instance.py +51 -2
- pulumi_oci/analytics/get_analytics_instances.py +1 -1
- pulumi_oci/analytics/outputs.py +52 -12
- pulumi_oci/database/get_maintenance_run.py +14 -1
- pulumi_oci/database/maintenance_run.py +56 -7
- pulumi_oci/database/outputs.py +33 -0
- pulumi_oci/disasterrecovery/_inputs.py +66 -2
- pulumi_oci/disasterrecovery/dr_protection_group.py +8 -0
- pulumi_oci/disasterrecovery/get_dr_plan_executions.py +24 -0
- pulumi_oci/disasterrecovery/outputs.py +150 -10
- pulumi_oci/integration/get_integration_instance.py +25 -2
- pulumi_oci/integration/integration_instance.py +88 -0
- pulumi_oci/integration/outputs.py +24 -6
- pulumi_oci/mysql/_inputs.py +202 -2
- pulumi_oci/mysql/get_mysql_backup.py +1 -1
- pulumi_oci/mysql/get_mysql_db_system.py +15 -2
- pulumi_oci/mysql/mysql_backup.py +4 -4
- pulumi_oci/mysql/mysql_db_system.py +55 -0
- pulumi_oci/mysql/outputs.py +503 -10
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/redis/__init__.py +1 -0
- pulumi_oci/redis/_inputs.py +40 -0
- pulumi_oci/redis/get_redis_cluster.py +47 -21
- pulumi_oci/redis/get_redis_cluster_nodes.py +156 -0
- pulumi_oci/redis/get_redis_clusters.py +8 -8
- pulumi_oci/redis/outputs.py +160 -28
- pulumi_oci/redis/redis_cluster.py +177 -79
- {pulumi_oci-2.8.0a1724220787.dist-info → pulumi_oci-2.8.0a1724316519.dist-info}/METADATA +1 -1
- {pulumi_oci-2.8.0a1724220787.dist-info → pulumi_oci-2.8.0a1724316519.dist-info}/RECORD +33 -32
- {pulumi_oci-2.8.0a1724220787.dist-info → pulumi_oci-2.8.0a1724316519.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.8.0a1724220787.dist-info → pulumi_oci-2.8.0a1724316519.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
pulumi_oci/__init__.py,sha256=mAGW0VYGjiRJqQ7LZK1n7GQy_rg6PeSicwIAo2Up7Tg,162518
|
2
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=0rBAsIftrlHvU5wX1B1lpQjQyF6h7G5q-wB7nMdpKXE,79
|
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=n4ozaAimIFDEfAPLr2v0G1P1LFcavRfGG_SdmyyyDGQ,53339
|
@@ -76,14 +76,14 @@ pulumi_oci/aivision/model.py,sha256=57-Re1yuLm4yfSlRmondLxXk8RTxj6oP9x9vPjJfyFA,
|
|
76
76
|
pulumi_oci/aivision/outputs.py,sha256=H0O3v64uM80oCEI6Jyw8MtQu4-_6RsbPS54ugcv9rFE,41843
|
77
77
|
pulumi_oci/aivision/project.py,sha256=x9SUNu_s_fD9Z6wsgvlrMJgxuqAMg_JL-uRQ7y17Zto,25301
|
78
78
|
pulumi_oci/analytics/__init__.py,sha256=PX8rZZIsH04dn_SaouFgIJ9aVoNHlH6BS3DyDB8SYco,588
|
79
|
-
pulumi_oci/analytics/_inputs.py,sha256=
|
80
|
-
pulumi_oci/analytics/analytics_instance.py,sha256=
|
79
|
+
pulumi_oci/analytics/_inputs.py,sha256=2P5L-Qfd99Vg-qG4QWn9nOztzOHuVqG7sidRG8rMOmY,14015
|
80
|
+
pulumi_oci/analytics/analytics_instance.py,sha256=S4W__63hf791pW01DK264drfGpsKQUfWWgGQslFFBDs,55233
|
81
81
|
pulumi_oci/analytics/analytics_instance_private_access_channel.py,sha256=CLZ_eO-2a6TkBTto-TmA3EO1XLc3Z_MsU7GmX8DU97M,35487
|
82
82
|
pulumi_oci/analytics/analytics_instance_vanity_url.py,sha256=D9d0jLJvkhG47piNahgjwHFgYUs-nVnGgu3DtoUK-xQ,23489
|
83
|
-
pulumi_oci/analytics/get_analytics_instance.py,sha256=
|
83
|
+
pulumi_oci/analytics/get_analytics_instance.py,sha256=dwpP1CKVYSxNPSWqKvr-GQnUgFwRLtAXTXw_zTSTNng,15137
|
84
84
|
pulumi_oci/analytics/get_analytics_instance_private_access_channel.py,sha256=29erx7044udLrduGCXEUShvXe1P2rb9jpEj_hUTY3Oo,11453
|
85
|
-
pulumi_oci/analytics/get_analytics_instances.py,sha256=
|
86
|
-
pulumi_oci/analytics/outputs.py,sha256=
|
85
|
+
pulumi_oci/analytics/get_analytics_instances.py,sha256=kDwRjj-lgW-wGhRcChdBB7-9lGX2PWwWQ8pCQXIwN1k,9039
|
86
|
+
pulumi_oci/analytics/outputs.py,sha256=inhLsYFv3aBuGgyPfH8oOvJdceSIyNVh_en2Dq4OR4M,39279
|
87
87
|
pulumi_oci/announcementsservice/__init__.py,sha256=YIHFZl_hY2S-aDd6L-eXnk4JZovXv5rT76iYT05-1IA,570
|
88
88
|
pulumi_oci/announcementsservice/_inputs.py,sha256=-_XWLpHk2Rk5nIv7UrJCiBXLRqIp9jEVvAhvBHD5Vuw,5682
|
89
89
|
pulumi_oci/announcementsservice/announcement_subscription.py,sha256=u4TDkTlzqsP7nMv9gF64-PhTy5cl_6myIWMU4C-LmhA,47221
|
@@ -821,7 +821,7 @@ pulumi_oci/database/get_gi_versions.py,sha256=XnPQ_OJP503nKEjJwPA9-Fng5QugjPLgys
|
|
821
821
|
pulumi_oci/database/get_infrastructure_target_version.py,sha256=rj5AidhzzytvifXV0fqPpggwy6-YkiUbsj3tKp7ZNPw,8502
|
822
822
|
pulumi_oci/database/get_key_store.py,sha256=UEx_PxgDD6fz9WSuwdv2iWvzxycdHtErINsDtr62VdM,9599
|
823
823
|
pulumi_oci/database/get_key_stores.py,sha256=EF5dC-ARE_Q4UwRUDgtwDzDodkETXE5J50e07cI2ZzY,4843
|
824
|
-
pulumi_oci/database/get_maintenance_run.py,sha256=
|
824
|
+
pulumi_oci/database/get_maintenance_run.py,sha256=PahWzKP1X3gb3cacRq6e11Z8S7tGbrmD3kt926TCLPY,23644
|
825
825
|
pulumi_oci/database/get_maintenance_runs.py,sha256=jbrilpwi6aIpyfatlmPRjLsw66vSpsH_GNYLPL3c_As,11800
|
826
826
|
pulumi_oci/database/get_managed_preferred_credential.py,sha256=_1wTpHbsyQZ_EjS94s1nSDePlTGhPyS9ojLGCsPjdHs,9701
|
827
827
|
pulumi_oci/database/get_managed_preferred_credentials.py,sha256=ioQmWOYxXPsJAPVA0ihxvOZFmdkpl63isf32M6KnZdM,5894
|
@@ -845,9 +845,9 @@ pulumi_oci/database/get_vm_cluster_update_history_entry.py,sha256=9M0xnS6OknJNfW
|
|
845
845
|
pulumi_oci/database/get_vm_cluster_updates.py,sha256=2bdUa1h2-TjJYCW9MJEn2iuSqGFnc9gbu5ul7giqnuc,7173
|
846
846
|
pulumi_oci/database/get_vm_clusters.py,sha256=xP29YtPcMIp3H67d7u3wjSDuYlMoPqrNQwamBv9tu7U,8803
|
847
847
|
pulumi_oci/database/key_store.py,sha256=dG1I-PEq_v_9DMEzE2ftXKI_KxMADsUunjYehQxABug,27615
|
848
|
-
pulumi_oci/database/maintenance_run.py,sha256=
|
848
|
+
pulumi_oci/database/maintenance_run.py,sha256=o1swLjSL5DUkr5U28J_fr0RXxBSGaI_ow8_CGTkIfgM,61969
|
849
849
|
pulumi_oci/database/oneoff_patch.py,sha256=fIBCaiKbpcEnOWljP5C5elcf5-WKJI2lNXUSQFUAEA4,38780
|
850
|
-
pulumi_oci/database/outputs.py,sha256=
|
850
|
+
pulumi_oci/database/outputs.py,sha256=QGBvCy18BPob0Vy1Vj83bRzdh_jo6seas9Dri9KGLaI,2241084
|
851
851
|
pulumi_oci/database/pluggable_database.py,sha256=vU6z1Iqab2k3tvHMzcLyvjxORR4PvOrPgZ_xtUjeRhY,73835
|
852
852
|
pulumi_oci/database/pluggable_database_managements_management.py,sha256=fXgBUT0BGYwBvvs-84awzTQdfANyWD4j6-rsQ2MtxSY,52723
|
853
853
|
pulumi_oci/database/pluggable_databases_local_clone.py,sha256=JYqZFFx28ijKHxxo5ZCsXDluwnraH6vnh2jUMxLzaa8,50932
|
@@ -1374,17 +1374,17 @@ pulumi_oci/devops/repository_ref.py,sha256=L7VjAiHhU26k_ySosxQ3y9gzl6NijipkozbSM
|
|
1374
1374
|
pulumi_oci/devops/repository_setting.py,sha256=qbpPphexPFYPThU-DBRKKji9J18vFA1jZFfSbb2Nv7w,19612
|
1375
1375
|
pulumi_oci/devops/trigger.py,sha256=uWf2rMTElTwN0mHdAikF43gKjEx37vhhCpkH_-oCi8M,41450
|
1376
1376
|
pulumi_oci/disasterrecovery/__init__.py,sha256=7KleD-hSyUzKkdXcRIDujms_xktRCUn-6DFX5pKrijo,614
|
1377
|
-
pulumi_oci/disasterrecovery/_inputs.py,sha256
|
1377
|
+
pulumi_oci/disasterrecovery/_inputs.py,sha256=IMY6V7SKGdWQQgP8hYSzsYQojNmPX57LV3_PfPHQcMQ,94100
|
1378
1378
|
pulumi_oci/disasterrecovery/dr_plan.py,sha256=iLce4j_kCUTVzHw3jGhNOpypJyf4MB2H8sB-u8N7SuM,32602
|
1379
1379
|
pulumi_oci/disasterrecovery/dr_plan_execution.py,sha256=Ou9atVDJmic-OThtM9exMhwsOhvoVPwzFSFfpMAKUHU,43429
|
1380
|
-
pulumi_oci/disasterrecovery/dr_protection_group.py,sha256=
|
1380
|
+
pulumi_oci/disasterrecovery/dr_protection_group.py,sha256=IFkqbfQf2ARzpRtpFb1vI68SYGQsoAjBJdcym2_Nf_E,51528
|
1381
1381
|
pulumi_oci/disasterrecovery/get_dr_plan.py,sha256=wfYh8uJ1vFqGn6zy5XQVyPg7H-ueS64LRQ2sUPKYDfE,11787
|
1382
1382
|
pulumi_oci/disasterrecovery/get_dr_plan_execution.py,sha256=TtYmKonINnMtUp6XK64u47jo0hvhVXEDi4d75HBoyrM,16472
|
1383
|
-
pulumi_oci/disasterrecovery/get_dr_plan_executions.py,sha256
|
1383
|
+
pulumi_oci/disasterrecovery/get_dr_plan_executions.py,sha256=-ARzHW5HWEvKFTnkXDoA57kS5Oq3FmEmt7oYkAzMb7M,8874
|
1384
1384
|
pulumi_oci/disasterrecovery/get_dr_plans.py,sha256=iFwXpHoYCb-Spf6VvmzsnfYDcisJu2crYUsn3C8UiWY,8783
|
1385
1385
|
pulumi_oci/disasterrecovery/get_dr_protection_group.py,sha256=Lo7mBijjB08yfWQGOB39AZ2iuFaGYpvrP4yMHiwKCh0,13704
|
1386
1386
|
pulumi_oci/disasterrecovery/get_dr_protection_groups.py,sha256=kWkLzAnfU-jkyeqd6-GLGf9OYVOIvFUd6GercActjT8,10881
|
1387
|
-
pulumi_oci/disasterrecovery/outputs.py,sha256=
|
1387
|
+
pulumi_oci/disasterrecovery/outputs.py,sha256=teK6WOB0KguodgQMGPfAtjlPopY4W301S02wHTr-N9M,243605
|
1388
1388
|
pulumi_oci/dns/__init__.py,sha256=rJmauYv4n0eB4hP0n-huHYUFdW2OcjhaV5t5UGeC7Ho,1106
|
1389
1389
|
pulumi_oci/dns/_inputs.py,sha256=bkqnPUcAWJCenS8dmmSKf8flwGrA4pBXQ4h8PHxGsyI,67000
|
1390
1390
|
pulumi_oci/dns/action_create_zone_from_zone_file.py,sha256=xyLiayvQBgVVDU01CWwqTFDn62JEyFl6HToEJfkF1tQ,37673
|
@@ -1811,10 +1811,10 @@ pulumi_oci/identitydataplane/__init__.py,sha256=3p2MSIiFqHpIMFFl1thue91_oqZ4koRy
|
|
1811
1811
|
pulumi_oci/identitydataplane/generated_scoped_access_token.py,sha256=f5H2ccr9fFkm0lpHH9PMJR2y-dTQN1kFtuWrA0cjC90,12982
|
1812
1812
|
pulumi_oci/integration/__init__.py,sha256=iqBDMZyU6TO-gNDI4UKSZ9DjUI7498ckz8guq5zCjjE,483
|
1813
1813
|
pulumi_oci/integration/_inputs.py,sha256=2VAqKwPUgN3ik228hlx47xitmJyai-tvY24apVLtYXQ,24322
|
1814
|
-
pulumi_oci/integration/get_integration_instance.py,sha256=
|
1814
|
+
pulumi_oci/integration/get_integration_instance.py,sha256=GqtSgjQ0hJcOImtXdguD5o895qDrlFUJDwKqBTep68o,20886
|
1815
1815
|
pulumi_oci/integration/get_integration_instances.py,sha256=SmiPi-KNq5o-Ztij_4PoN37LiD8PZzxXWSDEJ07ewxs,7118
|
1816
|
-
pulumi_oci/integration/integration_instance.py,sha256=
|
1817
|
-
pulumi_oci/integration/outputs.py,sha256=
|
1816
|
+
pulumi_oci/integration/integration_instance.py,sha256=cw99a9np7vWwsYa9joBQtD0dX_FOTTr_dtQK9dfq-3k,76168
|
1817
|
+
pulumi_oci/integration/outputs.py,sha256=J8pLJLy9WlcXAj31yQiUR_oxAojMRwvhhFe1yVzXNbE,69462
|
1818
1818
|
pulumi_oci/integration/private_endpoint_outbound_connection.py,sha256=KGbQ2rXbQYEceNg7XxfJbaY_bE9UwtQP3tpL5pxeFZI,10039
|
1819
1819
|
pulumi_oci/jms/__init__.py,sha256=tackEXftWMCfQTmbuWrk2nYrBNMPJFgYbWxPTO6jr2Q,2213
|
1820
1820
|
pulumi_oci/jms/_inputs.py,sha256=-VgaHP-kSshWX4LPnxV3t6Xm6D84O_hxRDEmvq3j3w8,64132
|
@@ -2112,26 +2112,26 @@ pulumi_oci/monitoring/get_metric_data.py,sha256=sHUqGSijdYEalaVkiuKpVB9J3743JmKj
|
|
2112
2112
|
pulumi_oci/monitoring/get_metrics.py,sha256=se7FEg3vd2YnHGKb5WNCms3ghE5zbQCnP3rPMXc2GOc,15139
|
2113
2113
|
pulumi_oci/monitoring/outputs.py,sha256=RJUhm5LOqkBUk2YzcRIg1a9QNMkZJkWfA9iOwlSEPMI,105034
|
2114
2114
|
pulumi_oci/mysql/__init__.py,sha256=NePAVofUEJFnzHsogn-BAX3FEUTLAqx3umifZgO-SUs,908
|
2115
|
-
pulumi_oci/mysql/_inputs.py,sha256=
|
2115
|
+
pulumi_oci/mysql/_inputs.py,sha256=nKfil6qlWgZnV1gGXDJ1Djy-pIYu8IEziAVvbbMH-iE,253052
|
2116
2116
|
pulumi_oci/mysql/channel.py,sha256=2qOEVOkit3zsm50x52fdA2stKseY2dX1H-aw5-TRzG8,29276
|
2117
2117
|
pulumi_oci/mysql/get_channel.py,sha256=9RWJ7SapPP7VELLgfon9j1t-GkDZvEaNNd8cYP3zaYg,10183
|
2118
2118
|
pulumi_oci/mysql/get_channels.py,sha256=UgYhw0ZbFIr_czzbOwhs-md8jAtLt5p8laatNa9rbsM,9348
|
2119
2119
|
pulumi_oci/mysql/get_heat_wave_cluster.py,sha256=78C-vlioQ6fBP0FDxRbVauhsZgcTmwrZJzggBRFare4,8237
|
2120
|
-
pulumi_oci/mysql/get_mysql_backup.py,sha256=
|
2120
|
+
pulumi_oci/mysql/get_mysql_backup.py,sha256=J92IzbzgC-NlJRv0N32Vj9ODQzoNFdt4uHXDQ4mOULQ,16998
|
2121
2121
|
pulumi_oci/mysql/get_mysql_backups.py,sha256=Twve_XALPKXlR7JXyt817syDkTQ54FR5xZcGx55MK3Q,9395
|
2122
2122
|
pulumi_oci/mysql/get_mysql_configuration.py,sha256=ora-Njp95dj9i4pyUXX6422TshGXSmNHq-UesZiJyTE,11167
|
2123
2123
|
pulumi_oci/mysql/get_mysql_configurations.py,sha256=1ucGxa_E49th9WSoxi9tSt-QazNMhiY0grXoTx-j5Ng,10212
|
2124
|
-
pulumi_oci/mysql/get_mysql_db_system.py,sha256=
|
2124
|
+
pulumi_oci/mysql/get_mysql_db_system.py,sha256=5FpUa92L39bFHYl94HB2cNDnxyrweC59TnE--jqG3Vc,26804
|
2125
2125
|
pulumi_oci/mysql/get_mysql_db_systems.py,sha256=Bf8EmCnxa0tasqJyskRiWs-cZnoBFuTWekUO3rbSZRQ,13218
|
2126
2126
|
pulumi_oci/mysql/get_mysql_version.py,sha256=mgfMVlOwCBPD-dezo2Orl0frqDMGJw3-NWvhtGot1Z8,4895
|
2127
2127
|
pulumi_oci/mysql/get_replica.py,sha256=-uCU7Bv8v1V31DaadVLXPB-ce6SVWb1uC__pB6V-mwo,16139
|
2128
2128
|
pulumi_oci/mysql/get_replicas.py,sha256=4ynUARzPBCm8_7RZNspn4dM2kz3E3Yg970rZTTZgxIY,10655
|
2129
2129
|
pulumi_oci/mysql/get_shapes.py,sha256=MErZAA1O9od02UjwnG1d_xMr1S6G1Wb6K6bcMJcwlx4,7731
|
2130
2130
|
pulumi_oci/mysql/heat_wave_cluster.py,sha256=4oJS7bF61abJC24q9srx3EE_OlVNB7X6M-xduNbUmDE,26776
|
2131
|
-
pulumi_oci/mysql/mysql_backup.py,sha256=
|
2131
|
+
pulumi_oci/mysql/mysql_backup.py,sha256=fMqpzUX9wmizKNx7W5_xYYalUlFdb2uLfeAbPgs7gBw,46942
|
2132
2132
|
pulumi_oci/mysql/mysql_configuration.py,sha256=kaYj1U_TJYGtUVTK3gh8Sb2eKEZ1Woe3aIHiG1k6Bto,49913
|
2133
|
-
pulumi_oci/mysql/mysql_db_system.py,sha256=
|
2134
|
-
pulumi_oci/mysql/outputs.py,sha256=
|
2133
|
+
pulumi_oci/mysql/mysql_db_system.py,sha256=dNKAlcIegwZRZAWflTbVV1A_4s-vXjesgjuMK0ZjEuc,114023
|
2134
|
+
pulumi_oci/mysql/outputs.py,sha256=UgCD1TgIWl-zgj13PM5n_g-iAVjhNrPl4tVN1lv76-Y,589500
|
2135
2135
|
pulumi_oci/mysql/replica.py,sha256=hjEabKhsrKCdn7hj1vcxOV5LHQRofwK_Q03qgnP4Ox0,46171
|
2136
2136
|
pulumi_oci/networkfirewall/__init__.py,sha256=6CxpTGYsgQuKkTAQ2Pp9wlTkaCPf0Kz2eChNR2Naaz4,2409
|
2137
2137
|
pulumi_oci/networkfirewall/_inputs.py,sha256=VNKgMQueZUnNlmp9fpR2j9Nszy1KZ4PHRWXhQ8H1va4,33884
|
@@ -2560,12 +2560,13 @@ pulumi_oci/recoverymod/outputs.py,sha256=094xYFPA3GA67TOGdpcQq77NU_uxvtDKzmpA8U_
|
|
2560
2560
|
pulumi_oci/recoverymod/protected_database.py,sha256=uWNTVJdntje6CEjVKm126QiRPWR3LJDKCHsK-oq5uzQ,63841
|
2561
2561
|
pulumi_oci/recoverymod/protection_policy.py,sha256=8tzelfNltWLdIXTTGwdDhF2_UCNwnSzR08VXfQz6plA,42152
|
2562
2562
|
pulumi_oci/recoverymod/recovery_service_subnet.py,sha256=I2XLIPVqgIasMhll3NQ7gNVd_6KFrvGOZlR_Uj1ubdw,40586
|
2563
|
-
pulumi_oci/redis/__init__.py,sha256=
|
2564
|
-
pulumi_oci/redis/_inputs.py,sha256=
|
2565
|
-
pulumi_oci/redis/get_redis_cluster.py,sha256=
|
2566
|
-
pulumi_oci/redis/
|
2567
|
-
pulumi_oci/redis/
|
2568
|
-
pulumi_oci/redis/
|
2563
|
+
pulumi_oci/redis/__init__.py,sha256=bc9gcpXG83TSKYaN5ZqFPOLQB29M0vIXhcpl4q4SqkM,449
|
2564
|
+
pulumi_oci/redis/_inputs.py,sha256=m71G3SJqClv1t7Jj6oWxpj2RBwBOP_ot2LzXZZIYZTU,5943
|
2565
|
+
pulumi_oci/redis/get_redis_cluster.py,sha256=xZaq3yUpGryZX_Xok4jhxOUdW7cq8IkCNRbkyCRObro,17104
|
2566
|
+
pulumi_oci/redis/get_redis_cluster_nodes.py,sha256=SbWQd9k3YEboaZIJqHieFjj4D98ZRQQg2PYHH-4di1c,6316
|
2567
|
+
pulumi_oci/redis/get_redis_clusters.py,sha256=Ney5eUGBsZ7I1ARwRS2Xnfh1xiZLccVpL5aPYTnRDGc,7949
|
2568
|
+
pulumi_oci/redis/outputs.py,sha256=7JuP15ODH3-WLV2JJFJqzh8bb2jrUwHoe0IiqLYDpbQ,26114
|
2569
|
+
pulumi_oci/redis/redis_cluster.py,sha256=jYPZoHdj1ESYh-xfWY-VYvYShWxQaMY61yVCM63ujkw,52732
|
2569
2570
|
pulumi_oci/resourcemanager/__init__.py,sha256=2G2BH5kW2MtOJKFnTb6Oytp5JQCS7n_E3uSubLhEQqk,553
|
2570
2571
|
pulumi_oci/resourcemanager/_inputs.py,sha256=dsFbYoETEn_qfAz8RUBdr4o5-Gkf_Q5Jn-H5ojIZzSA,2420
|
2571
2572
|
pulumi_oci/resourcemanager/get_private_endpoint.py,sha256=WDQTLdcwkv511YMAJZHR3WBr3PrEZ1YA6Yma825zSxk,12225
|
@@ -2790,7 +2791,7 @@ pulumi_oci/waf/get_web_app_firewall_policies.py,sha256=O7VSdioW26YIEVlUqhNq3kMmC
|
|
2790
2791
|
pulumi_oci/waf/get_web_app_firewall_policy.py,sha256=7appT-JjWaUc0yM3SygrdohUQfgguEAkGTRKH1Fr3EE,14234
|
2791
2792
|
pulumi_oci/waf/network_address_list.py,sha256=O-HiNiCu77OCRHsXQ8bmTdivdcU4ReLuXtPV4XU-NQU,33677
|
2792
2793
|
pulumi_oci/waf/outputs.py,sha256=LpGDIkjrMFIPv4uQe2AJ0tbVqqBCffU4qE23vEVTprE,227138
|
2793
|
-
pulumi_oci-2.8.
|
2794
|
-
pulumi_oci-2.8.
|
2795
|
-
pulumi_oci-2.8.
|
2796
|
-
pulumi_oci-2.8.
|
2794
|
+
pulumi_oci-2.8.0a1724316519.dist-info/METADATA,sha256=oUcnrgb2OZdPOze0sJvcjaREtYkQFIDcUDg-Je8iJQY,3901
|
2795
|
+
pulumi_oci-2.8.0a1724316519.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
|
2796
|
+
pulumi_oci-2.8.0a1724316519.dist-info/top_level.txt,sha256=0k-nWr_IdDNVF3qcT4ALORmmu1SNCLxWZfHDMN7TWsg,11
|
2797
|
+
pulumi_oci-2.8.0a1724316519.dist-info/RECORD,,
|
File without changes
|
{pulumi_oci-2.8.0a1724220787.dist-info → pulumi_oci-2.8.0a1724316519.dist-info}/top_level.txt
RENAMED
File without changes
|