pulumi-gcp 8.8.2a1731515595__py3-none-any.whl → 8.9.0a1731021465__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 (114) hide show
  1. pulumi_gcp/__init__.py +0 -64
  2. pulumi_gcp/activedirectory/domain.py +0 -24
  3. pulumi_gcp/apigee/__init__.py +0 -1
  4. pulumi_gcp/apigee/_inputs.py +0 -74
  5. pulumi_gcp/apigee/outputs.py +0 -65
  6. pulumi_gcp/applicationintegration/auth_config.py +0 -24
  7. pulumi_gcp/backupdisasterrecovery/__init__.py +0 -4
  8. pulumi_gcp/backupdisasterrecovery/_inputs.py +0 -533
  9. pulumi_gcp/backupdisasterrecovery/backup_vault.py +6 -146
  10. pulumi_gcp/backupdisasterrecovery/outputs.py +0 -702
  11. pulumi_gcp/bigquery/data_transfer_config.py +0 -24
  12. pulumi_gcp/cloudrunv2/_inputs.py +0 -46
  13. pulumi_gcp/cloudrunv2/job.py +2 -0
  14. pulumi_gcp/cloudrunv2/outputs.py +2 -60
  15. pulumi_gcp/cloudrunv2/service.py +2 -0
  16. pulumi_gcp/compute/__init__.py +0 -1
  17. pulumi_gcp/compute/_inputs.py +255 -2162
  18. pulumi_gcp/compute/disk.py +7 -7
  19. pulumi_gcp/compute/firewall_policy_rule.py +54 -108
  20. pulumi_gcp/compute/get_region_instance_group_manager.py +1 -12
  21. pulumi_gcp/compute/health_check.py +42 -42
  22. pulumi_gcp/compute/network_firewall_policy_rule.py +4 -4
  23. pulumi_gcp/compute/network_firewall_policy_with_rules.py +10 -10
  24. pulumi_gcp/compute/node_template.py +0 -95
  25. pulumi_gcp/compute/outputs.py +213 -1639
  26. pulumi_gcp/compute/region_disk.py +7 -7
  27. pulumi_gcp/compute/region_health_check.py +42 -42
  28. pulumi_gcp/compute/region_instance_group_manager.py +14 -54
  29. pulumi_gcp/compute/region_network_firewall_policy_rule.py +4 -4
  30. pulumi_gcp/compute/region_network_firewall_policy_with_rules.py +10 -10
  31. pulumi_gcp/compute/region_security_policy.py +0 -120
  32. pulumi_gcp/compute/region_security_policy_rule.py +6 -6
  33. pulumi_gcp/compute/router_peer.py +35 -56
  34. pulumi_gcp/compute/security_scan_config.py +8 -8
  35. pulumi_gcp/config/__init__.pyi +0 -4
  36. pulumi_gcp/config/vars.py +0 -8
  37. pulumi_gcp/container/_inputs.py +10 -345
  38. pulumi_gcp/container/cluster.py +0 -101
  39. pulumi_gcp/container/get_cluster.py +1 -23
  40. pulumi_gcp/container/outputs.py +8 -456
  41. pulumi_gcp/dataloss/prevention_discovery_config.py +7 -7
  42. pulumi_gcp/dataproc/__init__.py +0 -2
  43. pulumi_gcp/dataproc/_inputs.py +0 -101
  44. pulumi_gcp/dataproc/outputs.py +0 -94
  45. pulumi_gcp/edgecontainer/vpn_connection.py +4 -4
  46. pulumi_gcp/firebase/android_app.py +2 -2
  47. pulumi_gcp/firebase/apple_app.py +2 -2
  48. pulumi_gcp/firebase/web_app.py +2 -2
  49. pulumi_gcp/firestore/index.py +0 -44
  50. pulumi_gcp/gkeonprem/_inputs.py +15 -15
  51. pulumi_gcp/gkeonprem/outputs.py +10 -10
  52. pulumi_gcp/healthcare/dataset.py +7 -7
  53. pulumi_gcp/healthcare/dicom_store.py +7 -7
  54. pulumi_gcp/healthcare/fhir_store.py +7 -7
  55. pulumi_gcp/healthcare/hl7_store.py +14 -14
  56. pulumi_gcp/iam/__init__.py +0 -1
  57. pulumi_gcp/iam/_inputs.py +0 -161
  58. pulumi_gcp/iam/outputs.py +0 -114
  59. pulumi_gcp/logging/metric.py +2 -2
  60. pulumi_gcp/looker/_inputs.py +0 -6
  61. pulumi_gcp/looker/instance.py +321 -169
  62. pulumi_gcp/looker/outputs.py +0 -4
  63. pulumi_gcp/memorystore/instance.py +0 -4
  64. pulumi_gcp/monitoring/alert_policy.py +0 -24
  65. pulumi_gcp/monitoring/custom_service.py +0 -24
  66. pulumi_gcp/monitoring/group.py +0 -24
  67. pulumi_gcp/monitoring/metric_descriptor.py +0 -24
  68. pulumi_gcp/monitoring/slo.py +0 -24
  69. pulumi_gcp/monitoring/uptime_check_config.py +0 -24
  70. pulumi_gcp/networkmanagement/__init__.py +0 -1
  71. pulumi_gcp/osconfig/patch_deployment.py +8 -8
  72. pulumi_gcp/provider.py +0 -40
  73. pulumi_gcp/pulumi-plugin.json +1 -1
  74. pulumi_gcp/redis/_inputs.py +3 -3
  75. pulumi_gcp/redis/outputs.py +2 -2
  76. pulumi_gcp/securitycenter/notification_config.py +16 -4
  77. pulumi_gcp/securitycenter/project_notification_config.py +24 -0
  78. pulumi_gcp/securitycenter/v2_organization_notification_config.py +16 -4
  79. pulumi_gcp/spanner/__init__.py +0 -1
  80. pulumi_gcp/spanner/_inputs.py +9 -9
  81. pulumi_gcp/spanner/get_instance.py +1 -12
  82. pulumi_gcp/spanner/instance.py +0 -70
  83. pulumi_gcp/spanner/outputs.py +12 -46
  84. pulumi_gcp/sql/_inputs.py +0 -26
  85. pulumi_gcp/sql/database_instance.py +11 -124
  86. pulumi_gcp/sql/get_database_instance.py +1 -12
  87. pulumi_gcp/sql/outputs.py +0 -51
  88. pulumi_gcp/storage/_inputs.py +3 -3
  89. pulumi_gcp/storage/outputs.py +2 -2
  90. pulumi_gcp/tags/tag_binding.py +4 -4
  91. pulumi_gcp/tags/tag_value.py +2 -2
  92. pulumi_gcp/transcoder/job.py +0 -24
  93. pulumi_gcp/vertex/_inputs.py +0 -184
  94. pulumi_gcp/vertex/ai_endpoint.py +8 -394
  95. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
  96. pulumi_gcp/vertex/outputs.py +0 -166
  97. pulumi_gcp/workbench/instance.py +7 -21
  98. pulumi_gcp/workflows/workflow.py +0 -36
  99. pulumi_gcp/workstations/workstation_config.py +8 -8
  100. {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731021465.dist-info}/METADATA +1 -1
  101. {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731021465.dist-info}/RECORD +103 -114
  102. {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731021465.dist-info}/WHEEL +1 -1
  103. pulumi_gcp/apigee/api.py +0 -456
  104. pulumi_gcp/backupdisasterrecovery/backup_plan.py +0 -653
  105. pulumi_gcp/backupdisasterrecovery/backup_plan_association.py +0 -766
  106. pulumi_gcp/backupdisasterrecovery/get_backup_plan.py +0 -204
  107. pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +0 -243
  108. pulumi_gcp/compute/region_resize_request.py +0 -772
  109. pulumi_gcp/dataproc/gdc_application_environment.py +0 -931
  110. pulumi_gcp/dataproc/gdc_service_instance.py +0 -1022
  111. pulumi_gcp/iam/principal_access_boundary_policy.py +0 -679
  112. pulumi_gcp/networkmanagement/vpc_flow_logs_config.py +0 -1358
  113. pulumi_gcp/spanner/get_database.py +0 -229
  114. {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731021465.dist-info}/top_level.txt +0 -0
