pulumi-oci 2.8.0__py3-none-any.whl → 2.8.0a1724220787__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.
Files changed (33) hide show
  1. pulumi_oci/analytics/_inputs.py +4 -4
  2. pulumi_oci/analytics/analytics_instance.py +25 -199
  3. pulumi_oci/analytics/get_analytics_instance.py +2 -51
  4. pulumi_oci/analytics/get_analytics_instances.py +1 -1
  5. pulumi_oci/analytics/outputs.py +12 -52
  6. pulumi_oci/database/get_maintenance_run.py +1 -14
  7. pulumi_oci/database/maintenance_run.py +7 -56
  8. pulumi_oci/database/outputs.py +0 -33
  9. pulumi_oci/disasterrecovery/_inputs.py +2 -66
  10. pulumi_oci/disasterrecovery/dr_protection_group.py +0 -8
  11. pulumi_oci/disasterrecovery/get_dr_plan_executions.py +0 -24
  12. pulumi_oci/disasterrecovery/outputs.py +10 -150
  13. pulumi_oci/integration/get_integration_instance.py +2 -25
  14. pulumi_oci/integration/integration_instance.py +0 -88
  15. pulumi_oci/integration/outputs.py +6 -24
  16. pulumi_oci/mysql/_inputs.py +2 -202
  17. pulumi_oci/mysql/get_mysql_backup.py +1 -1
  18. pulumi_oci/mysql/get_mysql_db_system.py +2 -15
  19. pulumi_oci/mysql/mysql_backup.py +4 -4
  20. pulumi_oci/mysql/mysql_db_system.py +0 -55
  21. pulumi_oci/mysql/outputs.py +10 -503
  22. pulumi_oci/pulumi-plugin.json +1 -1
  23. pulumi_oci/redis/__init__.py +0 -1
  24. pulumi_oci/redis/_inputs.py +0 -40
  25. pulumi_oci/redis/get_redis_cluster.py +21 -47
  26. pulumi_oci/redis/get_redis_clusters.py +8 -8
  27. pulumi_oci/redis/outputs.py +28 -160
  28. pulumi_oci/redis/redis_cluster.py +79 -177
  29. {pulumi_oci-2.8.0.dist-info → pulumi_oci-2.8.0a1724220787.dist-info}/METADATA +1 -1
  30. {pulumi_oci-2.8.0.dist-info → pulumi_oci-2.8.0a1724220787.dist-info}/RECORD +32 -33
  31. pulumi_oci/redis/get_redis_cluster_nodes.py +0 -156
  32. {pulumi_oci-2.8.0.dist-info → pulumi_oci-2.8.0a1724220787.dist-info}/WHEEL +0 -0
  33. {pulumi_oci-2.8.0.dist-info → pulumi_oci-2.8.0a1724220787.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_oci
3
- Version: 2.8.0
3
+ Version: 2.8.0a1724220787
4
4
  Summary: A Pulumi package for creating and managing Oracle Cloud Infrastructure resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://www.pulumi.com
@@ -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=Y2XdYucDffZq5PNt1vBVxXzfhOLsuFNNx6s9uZ9rtKg,62
4
+ pulumi_oci/pulumi-plugin.json,sha256=VeyxpgObuNcUMRXfYTOFWSK49DG5TwRfe7CriqKDD1M,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=2P5L-Qfd99Vg-qG4QWn9nOztzOHuVqG7sidRG8rMOmY,14015
80
- pulumi_oci/analytics/analytics_instance.py,sha256=S4W__63hf791pW01DK264drfGpsKQUfWWgGQslFFBDs,55233
79
+ pulumi_oci/analytics/_inputs.py,sha256=kPNsAGQ3So9vTWH_i5mPK9dZCQXKI-Gkix4oFBVnujQ,13849
80
+ pulumi_oci/analytics/analytics_instance.py,sha256=X1XMxBYrGRfsFeTD4dNRqGch1F-OodpF9svmw-z8yKo,48550
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=dwpP1CKVYSxNPSWqKvr-GQnUgFwRLtAXTXw_zTSTNng,15137
83
+ pulumi_oci/analytics/get_analytics_instance.py,sha256=L4Hf3kLhjAtCCDgXfxMTJPncQGjMXx-7h0erLiEMG4o,13154
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=kDwRjj-lgW-wGhRcChdBB7-9lGX2PWwWQ8pCQXIwN1k,9039
86
- pulumi_oci/analytics/outputs.py,sha256=inhLsYFv3aBuGgyPfH8oOvJdceSIyNVh_en2Dq4OR4M,39279
85
+ pulumi_oci/analytics/get_analytics_instances.py,sha256=9i2nm_R9t76RKoaPMqgvIdsmjErVX6NjX4UquHhu6yE,8995
86
+ pulumi_oci/analytics/outputs.py,sha256=iy3RVk5mrz5KA9aVpl-8g8XXbkKQIIILjcP4gqInWA4,37532
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=PahWzKP1X3gb3cacRq6e11Z8S7tGbrmD3kt926TCLPY,23644
824
+ pulumi_oci/database/get_maintenance_run.py,sha256=Cp7Wy9K30uPxPZLTwTL5k101FyKieyEHALkxkFfnhA4,22853
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=o1swLjSL5DUkr5U28J_fr0RXxBSGaI_ow8_CGTkIfgM,61969
848
+ pulumi_oci/database/maintenance_run.py,sha256=8Opjgsd2ITcelfab89eJs4n95Zams2HWuqFgGwK5G78,58566
849
849
  pulumi_oci/database/oneoff_patch.py,sha256=fIBCaiKbpcEnOWljP5C5elcf5-WKJI2lNXUSQFUAEA4,38780
850
- pulumi_oci/database/outputs.py,sha256=QGBvCy18BPob0Vy1Vj83bRzdh_jo6seas9Dri9KGLaI,2241084
850
+ pulumi_oci/database/outputs.py,sha256=A-U9Jarj0PP30WqWXeTBA0edp69n2lzl4unQIlCLjbg,2239167
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=IMY6V7SKGdWQQgP8hYSzsYQojNmPX57LV3_PfPHQcMQ,94100
1377
+ pulumi_oci/disasterrecovery/_inputs.py,sha256=-ueymP2987X6FU6h_2b_Wfj5kD5LYTCLAx4UOVLzThk,89558
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=IFkqbfQf2ARzpRtpFb1vI68SYGQsoAjBJdcym2_Nf_E,51528
1380
+ pulumi_oci/disasterrecovery/dr_protection_group.py,sha256=yVE_wEgKfpnLTQtBr40sow9qXrV-LkH0IOUdeg-mwkI,50796
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=-ARzHW5HWEvKFTnkXDoA57kS5Oq3FmEmt7oYkAzMb7M,8874
1383
+ pulumi_oci/disasterrecovery/get_dr_plan_executions.py,sha256=ESSBfnxmCuVaK-ZdaU4vPncGLnS0e_YvN2iLXALZlvo,8128
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=teK6WOB0KguodgQMGPfAtjlPopY4W301S02wHTr-N9M,243605
1387
+ pulumi_oci/disasterrecovery/outputs.py,sha256=Kbx3W0tW2pwO8StiLIKv2jRy_zvm2KMGEbphGRkCfFU,233290
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=GqtSgjQ0hJcOImtXdguD5o895qDrlFUJDwKqBTep68o,20886
1814
+ pulumi_oci/integration/get_integration_instance.py,sha256=qhvOD3RSD38mnuDdexw8BstoS4NKe_SKYnJ6nK6_WPw,19552
1815
1815
  pulumi_oci/integration/get_integration_instances.py,sha256=SmiPi-KNq5o-Ztij_4PoN37LiD8PZzxXWSDEJ07ewxs,7118
1816
- pulumi_oci/integration/integration_instance.py,sha256=cw99a9np7vWwsYa9joBQtD0dX_FOTTr_dtQK9dfq-3k,76168
1817
- pulumi_oci/integration/outputs.py,sha256=J8pLJLy9WlcXAj31yQiUR_oxAojMRwvhhFe1yVzXNbE,69462
1816
+ pulumi_oci/integration/integration_instance.py,sha256=1NF35oqW8KB_IeokRKfZEvmotm6-tPkQUGrcRNQfX5Q,70521
1817
+ pulumi_oci/integration/outputs.py,sha256=aroSXjMVC7EfUkQPcLzeE2jEmQVjEReM59ztTcBULqg,68665
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=nKfil6qlWgZnV1gGXDJ1Djy-pIYu8IEziAVvbbMH-iE,253052
2115
+ pulumi_oci/mysql/_inputs.py,sha256=uYAuhgzii0vjBLj1fqxgawFMOy1svohXsm_jBmEsCCQ,239378
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=J92IzbzgC-NlJRv0N32Vj9ODQzoNFdt4uHXDQ4mOULQ,16998
2120
+ pulumi_oci/mysql/get_mysql_backup.py,sha256=iejOGwxjBv4jPdW2LspXjnDVE-kvUCkUgkHJb1mz6WM,16923
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=5FpUa92L39bFHYl94HB2cNDnxyrweC59TnE--jqG3Vc,26804
2124
+ pulumi_oci/mysql/get_mysql_db_system.py,sha256=1viIp0f7gRoyJXGv3jCAyY3qJjBL4cdF6-VF_jcXzMg,26150
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=fMqpzUX9wmizKNx7W5_xYYalUlFdb2uLfeAbPgs7gBw,46942
2131
+ pulumi_oci/mysql/mysql_backup.py,sha256=0LPtAKgjwooz407j5RB-c7cCpr5MA3016Uw1HTDJ26k,46642
2132
2132
  pulumi_oci/mysql/mysql_configuration.py,sha256=kaYj1U_TJYGtUVTK3gh8Sb2eKEZ1Woe3aIHiG1k6Bto,49913
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
2133
+ pulumi_oci/mysql/mysql_db_system.py,sha256=IAFYpzZUvrXLAaLdZN9hwtFgYPcEPbNOTyAF0KU4sRI,110885
2134
+ pulumi_oci/mysql/outputs.py,sha256=huySWot9NwUX7fa_inAg_AMEfcwGYV14iEbUZ48ENbE,557962
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,13 +2560,12 @@ 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=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
2563
+ pulumi_oci/redis/__init__.py,sha256=qn3X_w55WB6CuT20Q-Nt7zxiXVnt4qHqOYRo05JuvIU,410
2564
+ pulumi_oci/redis/_inputs.py,sha256=facaTYotXU0epdJPA8tlJTJOjqUMhl8NF-2KGq-vlyo,4901
2565
+ pulumi_oci/redis/get_redis_cluster.py,sha256=oDQRz0ifeA_-fMTTd8I70a1M1xa1A5YU-ib-HB6_5AM,15957
2566
+ pulumi_oci/redis/get_redis_clusters.py,sha256=1Ckl0d-3AOMxvnnFGicsagvb-Zeu-7lCyfZCoT3GjLE,7977
2567
+ pulumi_oci/redis/outputs.py,sha256=6w3HbPlG_TiGuLGFHrsBKK1wZ7lkRAmHyRT_Fommwdk,21044
2568
+ pulumi_oci/redis/redis_cluster.py,sha256=Z4ODcQj3grNHMdinmKPfuFGCZlfmeZXLrI6-kRrNqRA,47571
2570
2569
  pulumi_oci/resourcemanager/__init__.py,sha256=2G2BH5kW2MtOJKFnTb6Oytp5JQCS7n_E3uSubLhEQqk,553
2571
2570
  pulumi_oci/resourcemanager/_inputs.py,sha256=dsFbYoETEn_qfAz8RUBdr4o5-Gkf_Q5Jn-H5ojIZzSA,2420
2572
2571
  pulumi_oci/resourcemanager/get_private_endpoint.py,sha256=WDQTLdcwkv511YMAJZHR3WBr3PrEZ1YA6Yma825zSxk,12225
@@ -2791,7 +2790,7 @@ pulumi_oci/waf/get_web_app_firewall_policies.py,sha256=O7VSdioW26YIEVlUqhNq3kMmC
2791
2790
  pulumi_oci/waf/get_web_app_firewall_policy.py,sha256=7appT-JjWaUc0yM3SygrdohUQfgguEAkGTRKH1Fr3EE,14234
2792
2791
  pulumi_oci/waf/network_address_list.py,sha256=O-HiNiCu77OCRHsXQ8bmTdivdcU4ReLuXtPV4XU-NQU,33677
2793
2792
  pulumi_oci/waf/outputs.py,sha256=LpGDIkjrMFIPv4uQe2AJ0tbVqqBCffU4qE23vEVTprE,227138
2794
- pulumi_oci-2.8.0.dist-info/METADATA,sha256=wrSU3pKsXIwmPRKmXXfPQHGBLZ4GmwZByKtX-4EY4wg,3890
2795
- pulumi_oci-2.8.0.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
2796
- pulumi_oci-2.8.0.dist-info/top_level.txt,sha256=0k-nWr_IdDNVF3qcT4ALORmmu1SNCLxWZfHDMN7TWsg,11
2797
- pulumi_oci-2.8.0.dist-info/RECORD,,
2793
+ pulumi_oci-2.8.0a1724220787.dist-info/METADATA,sha256=YAiVr6e5ZNp3pRp2ZtrFA5JlUqiAIxsOSB2Zvm-B4Dw,3901
2794
+ pulumi_oci-2.8.0a1724220787.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
2795
+ pulumi_oci-2.8.0a1724220787.dist-info/top_level.txt,sha256=0k-nWr_IdDNVF3qcT4ALORmmu1SNCLxWZfHDMN7TWsg,11
2796
+ pulumi_oci-2.8.0a1724220787.dist-info/RECORD,,
@@ -1,156 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- import copy
6
- import warnings
7
- import pulumi
8
- import pulumi.runtime
9
- from typing import Any, Mapping, Optional, Sequence, Union, overload
10
- from .. import _utilities
11
- from . import outputs
12
- from ._inputs import *
13
-
14
- __all__ = [
15
- 'GetRedisClusterNodesResult',
16
- 'AwaitableGetRedisClusterNodesResult',
17
- 'get_redis_cluster_nodes',
18
- 'get_redis_cluster_nodes_output',
19
- ]
20
-
21
- @pulumi.output_type
22
- class GetRedisClusterNodesResult:
23
- """
24
- A collection of values returned by getRedisClusterNodes.
25
- """
26
- def __init__(__self__, display_name=None, filters=None, id=None, redis_cluster_id=None, redis_node_collections=None):
27
- if display_name and not isinstance(display_name, str):
28
- raise TypeError("Expected argument 'display_name' to be a str")
29
- pulumi.set(__self__, "display_name", display_name)
30
- if filters and not isinstance(filters, list):
31
- raise TypeError("Expected argument 'filters' to be a list")
32
- pulumi.set(__self__, "filters", filters)
33
- if id and not isinstance(id, str):
34
- raise TypeError("Expected argument 'id' to be a str")
35
- pulumi.set(__self__, "id", id)
36
- if redis_cluster_id and not isinstance(redis_cluster_id, str):
37
- raise TypeError("Expected argument 'redis_cluster_id' to be a str")
38
- pulumi.set(__self__, "redis_cluster_id", redis_cluster_id)
39
- if redis_node_collections and not isinstance(redis_node_collections, list):
40
- raise TypeError("Expected argument 'redis_node_collections' to be a list")
41
- pulumi.set(__self__, "redis_node_collections", redis_node_collections)
42
-
43
- @property
44
- @pulumi.getter(name="displayName")
45
- def display_name(self) -> Optional[str]:
46
- """
47
- A user-friendly name of a cluster node.
48
- """
49
- return pulumi.get(self, "display_name")
50
-
51
- @property
52
- @pulumi.getter
53
- def filters(self) -> Optional[Sequence['outputs.GetRedisClusterNodesFilterResult']]:
54
- return pulumi.get(self, "filters")
55
-
56
- @property
57
- @pulumi.getter
58
- def id(self) -> str:
59
- """
60
- The provider-assigned unique ID for this managed resource.
61
- """
62
- return pulumi.get(self, "id")
63
-
64
- @property
65
- @pulumi.getter(name="redisClusterId")
66
- def redis_cluster_id(self) -> str:
67
- """
68
- The OCID of the cluster
69
- """
70
- return pulumi.get(self, "redis_cluster_id")
71
-
72
- @property
73
- @pulumi.getter(name="redisNodeCollections")
74
- def redis_node_collections(self) -> Sequence['outputs.GetRedisClusterNodesRedisNodeCollectionResult']:
75
- """
76
- The list of redis_node_collection.
77
- """
78
- return pulumi.get(self, "redis_node_collections")
79
-
80
-
81
- class AwaitableGetRedisClusterNodesResult(GetRedisClusterNodesResult):
82
- # pylint: disable=using-constant-test
83
- def __await__(self):
84
- if False:
85
- yield self
86
- return GetRedisClusterNodesResult(
87
- display_name=self.display_name,
88
- filters=self.filters,
89
- id=self.id,
90
- redis_cluster_id=self.redis_cluster_id,
91
- redis_node_collections=self.redis_node_collections)
92
-
93
-
94
- def get_redis_cluster_nodes(display_name: Optional[str] = None,
95
- filters: Optional[Sequence[Union['GetRedisClusterNodesFilterArgs', 'GetRedisClusterNodesFilterArgsDict']]] = None,
96
- redis_cluster_id: Optional[str] = None,
97
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetRedisClusterNodesResult:
98
- """
99
- This data source provides the list of Redis Cluster Nodes in Oracle Cloud Infrastructure Redis service.
100
-
101
- Gets the list of all nodes in a cluster.
102
-
103
- ## Example Usage
104
-
105
- ```python
106
- import pulumi
107
- import pulumi_oci as oci
108
-
109
- test_redis_cluster_nodes = oci.Redis.get_redis_cluster_nodes(redis_cluster_id=test_redis_cluster["id"],
110
- display_name=redis_cluster_node_display_name)
111
- ```
112
-
113
-
114
- :param str display_name: A filter to return only resources that match the entire display name given.
115
- :param str redis_cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster.
116
- """
117
- __args__ = dict()
118
- __args__['displayName'] = display_name
119
- __args__['filters'] = filters
120
- __args__['redisClusterId'] = redis_cluster_id
121
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
122
- __ret__ = pulumi.runtime.invoke('oci:Redis/getRedisClusterNodes:getRedisClusterNodes', __args__, opts=opts, typ=GetRedisClusterNodesResult).value
123
-
124
- return AwaitableGetRedisClusterNodesResult(
125
- display_name=pulumi.get(__ret__, 'display_name'),
126
- filters=pulumi.get(__ret__, 'filters'),
127
- id=pulumi.get(__ret__, 'id'),
128
- redis_cluster_id=pulumi.get(__ret__, 'redis_cluster_id'),
129
- redis_node_collections=pulumi.get(__ret__, 'redis_node_collections'))
130
-
131
-
132
- @_utilities.lift_output_func(get_redis_cluster_nodes)
133
- def get_redis_cluster_nodes_output(display_name: Optional[pulumi.Input[Optional[str]]] = None,
134
- filters: Optional[pulumi.Input[Optional[Sequence[Union['GetRedisClusterNodesFilterArgs', 'GetRedisClusterNodesFilterArgsDict']]]]] = None,
135
- redis_cluster_id: Optional[pulumi.Input[str]] = None,
136
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetRedisClusterNodesResult]:
137
- """
138
- This data source provides the list of Redis Cluster Nodes in Oracle Cloud Infrastructure Redis service.
139
-
140
- Gets the list of all nodes in a cluster.
141
-
142
- ## Example Usage
143
-
144
- ```python
145
- import pulumi
146
- import pulumi_oci as oci
147
-
148
- test_redis_cluster_nodes = oci.Redis.get_redis_cluster_nodes(redis_cluster_id=test_redis_cluster["id"],
149
- display_name=redis_cluster_node_display_name)
150
- ```
151
-
152
-
153
- :param str display_name: A filter to return only resources that match the entire display name given.
154
- :param str redis_cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the cluster.
155
- """
156
- ...