pulumi-gcp 8.12.0__py3-none-any.whl → 8.12.0a1734454126__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 (48) hide show
  1. pulumi_gcp/__init__.py +0 -32
  2. pulumi_gcp/accesscontextmanager/_inputs.py +29 -0
  3. pulumi_gcp/accesscontextmanager/outputs.py +18 -0
  4. pulumi_gcp/accesscontextmanager/service_perimeter.py +36 -0
  5. pulumi_gcp/artifactregistry/get_repository_iam_policy.py +4 -12
  6. pulumi_gcp/artifactregistry/repository.py +39 -86
  7. pulumi_gcp/artifactregistry/repository_iam_binding.py +14 -42
  8. pulumi_gcp/artifactregistry/repository_iam_member.py +14 -42
  9. pulumi_gcp/artifactregistry/repository_iam_policy.py +14 -42
  10. pulumi_gcp/compute/get_global_forwarding_rule.py +1 -12
  11. pulumi_gcp/compute/global_forwarding_rule.py +2 -114
  12. pulumi_gcp/compute/project_cloud_armor_tier.py +7 -7
  13. pulumi_gcp/firebase/_inputs.py +0 -99
  14. pulumi_gcp/firebase/database_instance.py +6 -24
  15. pulumi_gcp/firebase/hosting_version.py +0 -96
  16. pulumi_gcp/firebase/outputs.py +0 -59
  17. pulumi_gcp/firebase/project.py +6 -6
  18. pulumi_gcp/identityplatform/_inputs.py +6 -6
  19. pulumi_gcp/identityplatform/config.py +2 -2
  20. pulumi_gcp/identityplatform/outputs.py +4 -4
  21. pulumi_gcp/looker/instance.py +14 -35
  22. pulumi_gcp/networkconnectivity/_inputs.py +12 -10
  23. pulumi_gcp/networkconnectivity/outputs.py +8 -6
  24. pulumi_gcp/networksecurity/__init__.py +0 -3
  25. pulumi_gcp/networksecurity/_inputs.py +0 -1903
  26. pulumi_gcp/networksecurity/outputs.py +0 -1393
  27. pulumi_gcp/networkservices/__init__.py +0 -1
  28. pulumi_gcp/oracledatabase/autonomous_database.py +4 -4
  29. pulumi_gcp/orgpolicy/_inputs.py +0 -40
  30. pulumi_gcp/orgpolicy/outputs.py +0 -24
  31. pulumi_gcp/orgpolicy/policy.py +8 -64
  32. pulumi_gcp/pulumi-plugin.json +1 -1
  33. pulumi_gcp/sql/_inputs.py +3 -3
  34. pulumi_gcp/sql/database_instance.py +14 -14
  35. pulumi_gcp/sql/outputs.py +2 -2
  36. pulumi_gcp/storage/_inputs.py +6 -53
  37. pulumi_gcp/storage/outputs.py +4 -33
  38. pulumi_gcp/tpu/_inputs.py +18 -26
  39. pulumi_gcp/tpu/outputs.py +12 -18
  40. pulumi_gcp/tpu/v2_vm.py +0 -63
  41. {pulumi_gcp-8.12.0.dist-info → pulumi_gcp-8.12.0a1734454126.dist-info}/METADATA +1 -1
  42. {pulumi_gcp-8.12.0.dist-info → pulumi_gcp-8.12.0a1734454126.dist-info}/RECORD +44 -48
  43. pulumi_gcp/networksecurity/authz_policy.py +0 -1008
  44. pulumi_gcp/networksecurity/intercept_deployment.py +0 -846
  45. pulumi_gcp/networksecurity/intercept_deployment_group.py +0 -752
  46. pulumi_gcp/networkservices/authz_extension.py +0 -1080
  47. {pulumi_gcp-8.12.0.dist-info → pulumi_gcp-8.12.0a1734454126.dist-info}/WHEEL +0 -0
  48. {pulumi_gcp-8.12.0.dist-info → pulumi_gcp-8.12.0a1734454126.dist-info}/top_level.txt +0 -0
@@ -44,12 +44,8 @@ class RepositoryIamBindingArgs:
44
44
  :param pulumi.Input[str] role: The role that should be applied. Only one
45
45
  `artifactregistry.RepositoryIamBinding` can be used per role. Note that custom roles must be of the format