@@ -798,22 +798,10 @@ class DataTransferConfig(pulumi.CustomResource):
798
798
 
799
799
  Config can be imported using any of these accepted formats:
800
800
 
801
- * `{{project}}/{{name}}`
802
-
803
- * `{{project}} {{name}}`
804
-
805
801
  * `{{name}}`
806
802
 
807
803
  When using the `pulumi import` command, Config can be imported using one of the formats above. For example:
808
804
 
809
- ```sh
810
- $ pulumi import gcp:bigquery/dataTransferConfig:DataTransferConfig default {{project}}/{{name}}
811
- ```
812
-
813
- ```sh
814
- $ pulumi import gcp:bigquery/dataTransferConfig:DataTransferConfig default "{{project}} {{name}}"
815
- ```
816
-
817
805
  ```sh
818
806
  $ pulumi import gcp:bigquery/dataTransferConfig:DataTransferConfig default {{name}}
819
807
  ```
@@ -985,22 +973,10 @@ class DataTransferConfig(pulumi.CustomResource):
985
973
 
986
974
  Config can be imported using any of these accepted formats:
987
975
 
988
- * `{{project}}/{{name}}`
989
-
990
- * `{{project}} {{name}}`
991
-
992
976
  * `{{name}}`
993
977
 
994
978
  When using the `pulumi import` command, Config can be imported using one of the formats above. For example:
