pulumi-oci 2.1.0a1719958917__py3-none-any.whl → 2.1.0a1720054142__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 +43 -0
- pulumi_oci/database/__init__.py +11 -0
- pulumi_oci/database/_inputs.py +607 -0
- pulumi_oci/database/db_node.py +28 -0
- pulumi_oci/database/exadb_vm_cluster.py +1761 -0
- pulumi_oci/database/exascale_db_storage_vault.py +787 -0
- pulumi_oci/database/get_backups.py +22 -5
- pulumi_oci/database/get_db_node.py +14 -1
- pulumi_oci/database/get_db_nodes.py +2 -2
- pulumi_oci/database/get_exadb_vm_cluster.py +614 -0
- pulumi_oci/database/get_exadb_vm_cluster_update.py +226 -0
- pulumi_oci/database/get_exadb_vm_cluster_update_history_entries.py +153 -0
- pulumi_oci/database/get_exadb_vm_cluster_update_history_entry.py +226 -0
- pulumi_oci/database/get_exadb_vm_cluster_updates.py +173 -0
- pulumi_oci/database/get_exadb_vm_clusters.py +196 -0
- pulumi_oci/database/get_exascale_db_storage_vault.py +301 -0
- pulumi_oci/database/get_exascale_db_storage_vaults.py +176 -0
- pulumi_oci/database/get_gi_version_minor_versions.py +221 -0
- pulumi_oci/database/get_gi_versions.py +22 -5
- pulumi_oci/database/outputs.py +2050 -0
- pulumi_oci/database/pluggable_database.py +7 -7
- pulumi_oci/databasemigration/__init__.py +6 -0
- pulumi_oci/databasemigration/_inputs.py +1577 -0
- pulumi_oci/databasemigration/connection.py +2019 -0
- pulumi_oci/databasemigration/get_connection.py +616 -0
- pulumi_oci/databasemigration/get_connections.py +225 -0
- pulumi_oci/databasemigration/get_job_advisor_report.py +2 -10
- pulumi_oci/databasemigration/get_migration.py +427 -0
- pulumi_oci/databasemigration/get_migration_object_types.py +24 -13
- pulumi_oci/databasemigration/get_migrations.py +407 -0
- pulumi_oci/databasemigration/job.py +16 -20
- pulumi_oci/databasemigration/migration.py +1471 -0
- pulumi_oci/databasemigration/outputs.py +4301 -73
- pulumi_oci/filestorage/_inputs.py +10 -18
- pulumi_oci/filestorage/export.py +28 -7
- pulumi_oci/filestorage/file_system.py +159 -35
- pulumi_oci/filestorage/outputs.py +55 -34
- pulumi_oci/generativeai/_inputs.py +50 -2
- pulumi_oci/generativeai/dedicated_ai_cluster.py +30 -2
- pulumi_oci/generativeai/endpoint.py +2 -2
- pulumi_oci/generativeai/get_dedicated_ai_cluster.py +2 -47
- pulumi_oci/generativeai/get_dedicated_ai_clusters.py +2 -14
- pulumi_oci/generativeai/get_endpoint.py +2 -26
- pulumi_oci/generativeai/get_endpoints.py +2 -8
- pulumi_oci/generativeai/get_model.py +2 -38
- pulumi_oci/generativeai/get_models.py +2 -8
- pulumi_oci/generativeai/model.py +2 -2
- pulumi_oci/generativeai/outputs.py +86 -310
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/resourcescheduler/__init__.py +12 -0
- pulumi_oci/resourcescheduler/_inputs.py +224 -0
- pulumi_oci/resourcescheduler/get_schedule.py +340 -0
- pulumi_oci/resourcescheduler/get_schedules.py +193 -0
- pulumi_oci/resourcescheduler/outputs.py +687 -0
- pulumi_oci/resourcescheduler/schedule.py +977 -0
- {pulumi_oci-2.1.0a1719958917.dist-info → pulumi_oci-2.1.0a1720054142.dist-info}/METADATA +1 -1
- {pulumi_oci-2.1.0a1719958917.dist-info → pulumi_oci-2.1.0a1720054142.dist-info}/RECORD +59 -36
- {pulumi_oci-2.1.0a1719958917.dist-info → pulumi_oci-2.1.0a1720054142.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.1.0a1719958917.dist-info → pulumi_oci-2.1.0a1720054142.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
|
-
pulumi_oci/__init__.py,sha256=
|
1
|
+
pulumi_oci/__init__.py,sha256=oAqbCE91YRvgOikY3JwWxLsfZUf2CToyI6p0x0H8j2s,160193
|
2
2
|
pulumi_oci/_utilities.py,sha256=zozFZPZGnJJ7MjOYHQPdH-l-EHcRcX5lh5TVi22oTCw,10446
|
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=EjJ6kr34wING3BMnCxqtDj7hVfqIdHtRc6SwD0Fhipc,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=nMRnDJd64H5GAJ9ybIPjR9fsDdJFyCdHYBir_ADSrT4,53283
|
@@ -653,8 +653,8 @@ pulumi_oci/core/volume_backup_policy_assignment.py,sha256=_LyNLJU6ft34Rpjp-vsXzy
|
|
653
653
|
pulumi_oci/core/volume_group.py,sha256=RCXp6lwfCcQMZTAnXA5UM1km9IAaO7xms0GjBaaWQp4,49225
|
654
654
|
pulumi_oci/core/volume_group_backup.py,sha256=TaESViXt6JzduODOxkqrAV7h1lFo9udAkM26QIECb6c,44014
|
655
655
|
pulumi_oci/core/vtap.py,sha256=NmBB3HrIWcnFfGOf9FeWtIU1fEWpgM5I4S4pTOxVz54,62263
|
656
|
-
pulumi_oci/database/__init__.py,sha256=
|
657
|
-
pulumi_oci/database/_inputs.py,sha256=
|
656
|
+
pulumi_oci/database/__init__.py,sha256=TbvsgFRkvTw9PdDU7h0BQI888lpmOooIdL9UuMQ5waA,9241
|
657
|
+
pulumi_oci/database/_inputs.py,sha256=7V33AHBs6ehkg_Tj734aRwLJrowc8POYBISjhmWCgKI,696253
|
658
658
|
pulumi_oci/database/application_vip.py,sha256=wFPa33DBZ-_ZzawwFeIyt4o47oh67WRJEYBbvRF0CCg,28983
|
659
659
|
pulumi_oci/database/autonomous_container_database.py,sha256=8KBRkXFQ3H2jSqiNl8bFB4SKp4qakiaiU5hXtylcGq8,161652
|
660
660
|
pulumi_oci/database/autonomous_container_database_dataguard_association.py,sha256=HHFxeeHKgSEMhCYdk_Pj7f1yf-o2QUTp4lmjFHCTGpY,75309
|
@@ -684,7 +684,7 @@ pulumi_oci/database/database.py,sha256=vfBJ1JczcFqv49LKi7FYM0Bsf75fONwA-vtYtMPpx
|
|
684
684
|
pulumi_oci/database/database_software_image.py,sha256=FPYvXV73jfBjyi5UpL9dsJZNfHP_aHNkPN72c4wDQsQ,46184
|
685
685
|
pulumi_oci/database/database_upgrade.py,sha256=qK8POv59DCmI12e3nNQVoaHJumkN8sTgF_jSZ3CU-SM,57636
|
686
686
|
pulumi_oci/database/db_home.py,sha256=G1GViJZmrcAf_8p6eRCreTBrBcUb_XgbxHUZGqXcseU,56399
|
687
|
-
pulumi_oci/database/db_node.py,sha256=
|
687
|
+
pulumi_oci/database/db_node.py,sha256=VXJWesbmPE7I7wCsH83-tS5HodBb12i2dXX68RhQhSw,46873
|
688
688
|
pulumi_oci/database/db_node_console_connection.py,sha256=ILFzFP6FeXC-xT7y47H420U08uc-PaBTTCn9ZwjZ9-0,26596
|
689
689
|
pulumi_oci/database/db_node_console_history.py,sha256=-G7IxwWyMtBDv3KlTNzbCfUG3GwZtAuC6pVJOpe8yCU,23850
|
690
690
|
pulumi_oci/database/db_system.py,sha256=bYASMr3qu8wQR4llPJeRWsKMJVC8nE-lDWLk4E7HRMA,176770
|
@@ -693,6 +693,8 @@ pulumi_oci/database/exadata_infrastructure.py,sha256=h051B83jjBKyhxVOZhNUpekqTlx
|
|
693
693
|
pulumi_oci/database/exadata_infrastructure_compute.py,sha256=ZzvL7EDuuUd7OklDqReZp0ZkP_8kjc4A9xgQ_Nv86Rw,74762
|
694
694
|
pulumi_oci/database/exadata_infrastructure_storage.py,sha256=9Y1M21dcf1YX9YqwvsU4AOwywyve-GDsRUmn-BGvAQs,50971
|
695
695
|
pulumi_oci/database/exadata_iorm_config.py,sha256=obPGv3uaCHcPXh_twDMTrgrimv1KHWOAnwyx6U3KgdM,17992
|
696
|
+
pulumi_oci/database/exadb_vm_cluster.py,sha256=IP5g9Lr05-CkIQzOWNMQw4A2aK4g9k5uM-sV31Y9YfE,109354
|
697
|
+
pulumi_oci/database/exascale_db_storage_vault.py,sha256=Ol-O4DTnFTWOWbwNROO5nHN6VmMcRPm0MLJjWThMaAM,43610
|
696
698
|
pulumi_oci/database/external_container_database.py,sha256=vBuoJQEk8wO3OkHRVLZHoBoI0gdKafbzK3Bgh1yYwhs,38255
|
697
699
|
pulumi_oci/database/external_container_database_management.py,sha256=RPCqPUtqjjCgjRBQ7Epv1PfHmIsOiwveZVoUsEHL_kE,17556
|
698
700
|
pulumi_oci/database/external_container_databases_stack_monitoring.py,sha256=P4NvflqDkrxTiYJk-yAlyVW-sx-VEucPSpaT57-p0VE,17234
|
@@ -744,7 +746,7 @@ pulumi_oci/database/get_autonomous_vm_cluster_resource_usage.py,sha256=GdHoBhn-X
|
|
744
746
|
pulumi_oci/database/get_autonomous_vm_clusters.py,sha256=ZB2_QC9cNffhXTf5BoVvTv8rq0aLgm0dJcDcvjOsyoY,9338
|
745
747
|
pulumi_oci/database/get_backup_destination.py,sha256=-6ua8csV_JvNN_O_lu_pzbWPkSi4iR3wn1dJI-01kfw,14087
|
746
748
|
pulumi_oci/database/get_backup_destinations.py,sha256=gAbQNvspNNvL1Yp0SEsrejk9BA8o6ezQiK2H9jnRm5Q,6123
|
747
|
-
pulumi_oci/database/get_backups.py,sha256=
|
749
|
+
pulumi_oci/database/get_backups.py,sha256=8c1bUiCR55_ZhuMJPyyAcg2RIGPMwM-_u908RB8cHHc,6967
|
748
750
|
pulumi_oci/database/get_cloud_autonomous_vm_cluster.py,sha256=Ee8UEwcAus7E9lqjI6lWN9fZgXb2RoQaID53QgXk9ko,44600
|
749
751
|
pulumi_oci/database/get_cloud_autonomous_vm_cluster_acd_resource_usages.py,sha256=aRM0Sp9ou1Y4poiDfF0Mm4bZjcXANb1cRAVsHFHW8m0,7951
|
750
752
|
pulumi_oci/database/get_cloud_autonomous_vm_cluster_resource_usage.py,sha256=94giNp7KoOpAWgiZfonpwDefioqj4bm3AlK7D6x0WIo,19175
|
@@ -771,13 +773,13 @@ pulumi_oci/database/get_db_home.py,sha256=z0_Go2vgVo5shC7Zi1y93CsyWRzE57_E-JVGrX
|
|
771
773
|
pulumi_oci/database/get_db_home_patch_history_entries.py,sha256=lmfhgdjF4wUB21MFS2GYSOJtkKoWw6-UbBcsePtE8g8,5338
|
772
774
|
pulumi_oci/database/get_db_home_patches.py,sha256=ECB3SP_BD3CDrEkjsrhWdmxUdO1WTaS2WF-gfevvHrU,4676
|
773
775
|
pulumi_oci/database/get_db_homes.py,sha256=fkh2CRnvmT-0iAQI5-Opl3qKlJSDisWEi5C8ty_DeQ8,10677
|
774
|
-
pulumi_oci/database/get_db_node.py,sha256=
|
776
|
+
pulumi_oci/database/get_db_node.py,sha256=eOcRWHj6WHeYe6DxfFq2jbRvgK79sLAmqqB5yzWYu5M,18872
|
775
777
|
pulumi_oci/database/get_db_node_console_connection.py,sha256=qFuoSLiR_nsCOnKx4fGwnSRTirQU-HeyWsdnIsoKCpo,9604
|
776
778
|
pulumi_oci/database/get_db_node_console_connections.py,sha256=JnCC0Zc49N0mSpU8kuqo4InBe0XDTPj1ATz3-000uwA,5313
|
777
779
|
pulumi_oci/database/get_db_node_console_histories.py,sha256=NsHEFFRBpOA-ROYjNl2pJRH-ZfzwUHbQ-uCaFKIgejE,7470
|
778
780
|
pulumi_oci/database/get_db_node_console_history.py,sha256=5FTAco9Zm4RH6XOU40li316NJNMhLwuoG6AC1w8OOS8,8963
|
779
781
|
pulumi_oci/database/get_db_node_console_history_content.py,sha256=f_n53T6uZrK4velMymIjdjYxD9yQ3ligmAIMbw2O1SU,4940
|
780
|
-
pulumi_oci/database/get_db_nodes.py,sha256=
|
782
|
+
pulumi_oci/database/get_db_nodes.py,sha256=eY3B-grot7bgbJ1yEGeAP02PDd1vgsGiCyHehf5IpuA,9385
|
781
783
|
pulumi_oci/database/get_db_server.py,sha256=qnJl3IliQE8uIvBmR4d5N13kop1vr66n8z1FLJoWmeA,17243
|
782
784
|
pulumi_oci/database/get_db_servers.py,sha256=-BcIzK3TW1vNFZJfkmVC15SVNL03P94KG2GjCKQOR0k,8305
|
783
785
|
pulumi_oci/database/get_db_system_compute_performances.py,sha256=ZtUXBj9swaj2Ej8nSXWvmBuip1wppAkjrPir6LcExxY,5802
|
@@ -794,6 +796,14 @@ pulumi_oci/database/get_exadata_infrastructure_download_config_file.py,sha256=VD
|
|
794
796
|
pulumi_oci/database/get_exadata_infrastructure_un_allocated_resource.py,sha256=eBlTxXXKfaPNucTnQDCkp1mgNiQq1V3W1_xBXkHAhtY,9781
|
795
797
|
pulumi_oci/database/get_exadata_infrastructures.py,sha256=X61I0W5SSqHDb_qhq9Kb9BT9ogVtT8ach-50nwqEvbA,7591
|
796
798
|
pulumi_oci/database/get_exadata_iorm_config.py,sha256=S2Mgf6KceJ5rTh3BkRzd-vtoDGeTQfgBI7M2ZRXmgys,7459
|
799
|
+
pulumi_oci/database/get_exadb_vm_cluster.py,sha256=iSUWf4AMxJodXvHbUf7lp4kDu3z_fX630E-yjV42wS0,30756
|
800
|
+
pulumi_oci/database/get_exadb_vm_cluster_update.py,sha256=FDxthhqvwWiI45at6udWSi_3lH4qE4xpWQENKGQMWqs,9319
|
801
|
+
pulumi_oci/database/get_exadb_vm_cluster_update_history_entries.py,sha256=wHHX2Hopnk0xP8qaHS_4OLVFNZcFjxea7UgUmhNm-5k,7406
|
802
|
+
pulumi_oci/database/get_exadb_vm_cluster_update_history_entry.py,sha256=4cHW92ogI-Lop4qVUGwCXnnrU3X6bEPHllE5VNJGvhM,9943
|
803
|
+
pulumi_oci/database/get_exadb_vm_cluster_updates.py,sha256=bkfWuk5GRWJyY9oFMrHzEZ9epC1bBp0_H0nfUcjiKYs,7622
|
804
|
+
pulumi_oci/database/get_exadb_vm_clusters.py,sha256=Rd1y9q8g65MSea2maKHDO1jt55lXpE_-drUPk1L5UUM,9100
|
805
|
+
pulumi_oci/database/get_exascale_db_storage_vault.py,sha256=MT6daXrWcgoQwRdEGD104dD_556FxO2gAJIj39mFT2k,14343
|
806
|
+
pulumi_oci/database/get_exascale_db_storage_vaults.py,sha256=v3DrGJT_U35gP-1vCJis2YWJCIc1E2IlvofUF4NVLEc,7763
|
797
807
|
pulumi_oci/database/get_external_container_database.py,sha256=pJjq4jZyqhQh4DkTyrik6EionE-pO0XMnY1qxt59WzY,15525
|
798
808
|
pulumi_oci/database/get_external_container_databases.py,sha256=ITSuuhDc_4mHMwSfr81Ay3vU9r7s83V71Gd4zHLM0eI,7845
|
799
809
|
pulumi_oci/database/get_external_database_connector.py,sha256=D-Yu5P06cpDVpdosQmYAt9CmTftFkpqoz9amyTc88XU,14110
|
@@ -803,7 +813,8 @@ pulumi_oci/database/get_external_non_container_databases.py,sha256=M9jDNiade-cgI
|
|
803
813
|
pulumi_oci/database/get_external_pluggable_database.py,sha256=fZ2OU3AnwyE6_ka-bwdF3vxhD-wTROUzYipNq6FW_8A,18371
|
804
814
|
pulumi_oci/database/get_external_pluggable_databases.py,sha256=a7UgxqkvZOl3-O2xEu5UwVzQCc8vvjyOC233Eofp52E,10006
|
805
815
|
pulumi_oci/database/get_flex_components.py,sha256=YAMlncqhj6x3Fx1KlOhMrvivrEg_VlXOYGPbWdQsEIs,6238
|
806
|
-
pulumi_oci/database/
|
816
|
+
pulumi_oci/database/get_gi_version_minor_versions.py,sha256=fKKdhLsFZ6D7BCa2gXYyN6EWxPsJ7LCBvOI0mcpQIfQ,10742
|
817
|
+
pulumi_oci/database/get_gi_versions.py,sha256=KA8Yts5Qjja_bAVsP690DdSTgQgFsvUmNtx8AQ9adZU,6522
|
807
818
|
pulumi_oci/database/get_infrastructure_target_version.py,sha256=rj5AidhzzytvifXV0fqPpggwy6-YkiUbsj3tKp7ZNPw,8502
|
808
819
|
pulumi_oci/database/get_key_store.py,sha256=mqaiQh3Yesmj2TtJVFO_uPuGd7cQKKPrOPvzgZ-J6TQ,9001
|
809
820
|
pulumi_oci/database/get_key_stores.py,sha256=p01B37NC9bI_4lo2aT1zBx4FMiCbXPemXBwzFjsBIoc,4805
|
@@ -833,8 +844,8 @@ pulumi_oci/database/get_vm_clusters.py,sha256=aRT1n3DsQbZP6zUflQUu_U0ozwdVN5o6Mj
|
|
833
844
|
pulumi_oci/database/key_store.py,sha256=oN3pJ2ttFWOBm3nOciCLPV6PsyhMVcdY4DbvDvwV8iE,25402
|
834
845
|
pulumi_oci/database/maintenance_run.py,sha256=cyDRkOk_5KcUT3DoGuNxz1Ca0cJbdzrFNNhxfRatP_8,58494
|
835
846
|
pulumi_oci/database/oneoff_patch.py,sha256=vI2EkITWfZEhCTvYQSUJgswX6f9ZdA3sgC59ZGYwRhc,38416
|
836
|
-
pulumi_oci/database/outputs.py,sha256=
|
837
|
-
pulumi_oci/database/pluggable_database.py,sha256=
|
847
|
+
pulumi_oci/database/outputs.py,sha256=mCVQLneuTGkt6g8TVVXlaNh1QFjgdiFf8qwNP7ZlOSE,2230737
|
848
|
+
pulumi_oci/database/pluggable_database.py,sha256=9i6bFxXmdrlho26xBkBhznyyefvO9xwMhq_naWDd1_Q,72949
|
838
849
|
pulumi_oci/database/pluggable_database_managements_management.py,sha256=cYRG-2zkTBknBJjEjC97B8_XhM2C63jZL92QUS9U6m8,52153
|
839
850
|
pulumi_oci/database/pluggable_databases_local_clone.py,sha256=0NGYmSvbHSKW9TwDrNeOCOGH91SU7Ji5PDf-c70IBsQ,50354
|
840
851
|
pulumi_oci/database/pluggable_databases_remote_clone.py,sha256=3Xn7C6Fg2KO5U3ECO5w0DvfgZW6zcRyBDSKeVkBOIqk,57017
|
@@ -973,13 +984,19 @@ pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py,sha2
|
|
973
984
|
pulumi_oci/databasemanagement/named_credential.py,sha256=gwcKUxJKii9k9FXBEjYYFijCe1pBTluNWhJSNLMIrBc,39601
|
974
985
|
pulumi_oci/databasemanagement/outputs.py,sha256=RV57VBzIpOOIqy6JWsAn7KVkqwCESvA_ue2Uct7NFY4,1233256
|
975
986
|
pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py,sha256=IhQRhNbKNM4U9s4Z1PiJUKQ8qvJCa_87UxbUfMEWu44,16232
|
976
|
-
pulumi_oci/databasemigration/__init__.py,sha256=
|
977
|
-
pulumi_oci/databasemigration/_inputs.py,sha256
|
978
|
-
pulumi_oci/databasemigration/
|
987
|
+
pulumi_oci/databasemigration/__init__.py,sha256=wq-hZhb2rxiz9X5A9L-7N8RfkwhB3NXCbKKHsqsNolI,614
|
988
|
+
pulumi_oci/databasemigration/_inputs.py,sha256=dwqhey_GqgyyMR-xUP95c5kcaE4Bru6phJKiZijO6lk,83318
|
989
|
+
pulumi_oci/databasemigration/connection.py,sha256=z_qzQo_Agw0SITrKWruojfazhGsm9AIDcC5p17Nk0V4,96527
|
990
|
+
pulumi_oci/databasemigration/get_connection.py,sha256=3Dab9CK1itygEcQNw_lNcnWyRh0_68cvTGV29fxbnr4,25076
|
991
|
+
pulumi_oci/databasemigration/get_connections.py,sha256=WKkR2lATNrJNUQCLb046UcacKWHLbsCcjt0RPMzCj_M,9789
|
992
|
+
pulumi_oci/databasemigration/get_job_advisor_report.py,sha256=_VDOC8ADJZtRQFincioA_Qw-vRIdoZ3EKv5WfJI4ViY,6805
|
979
993
|
pulumi_oci/databasemigration/get_job_output.py,sha256=TMABuPbwUJXWgNGhRdA_J-jnD_bh0tlzQ05Btrcuufc,3556
|
980
|
-
pulumi_oci/databasemigration/
|
981
|
-
pulumi_oci/databasemigration/
|
982
|
-
pulumi_oci/databasemigration/
|
994
|
+
pulumi_oci/databasemigration/get_migration.py,sha256=PQs7bZCeuyRediYwDfxAIF4go6foXidCowlyEGLZJMc,19514
|
995
|
+
pulumi_oci/databasemigration/get_migration_object_types.py,sha256=rVI702t2HggOvedZA2d99whjW1yNLSB4DGJoT5Ohp4M,5116
|
996
|
+
pulumi_oci/databasemigration/get_migrations.py,sha256=uQoVaRyMPArV7o2ve8tsM6ak9-EMjthoYomG_OIzVN0,18895
|
997
|
+
pulumi_oci/databasemigration/job.py,sha256=bQsNorR7wHa99o4hj_5mEuTVnOuaqfJBZcxun4Ojp0U,26577
|
998
|
+
pulumi_oci/databasemigration/migration.py,sha256=j60GXNHynZM87TbwqQhlhDwFPchOIXsWOZLLVWq8WUA,84478
|
999
|
+
pulumi_oci/databasemigration/outputs.py,sha256=IzQ-3kUx2ujc_K3ogENB0fU33gNoL7-ocxiSyxkcGeY,187595
|
983
1000
|
pulumi_oci/databasetools/__init__.py,sha256=E0X8vTRKspPI8060q1z3elp-zq_y06OAs_0Td99nZrU,699
|
984
1001
|
pulumi_oci/databasetools/_inputs.py,sha256=ZchmnhSk0wvOdkNdFQ995zdnOSwwaOIv8P_OjU6GB2A,25587
|
985
1002
|
pulumi_oci/databasetools/database_tools_connection.py,sha256=loLbmJWw94XpYD7u28CPe73c3FY4ajfrZkxR0nML8hM,53940
|
@@ -1422,10 +1439,10 @@ pulumi_oci/events/get_rules.py,sha256=c78NZaYGCLzuZbKQ7yFaQYLIKMdm5RlMKUwQtU5e-P
|
|
1422
1439
|
pulumi_oci/events/outputs.py,sha256=VEHOkGlixiClh73AFdC-9syahCOzFNSKQsIgUyLUKdw,26364
|
1423
1440
|
pulumi_oci/events/rule.py,sha256=513tPPrc1lMAm2w-Jlgjm4DCfULJOS4rgAjeN6SiSpw,43802
|
1424
1441
|
pulumi_oci/filestorage/__init__.py,sha256=o1dtIje7kjVGLuJ8Fz6XqRSncO0ExtsSfiREeMn8uaU,1035
|
1425
|
-
pulumi_oci/filestorage/_inputs.py,sha256=
|
1426
|
-
pulumi_oci/filestorage/export.py,sha256=
|
1442
|
+
pulumi_oci/filestorage/_inputs.py,sha256=vuQv62YXBZr5lE6CwvbcCAYQU1JFESii65SV3DpQ0Vs,40131
|
1443
|
+
pulumi_oci/filestorage/export.py,sha256=cEXWV8v2kXS5EWQ2GYnK4dbZOt_707uNqol-Vz8RzEg,34643
|
1427
1444
|
pulumi_oci/filestorage/export_set.py,sha256=Mq0TX_KD2clmqxN1M2vKzJ_4tYVKI6YejzNYt0VZJb0,28647
|
1428
|
-
pulumi_oci/filestorage/file_system.py,sha256=
|
1445
|
+
pulumi_oci/filestorage/file_system.py,sha256=x2vgWTuNS5da6tcjAHtqKOlZEwOjbr7-cPQQv3BJEVc,61646
|
1429
1446
|
pulumi_oci/filestorage/filesystem_snapshot_policy.py,sha256=2jrBxEElbLkcOmOeuigX4awN5CGTalT2UtXPYKzKKpc,36511
|
1430
1447
|
pulumi_oci/filestorage/get_export_sets.py,sha256=A7Xe2m9wHBwQmUDIzLYqUx4BGZEnr8huRBMU822VAIY,8811
|
1431
1448
|
pulumi_oci/filestorage/get_exports.py,sha256=EFZsSwh9yIzRu8lGyhrRkycazdmL7LeVrGUM5vSJKxY,8611
|
@@ -1443,7 +1460,7 @@ pulumi_oci/filestorage/get_snapshot.py,sha256=EdQeyThsXGshsZZCjJzKN3alLL6eHqNjPI
|
|
1443
1460
|
pulumi_oci/filestorage/get_snapshots.py,sha256=uMGjpr1ygRagcyW1526byzSMo-jWce_sVUXovsbK2t8,9885
|
1444
1461
|
pulumi_oci/filestorage/mount_target.py,sha256=MyR7YBxUi1xQhSD7H0UCxk-CVt2acxPrl8HLjiE32i0,68060
|
1445
1462
|
pulumi_oci/filestorage/outbound_connector.py,sha256=jV8LFzNjcMb7aWhPjo56DKvD5E69iQA6ypzMgqll_pM,41835
|
1446
|
-
pulumi_oci/filestorage/outputs.py,sha256=
|
1463
|
+
pulumi_oci/filestorage/outputs.py,sha256=ksx_9gYV-6FVFLIyhqAR1qokvhmiNRcri5XGAFF4Q-4,141689
|
1447
1464
|
pulumi_oci/filestorage/replication.py,sha256=Twb1H-1G_6FjaSlpri-ItJyA1FKuvQ3wVVvDtzIYQTQ,45986
|
1448
1465
|
pulumi_oci/filestorage/snapshot.py,sha256=FOE0jsVhxVlqQ5tRI4LT2z0Y9nDIFBY6wi41TmBoyuU,36131
|
1449
1466
|
pulumi_oci/functions/__init__.py,sha256=tU-pJE4jEBX9z0lBXVdVAT7ImZSEx64sZB9YYWj2dys,1734
|
@@ -1490,17 +1507,17 @@ pulumi_oci/fusionapps/fusion_environment_refresh_activity.py,sha256=sNhtVOjZp5AA
|
|
1490
1507
|
pulumi_oci/fusionapps/fusion_environment_service_attachment.py,sha256=Mb3XR1l_TBERcn7XJ6IqI9s07e1XjN8zXAjN_I4Cnhs,27022
|
1491
1508
|
pulumi_oci/fusionapps/outputs.py,sha256=ASq2yd8D4iDTOtUJFmrn9HmmQB1CbMVTDgi3JFyQ7wQ,27265
|
1492
1509
|
pulumi_oci/generativeai/__init__.py,sha256=Ftsbp6SBNCD-O9MT8eM5e2mfwjdKeaS2J_z-iCW_pFQ,584
|
1493
|
-
pulumi_oci/generativeai/_inputs.py,sha256=
|
1494
|
-
pulumi_oci/generativeai/dedicated_ai_cluster.py,sha256=
|
1495
|
-
pulumi_oci/generativeai/endpoint.py,sha256=
|
1496
|
-
pulumi_oci/generativeai/get_dedicated_ai_cluster.py,sha256=
|
1497
|
-
pulumi_oci/generativeai/get_dedicated_ai_clusters.py,sha256=
|
1498
|
-
pulumi_oci/generativeai/get_endpoint.py,sha256=
|
1499
|
-
pulumi_oci/generativeai/get_endpoints.py,sha256=
|
1500
|
-
pulumi_oci/generativeai/get_model.py,sha256=
|
1501
|
-
pulumi_oci/generativeai/get_models.py,sha256=
|
1502
|
-
pulumi_oci/generativeai/model.py,sha256=
|
1503
|
-
pulumi_oci/generativeai/outputs.py,sha256=
|
1510
|
+
pulumi_oci/generativeai/_inputs.py,sha256=VNZ31v1hvzCQZGn356ScbiG3pe56H8p6H-NXbB79Sb0,22426
|
1511
|
+
pulumi_oci/generativeai/dedicated_ai_cluster.py,sha256=MQ3i9azQMOhPCnY7D1iKYnsMu9InNgs8SqQfQvcc0wQ,38951
|
1512
|
+
pulumi_oci/generativeai/endpoint.py,sha256=jR8I2wzEwO6uRJqRn3Tz2a6qSMNUUV9UI6i5OErGT8U,36950
|
1513
|
+
pulumi_oci/generativeai/get_dedicated_ai_cluster.py,sha256=s1CKW24tYzfcVp3JuCuGmxG6gIdMS5mkDs7irnDSh_E,10181
|
1514
|
+
pulumi_oci/generativeai/get_dedicated_ai_clusters.py,sha256=kZFWd8JWcHPCU43g4ATxuCdNLOOoZ19w8x3XVjNvq1c,7740
|
1515
|
+
pulumi_oci/generativeai/get_endpoint.py,sha256=ay72o7FSIiNz_PHIK6G-nTMMQ72zi7QJGjU-4rC42KQ,10360
|
1516
|
+
pulumi_oci/generativeai/get_endpoints.py,sha256=4m74RH6GOYsQz-rVFP21JtA-ODlRfXvhtVhw1EhBO_I,7146
|
1517
|
+
pulumi_oci/generativeai/get_model.py,sha256=exwP3fb8LO7nQmL8WPswbWSc5UC_wEnaTHcJWDg75Ps,12674
|
1518
|
+
pulumi_oci/generativeai/get_models.py,sha256=dUHq7Ei3PpOcuqn8kxD_qOpic83fXvq9jjZDYVhKLyc,8775
|
1519
|
+
pulumi_oci/generativeai/model.py,sha256=tTu90q_UXV2yUT45JiNO-HgLRk48X1iZ2BSA-1jWMLE,41594
|
1520
|
+
pulumi_oci/generativeai/outputs.py,sha256=IhUKvafFggAOZB6PU6z4f5Cgc2pvaLSkdXWeMl6Uaok,56767
|
1504
1521
|
pulumi_oci/genericartifactscontent/__init__.py,sha256=hgIxlRzoszlQaqeflk8QurTNj87qkBbx16jZXw0p8Dk,382
|
1505
1522
|
pulumi_oci/genericartifactscontent/artifact_by_path.py,sha256=AVc57jzfRMuzmRd2mfmCyeIw22elMS3onLVZTfGG2PY,31619
|
1506
1523
|
pulumi_oci/genericartifactscontent/get_artifact_by_path.py,sha256=sNvU3RKAgOH9KAhnvbW9jaSTc1wTljLfUfCAnkW1TME,10043
|
@@ -2530,6 +2547,12 @@ pulumi_oci/resourcemanager/get_stack_tf_state.py,sha256=MwOK2Ra5XhLPFZl2sHqm0pta
|
|
2530
2547
|
pulumi_oci/resourcemanager/get_stacks.py,sha256=xbsKPPbJvoVDvSVHZJZ0dtVM7e3IFqIgbwxEQ0i8MoM,7617
|
2531
2548
|
pulumi_oci/resourcemanager/outputs.py,sha256=Bd5_uL1G6tKBMt-l3kTdWjPFe1gOW_S9wH7MZE-3cDs,18127
|
2532
2549
|
pulumi_oci/resourcemanager/private_endpoint.py,sha256=vuTZ6gjTlycWYfGD2w59mvvdm6F-D9m6Eoq_47eLHp8,41929
|
2550
|
+
pulumi_oci/resourcescheduler/__init__.py,sha256=-VR0H5sBQo3vmu7-hUsFgfNX-kvfX8xu8z_qItPMf5M,395
|
2551
|
+
pulumi_oci/resourcescheduler/_inputs.py,sha256=B7QRJvI_Dhg_vngkZvaDi_mtoWQKOwx6mzr-pG0u6zE,7950
|
2552
|
+
pulumi_oci/resourcescheduler/get_schedule.py,sha256=0e8aU2QGjSqE2AIq3PHPD7RgiZ_myJhdW89cmw59wVE,14719
|
2553
|
+
pulumi_oci/resourcescheduler/get_schedules.py,sha256=wK8_GhORlgTmWtFoeBy5bpKUYXCx__zOvCTgyylUL1s,8096
|
2554
|
+
pulumi_oci/resourcescheduler/outputs.py,sha256=JbiTYkPH5p1xGQcylgy6OIX17b8Ggjtgr6x100LP0OE,27190
|
2555
|
+
pulumi_oci/resourcescheduler/schedule.py,sha256=zvaZ3AnM2ZkswbF6hRZb1Phwl4ILu1PR4YDdt_Dbrqg,53255
|
2533
2556
|
pulumi_oci/sch/__init__.py,sha256=dH6zXwKT52lcqpfse2o7ie_EX6lm2CsDqEV_kiy39GA,487
|
2534
2557
|
pulumi_oci/sch/_inputs.py,sha256=m5Ut1uzW5s9CBVa46qH5sAy-K61u7OPdLxv4IH2p3R0,45715
|
2535
2558
|
pulumi_oci/sch/connector.py,sha256=K7f3sqCnveCu06SjkZqaw06KlPD8aAsszXNycR8qB0E,52170
|
@@ -2738,7 +2761,7 @@ pulumi_oci/waf/get_web_app_firewall_policies.py,sha256=2EXX-nZiSRnou_ywPuVnvH9CT
|
|
2738
2761
|
pulumi_oci/waf/get_web_app_firewall_policy.py,sha256=iXFu2wfolxLPGoRpC9PvrbsMvIURoaPHkg6WVLdoEd8,14234
|
2739
2762
|
pulumi_oci/waf/network_address_list.py,sha256=Burm-luOi53fUUOZVqwfKueKEDWQw8789Ir0mUblOiE,33054
|
2740
2763
|
pulumi_oci/waf/outputs.py,sha256=IibDb-778q6fJDgC9y7kgFTv6CEz8lMNaSd1c3Su9uc,227138
|
2741
|
-
pulumi_oci-2.1.
|
2742
|
-
pulumi_oci-2.1.
|
2743
|
-
pulumi_oci-2.1.
|
2744
|
-
pulumi_oci-2.1.
|
2764
|
+
pulumi_oci-2.1.0a1720054142.dist-info/METADATA,sha256=uv-5ka-7y2LNQOU3UTiFiDehrDTTUOSJNsV3Y91AWG8,3901
|
2765
|
+
pulumi_oci-2.1.0a1720054142.dist-info/WHEEL,sha256=y4mX-SOX4fYIkonsAGA5N0Oy-8_gI4FXw5HNI1xqvWg,91
|
2766
|
+
pulumi_oci-2.1.0a1720054142.dist-info/top_level.txt,sha256=0k-nWr_IdDNVF3qcT4ALORmmu1SNCLxWZfHDMN7TWsg,11
|
2767
|
+
pulumi_oci-2.1.0a1720054142.dist-info/RECORD,,
|
File without changes
|
{pulumi_oci-2.1.0a1719958917.dist-info → pulumi_oci-2.1.0a1720054142.dist-info}/top_level.txt
RENAMED
File without changes
|