46
46
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
47
- :param pulumi.Input[str] location: The name of the repository's location. In addition to specific regions,
48
- special values for multi-region locations are `asia`, `europe`, and `us`.
49
- See [here](https://cloud.google.com/artifact-registry/docs/repositories/repo-locations),
50
- or use the
51
- artifactregistry_get_locations
52
- data source for possible values. Used to find the parent resource to bind the IAM policy to. If not specified,
47
+ :param pulumi.Input[str] location: The name of the location this repository is located in.
48
+ Used to find the parent resource to bind the IAM policy to. If not specified,
53
49
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
54
50
  location is specified, it is taken from the provider configuration.
55
51
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -126,12 +122,8 @@ class RepositoryIamBindingArgs:
126
122
  @pulumi.getter
127
123
  def location(self) -> Optional[pulumi.Input[str]]:
128
124
  """
129
- The name of the repository's location. In addition to specific regions,
130
- special values for multi-region locations are `asia`, `europe`, and `us`.
131
- See [here](https://cloud.google.com/artifact-registry/docs/repositories/repo-locations),
132
- or use the
133
- artifactregistry_get_locations
134
- data source for possible values. Used to find the parent resource to bind the IAM policy to. If not specified,
125
+ The name of the location this repository is located in.
126
+ Used to find the parent resource to bind the IAM policy to. If not specified,
135
127
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
136
128
  location is specified, it is taken from the provider configuration.
137
129
  """
@@ -168,12 +160,8 @@ class _RepositoryIamBindingState:
168
160
  """
169
161
  Input properties used for looking up and filtering RepositoryIamBinding resources.
170
162
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
171
- :param pulumi.Input[str] location: The name of the repository's location. In addition to specific regions,
172
- special values for multi-region locations are `asia`, `europe`, and `us`.
173
- See [here](https://cloud.google.com/artifact-registry/docs/repositories/repo-locations),
174
- or use the
175
- artifactregistry_get_locations
176
- data source for possible values. Used to find the parent resource to bind the IAM policy to. If not specified,
163
+ :param pulumi.Input[str] location: The name of the location this repository is located in.
164
+ Used to find the parent resource to bind the IAM policy to. If not specified,
177
165
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
178
166
  location is specified, it is taken from the provider configuration.
179
167
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
@@ -234,12 +222,8 @@ class _RepositoryIamBindingState:
234
222
  @pulumi.getter
235
223
  def location(self) -> Optional[pulumi.Input[str]]:
236
224
  """
237
- The name of the repository's location. In addition to specific regions,
238
- special values for multi-region locations are `asia`, `europe`, and `us`.
239
- See [here](https://cloud.google.com/artifact-registry/docs/repositories/repo-locations),
240
- or use the
241
- artifactregistry_get_locations
242
- data source for possible values. Used to find the parent resource to bind the IAM policy to. If not specified,
225
+ The name of the location this repository is located in.
226
+ Used to find the parent resource to bind the IAM policy to. If not specified,
243
227
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
244
228
  location is specified, it is taken from the provider configuration.
245
229
  """
@@ -487,12 +471,8 @@ class RepositoryIamBinding(pulumi.CustomResource):
487
471
 
488
472
  :param str resource_name: The name of the resource.
489
473
  :param pulumi.ResourceOptions opts: Options for the resource.
490
- :param pulumi.Input[str] location: The name of the repository's location. In addition to specific regions,
491
- special values for multi-region locations are `asia`, `europe`, and `us`.
492
- See [here](https://cloud.google.com/artifact-registry/docs/repositories/repo-locations),
493
- or use the
494
- artifactregistry_get_locations
495
- data source for possible values. Used to find the parent resource to bind the IAM policy to. If not specified,
474
+ :param pulumi.Input[str] location: The name of the location this repository is located in.
475
+ Used to find the parent resource to bind the IAM policy to. If not specified,
496
476
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
497
477
  location is specified, it is taken from the provider configuration.
498
478
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
@@ -749,12 +729,8 @@ class RepositoryIamBinding(pulumi.CustomResource):
749
729
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
750
730
  :param pulumi.ResourceOptions opts: Options for the resource.
751
731
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
752
- :param pulumi.Input[str] location: The name of the repository's location. In addition to specific regions,
753
- special values for multi-region locations are `asia`, `europe`, and `us`.
754
- See [here](https://cloud.google.com/artifact-registry/docs/repositories/repo-locations),
755
- or use the
756
- artifactregistry_get_locations
757
- data source for possible values. Used to find the parent resource to bind the IAM policy to. If not specified,
732
+ :param pulumi.Input[str] location: The name of the location this repository is located in.
733
+ Used to find the parent resource to bind the IAM policy to. If not specified,
758
734
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
759
735
  location is specified, it is taken from the provider configuration.
760
736
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
@@ -805,12 +781,8 @@ class RepositoryIamBinding(pulumi.CustomResource):
805
781
  @pulumi.getter
806
782
  def location(self) -> pulumi.Output[str]:
807
783
  """
808
- The name of the repository's location. In addition to specific regions,
809
- special values for multi-region locations are `asia`, `europe`, and `us`.
810
- See [here](https://cloud.google.com/artifact-registry/docs/repositories/repo-locations),
811
- or use the
812
- artifactregistry_get_locations
813
- data source for possible values. Used to find the parent resource to bind the IAM policy to. If not specified,
784
+ The name of the location this repository is located in.
785
+ Used to find the parent resource to bind the IAM policy to. If not specified,
814
786
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
815
787
  location is specified, it is taken from the provider configuration.
816
788
  """
@@ -44,12 +44,8 @@ class RepositoryIamMemberArgs:
44
44
  :param pulumi.Input[str] role: The role that should be applied. Only one
45
45
  `artifactregistry.RepositoryIamBinding` can be used per role. Note that custom roles must be of the format
46
46
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
47
- :param pulumi.Input[str] location: The name of the repository's location. In addition to specific regions,
48
- special values for multi-region locations are `asia`, `europe`, and `us`.
49
- See [here](https://cloud.google.com/artifact-registry/docs/repositories/repo-locations),
50
- or use the
51
- artifactregistry_get_locations
52
- data source for possible values. Used to find the parent resource to bind the IAM policy to. If not specified,
47
+ :param pulumi.Input[str] location: The name of the location this repository is located in.
48
+ Used to find the parent resource to bind the IAM policy to. If not specified,
53
49
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
54
50
  location is specified, it is taken from the provider configuration.
55
51
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -126,12 +122,8 @@ class RepositoryIamMemberArgs:
126
122
  @pulumi.getter
127
123
  def location(self) -> Optional[pulumi.Input[str]]:
128
124
  """
129
- The name of the repository's location. In addition to specific regions,
130
- special values for multi-region locations are `asia`, `europe`, and `us`.
131
- See [here](https://cloud.google.com/artifact-registry/docs/repositories/repo-locations),
132
- or use the
133
- artifactregistry_get_locations
134
- data source for possible values. Used to find the parent resource to bind the IAM policy to. If not specified,
125
+ The name of the location this repository is located in.
126
+ Used to find the parent resource to bind the IAM policy to. If not specified,
135
127
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
136
128
  location is specified, it is taken from the provider configuration.
137
129
  """
@@ -168,12 +160,8 @@ class _RepositoryIamMemberState:
168
160
  """
169
161
  Input properties used for looking up and filtering RepositoryIamMember resources.
170
162
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
171
- :param pulumi.Input[str] location: The name of the repository's location. In addition to specific regions,
172
- special values for multi-region locations are `asia`, `europe`, and `us`.
173
- See [here](https://cloud.google.com/artifact-registry/docs/repositories/repo-locations),
174
- or use the
175
- artifactregistry_get_locations
176
- data source for possible values. Used to find the parent resource to bind the IAM policy to. If not specified,
163
+ :param pulumi.Input[str] location: The name of the location this repository is located in.
164
+ Used to find the parent resource to bind the IAM policy to. If not specified,
177
165
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
178
166
  location is specified, it is taken from the provider configuration.
179
167
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
@@ -234,12 +222,8 @@ class _RepositoryIamMemberState:
234
222
  @pulumi.getter
235
223
  def location(self) -> Optional[pulumi.Input[str]]:
236
224
  """
237
- The name of the repository's location. In addition to specific regions,
238
- special values for multi-region locations are `asia`, `europe`, and `us`.
239
- See [here](https://cloud.google.com/artifact-registry/docs/repositories/repo-locations),
240
- or use the
241
- artifactregistry_get_locations
242
- data source for possible values. Used to find the parent resource to bind the IAM policy to. If not specified,
225
+ The name of the location this repository is located in.
226
+ Used to find the parent resource to bind the IAM policy to. If not specified,
243
227
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
244
228
  location is specified, it is taken from the provider configuration.
245
229
  """
@@ -487,12 +471,8 @@ class RepositoryIamMember(pulumi.CustomResource):
487
471
 
488
472
  :param str resource_name: The name of the resource.
489
473
  :param pulumi.ResourceOptions opts: Options for the resource.
490
- :param pulumi.Input[str] location: The name of the repository's location. In addition to specific regions,
491
- special values for multi-region locations are `asia`, `europe`, and `us`.
492
- See [here](https://cloud.google.com/artifact-registry/docs/repositories/repo-locations),
493
- or use the
494
- artifactregistry_get_locations
495
- data source for possible values. Used to find the parent resource to bind the IAM policy to. If not specified,
474
+ :param pulumi.Input[str] location: The name of the location this repository is located in.
475
+ Used to find the parent resource to bind the IAM policy to. If not specified,
496
476
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
497
477
  location is specified, it is taken from the provider configuration.
498
478
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
@@ -749,12 +729,8 @@ class RepositoryIamMember(pulumi.CustomResource):
749
729
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
750
730
  :param pulumi.ResourceOptions opts: Options for the resource.
751
731
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
752
- :param pulumi.Input[str] location: The name of the repository's location. In addition to specific regions,
753
- special values for multi-region locations are `asia`, `europe`, and `us`.
754
- See [here](https://cloud.google.com/artifact-registry/docs/repositories/repo-locations),
755
- or use the
756
- artifactregistry_get_locations
757
- data source for possible values. Used to find the parent resource to bind the IAM policy to. If not specified,
732
+ :param pulumi.Input[str] location: The name of the location this repository is located in.
733
+ Used to find the parent resource to bind the IAM policy to. If not specified,
758
734
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
759
735
  location is specified, it is taken from the provider configuration.
760
736
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
@@ -805,12 +781,8 @@ class RepositoryIamMember(pulumi.CustomResource):
805
781
  @pulumi.getter
806
782
  def location(self) -> pulumi.Output[str]:
807
783
  """
808
- The name of the repository's location. In addition to specific regions,
809
- special values for multi-region locations are `asia`, `europe`, and `us`.
810
- See [here](https://cloud.google.com/artifact-registry/docs/repositories/repo-locations),
811
- or use the
812
- artifactregistry_get_locations
813
- data source for possible values. Used to find the parent resource to bind the IAM policy to. If not specified,
784
+ The name of the location this repository is located in.
785
+ Used to find the parent resource to bind the IAM policy to. If not specified,
814
786
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
815
787
  location is specified, it is taken from the provider configuration.
816
788
  """
@@ -28,12 +28,8 @@ class RepositoryIamPolicyArgs:
28
28
  :param pulumi.Input[str] policy_data: The policy data generated by
29
29
  a `organizations_get_iam_policy` data source.
30
30
  :param pulumi.Input[str] repository: Used to find the parent resource to bind the IAM policy to
31
- :param pulumi.Input[str] location: The name of the repository's location. In addition to specific regions,
32
- special values for multi-region locations are `asia`, `europe`, and `us`.
33
- See [here](https://cloud.google.com/artifact-registry/docs/repositories/repo-locations),
34
- or use the
35
- artifactregistry_get_locations
36
- data source for possible values. Used to find the parent resource to bind the IAM policy to. If not specified,
31
+ :param pulumi.Input[str] location: The name of the location this repository is located in.
32
+ Used to find the parent resource to bind the IAM policy to. If not specified,
37
33
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
38
34
  location is specified, it is taken from the provider configuration.
39
35
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -75,12 +71,8 @@ class RepositoryIamPolicyArgs:
75
71
  @pulumi.getter
76
72
  def location(self) -> Optional[pulumi.Input[str]]:
77
73
  """
78
- The name of the repository's location. In addition to specific regions,
79
- special values for multi-region locations are `asia`, `europe`, and `us`.
80
- See [here](https://cloud.google.com/artifact-registry/docs/repositories/repo-locations),
81
- or use the
82
- artifactregistry_get_locations
83
- data source for possible values. Used to find the parent resource to bind the IAM policy to. If not specified,
74
+ The name of the location this repository is located in.
75
+ Used to find the parent resource to bind the IAM policy to. If not specified,
84
76
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
85
77
  location is specified, it is taken from the provider configuration.
86
78
  """
@@ -115,12 +107,8 @@ class _RepositoryIamPolicyState:
115
107
  """
116
108
  Input properties used for looking up and filtering RepositoryIamPolicy resources.
117
109
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
118
- :param pulumi.Input[str] location: The name of the repository's location. In addition to specific regions,
119
- special values for multi-region locations are `asia`, `europe`, and `us`.
120
- See [here](https://cloud.google.com/artifact-registry/docs/repositories/repo-locations),
121
- or use the
122
- artifactregistry_get_locations
123
- data source for possible values. Used to find the parent resource to bind the IAM policy to. If not specified,
110
+ :param pulumi.Input[str] location: The name of the location this repository is located in.
111
+ Used to find the parent resource to bind the IAM policy to. If not specified,
124
112
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
125
113
  location is specified, it is taken from the provider configuration.
126
114
  :param pulumi.Input[str] policy_data: The policy data generated by
@@ -156,12 +144,8 @@ class _RepositoryIamPolicyState:
156
144
  @pulumi.getter
157
145
  def location(self) -> Optional[pulumi.Input[str]]:
158
146
  """
159
- The name of the repository's location. In addition to specific regions,
160
- special values for multi-region locations are `asia`, `europe`, and `us`.
161
- See [here](https://cloud.google.com/artifact-registry/docs/repositories/repo-locations),
162
- or use the
163
- artifactregistry_get_locations
164
- data source for possible values. Used to find the parent resource to bind the IAM policy to. If not specified,
147
+ The name of the location this repository is located in.
148
+ Used to find the parent resource to bind the IAM policy to. If not specified,
165
149
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
166
150
  location is specified, it is taken from the provider configuration.
167
151
  """
@@ -384,12 +368,8 @@ class RepositoryIamPolicy(pulumi.CustomResource):
384
368
 
385
369
  :param str resource_name: The name of the resource.
386
370
  :param pulumi.ResourceOptions opts: Options for the resource.
387
- :param pulumi.Input[str] location: The name of the repository's location. In addition to specific regions,
388
- special values for multi-region locations are `asia`, `europe`, and `us`.
389
- See [here](https://cloud.google.com/artifact-registry/docs/repositories/repo-locations),
390
- or use the
391
- artifactregistry_get_locations
392
- data source for possible values. Used to find the parent resource to bind the IAM policy to. If not specified,
371
+ :param pulumi.Input[str] location: The name of the location this repository is located in.
372
+ Used to find the parent resource to bind the IAM policy to. If not specified,
393
373
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
394
374
  location is specified, it is taken from the provider configuration.
395
375
  :param pulumi.Input[str] policy_data: The policy data generated by
@@ -626,12 +606,8 @@ class RepositoryIamPolicy(pulumi.CustomResource):
626
606
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
627
607
  :param pulumi.ResourceOptions opts: Options for the resource.
628
608
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
629
- :param pulumi.Input[str] location: The name of the repository's location. In addition to specific regions,
630
- special values for multi-region locations are `asia`, `europe`, and `us`.
631
- See [here](https://cloud.google.com/artifact-registry/docs/repositories/repo-locations),
632
- or use the
633
- artifactregistry_get_locations
634
- data source for possible values. Used to find the parent resource to bind the IAM policy to. If not specified,
609
+ :param pulumi.Input[str] location: The name of the location this repository is located in.
610
+ Used to find the parent resource to bind the IAM policy to. If not specified,
635
611
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
636
612
  location is specified, it is taken from the provider configuration.
637
613
  :param pulumi.Input[str] policy_data: The policy data generated by
@@ -663,12 +639,8 @@ class RepositoryIamPolicy(pulumi.CustomResource):
663
639
  @pulumi.getter
664
640
  def location(self) -> pulumi.Output[str]:
665
641
  """
666
- The name of the repository's location. In addition to specific regions,
667
- special values for multi-region locations are `asia`, `europe`, and `us`.
668
- See [here](https://cloud.google.com/artifact-registry/docs/repositories/repo-locations),
669
- or use the
670
- artifactregistry_get_locations
671
- data source for possible values. Used to find the parent resource to bind the IAM policy to. If not specified,
642
+ The name of the location this repository is located in.
643
+ Used to find the parent resource to bind the IAM policy to. If not specified,
672
644
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
673
645
  location is specified, it is taken from the provider configuration.
674
646
  """
@@ -27,7 +27,7 @@ class GetGlobalForwardingRuleResult:
27
27
  """
28
28
  A collection of values returned by getGlobalForwardingRule.
29
29
  """
30
- def __init__(__self__, allow_psc_global_access=None, base_forwarding_rule=None, description=None, effective_labels=None, forwarding_rule_id=None, id=None, ip_address=None, ip_protocol=None, ip_version=None, label_fingerprint=None, labels=None, load_balancing_scheme=None, metadata_filters=None, name=None, network=None, network_tier=None, no_automate_dns_zone=None, port_range=None, project=None, psc_connection_id=None, psc_connection_status=None, pulumi_labels=None, self_link=None, service_directory_registrations=None, source_ip_ranges=None, subnetwork=None, target=None):
30
+ def __init__(__self__, allow_psc_global_access=None, base_forwarding_rule=None, description=None, effective_labels=None, forwarding_rule_id=None, id=None, ip_address=None, ip_protocol=None, ip_version=None, label_fingerprint=None, labels=None, load_balancing_scheme=None, metadata_filters=None, name=None, network=None, no_automate_dns_zone=None, port_range=None, project=None, psc_connection_id=None, psc_connection_status=None, pulumi_labels=None, self_link=None, service_directory_registrations=None, source_ip_ranges=None, subnetwork=None, target=None):
31
31
  if allow_psc_global_access and not isinstance(allow_psc_global_access, bool):
32
32
  raise TypeError("Expected argument 'allow_psc_global_access' to be a bool")
33
33
  pulumi.set(__self__, "allow_psc_global_access", allow_psc_global_access)
@@ -73,9 +73,6 @@ class GetGlobalForwardingRuleResult:
73
73
  if network and not isinstance(network, str):
74
74
  raise TypeError("Expected argument 'network' to be a str")
75
75
  pulumi.set(__self__, "network", network)
76
- if network_tier and not isinstance(network_tier, str):
77
- raise TypeError("Expected argument 'network_tier' to be a str")
78
- pulumi.set(__self__, "network_tier", network_tier)
79
76
  if no_automate_dns_zone and not isinstance(no_automate_dns_zone, bool):
80
77
  raise TypeError("Expected argument 'no_automate_dns_zone' to be a bool")
81
78
  pulumi.set(__self__, "no_automate_dns_zone", no_automate_dns_zone)
@@ -188,11 +185,6 @@ class GetGlobalForwardingRuleResult:
188
185
  def network(self) -> str:
189
186
  return pulumi.get(self, "network")
190
187
 
191
- @property
192
- @pulumi.getter(name="networkTier")
193
- def network_tier(self) -> str:
194
- return pulumi.get(self, "network_tier")
195
-
196
188
  @property
197
189
  @pulumi.getter(name="noAutomateDnsZone")
198
190
  def no_automate_dns_zone(self) -> bool:
@@ -270,7 +262,6 @@ class AwaitableGetGlobalForwardingRuleResult(GetGlobalForwardingRuleResult):
270
262
  metadata_filters=self.metadata_filters,
271
263
  name=self.name,
272
264
  network=self.network,
273
- network_tier=self.network_tier,
274
265
  no_automate_dns_zone=self.no_automate_dns_zone,
275
266
  port_range=self.port_range,
276
267
  project=self.project,
@@ -328,7 +319,6 @@ def get_global_forwarding_rule(name: Optional[str] = None,
328
319
  metadata_filters=pulumi.get(__ret__, 'metadata_filters'),
329
320
  name=pulumi.get(__ret__, 'name'),
330
321
  network=pulumi.get(__ret__, 'network'),
331
- network_tier=pulumi.get(__ret__, 'network_tier'),
332
322
  no_automate_dns_zone=pulumi.get(__ret__, 'no_automate_dns_zone'),
333
323
  port_range=pulumi.get(__ret__, 'port_range'),
334
324
  project=pulumi.get(__ret__, 'project'),
@@ -383,7 +373,6 @@ def get_global_forwarding_rule_output(name: Optional[pulumi.Input[str]] = None,
383
373
  metadata_filters=pulumi.get(__response__, 'metadata_filters'),
384
374
  name=pulumi.get(__response__, 'name'),
385
375
  network=pulumi.get(__response__, 'network'),
386
- network_tier=pulumi.get(__response__, 'network_tier'),
387
376
  no_automate_dns_zone=pulumi.get(__response__, 'no_automate_dns_zone'),
388
377
  port_range=pulumi.get(__response__, 'port_range'),
389
378
  project=pulumi.get(__response__, 'project'),
@@ -32,7 +32,6 @@ class GlobalForwardingRuleArgs:
32
32
  metadata_filters: Optional[pulumi.Input[Sequence[pulumi.Input['GlobalForwardingRuleMetadataFilterArgs']]]] = None,
33
33
  name: Optional[pulumi.Input[str]] = None,
34
34
  network: Optional[pulumi.Input[str]] = None,
35
- network_tier: Optional[pulumi.Input[str]] = None,
36
35
  no_automate_dns_zone: Optional[pulumi.Input[bool]] = None,
37
36
  port_range: Optional[pulumi.Input[str]] = None,
38
37
  project: Optional[pulumi.Input[str]] = None,
@@ -142,16 +141,6 @@ class GlobalForwardingRuleArgs:
142
141
  be used.
143
142
  For Private Service Connect forwarding rules that forward traffic to Google
144
143
  APIs, a network must be provided.
145
- :param pulumi.Input[str] network_tier: This signifies the networking tier used for configuring
146
- this load balancer and can only take the following values:
147
- `PREMIUM`, `STANDARD`.
148
- For regional ForwardingRule, the valid values are `PREMIUM` and
149
- `STANDARD`. For GlobalForwardingRule, the valid value is
150
- `PREMIUM`.
151
- If this field is not specified, it is assumed to be `PREMIUM`.
152
- If `IPAddress` is specified, this value must be equal to the
153
- networkTier of the Address.
154
- Possible values are: `PREMIUM`, `STANDARD`.
155
144
  :param pulumi.Input[bool] no_automate_dns_zone: This is used in PSC consumer ForwardingRule to control whether it should try to auto-generate a DNS zone or not. Non-PSC forwarding rules do not use this field.
156
145
  :param pulumi.Input[str] port_range: The `portRange` field has the following limitations:
157
146
  * It requires that the forwarding rule `IPProtocol` be TCP, UDP, or SCTP,
@@ -204,8 +193,6 @@ class GlobalForwardingRuleArgs:
204
193
  pulumi.set(__self__, "name", name)
205
194
  if network is not None:
206
195
  pulumi.set(__self__, "network", network)
207
- if network_tier is not None:
208
- pulumi.set(__self__, "network_tier", network_tier)
209
196
  if no_automate_dns_zone is not None:
210
197
  pulumi.set(__self__, "no_automate_dns_zone", no_automate_dns_zone)
211
198
  if port_range is not None:
@@ -441,27 +428,6 @@ class GlobalForwardingRuleArgs:
441
428
  def network(self, value: Optional[pulumi.Input[str]]):
442
429
  pulumi.set(self, "network", value)
443
430
 
444
- @property
445
- @pulumi.getter(name="networkTier")
446
- def network_tier(self) -> Optional[pulumi.Input[str]]:
447
- """
448
- This signifies the networking tier used for configuring
449
- this load balancer and can only take the following values:
450
- `PREMIUM`, `STANDARD`.
451
- For regional ForwardingRule, the valid values are `PREMIUM` and
452
- `STANDARD`. For GlobalForwardingRule, the valid value is
453
- `PREMIUM`.
454
- If this field is not specified, it is assumed to be `PREMIUM`.
455
- If `IPAddress` is specified, this value must be equal to the
456
- networkTier of the Address.
457
- Possible values are: `PREMIUM`, `STANDARD`.
458
- """
459
- return pulumi.get(self, "network_tier")
460
-
461
- @network_tier.setter
462
- def network_tier(self, value: Optional[pulumi.Input[str]]):
463
- pulumi.set(self, "network_tier", value)
464
-
465
431
  @property
466
432
  @pulumi.getter(name="noAutomateDnsZone")
467
433
  def no_automate_dns_zone(self) -> Optional[pulumi.Input[bool]]:
@@ -576,7 +542,6 @@ class _GlobalForwardingRuleState:
576
542
  metadata_filters: Optional[pulumi.Input[Sequence[pulumi.Input['GlobalForwardingRuleMetadataFilterArgs']]]] = None,
577
543
  name: Optional[pulumi.Input[str]] = None,
578
544
  network: Optional[pulumi.Input[str]] = None,
579
- network_tier: Optional[pulumi.Input[str]] = None,
580
545
  no_automate_dns_zone: Optional[pulumi.Input[bool]] = None,
581
546
  port_range: Optional[pulumi.Input[str]] = None,
582
547
  project: Optional[pulumi.Input[str]] = None,
@@ -683,16 +648,6 @@ class _GlobalForwardingRuleState:
683
648
  be used.
684
649
  For Private Service Connect forwarding rules that forward traffic to Google
685
650
  APIs, a network must be provided.
686
- :param pulumi.Input[str] network_tier: This signifies the networking tier used for configuring
687
- this load balancer and can only take the following values:
688
- `PREMIUM`, `STANDARD`.
689
- For regional ForwardingRule, the valid values are `PREMIUM` and
690
- `STANDARD`. For GlobalForwardingRule, the valid value is
691
- `PREMIUM`.
692
- If this field is not specified, it is assumed to be `PREMIUM`.
693
- If `IPAddress` is specified, this value must be equal to the
694
- networkTier of the Address.
695
- Possible values are: `PREMIUM`, `STANDARD`.
696
651
  :param pulumi.Input[bool] no_automate_dns_zone: This is used in PSC consumer ForwardingRule to control whether it should try to auto-generate a DNS zone or not. Non-PSC forwarding rules do not use this field.
697
652
  :param pulumi.Input[str] port_range: The `portRange` field has the following limitations:
698
653
  * It requires that the forwarding rule `IPProtocol` be TCP, UDP, or SCTP,
@@ -770,8 +725,6 @@ class _GlobalForwardingRuleState:
770
725
  pulumi.set(__self__, "name", name)
771
726
  if network is not None:
772
727
  pulumi.set(__self__, "network", network)
773
- if network_tier is not None:
774
- pulumi.set(__self__, "network_tier", network_tier)
775
728
  if no_automate_dns_zone is not None:
776
729
  pulumi.set(__self__, "no_automate_dns_zone", no_automate_dns_zone)
777
730
  if port_range is not None:
@@ -1042,27 +995,6 @@ class _GlobalForwardingRuleState:
1042
995
  def network(self, value: Optional[pulumi.Input[str]]):
1043
996
  pulumi.set(self, "network", value)
1044
997
 
1045
- @property
1046
- @pulumi.getter(name="networkTier")
1047
- def network_tier(self) -> Optional[pulumi.Input[str]]:
1048
- """
1049
- This signifies the networking tier used for configuring
1050
- this load balancer and can only take the following values:
1051
- `PREMIUM`, `STANDARD`.
1052
- For regional ForwardingRule, the valid values are `PREMIUM` and
1053
- `STANDARD`. For GlobalForwardingRule, the valid value is
1054
- `PREMIUM`.
1055
- If this field is not specified, it is assumed to be `PREMIUM`.
1056
- If `IPAddress` is specified, this value must be equal to the
1057
- networkTier of the Address.
1058
- Possible values are: `PREMIUM`, `STANDARD`.
1059
- """
1060
- return pulumi.get(self, "network_tier")
1061
-
1062
- @network_tier.setter
1063
- def network_tier(self, value: Optional[pulumi.Input[str]]):
1064
- pulumi.set(self, "network_tier", value)
1065
-
1066
998
  @property
1067
999
  @pulumi.getter(name="noAutomateDnsZone")
1068
1000
  def no_automate_dns_zone(self) -> Optional[pulumi.Input[bool]]:
@@ -1248,7 +1180,6 @@ class GlobalForwardingRule(pulumi.CustomResource):
1248
1180
  metadata_filters: Optional[pulumi.Input[Sequence[pulumi.Input[Union['GlobalForwardingRuleMetadataFilterArgs', 'GlobalForwardingRuleMetadataFilterArgsDict']]]]] = None,
1249
1181
  name: Optional[pulumi.Input[str]] = None,
1250
1182
  network: Optional[pulumi.Input[str]] = None,
1251
- network_tier: Optional[pulumi.Input[str]] = None,
1252
1183
  no_automate_dns_zone: Optional[pulumi.Input[bool]] = None,
1253
1184
  port_range: Optional[pulumi.Input[str]] = None,
1254
1185
  project: Optional[pulumi.Input[str]] = None,
@@ -1427,8 +1358,7 @@ class GlobalForwardingRule(pulumi.CustomResource):
1427
1358
  name="global-rule",
1428
1359
  target=default_target_http_proxy.id,
1429
1360
  port_range="80",
1430
- load_balancing_scheme="EXTERNAL_MANAGED",
1431
- network_tier="PREMIUM")
1361
+ load_balancing_scheme="EXTERNAL_MANAGED")
1432
1362
  ```
1433
1363
  ### Global Forwarding Rule Hybrid
1434
1364
 
@@ -1721,16 +1651,6 @@ class GlobalForwardingRule(pulumi.CustomResource):
1721
1651
  be used.
1722
1652
  For Private Service Connect forwarding rules that forward traffic to Google
1723
1653
  APIs, a network must be provided.
1724
- :param pulumi.Input[str] network_tier: This signifies the networking tier used for configuring
1725
- this load balancer and can only take the following values:
1726
- `PREMIUM`, `STANDARD`.
1727
- For regional ForwardingRule, the valid values are `PREMIUM` and
1728
- `STANDARD`. For GlobalForwardingRule, the valid value is
1729
- `PREMIUM`.
1730
- If this field is not specified, it is assumed to be `PREMIUM`.
1731
- If `IPAddress` is specified, this value must be equal to the
1732
- networkTier of the Address.
1733
- Possible values are: `PREMIUM`, `STANDARD`.
1734
1654
  :param pulumi.Input[bool] no_automate_dns_zone: This is used in PSC consumer ForwardingRule to control whether it should try to auto-generate a DNS zone or not. Non-PSC forwarding rules do not use this field.
1735
1655
  :param pulumi.Input[str] port_range: The `portRange` field has the following limitations:
1736
1656
  * It requires that the forwarding rule `IPProtocol` be TCP, UDP, or SCTP,
@@ -1951,8 +1871,7 @@ class GlobalForwardingRule(pulumi.CustomResource):
1951
1871
  name="global-rule",
1952
1872
  target=default_target_http_proxy.id,
1953
1873
  port_range="80",
1954
- load_balancing_scheme="EXTERNAL_MANAGED",
1955
- network_tier="PREMIUM")
1874
+ load_balancing_scheme="EXTERNAL_MANAGED")
1956
1875
  ```
1957
1876
  ### Global Forwarding Rule Hybrid
1958
1877
 
@@ -2180,7 +2099,6 @@ class GlobalForwardingRule(pulumi.CustomResource):
2180
2099
  metadata_filters: Optional[pulumi.Input[Sequence[pulumi.Input[Union['GlobalForwardingRuleMetadataFilterArgs', 'GlobalForwardingRuleMetadataFilterArgsDict']]]]] = None,
2181
2100
  name: Optional[pulumi.Input[str]] = None,
2182
2101
  network: Optional[pulumi.Input[str]] = None,
2183
- network_tier: Optional[pulumi.Input[str]] = None,
2184
2102
  no_automate_dns_zone: Optional[pulumi.Input[bool]] = None,
2185
2103
  port_range: Optional[pulumi.Input[str]] = None,
2186
2104
  project: Optional[pulumi.Input[str]] = None,
@@ -2207,7 +2125,6 @@ class GlobalForwardingRule(pulumi.CustomResource):
2207
2125
  __props__.__dict__["metadata_filters"] = metadata_filters
2208
2126
  __props__.__dict__["name"] = name
2209
2127
  __props__.__dict__["network"] = network
2210
- __props__.__dict__["network_tier"] = network_tier
2211
2128
  __props__.__dict__["no_automate_dns_zone"] = no_automate_dns_zone
2212
2129
  __props__.__dict__["port_range"] = port_range
2213
2130
  __props__.__dict__["project"] = project
@@ -2251,7 +2168,6 @@ class GlobalForwardingRule(pulumi.CustomResource):
2251
2168
  metadata_filters: Optional[pulumi.Input[Sequence[pulumi.Input[Union['GlobalForwardingRuleMetadataFilterArgs', 'GlobalForwardingRuleMetadataFilterArgsDict']]]]] = None,
2252
2169
  name: Optional[pulumi.Input[str]] = None,
2253
2170
  network: Optional[pulumi.Input[str]] = None,
2254
- network_tier: Optional[pulumi.Input[str]] = None,
2255
2171
  no_automate_dns_zone: Optional[pulumi.Input[bool]] = None,
2256
2172
  port_range: Optional[pulumi.Input[str]] = None,
2257
2173
  project: Optional[pulumi.Input[str]] = None,
@@ -2363,16 +2279,6 @@ class GlobalForwardingRule(pulumi.CustomResource):
2363
2279
  be used.
2364
2280
  For Private Service Connect forwarding rules that forward traffic to Google
2365
2281
  APIs, a network must be provided.
2366
- :param pulumi.Input[str] network_tier: This signifies the networking tier used for configuring
2367
- this load balancer and can only take the following values:
2368
- `PREMIUM`, `STANDARD`.
2369
- For regional ForwardingRule, the valid values are `PREMIUM` and
2370
- `STANDARD`. For GlobalForwardingRule, the valid value is
2371
- `PREMIUM`.
2372
- If this field is not specified, it is assumed to be `PREMIUM`.
2373
- If `IPAddress` is specified, this value must be equal to the
2374
- networkTier of the Address.
2375
- Possible values are: `PREMIUM`, `STANDARD`.
2376
2282
  :param pulumi.Input[bool] no_automate_dns_zone: This is used in PSC consumer ForwardingRule to control whether it should try to auto-generate a DNS zone or not. Non-PSC forwarding rules do not use this field.
2377
2283
  :param pulumi.Input[str] port_range: The `portRange` field has the following limitations:
2378
2284
  * It requires that the forwarding rule `IPProtocol` be TCP, UDP, or SCTP,
@@ -2440,7 +2346,6 @@ class GlobalForwardingRule(pulumi.CustomResource):
2440
2346
  __props__.__dict__["metadata_filters"] = metadata_filters
2441
2347
  __props__.__dict__["name"] = name
2442
2348
  __props__.__dict__["network"] = network
2443
- __props__.__dict__["network_tier"] = network_tier
2444
2349
  __props__.__dict__["no_automate_dns_zone"] = no_automate_dns_zone
2445
2350
  __props__.__dict__["port_range"] = port_range
2446
2351
  __props__.__dict__["project"] = project
@@ -2645,23 +2550,6 @@ class GlobalForwardingRule(pulumi.CustomResource):
2645
2550
  """
2646
2551
  return pulumi.get(self, "network")
2647
2552
 
2648
- @property
2649
- @pulumi.getter(name="networkTier")
2650
- def network_tier(self) -> pulumi.Output[str]:
2651
- """
2652
- This signifies the networking tier used for configuring
2653
- this load balancer and can only take the following values:
2654
- `PREMIUM`, `STANDARD`.
2655
- For regional ForwardingRule, the valid values are `PREMIUM` and
2656
- `STANDARD`. For GlobalForwardingRule, the valid value is
2657
- `PREMIUM`.
2658
- If this field is not specified, it is assumed to be `PREMIUM`.
2659
- If `IPAddress` is specified, this value must be equal to the
2660
- networkTier of the Address.
2661
- Possible values are: `PREMIUM`, `STANDARD`.
2662
- """
2663
- return pulumi.get(self, "network_tier")
2664
-
2665
2553
  @property
2666
2554
  @pulumi.getter(name="noAutomateDnsZone")
2667
2555
  def no_automate_dns_zone(self) -> pulumi.Output[Optional[bool]]: