pulumi-oci 1.36.0a1715383492__py3-none-any.whl → 1.36.0a1715878445__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 +208 -0
- pulumi_oci/core/__init__.py +3 -0
- pulumi_oci/core/_inputs.py +40 -0
- pulumi_oci/core/get_ip_inventory_subnet.py +171 -0
- pulumi_oci/core/get_ip_inventory_subnet_cidr.py +171 -0
- pulumi_oci/core/get_ip_inventory_vcn_overlaps.py +206 -0
- pulumi_oci/core/outputs.py +261 -0
- pulumi_oci/database/_inputs.py +192 -0
- pulumi_oci/database/exadata_infrastructure.py +28 -0
- pulumi_oci/database/get_exadata_infrastructure.py +14 -1
- pulumi_oci/database/get_vm_cluster.py +14 -1
- pulumi_oci/database/outputs.py +418 -0
- pulumi_oci/database/vm_cluster.py +55 -0
- pulumi_oci/database/vm_cluster_add_virtual_network.py +28 -0
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +28 -0
- pulumi_oci/datasafe/__init__.py +1 -0
- pulumi_oci/datasafe/masking_report_management.py +693 -0
- pulumi_oci/email/__init__.py +3 -0
- pulumi_oci/email/_inputs.py +46 -0
- pulumi_oci/email/dkim.py +4 -4
- pulumi_oci/email/email_domain.py +77 -0
- pulumi_oci/email/email_return_path.py +642 -0
- pulumi_oci/email/get_email_domain.py +27 -1
- pulumi_oci/email/get_email_return_path.py +274 -0
- pulumi_oci/email/get_email_return_paths.py +203 -0
- pulumi_oci/email/outputs.py +231 -0
- pulumi_oci/loadbalancer/_inputs.py +16 -0
- pulumi_oci/loadbalancer/listener.py +2 -0
- pulumi_oci/loadbalancer/outputs.py +14 -0
- pulumi_oci/loganalytics/namespace.py +4 -4
- pulumi_oci/networkloadbalancer/get_listener.py +14 -1
- pulumi_oci/networkloadbalancer/listener.py +51 -2
- pulumi_oci/networkloadbalancer/outputs.py +11 -0
- pulumi_oci/osmanagementhub/__init__.py +48 -0
- pulumi_oci/osmanagementhub/_inputs.py +3635 -493
- pulumi_oci/osmanagementhub/event.py +701 -0
- pulumi_oci/osmanagementhub/get_entitlements.py +178 -0
- pulumi_oci/osmanagementhub/get_errata.py +283 -0
- pulumi_oci/osmanagementhub/get_erratum.py +308 -0
- pulumi_oci/osmanagementhub/get_event.py +314 -0
- pulumi_oci/osmanagementhub/get_events.py +314 -0
- pulumi_oci/osmanagementhub/get_lifecycle_environment.py +26 -13
- pulumi_oci/osmanagementhub/get_lifecycle_environments.py +48 -11
- pulumi_oci/osmanagementhub/get_lifecycle_stage.py +28 -15
- pulumi_oci/osmanagementhub/get_lifecycle_stages.py +86 -19
- pulumi_oci/osmanagementhub/get_managed_instance.py +587 -0
- pulumi_oci/osmanagementhub/get_managed_instance_available_packages.py +187 -0
- pulumi_oci/osmanagementhub/get_managed_instance_available_software_sources.py +190 -0
- pulumi_oci/osmanagementhub/get_managed_instance_available_windows_updates.py +238 -0
- pulumi_oci/osmanagementhub/get_managed_instance_errata.py +204 -0
- pulumi_oci/osmanagementhub/get_managed_instance_group.py +62 -10
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_modules.py +7 -9
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_packages.py +7 -7
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_software_sources.py +8 -10
- pulumi_oci/osmanagementhub/get_managed_instance_group_installed_packages.py +220 -0
- pulumi_oci/osmanagementhub/get_managed_instance_group_modules.py +244 -0
- pulumi_oci/osmanagementhub/get_managed_instance_groups.py +71 -16
- pulumi_oci/osmanagementhub/get_managed_instance_installed_packages.py +221 -0
- pulumi_oci/osmanagementhub/get_managed_instance_installed_windows_updates.py +204 -0
- pulumi_oci/osmanagementhub/get_managed_instance_modules.py +187 -0
- pulumi_oci/osmanagementhub/get_managed_instance_updatable_packages.py +221 -0
- pulumi_oci/osmanagementhub/get_managed_instances.py +537 -0
- pulumi_oci/osmanagementhub/get_management_station.py +42 -19
- pulumi_oci/osmanagementhub/get_management_station_mirrors.py +4 -4
- pulumi_oci/osmanagementhub/get_management_stations.py +15 -15
- pulumi_oci/osmanagementhub/get_profile.py +51 -12
- pulumi_oci/osmanagementhub/get_profiles.py +76 -16
- pulumi_oci/osmanagementhub/get_scheduled_job.py +426 -0
- pulumi_oci/osmanagementhub/get_scheduled_jobs.py +433 -0
- pulumi_oci/osmanagementhub/get_software_package.py +301 -0
- pulumi_oci/osmanagementhub/get_software_package_software_source.py +329 -0
- pulumi_oci/osmanagementhub/get_software_packages.py +232 -0
- pulumi_oci/osmanagementhub/get_software_source.py +109 -18
- pulumi_oci/osmanagementhub/get_software_source_module_stream.py +5 -5
- pulumi_oci/osmanagementhub/get_software_source_module_stream_profile.py +6 -6
- pulumi_oci/osmanagementhub/get_software_source_module_stream_profiles.py +8 -8
- pulumi_oci/osmanagementhub/get_software_source_module_streams.py +9 -9
- pulumi_oci/osmanagementhub/get_software_source_package_group.py +8 -8
- pulumi_oci/osmanagementhub/get_software_source_package_groups.py +7 -7
- pulumi_oci/osmanagementhub/get_software_source_software_package.py +23 -10
- pulumi_oci/osmanagementhub/get_software_source_software_packages.py +6 -6
- pulumi_oci/osmanagementhub/get_software_source_vendors.py +2 -2
- pulumi_oci/osmanagementhub/get_software_sources.py +78 -21
- pulumi_oci/osmanagementhub/get_windows_update.py +222 -0
- pulumi_oci/osmanagementhub/get_windows_updates.py +187 -0
- pulumi_oci/osmanagementhub/lifecycle_environment.py +159 -86
- pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +249 -0
- pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +249 -0
- pulumi_oci/osmanagementhub/lifecycle_stage_promote_software_source_management.py +296 -0
- pulumi_oci/osmanagementhub/managed_instance.py +1327 -0
- pulumi_oci/osmanagementhub/managed_instance_attach_profile_management.py +266 -0
- pulumi_oci/osmanagementhub/managed_instance_detach_profile_management.py +214 -0
- pulumi_oci/osmanagementhub/managed_instance_group.py +264 -86
- pulumi_oci/osmanagementhub/managed_instance_group_attach_managed_instances_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_attach_software_sources_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_detach_managed_instances_management.py +264 -0
- pulumi_oci/osmanagementhub/managed_instance_group_detach_software_sources_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_install_windows_updates_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_manage_module_streams_management.py +526 -0
- pulumi_oci/osmanagementhub/managed_instance_group_remove_packages_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_update_all_packages_management.py +292 -0
- pulumi_oci/osmanagementhub/managed_instance_install_windows_updates_management.py +341 -0
- pulumi_oci/osmanagementhub/managed_instance_update_packages_management.py +341 -0
- pulumi_oci/osmanagementhub/management_station.py +184 -81
- pulumi_oci/osmanagementhub/management_station_mirror_synchronize_management.py +264 -0
- pulumi_oci/osmanagementhub/management_station_refresh_management.py +212 -0
- pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py +264 -0
- pulumi_oci/osmanagementhub/outputs.py +10867 -2365
- pulumi_oci/osmanagementhub/profile.py +200 -78
- pulumi_oci/osmanagementhub/scheduled_job.py +1331 -0
- pulumi_oci/osmanagementhub/software_source.py +365 -181
- pulumi_oci/osmanagementhub/software_source_add_packages_management.py +266 -0
- pulumi_oci/osmanagementhub/software_source_change_availability_management.py +194 -0
- pulumi_oci/pulumi-plugin.json +2 -1
- {pulumi_oci-1.36.0a1715383492.dist-info → pulumi_oci-1.36.0a1715878445.dist-info}/METADATA +1 -1
- {pulumi_oci-1.36.0a1715383492.dist-info → pulumi_oci-1.36.0a1715878445.dist-info}/RECORD +119 -64
- {pulumi_oci-1.36.0a1715383492.dist-info → pulumi_oci-1.36.0a1715878445.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.36.0a1715383492.dist-info → pulumi_oci-1.36.0a1715878445.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
|
-
pulumi_oci/__init__.py,sha256=
|
1
|
+
pulumi_oci/__init__.py,sha256=tb7hZCoEYaFbk80V6fgxyDenkrj_UzkjVjX1HSs-x5Q,157339
|
2
2
|
pulumi_oci/_utilities.py,sha256=b6gJn0IIeM1t6Q7EVjqw3yhuGyP-uENQhtL5yp7aHR8,9248
|
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=Bo36Z-ZFCM_Up3AyG2fQnw_ygRe8bMvnfiE9dGHI3lI,88
|
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=9Rh6i5U6DDhJpFdSvhUgZK_uzDCXH6WjMTsvaanq418,53125
|
@@ -422,8 +422,8 @@ pulumi_oci/containerinstances/get_container_instance_shape.py,sha256=vgf8pb7KjuE
|
|
422
422
|
pulumi_oci/containerinstances/get_container_instance_shapes.py,sha256=RWotHRCbVW3xSdyMZzfeCMWcULpehVvPxK6-QhDhpC8,6796
|
423
423
|
pulumi_oci/containerinstances/get_container_instances.py,sha256=2pS0FViyGoOrqVg-foeYDm4C7lX7WhqlMaUeeGtRlL4,8619
|
424
424
|
pulumi_oci/containerinstances/outputs.py,sha256=K1Kf3-8xpQM9OcZOnQQG972UwHvbtboWNqYnib8J0hw,99442
|
425
|
-
pulumi_oci/core/__init__.py,sha256=
|
426
|
-
pulumi_oci/core/_inputs.py,sha256=
|
425
|
+
pulumi_oci/core/__init__.py,sha256=TH2tLXoqxil4LmAM1OAg7Z4M4Tvrv9GsG-UG3h3UTbw,8591
|
426
|
+
pulumi_oci/core/_inputs.py,sha256=UeT-FPSUIP0Wbg_pKuOmSHBBG_aWek_GMR_qf_Zlgf0,883788
|
427
427
|
pulumi_oci/core/app_catalog_listing_resource_version_agreement.py,sha256=kd8-X0DLdG80KR4Re1Bzs3YzRfhRCraKfwNBJy6KJss,14448
|
428
428
|
pulumi_oci/core/app_catalog_subscription.py,sha256=0p4-GPnr_1F2G_si0_4tQMpEpmWadv-zhAoUKEVPdPw,29086
|
429
429
|
pulumi_oci/core/boot_volume.py,sha256=OGAlK2tahbgaKqdqsL7s-kxG_G3l4kOJPzKurLtfU-o,64639
|
@@ -539,6 +539,9 @@ pulumi_oci/core/get_instance_pool_load_balancer_attachment.py,sha256=tTsEApQbOUI
|
|
539
539
|
pulumi_oci/core/get_instance_pools.py,sha256=fOSxF3dU01iOsnX2kJ-l16yLgdMBIc3hNEEZqleEdBE,7061
|
540
540
|
pulumi_oci/core/get_instances.py,sha256=bEGd7xbFttyqTdYSWh3bsUQFYAxvGN2XXkw-Rh1L2G8,11921
|
541
541
|
pulumi_oci/core/get_internet_gateways.py,sha256=e9SS7RnPR3314XmWmGM0sg0TboQcxkvIMOFicEgWQkk,8405
|
542
|
+
pulumi_oci/core/get_ip_inventory_subnet.py,sha256=BE49nhISXfJKdRNDYu58RXFtnFqqi61Vm6W4ZgNvJrY,7195
|
543
|
+
pulumi_oci/core/get_ip_inventory_subnet_cidr.py,sha256=WaIgSmEcoxTaBB-ZWyoh-ahGI3TlsH0Mih_WRQ8XONQ,7409
|
544
|
+
pulumi_oci/core/get_ip_inventory_vcn_overlaps.py,sha256=lZiK78wJtbh7nxYEP4pFa8QAPGH_FJAAkIQ7B1nJxsk,9488
|
542
545
|
pulumi_oci/core/get_ipsec_algorithm.py,sha256=L71KRYF2fEvk2xsjd8xQMV153BYmaawlJo5drGeMURo,5713
|
543
546
|
pulumi_oci/core/get_ipsec_config.py,sha256=AfE_kWFNsXOvi9UwRSi1qNTs96skdqDoKR3rVWtirVM,6668
|
544
547
|
pulumi_oci/core/get_ipsec_connection_tunnel.py,sha256=dwevEj0pt7EaX6WxPemGMvJNHFBAzd-KQxCi1B1kdOw,16906
|
@@ -615,7 +618,7 @@ pulumi_oci/core/local_peering_gateway.py,sha256=kSPyvBRh4rgkugRBDTSuv5jTCmdgG7dF
|
|
615
618
|
pulumi_oci/core/nat_gateway.py,sha256=7FIymW5Rq6w7C0T74OLWb9D4KqP_vzwXnEIbNWGdsGI,35795
|
616
619
|
pulumi_oci/core/network_security_group.py,sha256=a21EveqIOiR-5WtrggBFPmYa8eBTqRGnvJs3IWm4q3g,25204
|
617
620
|
pulumi_oci/core/network_security_group_security_rule.py,sha256=GzGrWhi00hYtOlGlvyaKmzd24DuTFtcbK8Ce40i8hc8,66994
|
618
|
-
pulumi_oci/core/outputs.py,sha256=
|
621
|
+
pulumi_oci/core/outputs.py,sha256=l0oVouvgEUSsRVSkEkDrPZcQvPUY3BTy2Rr_004D6M8,2365948
|
619
622
|
pulumi_oci/core/private_ip.py,sha256=jZNtIz8hDmlMu93cmBLs8Qu4HzbzDAoPKvlT3Z0TKI0,42259
|
620
623
|
pulumi_oci/core/public_ip.py,sha256=_5YTm4mbyjlMw_foyTmI86yS8JaXxXImlYhckPlko0I,46005
|
621
624
|
pulumi_oci/core/public_ip_pool.py,sha256=LIVV7ooE-khuPJOWOCL6v1_o7zj94Evgze3tt2Qs8ao,23581
|
@@ -641,7 +644,7 @@ pulumi_oci/core/volume_group.py,sha256=VXEhKjaXq0QUeJoZFosaCe8j2XwXV4wtrA_OaSy6l
|
|
641
644
|
pulumi_oci/core/volume_group_backup.py,sha256=TaESViXt6JzduODOxkqrAV7h1lFo9udAkM26QIECb6c,44014
|
642
645
|
pulumi_oci/core/vtap.py,sha256=AQrHKZ0ErnxhB9JSwf1_rUX6TbP8MDEgOni0hUF3j14,61269
|
643
646
|
pulumi_oci/database/__init__.py,sha256=vmk_ABTY9egQLB9TjjbjLk9eoslzGAmlgEGmikTVIvs,8711
|
644
|
-
pulumi_oci/database/_inputs.py,sha256=
|
647
|
+
pulumi_oci/database/_inputs.py,sha256=1OjmMnippXZakeVWK2v1fDDhB8Tzg62opxTHOuiRRxs,668177
|
645
648
|
pulumi_oci/database/application_vip.py,sha256=wFPa33DBZ-_ZzawwFeIyt4o47oh67WRJEYBbvRF0CCg,28983
|
646
649
|
pulumi_oci/database/autonomous_container_database.py,sha256=8KBRkXFQ3H2jSqiNl8bFB4SKp4qakiaiU5hXtylcGq8,161652
|
647
650
|
pulumi_oci/database/autonomous_container_database_dataguard_association.py,sha256=HHFxeeHKgSEMhCYdk_Pj7f1yf-o2QUTp4lmjFHCTGpY,75309
|
@@ -676,7 +679,7 @@ pulumi_oci/database/db_node_console_connection.py,sha256=ILFzFP6FeXC-xT7y47H420U
|
|
676
679
|
pulumi_oci/database/db_node_console_history.py,sha256=-G7IxwWyMtBDv3KlTNzbCfUG3GwZtAuC6pVJOpe8yCU,23850
|
677
680
|
pulumi_oci/database/db_system.py,sha256=bYASMr3qu8wQR4llPJeRWsKMJVC8nE-lDWLk4E7HRMA,176770
|
678
681
|
pulumi_oci/database/db_systems_upgrade.py,sha256=3VtGm-2FmOeos2w78q4AioGgRA6Ce7kl3Y6-ln8xQTo,93411
|
679
|
-
pulumi_oci/database/exadata_infrastructure.py,sha256=
|
682
|
+
pulumi_oci/database/exadata_infrastructure.py,sha256=h051B83jjBKyhxVOZhNUpekqTlxDnjFWm6wc4wrkOyM,118240
|
680
683
|
pulumi_oci/database/exadata_infrastructure_compute.py,sha256=ZzvL7EDuuUd7OklDqReZp0ZkP_8kjc4A9xgQ_Nv86Rw,74762
|
681
684
|
pulumi_oci/database/exadata_infrastructure_storage.py,sha256=9Y1M21dcf1YX9YqwvsU4AOwywyve-GDsRUmn-BGvAQs,50971
|
682
685
|
pulumi_oci/database/exadata_iorm_config.py,sha256=obPGv3uaCHcPXh_twDMTrgrimv1KHWOAnwyx6U3KgdM,17992
|
@@ -775,7 +778,7 @@ pulumi_oci/database/get_db_systems.py,sha256=W3rO3Ypl0ljC31Hmd0t88z_642ffcqrQDTr
|
|
775
778
|
pulumi_oci/database/get_db_systems_upgrade_history_entries.py,sha256=gt17_vTZAxfiFMDsng6IRgWq8VbzMHeYG44mszx4KL8,7812
|
776
779
|
pulumi_oci/database/get_db_systems_upgrade_history_entry.py,sha256=1emBfohKN-MFL5RnFqdO8A-cWVQqrXiZ_kpXfuxY4_w,11167
|
777
780
|
pulumi_oci/database/get_db_versions.py,sha256=HHPI0GpQfH7JXB9lI8cg9UonwZJoJfTz5R4y6bbhqq4,11456
|
778
|
-
pulumi_oci/database/get_exadata_infrastructure.py,sha256=
|
781
|
+
pulumi_oci/database/get_exadata_infrastructure.py,sha256=KGwBq7_Ge5gB1vHy2YfjjRowQPnpdgthCGDRBSknoKo,35886
|
779
782
|
pulumi_oci/database/get_exadata_infrastructure_download_config_file.py,sha256=VDqi6MLXDLMsAL9SLd3_ZI7budCt7RcqkKBCuPqDn1w,6124
|
780
783
|
pulumi_oci/database/get_exadata_infrastructure_un_allocated_resource.py,sha256=eBlTxXXKfaPNucTnQDCkp1mgNiQq1V3W1_xBXkHAhtY,9781
|
781
784
|
pulumi_oci/database/get_exadata_infrastructures.py,sha256=X61I0W5SSqHDb_qhq9Kb9BT9ogVtT8ach-50nwqEvbA,7591
|
@@ -802,7 +805,7 @@ pulumi_oci/database/get_oneoff_patches.py,sha256=Z9N4WzMu598Z58yyL5sdDXL3iPOrvr9
|
|
802
805
|
pulumi_oci/database/get_pluggable_database.py,sha256=lG_8Z0i9rTWBhZI46JJ3mMWzUXTOX2kBpWC9PbmHZz4,19257
|
803
806
|
pulumi_oci/database/get_pluggable_databases.py,sha256=_-Kb0fkIEvdvfIywgqePDGakiEM2rNTl61WbhVqQDxA,8699
|
804
807
|
pulumi_oci/database/get_system_versions.py,sha256=aBFGn9ckWP7rVqQpIzOUdq-6ljD_0G71_P3iHG6k898,6743
|
805
|
-
pulumi_oci/database/get_vm_cluster.py,sha256=
|
808
|
+
pulumi_oci/database/get_vm_cluster.py,sha256=lG_-agkXPAjDN6-z7nKIPNzz8ZhzVL8sXn8fs28DT1A,22708
|
806
809
|
pulumi_oci/database/get_vm_cluster_network.py,sha256=bguG_p4hEcWX2UuSZpqPNAIyfi4jDHGZZc9Di62qsb8,15028
|
807
810
|
pulumi_oci/database/get_vm_cluster_network_download_config_file.py,sha256=Ffc7seWDsmrLUOsLbssbsAoBbhpDtcoanoIyPnIwoJA,7312
|
808
811
|
pulumi_oci/database/get_vm_cluster_networks.py,sha256=TQbJW8gGKy4JepSY1hl3-7HaHVq5U0PFl2fNghA2uiY,9598
|
@@ -819,15 +822,15 @@ pulumi_oci/database/get_vm_clusters.py,sha256=aRT1n3DsQbZP6zUflQUu_U0ozwdVN5o6Mj
|
|
819
822
|
pulumi_oci/database/key_store.py,sha256=oN3pJ2ttFWOBm3nOciCLPV6PsyhMVcdY4DbvDvwV8iE,25402
|
820
823
|
pulumi_oci/database/maintenance_run.py,sha256=cyDRkOk_5KcUT3DoGuNxz1Ca0cJbdzrFNNhxfRatP_8,58494
|
821
824
|
pulumi_oci/database/oneoff_patch.py,sha256=vI2EkITWfZEhCTvYQSUJgswX6f9ZdA3sgC59ZGYwRhc,38416
|
822
|
-
pulumi_oci/database/outputs.py,sha256=
|
825
|
+
pulumi_oci/database/outputs.py,sha256=q1ykOXexLS1k8iNZ4fSIS_8E21QlD-Co0JVALDSQw0E,2111847
|
823
826
|
pulumi_oci/database/pluggable_database.py,sha256=UYXCRUig97Hz22B-0KChjDoWaxdFPgNNbwfUpcVRM5g,71689
|
824
827
|
pulumi_oci/database/pluggable_database_managements_management.py,sha256=cYRG-2zkTBknBJjEjC97B8_XhM2C63jZL92QUS9U6m8,52153
|
825
828
|
pulumi_oci/database/pluggable_databases_local_clone.py,sha256=0NGYmSvbHSKW9TwDrNeOCOGH91SU7Ji5PDf-c70IBsQ,50354
|
826
829
|
pulumi_oci/database/pluggable_databases_remote_clone.py,sha256=3Xn7C6Fg2KO5U3ECO5w0DvfgZW6zcRyBDSKeVkBOIqk,57017
|
827
|
-
pulumi_oci/database/vm_cluster.py,sha256=
|
828
|
-
pulumi_oci/database/vm_cluster_add_virtual_network.py,sha256=
|
830
|
+
pulumi_oci/database/vm_cluster.py,sha256=s0oRRFjuGUS-PghjA9apwj5qvD4KkqKo_FYUjxCbZkw,78389
|
831
|
+
pulumi_oci/database/vm_cluster_add_virtual_network.py,sha256=RG8jmZXR-DrQ62t4-tRqeOGAMMks8tnvSgtoxMR8AQw,52823
|
829
832
|
pulumi_oci/database/vm_cluster_network.py,sha256=obWKIxNeYINYa7_aacTCc22H7KxjAuuO2A1wHWcWgoI,50281
|
830
|
-
pulumi_oci/database/vm_cluster_remove_virtual_machine.py,sha256=
|
833
|
+
pulumi_oci/database/vm_cluster_remove_virtual_machine.py,sha256=VsbcYnbA8HMrST_CQjVukKFXAthL3KyABqe4Yh4KM6Y,50545
|
831
834
|
pulumi_oci/databasemanagement/__init__.py,sha256=s7q-99NAkjcVYcqSyCBsJPJbK9WUZ25sXGVYqodsNaw,7052
|
832
835
|
pulumi_oci/databasemanagement/_inputs.py,sha256=zgV6HhmH2WRMOImikzCe-synt6hy_o-4dYNIBpUdjVg,393359
|
833
836
|
pulumi_oci/databasemanagement/database_dbm_features_management.py,sha256=FAbTkRmF5_DUwUodK1ulyl-l0wJP628wf9ao8nsKPuc,14403
|
@@ -1067,7 +1070,7 @@ pulumi_oci/datalabellingservice/get_annotation_formats.py,sha256=WbbaaIQBbmLgcgt
|
|
1067
1070
|
pulumi_oci/datalabellingservice/get_dataset.py,sha256=bmArCsi1ItF_VBkxyFgdBM8w3JDAjOEToXuy5qHzsjU,15760
|
1068
1071
|
pulumi_oci/datalabellingservice/get_datasets.py,sha256=dhMoG6BQM2gW2GODLMA-DLYTMDVGWOSYSWghv8Ck5y8,8597
|
1069
1072
|
pulumi_oci/datalabellingservice/outputs.py,sha256=q9Zt1dg8_aoR-5QSap0hgJI6XbZjB_eVO_G08FdPAcI,52272
|
1070
|
-
pulumi_oci/datasafe/__init__.py,sha256=
|
1073
|
+
pulumi_oci/datasafe/__init__.py,sha256=hLY7nl5WQ_xGdgixrWUpVqE-w8XUgxpoHEL5es54N7s,7220
|
1071
1074
|
pulumi_oci/datasafe/_inputs.py,sha256=hiWiKQKvR3kFv9LzQf3lejrYo7WHZtg4cHBpTUbUSeM,306513
|
1072
1075
|
pulumi_oci/datasafe/add_sdm_columns.py,sha256=Qu2DJoc3hS0mD6K7zPG_4agRUHJ-epqqnJA8phUoKlc,5414
|
1073
1076
|
pulumi_oci/datasafe/alert.py,sha256=1hzgTQxPBQeTcdztdvqw07MbXv5FaexDl2acrDqaiDQ,40594
|
@@ -1203,6 +1206,7 @@ pulumi_oci/datasafe/mask_data.py,sha256=C0Cl-E4PXqjBNjtbYuzfJxlWWZhFUQp5-9oWqWMm
|
|
1203
1206
|
pulumi_oci/datasafe/masking_policies_apply_difference_to_masking_columns.py,sha256=RK84k_OpVYmhoJbCPzoWybLdsFUI8YbSmXpUp50sY-8,8203
|
1204
1207
|
pulumi_oci/datasafe/masking_policies_masking_column.py,sha256=en_eWY0Mecrp23C9FZylclIoHqlTabXVbkrSn9qJuTc,57059
|
1205
1208
|
pulumi_oci/datasafe/masking_policy.py,sha256=HzIUAT8mYevjdQj8GrAeyp_iIZ_0JYC1PJtiYVG3Axc,70491
|
1209
|
+
pulumi_oci/datasafe/masking_report_management.py,sha256=ntTPk_0XpDYsEdh1lnGyd2UjEDUGkNNpF1p-AYvtIc8,32009
|
1206
1210
|
pulumi_oci/datasafe/on_prem_connector.py,sha256=brTIzRdKDiYI7OSTWzwOq1LMTTq6MDNItkcDkmhKvEI,29350
|
1207
1211
|
pulumi_oci/datasafe/outputs.py,sha256=v5_ApXpD34ZnqWrE-pSqVyexnn6pU-FgQ_dYYhTALf8,1229661
|
1208
1212
|
pulumi_oci/datasafe/report.py,sha256=eZAU9FhgXqAPM30lXnEXPWc1SeR3pT4h7OgZwdtToik,26345
|
@@ -1369,20 +1373,23 @@ pulumi_oci/dns/steering_policy_attachment.py,sha256=rMHhlJlM1RRpyqbFoPAAObWAmhfz
|
|
1369
1373
|
pulumi_oci/dns/tsig_key.py,sha256=EFFodRAn7J1Rcw0z1UZ9hbRAPssknanqzrSl730NB2U,29154
|
1370
1374
|
pulumi_oci/dns/view.py,sha256=RDACZ1_0m1z764DmumbcBgpTEpseF8y2U4aP4F0nW1E,26321
|
1371
1375
|
pulumi_oci/dns/zone.py,sha256=9jhMZVOZ9epMf1GPbZy9wXNokYcifYvx5x-9MeaqQrA,45512
|
1372
|
-
pulumi_oci/email/__init__.py,sha256=
|
1373
|
-
pulumi_oci/email/_inputs.py,sha256=
|
1374
|
-
pulumi_oci/email/dkim.py,sha256=
|
1375
|
-
pulumi_oci/email/email_domain.py,sha256=
|
1376
|
+
pulumi_oci/email/__init__.py,sha256=CccmgPhQDCLi1x6p0ZDJLIe284HxWV19bUQhJgFcwwk,782
|
1377
|
+
pulumi_oci/email/_inputs.py,sha256=vnGo26ZrpFfQlR-_PB6Lmj5V39p-Vdz-0AAWtmhAYos,6161
|
1378
|
+
pulumi_oci/email/dkim.py,sha256=0brujFXr3kVvlPhXzw60YWFkM-3X4BIN_92YGdvGu5o,40721
|
1379
|
+
pulumi_oci/email/email_domain.py,sha256=cFVfzu2tMNDbnNHMsIlURuaUw-Dc3AQtJvEENIeF68w,36091
|
1380
|
+
pulumi_oci/email/email_return_path.py,sha256=tBfU51S57Zyj8vq0HzRTiJ3M4qTk4KY2QzIyGBvLFos,39268
|
1376
1381
|
pulumi_oci/email/get_configuration.py,sha256=VcE4jMkjVVbClEVELOawQew4-qRdGTkFkoFvDPGJqKU,4971
|
1377
1382
|
pulumi_oci/email/get_dkim.py,sha256=_L0EnQ8DMwPOf9HjdTktrkf4-cTkk8bLruYJgIrQjPY,12500
|
1378
1383
|
pulumi_oci/email/get_dkims.py,sha256=S6Ivdjb4jiVCY9aBg0slqBaIyqgtTM_zKU0Mk5F6fp8,6934
|
1379
|
-
pulumi_oci/email/get_email_domain.py,sha256=
|
1384
|
+
pulumi_oci/email/get_email_domain.py,sha256=KBvWpUXB-flV-bUefvH1Lz2JWnAavuH0aWmCybLP5yU,11142
|
1380
1385
|
pulumi_oci/email/get_email_domains.py,sha256=JX8sEIHq3bxNC2rSk6jEDwKTl3c6dXRFBA5hC-bQrGI,7181
|
1386
|
+
pulumi_oci/email/get_email_return_path.py,sha256=CWxzEw1TekBHVAHQSTq8DpPMP3FkJWrJPNsC-ntC0wI,12378
|
1387
|
+
pulumi_oci/email/get_email_return_paths.py,sha256=reEPPs3Y3zqP2oejF1S9hmT7RHweSTERCTpsJktfQDE,8940
|
1381
1388
|
pulumi_oci/email/get_sender.py,sha256=FDAcbdmv4GbbIPdDOBaUs19F_mkkeDLkBOPmOsq7LpI,8589
|
1382
1389
|
pulumi_oci/email/get_senders.py,sha256=qSafeh_VcLlb8_azg0sIEYKNK1WJv-DKR5nKPK_pv6I,6943
|
1383
1390
|
pulumi_oci/email/get_suppression.py,sha256=wZKKkXizKLule3L90N4ktteYcRtq_ZyBG9dBpdm8DEQ,8844
|
1384
1391
|
pulumi_oci/email/get_suppressions.py,sha256=RxgPtx58BlaO-v2iWZE8JMYwmowRrZ9_lptRSqMSgug,10479
|
1385
|
-
pulumi_oci/email/outputs.py,sha256=
|
1392
|
+
pulumi_oci/email/outputs.py,sha256=PzZdrnzt5kQ0128jXxW6taZa_P-JqvCFLrAIujkeWy8,42324
|
1386
1393
|
pulumi_oci/email/sender.py,sha256=eaPmXIuS_HrpmIopu1NB2bc1LjPSrWrAp9oFC_9fFHY,25236
|
1387
1394
|
pulumi_oci/email/suppression.py,sha256=OvK4mvuIbEfB4ZtB66eD0LkVy4ANjH2MOOWFz6qbllw,22146
|
1388
1395
|
pulumi_oci/emwarehouse/__init__.py,sha256=bMIo2Xeb_bFH4EH3MQjDXjtK9RVjUmkp8pXJamFthwY,496
|
@@ -1848,7 +1855,7 @@ pulumi_oci/limits/get_services.py,sha256=ibYVcHKg46zGxuoHMy482Mf8MwoLlQ0ftNkrLRq
|
|
1848
1855
|
pulumi_oci/limits/outputs.py,sha256=4xzrDTB9kqJN3I3qPzAWee2WjZAhwd7vMZ3oxbx6ZRE,22754
|
1849
1856
|
pulumi_oci/limits/quota.py,sha256=hZrhH9FPlGgGxQzB2ZtX2Ha-7uwepbWhHnCm8mg1dIo,29555
|
1850
1857
|
pulumi_oci/loadbalancer/__init__.py,sha256=MEaFdbTIsnehC12wXAUwvJcOEZM4WCItCZ52hjWqJWA,1231
|
1851
|
-
pulumi_oci/loadbalancer/_inputs.py,sha256=
|
1858
|
+
pulumi_oci/loadbalancer/_inputs.py,sha256=zgbY0dSjolcL9KsUQkKT4JWCHDuCvi8Es-sfbA1CJXE,139904
|
1852
1859
|
pulumi_oci/loadbalancer/backend.py,sha256=Q54YSbDq1KRKsYdt0EN232HQUS7aWTZa1ctq8p-KV_E,35364
|
1853
1860
|
pulumi_oci/loadbalancer/backend_set.py,sha256=wbUIs8hvr1KCCrXDUsSAgeBVgVUQ2awGoFjKA1D1ZG8,64160
|
1854
1861
|
pulumi_oci/loadbalancer/certificate.py,sha256=vnjWLTNnIaQvpeGFVN40IBjxwN61oFgWdmWpevmHYLI,31966
|
@@ -1872,10 +1879,10 @@ pulumi_oci/loadbalancer/get_shapes.py,sha256=AXUzG9iDcBuy6AV7fARHfun9alhw34hUxDv
|
|
1872
1879
|
pulumi_oci/loadbalancer/get_ssl_cipher_suite.py,sha256=KGuH8dXS5qPfyOh1KsDwQC-dMwdrZLH3Dlo7Gb4JPj0,5417
|
1873
1880
|
pulumi_oci/loadbalancer/get_ssl_cipher_suites.py,sha256=hGDLTuTRJJ795RYM7Y8fYBvequg8_RsHFPMJmB44Fu0,5131
|
1874
1881
|
pulumi_oci/loadbalancer/hostname.py,sha256=pJ2uFqd3yvQKZknoZqVpmE0ZocBiu8d5GaMNhXo62lM,14651
|
1875
|
-
pulumi_oci/loadbalancer/listener.py,sha256=
|
1882
|
+
pulumi_oci/loadbalancer/listener.py,sha256=XTEOCYEnW20W_KBllmGQrnZs-wtgG-PUG3_K5IBsKuI,41617
|
1876
1883
|
pulumi_oci/loadbalancer/load_balancer.py,sha256=R4-s7EadOoJ62pORjilvMAmlqqhWgAnpSmSLqFpDXtY,73103
|
1877
1884
|
pulumi_oci/loadbalancer/load_balancer_routing_policy.py,sha256=JfDGYCXItLKcbcLDxE76p-5FOdf-xYLs3hU6PX2bBBs,19434
|
1878
|
-
pulumi_oci/loadbalancer/outputs.py,sha256=
|
1885
|
+
pulumi_oci/loadbalancer/outputs.py,sha256=2dmHXNElYaEAfJRvYuoDVeJIGWMLgdgm3IQdkKutuq4,264189
|
1879
1886
|
pulumi_oci/loadbalancer/path_route_set.py,sha256=raq1HEOJ03xhUIDtK6pTZSkBkZizwBSGCDplhRcguEY,14909
|
1880
1887
|
pulumi_oci/loadbalancer/rule_set.py,sha256=oQmuSBhLiM2F419trBuAt1SLLjjWI3vNqH4QxaTmW2w,19272
|
1881
1888
|
pulumi_oci/loadbalancer/ssl_cipher_suite.py,sha256=TB7iW-BpEd9sM2k78vUdESKrerdeN-UkVZK8mK8krW8,18984
|
@@ -1917,7 +1924,7 @@ pulumi_oci/loganalytics/log_analytics_object_collection_rule.py,sha256=yvbygEf8P
|
|
1917
1924
|
pulumi_oci/loganalytics/log_analytics_preferences_management.py,sha256=vqOj-y_veJlcGltnKhIvEyQ8cR63W60OKgmnktfTAgg,11891
|
1918
1925
|
pulumi_oci/loganalytics/log_analytics_resource_categories_management.py,sha256=7SsQ3-2LfDz0M0ZIHCzCt4AlmA6VRZCntTxPB9numG8,16531
|
1919
1926
|
pulumi_oci/loganalytics/log_analytics_unprocessed_data_bucket_management.py,sha256=QLea1gSW21kmBlJvABAYgEj0X_IpB9SRZkb_Gtgt1Kk,15902
|
1920
|
-
pulumi_oci/loganalytics/namespace.py,sha256
|
1927
|
+
pulumi_oci/loganalytics/namespace.py,sha256=x37hFqLqaVeIOsXq9JbbZqzggtQNoXjHJNwCr1f8g-g,11758
|
1921
1928
|
pulumi_oci/loganalytics/namespace_ingest_time_rule.py,sha256=20idZeWo01Wz_tOwGYqk2WP8fWwkqAkMpM-rMwjvN28,36259
|
1922
1929
|
pulumi_oci/loganalytics/namespace_ingest_time_rules_management.py,sha256=1W1JvQqmhuY30-CgpTd9DPeP87eJqlGhzrjLN3Id9NE,13850
|
1923
1930
|
pulumi_oci/loganalytics/namespace_scheduled_task.py,sha256=xF_uDmUrjjswfXdtUW6zC5pGXXZoIIi6X0aSJ2gZ9Qc,39299
|
@@ -2116,17 +2123,17 @@ pulumi_oci/networkloadbalancer/get_backend_set.py,sha256=zQ4ydxEnRDtNrEvHKwskakR
|
|
2116
2123
|
pulumi_oci/networkloadbalancer/get_backend_set_health.py,sha256=YVc_nZWVdFEA30MWj3xk-y9D33JUCqTSWNKqjRcVNfQ,6547
|
2117
2124
|
pulumi_oci/networkloadbalancer/get_backend_sets.py,sha256=qqEohGXItT7w0Y56l194kcvgeICSHctkRYnwgf6G4N0,5304
|
2118
2125
|
pulumi_oci/networkloadbalancer/get_backends.py,sha256=ROqKbEJHlLI0Q3nMX1j1VdsFw8rnnbysHY92KX6mTLo,6203
|
2119
|
-
pulumi_oci/networkloadbalancer/get_listener.py,sha256=
|
2126
|
+
pulumi_oci/networkloadbalancer/get_listener.py,sha256=HSN-mtIVEsFIRcm7UOsB0nT4Z17L4vkVBWITHOZuRvc,8312
|
2120
2127
|
pulumi_oci/networkloadbalancer/get_listeners.py,sha256=ltl09BfDoO6jp-9G3AM43rK3iAQJQbcqDHLZe2rHfpA,5176
|
2121
2128
|
pulumi_oci/networkloadbalancer/get_network_load_balancer.py,sha256=GE45mechtFNfZuNiWwvBX_ki3BIZJeD18XF6AkMki80,16949
|
2122
2129
|
pulumi_oci/networkloadbalancer/get_network_load_balancer_health.py,sha256=yeHBVj5zA5P27M2cA2-waPJ3kQOKbt_AYsNlBut8P4o,9324
|
2123
2130
|
pulumi_oci/networkloadbalancer/get_network_load_balancers.py,sha256=Qu2_XWj3B7hAPdZOY6JiYH-qlMppbcYhYQxVWVDDN18,7723
|
2124
2131
|
pulumi_oci/networkloadbalancer/get_network_load_balancers_policies.py,sha256=FC3eoOY9CJTdYkzgDxG41_fSgxfLLuOKvwuqkphCyZM,4780
|
2125
2132
|
pulumi_oci/networkloadbalancer/get_network_load_balancers_protocols.py,sha256=BeaLDC96v79aKeZ5-96W72Znvlb720a2GRRrKEttsNQ,4998
|
2126
|
-
pulumi_oci/networkloadbalancer/listener.py,sha256=
|
2133
|
+
pulumi_oci/networkloadbalancer/listener.py,sha256=z-kQsn9poh4bbMG5ql6vH6EepvtaMQqqsrbZQxaj4ck,25759
|
2127
2134
|
pulumi_oci/networkloadbalancer/network_load_balancer.py,sha256=ewPrEdNKMkCPxI5nIA0n_a2d7n74obMUZVFcENO1Kq0,66114
|
2128
2135
|
pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py,sha256=9Uwu-YX8VOKtDfT4Qisjg2yqgJrg-fASFlrUvwm17uQ,42014
|
2129
|
-
pulumi_oci/networkloadbalancer/outputs.py,sha256=
|
2136
|
+
pulumi_oci/networkloadbalancer/outputs.py,sha256=3FrUA0Z3-9owP9Hy8LNi5c03CRt1r3MI1wCY6Gbuu7M,117802
|
2130
2137
|
pulumi_oci/nosql/__init__.py,sha256=-ek2jAAWYNxuP3L92fUIFWteYxUOBDcs1fLMbUC_Eug,488
|
2131
2138
|
pulumi_oci/nosql/_inputs.py,sha256=UGERTjYw4FJw8rYdKn8QwAjnHvJlrIr5bfW7AwgZGEQ,21829
|
2132
2139
|
pulumi_oci/nosql/get_index.py,sha256=h1P8050whb-z0v2rl-_LCrZlxatdGijtGrHfEz_MqmQ,8495
|
@@ -2341,39 +2348,87 @@ pulumi_oci/osmanagement/managed_instance_group.py,sha256=jjFRIijKM3Tx6GfvPAljAAD
|
|
2341
2348
|
pulumi_oci/osmanagement/managed_instance_management.py,sha256=T3A3zZMFh0s67xXxL4uI93hnPxCL4PgjZLRD6GfUw2Q,32979
|
2342
2349
|
pulumi_oci/osmanagement/outputs.py,sha256=-gJJqQrDaBFIe48CVKHZ498tq30zqEUUNiULSP63bYk,63301
|
2343
2350
|
pulumi_oci/osmanagement/software_source.py,sha256=WDdkDzhAG6J-btfa8vY_EovjZ96uOW7azREm0hDSPq0,44420
|
2344
|
-
pulumi_oci/osmanagementhub/__init__.py,sha256=
|
2345
|
-
pulumi_oci/osmanagementhub/_inputs.py,sha256=
|
2346
|
-
pulumi_oci/osmanagementhub/
|
2347
|
-
pulumi_oci/osmanagementhub/
|
2348
|
-
pulumi_oci/osmanagementhub/
|
2349
|
-
pulumi_oci/osmanagementhub/
|
2350
|
-
pulumi_oci/osmanagementhub/
|
2351
|
-
pulumi_oci/osmanagementhub/
|
2352
|
-
pulumi_oci/osmanagementhub/
|
2353
|
-
pulumi_oci/osmanagementhub/
|
2354
|
-
pulumi_oci/osmanagementhub/
|
2355
|
-
pulumi_oci/osmanagementhub/
|
2356
|
-
pulumi_oci/osmanagementhub/
|
2357
|
-
pulumi_oci/osmanagementhub/
|
2358
|
-
pulumi_oci/osmanagementhub/
|
2359
|
-
pulumi_oci/osmanagementhub/
|
2360
|
-
pulumi_oci/osmanagementhub/
|
2361
|
-
pulumi_oci/osmanagementhub/
|
2362
|
-
pulumi_oci/osmanagementhub/
|
2363
|
-
pulumi_oci/osmanagementhub/
|
2364
|
-
pulumi_oci/osmanagementhub/
|
2365
|
-
pulumi_oci/osmanagementhub/
|
2366
|
-
pulumi_oci/osmanagementhub/
|
2367
|
-
pulumi_oci/osmanagementhub/
|
2368
|
-
pulumi_oci/osmanagementhub/
|
2369
|
-
pulumi_oci/osmanagementhub/
|
2370
|
-
pulumi_oci/osmanagementhub/
|
2371
|
-
pulumi_oci/osmanagementhub/
|
2372
|
-
pulumi_oci/osmanagementhub/
|
2373
|
-
pulumi_oci/osmanagementhub/
|
2374
|
-
pulumi_oci/osmanagementhub/
|
2375
|
-
pulumi_oci/osmanagementhub/
|
2376
|
-
pulumi_oci/osmanagementhub/
|
2351
|
+
pulumi_oci/osmanagementhub/__init__.py,sha256=4tUbFbqxHO2AO1e4xRSbp8CfghpGlTeHVY8BqYp-ml0,4097
|
2352
|
+
pulumi_oci/osmanagementhub/_inputs.py,sha256=HQ5LB64T_Es5TsUp8U0FCqNtG6_YKcliXuvJmGuqvHA,194698
|
2353
|
+
pulumi_oci/osmanagementhub/event.py,sha256=5UWkMXKOZFw7outkW3tYY5LsCK1kPkOKWsDQUkclyz0,35620
|
2354
|
+
pulumi_oci/osmanagementhub/get_entitlements.py,sha256=CXZ6JvvYEZiERrGChVFgI4NrzCw5QLQnZCsX1dgsbG4,7653
|
2355
|
+
pulumi_oci/osmanagementhub/get_errata.py,sha256=7tbjgzW7RmlcmaI94uj2btps42uklMICr0LAcu7bd3s,13892
|
2356
|
+
pulumi_oci/osmanagementhub/get_erratum.py,sha256=dZYspmIOHplfZ-Ajar1m5x52ltj1tuboIo0y2npAGRg,11956
|
2357
|
+
pulumi_oci/osmanagementhub/get_event.py,sha256=-pfIXntlf4MC2FWFr2kl6rrMJqsS7OGr0OMwLrvILIk,13089
|
2358
|
+
pulumi_oci/osmanagementhub/get_events.py,sha256=xhFGXAPNINCV-ZZic1Yuaa_BznbFaUFv6gxp99Xl5BQ,16026
|
2359
|
+
pulumi_oci/osmanagementhub/get_lifecycle_environment.py,sha256=E1iC0YJWlD9DGoAukzJ79oY94jvS2d0oPZ5Z6k8X6E0,13206
|
2360
|
+
pulumi_oci/osmanagementhub/get_lifecycle_environments.py,sha256=WMKLzBa-0VmwgB7JGpYp3Is-DB8ayM0dM-5Yia8LGM8,15207
|
2361
|
+
pulumi_oci/osmanagementhub/get_lifecycle_stage.py,sha256=kVdkFMaTb4-Vk6ZJ0LdLZYOzU5nlmyJP4tylmN5fR7A,13606
|
2362
|
+
pulumi_oci/osmanagementhub/get_lifecycle_stages.py,sha256=4-sD5Gxkmep5iwI7DtOIDlfcLUjNEc7P4MjCA8rTKwg,15753
|
2363
|
+
pulumi_oci/osmanagementhub/get_managed_instance.py,sha256=5_bmG1pWhcojsWW_iZijkG9xRITHKblFLhY2JGg3S6E,27617
|
2364
|
+
pulumi_oci/osmanagementhub/get_managed_instance_available_packages.py,sha256=aDBq-rV1O0G5CLMMRZAyw8aQcDSTP6gFSheWS_MP33o,9541
|
2365
|
+
pulumi_oci/osmanagementhub/get_managed_instance_available_software_sources.py,sha256=m13ewfYKeEdZZbw8y6UBK0aDl-VMfEAJjo9nEFrHAnk,10352
|
2366
|
+
pulumi_oci/osmanagementhub/get_managed_instance_available_windows_updates.py,sha256=ho5iCHgTudQ1F6NnktyNVa2-IB3VuR_LH4PsdQkmXVo,13511
|
2367
|
+
pulumi_oci/osmanagementhub/get_managed_instance_errata.py,sha256=e1ZhJ6nxmGx23xJhSTaOVGCpxamYLB5rKVJ0zlRRBmM,10155
|
2368
|
+
pulumi_oci/osmanagementhub/get_managed_instance_group.py,sha256=XpSPpLcwckD7OaiyWc4ur8-zrjbjaI1jGi9KeqyqqB8,17458
|
2369
|
+
pulumi_oci/osmanagementhub/get_managed_instance_group_available_modules.py,sha256=5kYxaM53R8hsjoR8Hjw3ji0Ks8A8nsDjRvtC-8hr-us,9882
|
2370
|
+
pulumi_oci/osmanagementhub/get_managed_instance_group_available_packages.py,sha256=iIgOqn6OkabznXha0AHRcVAvrPZ-kZuhF1L7_XwmpvI,11567
|
2371
|
+
pulumi_oci/osmanagementhub/get_managed_instance_group_available_software_sources.py,sha256=j6b7NseBmKf_vYVBrGLTwUq2YW8fPpPNoIqY27r6Eb0,10905
|
2372
|
+
pulumi_oci/osmanagementhub/get_managed_instance_group_installed_packages.py,sha256=nqCqQE6sJZ2At0Q4sifcAPFZyi3RlN4Mq9k8B2GoFW0,13151
|
2373
|
+
pulumi_oci/osmanagementhub/get_managed_instance_group_modules.py,sha256=MihjGCa-YVLrNWzjpk5hqJAAzya2RCeVcPigCftez68,12306
|
2374
|
+
pulumi_oci/osmanagementhub/get_managed_instance_groups.py,sha256=jXm3OKvYNToyx92wSG2sABfPSJG4k4xIYtjOtJtAhz0,18196
|
2375
|
+
pulumi_oci/osmanagementhub/get_managed_instance_installed_packages.py,sha256=uwfouafvd1TWJSdUVmg5O33ZDkLEehkY5bfKu_FdMmM,12233
|
2376
|
+
pulumi_oci/osmanagementhub/get_managed_instance_installed_windows_updates.py,sha256=v-Cu9scvPWFBdxaBZGvcfnWf0vIIfNDTDwCvHqSP4yk,11071
|
2377
|
+
pulumi_oci/osmanagementhub/get_managed_instance_modules.py,sha256=T4AywwCvHQbpzUnNsub3pBhKgOoI9j91KI4q1iUWv8M,8793
|
2378
|
+
pulumi_oci/osmanagementhub/get_managed_instance_updatable_packages.py,sha256=jjKmWueWXatMHpYRsLKgwORZyZcJ0JEZamBMe3fg4Pk,11953
|
2379
|
+
pulumi_oci/osmanagementhub/get_managed_instances.py,sha256=aREvUK5ptbHDRxVAAYI6TxEXvcRxiFR6NnwPovmESQo,32620
|
2380
|
+
pulumi_oci/osmanagementhub/get_management_station.py,sha256=CfjGWMbAkr16vIkCU9-eEvb2_rlcrEchR6BGUnwEbDA,15903
|
2381
|
+
pulumi_oci/osmanagementhub/get_management_station_mirrors.py,sha256=u8pikFX2ks96G20KhuZGYTWi06xQjUOEFxUBB1EMWx4,8877
|
2382
|
+
pulumi_oci/osmanagementhub/get_management_stations.py,sha256=AN61KE_59-6Qr6c4r5XtIYY2bUYDAAqY67spcJKpzLc,10950
|
2383
|
+
pulumi_oci/osmanagementhub/get_profile.py,sha256=5g4Ol7a0XxGvVspYraOTJhaFMzpHba2Q88hX9xeuwMM,18036
|
2384
|
+
pulumi_oci/osmanagementhub/get_profiles.py,sha256=BbGT0ba2xDCubxXD_udWJ5IUZs3_uzAjXLZkUnyR1hw,17457
|
2385
|
+
pulumi_oci/osmanagementhub/get_scheduled_job.py,sha256=Pf0iRVJEHjzuyq5uf0NFbR3YCwlU0RPeHMgoUYU19BM,21079
|
2386
|
+
pulumi_oci/osmanagementhub/get_scheduled_jobs.py,sha256=Ts64hTTdNwlmDTLqRJ1z8xfDuGNlT5cV1HNFocsxCgI,25006
|
2387
|
+
pulumi_oci/osmanagementhub/get_software_package.py,sha256=NY8QOjY-elsVAJHL0wg83jmAcT9P4XZ2ViYxOHR-9vs,11599
|
2388
|
+
pulumi_oci/osmanagementhub/get_software_package_software_source.py,sha256=yyS5diJCLnf41opWLEcb5fcrclkQ8VTWJpXwTkRKqiI,18399
|
2389
|
+
pulumi_oci/osmanagementhub/get_software_packages.py,sha256=uHdU8dAxoFSDZh_iB5zWbtoIOSSo3A_H15f1VqdUKWo,10486
|
2390
|
+
pulumi_oci/osmanagementhub/get_software_source.py,sha256=uMwcsSxenNbsEcL6GVCvd0_859faq2WrMzelE2ums4k,23324
|
2391
|
+
pulumi_oci/osmanagementhub/get_software_source_module_stream.py,sha256=QAfZTgkyYC6st3cK4DuAquJSQS8j37q0HFncuBNZYSU,9938
|
2392
|
+
pulumi_oci/osmanagementhub/get_software_source_module_stream_profile.py,sha256=j02pBdUexJPtWWRVqPs2x4zco7YXwf4nJfnCl2aDTFQ,9304
|
2393
|
+
pulumi_oci/osmanagementhub/get_software_source_module_stream_profiles.py,sha256=KRGPS6ajkT2tcTcAgKTmbVWdhPplsSxw9vZ3PhNbYLs,9528
|
2394
|
+
pulumi_oci/osmanagementhub/get_software_source_module_streams.py,sha256=eMHZ7BFSc-8_0PpuSkkuGd2COy-91BNi1mWF73muu1A,10460
|
2395
|
+
pulumi_oci/osmanagementhub/get_software_source_package_group.py,sha256=LozkRGn9Gmao7Li8hnD8spc0Izq7G-i3WmZntrmO1EI,9143
|
2396
|
+
pulumi_oci/osmanagementhub/get_software_source_package_groups.py,sha256=nqy7jQRPPUw3Kn09D5nbV2TbGDqojrKG61ZMtJgtoFU,10217
|
2397
|
+
pulumi_oci/osmanagementhub/get_software_source_software_package.py,sha256=CMKdVPmcUQvdH8I0g106WRdZoFAlq4mygRVNYgnsAgI,13063
|
2398
|
+
pulumi_oci/osmanagementhub/get_software_source_software_packages.py,sha256=k9uiRliqBLolAQghK1Au8mheaqze93Jav7CrmL3O7XQ,9436
|
2399
|
+
pulumi_oci/osmanagementhub/get_software_source_vendors.py,sha256=JWwv4rPnI4jgCGEVe41IaD6BJxiGfo22Sbqs9yHrg9U,6629
|
2400
|
+
pulumi_oci/osmanagementhub/get_software_sources.py,sha256=Q2QDLmVI4rcPPPQFYRuRLplRook6gijubZzVwqAqM7w,21453
|
2401
|
+
pulumi_oci/osmanagementhub/get_windows_update.py,sha256=jMRFhmo-Z-rnuOdoL1PQvENgTKSpwKk_Tcf8QvW65pk,9120
|
2402
|
+
pulumi_oci/osmanagementhub/get_windows_updates.py,sha256=igo-RadNgVVG_qB0XYPRGDffrPXa8jzCpkeDh9vTrwM,8861
|
2403
|
+
pulumi_oci/osmanagementhub/lifecycle_environment.py,sha256=Mxva1qEcqwy3MlhqaoA_JUVSR4cZfblC6MZFhtnZU5k,44692
|
2404
|
+
pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py,sha256=A9tfSFwIcMDOWX4LjqAFXx0IItQOAREoTqRaIYGgspw,14035
|
2405
|
+
pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py,sha256=2EOXqnidtzKcUIk7DxtQ0dAQcDggSEkefOFuvz4pN1Q,13875
|
2406
|
+
pulumi_oci/osmanagementhub/lifecycle_stage_promote_software_source_management.py,sha256=tv0nuFN9kVhzx8o72mHnHwizkYmjswzlHN6kW0YFLIQ,17737
|
2407
|
+
pulumi_oci/osmanagementhub/managed_instance.py,sha256=3BzPrvZ53USxZ9b0FzFpDqbPmVWOtHBDlWVU18qNktM,68138
|
2408
|
+
pulumi_oci/osmanagementhub/managed_instance_attach_profile_management.py,sha256=toXGWytOTVJ1YHU509zzdAbEFwcAU5CI7691OV0z5yk,12854
|
2409
|
+
pulumi_oci/osmanagementhub/managed_instance_detach_profile_management.py,sha256=p5-mjIV2HtZGXn-i9_G6vL_pPzV59cR9pQ91OAhBc5s,10183
|
2410
|
+
pulumi_oci/osmanagementhub/managed_instance_group.py,sha256=Fz23CCeE0djiflEXJTi6HvRM0Teo7G-Kg1i-HEKtwak,57881
|
2411
|
+
pulumi_oci/osmanagementhub/managed_instance_group_attach_managed_instances_management.py,sha256=roINeVB5hoQM_TEzDMBCULJ4A2D6lSTRGFJYvNXMgRs,17282
|
2412
|
+
pulumi_oci/osmanagementhub/managed_instance_group_attach_software_sources_management.py,sha256=ErN0AWXQ58LdOJNrrI0iiMlhVSmZvpRjxLKw4vlBL4Y,17108
|
2413
|
+
pulumi_oci/osmanagementhub/managed_instance_group_detach_managed_instances_management.py,sha256=NZsJdfpcyMvnNOb2DtcGRl2rzpunYv7311XXDGL1PTc,14255
|
2414
|
+
pulumi_oci/osmanagementhub/managed_instance_group_detach_software_sources_management.py,sha256=qRIShmN1_pJPPuf5c7Cv0LdyLDbS6R8IeeBnC7LnLfg,16968
|
2415
|
+
pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py,sha256=atmYWGOnOVM9rvlCYzPV8Vl3lX9lEvByi2AVh3Rkutg,15891
|
2416
|
+
pulumi_oci/osmanagementhub/managed_instance_group_install_windows_updates_management.py,sha256=igr5XGbliAxJciM5g5FNpNRTVLlwPhxM0vvmXfjT9-I,16497
|
2417
|
+
pulumi_oci/osmanagementhub/managed_instance_group_manage_module_streams_management.py,sha256=OneiVUKZEQSTTzcYzR20T8Cln0kITXzg6s7bgLtPZo0,33348
|
2418
|
+
pulumi_oci/osmanagementhub/managed_instance_group_remove_packages_management.py,sha256=TurYxNamS6zEVau3O__aQ1Vo0yGGk62QoofTmJwcoBI,15707
|
2419
|
+
pulumi_oci/osmanagementhub/managed_instance_group_update_all_packages_management.py,sha256=uCTQpw2xeINodw759JP6pneTdg3uuNbM6tC1QA19axM,15860
|
2420
|
+
pulumi_oci/osmanagementhub/managed_instance_install_windows_updates_management.py,sha256=kZHhTrdPGghDVFRlt7WOweXGMgMd8LOEC6QcikxGwrg,19497
|
2421
|
+
pulumi_oci/osmanagementhub/managed_instance_update_packages_management.py,sha256=yNMRJikfvtCgDaoqQnGQHrmtgh2vPECqU7uiTJn0Z7c,17429
|
2422
|
+
pulumi_oci/osmanagementhub/management_station.py,sha256=H5JOoruBgKK4JszqjU8fpPG2a_oexXfut4PaYW1vUDc,49154
|
2423
|
+
pulumi_oci/osmanagementhub/management_station_mirror_synchronize_management.py,sha256=Nr_AEDUXH-cezXiAPPb4mbUd6G6lUKUAxXEqzJ6qo3E,12334
|
2424
|
+
pulumi_oci/osmanagementhub/management_station_refresh_management.py,sha256=KeKbLmhVbDJ-UR4cor2iNayBywd-eqgqcqw7mLabL9M,10059
|
2425
|
+
pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py,sha256=CvhA8vOv5SBOMAX-X572b5hVtnQK3LZ7aua1j4N7Z7k,13318
|
2426
|
+
pulumi_oci/osmanagementhub/outputs.py,sha256=h1zAsJNcfwcLwfDIv-NC21tcl_YD6s0Naml6AUjwrZc,602986
|
2427
|
+
pulumi_oci/osmanagementhub/profile.py,sha256=YyLQtb89IBUmobWNI0KWGSb4IfEhYV3jUF8UQ7dUBRw,62731
|
2428
|
+
pulumi_oci/osmanagementhub/scheduled_job.py,sha256=BIvtlwq-HqsIon6NnncrEg7VtnMr36wlMImd6O9LFRw,85921
|
2429
|
+
pulumi_oci/osmanagementhub/software_source.py,sha256=0Wwz35ibzcd-tcYUIGUhjHX1fqs6CVr2se2484umrVM,69126
|
2430
|
+
pulumi_oci/osmanagementhub/software_source_add_packages_management.py,sha256=2AOCtdeCuMVVLKcJY9g8QP7tp0psocmuh1n5zoIKVvY,12900
|
2431
|
+
pulumi_oci/osmanagementhub/software_source_change_availability_management.py,sha256=MeGdr-6GnOiwIOratGlegsxz8bc_ZKbUIxO9rObTxa8,11074
|
2377
2432
|
pulumi_oci/ospgateway/__init__.py,sha256=_1egZYO1h80MOxzPAj4FddwH5MUCu-Svp9r8QrDHU34,647
|
2378
2433
|
pulumi_oci/ospgateway/_inputs.py,sha256=vhBijAPvVjScDamKEO0zInYQW5oHqRtCSwe0rJs4RqQ,93729
|
2379
2434
|
pulumi_oci/ospgateway/address_action_verification.py,sha256=gYk92B1zHWlx8EyLNE84xUN6rIfD7Rj0xUgCE03xGJY,65576
|
@@ -2668,7 +2723,7 @@ pulumi_oci/waf/get_web_app_firewall_policies.py,sha256=2EXX-nZiSRnou_ywPuVnvH9CT
|
|
2668
2723
|
pulumi_oci/waf/get_web_app_firewall_policy.py,sha256=iXFu2wfolxLPGoRpC9PvrbsMvIURoaPHkg6WVLdoEd8,14234
|
2669
2724
|
pulumi_oci/waf/network_address_list.py,sha256=XLU1RQ191_PIRyAmCu458aUENmayf90epspt4drevwk,32543
|
2670
2725
|
pulumi_oci/waf/outputs.py,sha256=L_Ay91T3B8xIip2QKrOOW99UlLifV9ByKqO-js2Y84w,227577
|
2671
|
-
pulumi_oci-1.36.
|
2672
|
-
pulumi_oci-1.36.
|
2673
|
-
pulumi_oci-1.36.
|
2674
|
-
pulumi_oci-1.36.
|
2726
|
+
pulumi_oci-1.36.0a1715878445.dist-info/METADATA,sha256=iTLrLwBKBmFMenSwFC-AE7SyID25LgOM3kpfkjhfZV4,3899
|
2727
|
+
pulumi_oci-1.36.0a1715878445.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
2728
|
+
pulumi_oci-1.36.0a1715878445.dist-info/top_level.txt,sha256=0k-nWr_IdDNVF3qcT4ALORmmu1SNCLxWZfHDMN7TWsg,11
|
2729
|
+
pulumi_oci-1.36.0a1715878445.dist-info/RECORD,,
|
File without changes
|
{pulumi_oci-1.36.0a1715383492.dist-info → pulumi_oci-1.36.0a1715878445.dist-info}/top_level.txt
RENAMED
File without changes
|