995
979
 
996
- ```sh
997
- $ pulumi import gcp:bigquery/dataTransferConfig:DataTransferConfig default {{project}}/{{name}}
998
- ```
999
-
1000
- ```sh
1001
- $ pulumi import gcp:bigquery/dataTransferConfig:DataTransferConfig default "{{project}} {{name}}"
1002
- ```
1003
-
1004
980
  ```sh
1005
981
  $ pulumi import gcp:bigquery/dataTransferConfig:DataTransferConfig default {{name}}
1006
982
  ```
@@ -1655,11 +1655,6 @@ if not MYPY:
1655
1655
  """
1656
1656
  Name of the cloud storage bucket to back the volume. The resource service account must have permission to access the bucket.
1657
1657
  """
1658
- mount_options: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1659
- """
1660
- A list of flags to pass to the gcsfuse command for configuring this volume.
1661
- Flags should be passed without leading dashes.
1662
- """
1663
1658
  read_only: NotRequired[pulumi.Input[bool]]
1664
1659
  """
1665
1660
  If true, mount this volume as read-only in all mounts. If false, mount this volume as read-write.
@@ -1671,17 +1666,12 @@ elif False:
1671
1666
  class JobTemplateTemplateVolumeGcsArgs:
1672
1667
  def __init__(__self__, *,
1673
1668
  bucket: pulumi.Input[str],
1674
- mount_options: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1675
1669
  read_only: Optional[pulumi.Input[bool]] = None):
1676
1670
  """
1677
1671
  :param pulumi.Input[str] bucket: Name of the cloud storage bucket to back the volume. The resource service account must have permission to access the bucket.
1678
- :param pulumi.Input[Sequence[pulumi.Input[str]]] mount_options: A list of flags to pass to the gcsfuse command for configuring this volume.
1679
- Flags should be passed without leading dashes.
1680
1672
  :param pulumi.Input[bool] read_only: If true, mount this volume as read-only in all mounts. If false, mount this volume as read-write.
1681
1673
  """
1682
1674
  pulumi.set(__self__, "bucket", bucket)
1683
- if mount_options is not None:
1684
- pulumi.set(__self__, "mount_options", mount_options)
1685
1675
  if read_only is not None:
1686
1676
  pulumi.set(__self__, "read_only", read_only)
1687
1677
 
@@ -1697,19 +1687,6 @@ class JobTemplateTemplateVolumeGcsArgs:
1697
1687
  def bucket(self, value: pulumi.Input[str]):
1698
1688
  pulumi.set(self, "bucket", value)
1699
1689
 
1700
- @property
1701
- @pulumi.getter(name="mountOptions")
1702
- def mount_options(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1703
- """
1704
- A list of flags to pass to the gcsfuse command for configuring this volume.
1705
- Flags should be passed without leading dashes.
1706
- """
1707
- return pulumi.get(self, "mount_options")
1708
-
1709
- @mount_options.setter
1710
- def mount_options(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1711
- pulumi.set(self, "mount_options", value)
1712
-
1713
1690
  @property
1714
1691
  @pulumi.getter(name="readOnly")
1715
1692
  def read_only(self) -> Optional[pulumi.Input[bool]]:
@@ -4802,11 +4779,6 @@ if not MYPY:
4802
4779
  """
4803
4780
  GCS Bucket name
4804
4781
  """
4805
- mount_options: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
4806
- """
4807
- A list of flags to pass to the gcsfuse command for configuring this volume.
4808
- Flags should be passed without leading dashes.
4809
- """
4810
4782
  read_only: NotRequired[pulumi.Input[bool]]
4811
4783
  """
4812
4784
  If true, mount the GCS bucket as read-only
@@ -4818,17 +4790,12 @@ elif False:
4818
4790
  class ServiceTemplateVolumeGcsArgs:
4819
4791
  def __init__(__self__, *,
4820
4792
  bucket: pulumi.Input[str],
4821
- mount_options: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
4822
4793
  read_only: Optional[pulumi.Input[bool]] = None):
4823
4794
  """
4824
4795
  :param pulumi.Input[str] bucket: GCS Bucket name
4825
- :param pulumi.Input[Sequence[pulumi.Input[str]]] mount_options: A list of flags to pass to the gcsfuse command for configuring this volume.
4826
- Flags should be passed without leading dashes.
4827
4796
  :param pulumi.Input[bool] read_only: If true, mount the GCS bucket as read-only
4828
4797
  """
4829
4798
  pulumi.set(__self__, "bucket", bucket)
4830
- if mount_options is not None:
4831
- pulumi.set(__self__, "mount_options", mount_options)
4832
4799
  if read_only is not None:
4833
4800
  pulumi.set(__self__, "read_only", read_only)
4834
4801
 
@@ -4844,19 +4811,6 @@ class ServiceTemplateVolumeGcsArgs:
4844
4811
  def bucket(self, value: pulumi.Input[str]):
4845
4812
  pulumi.set(self, "bucket", value)
4846
4813
 
