pulumi-gcp 8.29.0a1746115375__py3-none-any.whl → 8.30.0a1746254470__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 (65) hide show
  1. pulumi_gcp/__init__.py +24 -0
  2. pulumi_gcp/alloydb/instance.py +1 -1
  3. pulumi_gcp/apigee/organization.py +26 -0
  4. pulumi_gcp/beyondcorp/_inputs.py +129 -0
  5. pulumi_gcp/beyondcorp/application.py +106 -3
  6. pulumi_gcp/beyondcorp/outputs.py +93 -0
  7. pulumi_gcp/bigtable/__init__.py +2 -0
  8. pulumi_gcp/bigtable/logical_view.py +473 -0
  9. pulumi_gcp/bigtable/materialized_view.py +524 -0
  10. pulumi_gcp/certificateauthority/ca_pool.py +12 -0
  11. pulumi_gcp/certificatemanager/get_certificates.py +29 -0
  12. pulumi_gcp/clouddeploy/automation.py +66 -10
  13. pulumi_gcp/compute/_inputs.py +366 -55
  14. pulumi_gcp/compute/backend_service.py +6 -2
  15. pulumi_gcp/compute/get_region_disk.py +12 -1
  16. pulumi_gcp/compute/interconnect.py +25 -24
  17. pulumi_gcp/compute/outputs.py +380 -48
  18. pulumi_gcp/compute/region_disk.py +28 -0
  19. pulumi_gcp/compute/region_resize_request.py +2 -2
  20. pulumi_gcp/compute/region_security_policy.py +16 -0
  21. pulumi_gcp/compute/region_security_policy_rule.py +16 -0
  22. pulumi_gcp/compute/resize_request.py +2 -2
  23. pulumi_gcp/compute/resource_policy.py +0 -2
  24. pulumi_gcp/container/_inputs.py +69 -9
  25. pulumi_gcp/container/outputs.py +71 -7
  26. pulumi_gcp/dataplex/_inputs.py +219 -1
  27. pulumi_gcp/dataplex/datascan.py +20 -0
  28. pulumi_gcp/dataplex/outputs.py +168 -1
  29. pulumi_gcp/developerconnect/_inputs.py +6 -0
  30. pulumi_gcp/developerconnect/account_connector.py +56 -0
  31. pulumi_gcp/developerconnect/outputs.py +4 -0
  32. pulumi_gcp/dns/_inputs.py +34 -13
  33. pulumi_gcp/dns/outputs.py +25 -10
  34. pulumi_gcp/gkehub/_inputs.py +3 -3
  35. pulumi_gcp/gkehub/feature_membership.py +92 -0
  36. pulumi_gcp/gkehub/outputs.py +2 -2
  37. pulumi_gcp/identityplatform/_inputs.py +54 -0
  38. pulumi_gcp/identityplatform/oauth_idp_config.py +83 -5
  39. pulumi_gcp/identityplatform/outputs.py +49 -0
  40. pulumi_gcp/memcache/__init__.py +1 -0
  41. pulumi_gcp/memcache/get_instance.py +338 -0
  42. pulumi_gcp/memcache/outputs.py +363 -0
  43. pulumi_gcp/netapp/storage_pool.py +141 -0
  44. pulumi_gcp/networkservices/_inputs.py +35 -6
  45. pulumi_gcp/networkservices/lb_traffic_extension.py +7 -0
  46. pulumi_gcp/networkservices/outputs.py +22 -4
  47. pulumi_gcp/osconfig/__init__.py +1 -0
  48. pulumi_gcp/osconfig/_inputs.py +5400 -0
  49. pulumi_gcp/osconfig/outputs.py +3952 -0
  50. pulumi_gcp/osconfig/v2_policy_orchestrator_for_folder.py +1098 -0
  51. pulumi_gcp/pulumi-plugin.json +1 -1
  52. pulumi_gcp/spanner/instance_config.py +14 -14
  53. pulumi_gcp/sql/_inputs.py +83 -0
  54. pulumi_gcp/sql/database_instance.py +28 -0
  55. pulumi_gcp/sql/get_database_instance.py +12 -1
  56. pulumi_gcp/sql/outputs.py +146 -6
  57. pulumi_gcp/storage/_inputs.py +20 -0
  58. pulumi_gcp/storage/bucket.py +56 -0
  59. pulumi_gcp/storage/get_bucket.py +23 -1
  60. pulumi_gcp/storage/outputs.py +14 -0
  61. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +2 -14
  62. {pulumi_gcp-8.29.0a1746115375.dist-info → pulumi_gcp-8.30.0a1746254470.dist-info}/METADATA +1 -1
  63. {pulumi_gcp-8.29.0a1746115375.dist-info → pulumi_gcp-8.30.0a1746254470.dist-info}/RECORD +65 -61
  64. {pulumi_gcp-8.29.0a1746115375.dist-info → pulumi_gcp-8.30.0a1746254470.dist-info}/WHEEL +1 -1
  65. {pulumi_gcp-8.29.0a1746115375.dist-info → pulumi_gcp-8.30.0a1746254470.dist-info}/top_level.txt +0 -0
@@ -605,12 +605,40 @@ class Automation(pulumi.CustomResource):
605
605
  "id": "*",
606
606
  }],
607
607
  },
608
- suspended=False,
609
- rules=[{
610
- "promote_release_rule": {
611
- "id": "promote-release",
608
+ rules=[
609
+ {
610
+ "promote_release_rule": {
611
+ "id": "promote-release",
612
+ },
613
+ },
614
+ {
615
+ "advance_rollout_rule": {
616
+ "id": "advance-rollout",
617
+ },
618
+ },
619
+ {
620
+ "repair_rollout_rule": {
621
+ "id": "repair-rollout",
622
+ "repair_phases": [
623
+ {
624
+ "retry": {
625
+ "attempts": "1",
626
+ },
627
+ },
628
+ {
629
+ "rollback": {},
630
+ },
631
+ ],
632
+ },
612
633
  },
613
- }])
634
+ {
635
+ "timed_promote_release_rule": {
636
+ "id": "timed-promote-release",
637
+ "schedule": "0 9 * * 1",
638
+ "time_zone": "America/New_York",
639
+ },
640
+ },
641
+ ])
614
642
  ```
615
643
  ### Clouddeploy Automation Full
616
644
 
@@ -796,12 +824,40 @@ class Automation(pulumi.CustomResource):
796
824
  "id": "*",
797
825
  }],
798
826
  },
799
- suspended=False,
800
- rules=[{
801
- "promote_release_rule": {
802
- "id": "promote-release",
827
+ rules=[
828
+ {
829
+ "promote_release_rule": {
830
+ "id": "promote-release",
831
+ },
832
+ },
833
+ {
834
+ "advance_rollout_rule": {
835
+ "id": "advance-rollout",
836
+ },
837
+ },
838
+ {
839
+ "repair_rollout_rule": {
840
+ "id": "repair-rollout",
841
+ "repair_phases": [
842
+ {
843
+ "retry": {
844
+ "attempts": "1",
845
+ },
846
+ },
847
+ {
848
+ "rollback": {},
849
+ },
850
+ ],
851
+ },
803
852
  },
804
- }])
853
+ {
854
+ "timed_promote_release_rule": {
855
+ "id": "timed-promote-release",
856
+ "schedule": "0 9 * * 1",
857
+ "time_zone": "America/New_York",
858
+ },
859
+ },
860
+ ])
805
861
  ```
806
862
  ### Clouddeploy Automation Full
807
863