4847
- @property
4848
- @pulumi.getter(name="mountOptions")
4849
- def mount_options(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
4850
- """
4851
- A list of flags to pass to the gcsfuse command for configuring this volume.
4852
- Flags should be passed without leading dashes.
4853
- """
4854
- return pulumi.get(self, "mount_options")
4855
-
4856
- @mount_options.setter
4857
- def mount_options(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
4858
- pulumi.set(self, "mount_options", value)
4859
-
4860
4814
  @property
4861
4815
  @pulumi.getter(name="readOnly")
4862
4816
  def read_only(self) -> Optional[pulumi.Input[bool]]:
@@ -1086,6 +1086,7 @@ class Job(pulumi.CustomResource):
1086
1086
  name="cloudrun-job",
1087
1087
  location="us-central1",
1088
1088
  deletion_protection=False,
1089
+ launch_stage="BETA",
1089
1090
  template={
1090
1091
  "template": {
1091
1092
  "containers": [{
@@ -1439,6 +1440,7 @@ class Job(pulumi.CustomResource):
1439
1440
  name="cloudrun-job",
1440
1441
  location="us-central1",
1441
1442
  deletion_protection=False,
1443
+ launch_stage="BETA",
1442
1444
  template={
1443
1445
  "template": {
1444
1446
  "containers": [{
@@ -1270,9 +1270,7 @@ class JobTemplateTemplateVolumeGcs(dict):
1270
1270
  @staticmethod
1271
1271
  def __key_warning(key: str):
1272
1272
  suggest = None
1273
- if key == "mountOptions":
1274
- suggest = "mount_options"
1275
- elif key == "readOnly":
1273
+ if key == "readOnly":
1276
1274
  suggest = "read_only"
1277
1275
 
1278
1276
  if suggest:
@@ -1288,17 +1286,12 @@ class JobTemplateTemplateVolumeGcs(dict):
1288
1286
 
1289
1287
  def __init__(__self__, *,
1290
1288
  bucket: str,
1291
- mount_options: Optional[Sequence[str]] = None,
1292
1289
  read_only: Optional[bool] = None):
1293
1290
  """
1294
1291
  :param str bucket: Name of the cloud storage bucket to back the volume. The resource service account must have permission to access the bucket.
1295
- :param Sequence[str] mount_options: A list of flags to pass to the gcsfuse command for configuring this volume.
1296
- Flags should be passed without leading dashes.
1297
1292
  :param bool read_only: If true, mount this volume as read-only in all mounts. If false, mount this volume as read-write.
1298
1293
  """
1299
1294
  pulumi.set(__self__, "bucket", bucket)
1300
- if mount_options is not None:
1301
- pulumi.set(__self__, "mount_options", mount_options)
1302
1295
  if read_only is not None:
1303
1296
  pulumi.set(__self__, "read_only", read_only)
1304
1297
 
@@ -1310,15 +1303,6 @@ class JobTemplateTemplateVolumeGcs(dict):
1310
1303
  """
1311
1304
  return pulumi.get(self, "bucket")
1312
1305
 
1313
- @property
1314
- @pulumi.getter(name="mountOptions")
1315
- def mount_options(self) -> Optional[Sequence[str]]:
1316
- """
1317
- A list of flags to pass to the gcsfuse command for configuring this volume.
1318
- Flags should be passed without leading dashes.
1319
- """
1320
- return pulumi.get(self, "mount_options")
1321
-
1322
1306
  @property
1323
1307
  @pulumi.getter(name="readOnly")
1324
1308
  def read_only(self) -> Optional[bool]:
@@ -3593,9 +3577,7 @@ class ServiceTemplateVolumeGcs(dict):
3593
3577
  @staticmethod
3594
3578
  def __key_warning(key: str):
3595
3579
  suggest = None
3596
- if key == "mountOptions":
3597
- suggest = "mount_options"
3598
- elif key == "readOnly":
3580
+ if key == "readOnly":
3599
3581
  suggest = "read_only"
3600
3582
 
3601
3583
  if suggest:
@@ -3611,17 +3593,12 @@ class ServiceTemplateVolumeGcs(dict):
3611
3593
 
3612
3594
  def __init__(__self__, *,
3613
3595
  bucket: str,
3614
- mount_options: Optional[Sequence[str]] = None,
3615
3596
  read_only: Optional[bool] = None):
3616
3597
  """
3617
3598
  :param str bucket: GCS Bucket name
3618
- :param Sequence[str] mount_options: A list of flags to pass to the gcsfuse command for configuring this volume.
3619
- Flags should be passed without leading dashes.
3620
3599
  :param bool read_only: If true, mount the GCS bucket as read-only
3621
3600
  """
3622
3601
  pulumi.set(__self__, "bucket", bucket)
3623
- if mount_options is not None:
3624
- pulumi.set(__self__, "mount_options", mount_options)
3625
3602
  if read_only is not None:
3626
3603
  pulumi.set(__self__, "read_only", read_only)
3627
3604
 
@@ -3633,15 +3610,6 @@ class ServiceTemplateVolumeGcs(dict):
3633
3610
  """
3634
3611
  return pulumi.get(self, "bucket")
3635
3612
 
3636
- @property
3637
- @pulumi.getter(name="mountOptions")
3638
- def mount_options(self) -> Optional[Sequence[str]]:
3639
- """
3640
- A list of flags to pass to the gcsfuse command for configuring this volume.
3641
- Flags should be passed without leading dashes.
3642
- """
3643
- return pulumi.get(self, "mount_options")
3644
-
3645
3613
  @property
3646
3614
  @pulumi.getter(name="readOnly")
3647
3615
  def read_only(self) -> Optional[bool]:
@@ -4968,16 +4936,12 @@ class GetJobTemplateTemplateVolumeEmptyDirResult(dict):
4968
4936
  class GetJobTemplateTemplateVolumeGcResult(dict):
4969
4937
  def __init__(__self__, *,
4970
4938
  bucket: str,
4971
- mount_options: Sequence[str],
4972
4939
  read_only: bool):
4973
4940
  """
4974
4941
  :param str bucket: Name of the cloud storage bucket to back the volume. The resource service account must have permission to access the bucket.
4975
- :param Sequence[str] mount_options: A list of flags to pass to the gcsfuse command for configuring this volume.
4976
- Flags should be passed without leading dashes.
4977
4942
  :param bool read_only: If true, mount this volume as read-only in all mounts. If false, mount this volume as read-write.
4978
4943
  """
4979
4944
  pulumi.set(__self__, "bucket", bucket)
4980
- pulumi.set(__self__, "mount_options", mount_options)
4981
4945
  pulumi.set(__self__, "read_only", read_only)
4982
4946
 
4983
4947
  @property
@@ -4988,15 +4952,6 @@ class GetJobTemplateTemplateVolumeGcResult(dict):
4988
4952
  """
4989
4953
  return pulumi.get(self, "bucket")
4990
4954
 
4991
- @property
4992
- @pulumi.getter(name="mountOptions")
4993
- def mount_options(self) -> Sequence[str]:
4994
- """
4995
- A list of flags to pass to the gcsfuse command for configuring this volume.
4996
- Flags should be passed without leading dashes.
4997
- """
4998
- return pulumi.get(self, "mount_options")
4999
-
5000
4955
  @property
5001
4956
  @pulumi.getter(name="readOnly")
5002
4957
  def read_only(self) -> bool:
@@ -6607,16 +6562,12 @@ class GetServiceTemplateVolumeEmptyDirResult(dict):
6607
6562
  class GetServiceTemplateVolumeGcResult(dict):
6608
6563
  def __init__(__self__, *,
6609
6564
  bucket: str,
6610
- mount_options: Sequence[str],
6611
6565
  read_only: bool):
6612
6566
  """
6613
6567
  :param str bucket: GCS Bucket name
6614
- :param Sequence[str] mount_options: A list of flags to pass to the gcsfuse command for configuring this volume.
6615
- Flags should be passed without leading dashes.
6616
6568
  :param bool read_only: If true, mount the GCS bucket as read-only
6617
6569
  """
6618
6570
  pulumi.set(__self__, "bucket", bucket)
6619
- pulumi.set(__self__, "mount_options", mount_options)
6620
6571
  pulumi.set(__self__, "read_only", read_only)
6621
6572
 
6622
6573
  @property
@@ -6627,15 +6578,6 @@ class GetServiceTemplateVolumeGcResult(dict):
6627
6578
  """
6628
6579
  return pulumi.get(self, "bucket")
6629
6580
 
6630
- @property
6631
- @pulumi.getter(name="mountOptions")
6632
- def mount_options(self) -> Sequence[str]:
6633
- """
6634
- A list of flags to pass to the gcsfuse command for configuring this volume.
6635
- Flags should be passed without leading dashes.
6636
- """
6637
- return pulumi.get(self, "mount_options")
6638
-
6639
6581
  @property
6640
6582
  @pulumi.getter(name="readOnly")
6641
6583
  def read_only(self) -> bool:
@@ -1355,6 +1355,7 @@ class Service(pulumi.CustomResource):
1355
1355
  name="cloudrun-service",
1356
1356
  location="us-central1",
1357
1357
  deletion_protection=False,
1358
+ launch_stage="BETA",
1358
1359
  ingress="INGRESS_TRAFFIC_ALL",
1359
1360
  template={
1360
1361
  "containers": [
@@ -1898,6 +1899,7 @@ class Service(pulumi.CustomResource):
1898
1899
  name="cloudrun-service",
1899
1900
  location="us-central1",
1900
1901
  deletion_protection=False,
1902
+ launch_stage="BETA",
1901
1903
  ingress="INGRESS_TRAFFIC_ALL",
1902
1904
  template={
1903
1905
  "containers": [
@@ -167,7 +167,6 @@ from .region_network_firewall_policy_association import *
167
167
  from .region_network_firewall_policy_rule import *
168
168
  from .region_network_firewall_policy_with_rules import *
169
169
  from .region_per_instance_config import *
170
- from .region_resize_request import *
171
170
  from .region_security_policy import *
172
171
  from .region_security_policy_rule import *
173
172
  from .region_ssl_certificate import *