pulumi-gcp 7.20.0a1713984378__py3-none-any.whl → 7.21.0__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 (131) hide show
  1. pulumi_gcp/__init__.py +48 -0
  2. pulumi_gcp/alloydb/_inputs.py +74 -0
  3. pulumi_gcp/alloydb/backup.py +0 -12
  4. pulumi_gcp/alloydb/cluster.py +0 -12
  5. pulumi_gcp/alloydb/instance.py +90 -81
  6. pulumi_gcp/alloydb/outputs.py +98 -0
  7. pulumi_gcp/apigee/environment.py +47 -0
  8. pulumi_gcp/apigee/organization.py +162 -0
  9. pulumi_gcp/apigee/sharedflow.py +0 -20
  10. pulumi_gcp/appengine/flexible_app_version.py +0 -20
  11. pulumi_gcp/applicationintegration/__init__.py +1 -0
  12. pulumi_gcp/applicationintegration/_inputs.py +843 -0
  13. pulumi_gcp/applicationintegration/auth_config.py +998 -0
  14. pulumi_gcp/applicationintegration/outputs.py +891 -0
  15. pulumi_gcp/artifactregistry/_inputs.py +186 -0
  16. pulumi_gcp/artifactregistry/outputs.py +297 -4
  17. pulumi_gcp/artifactregistry/repository.py +346 -16
  18. pulumi_gcp/bigquery/table.py +61 -0
  19. pulumi_gcp/bigquerydatapolicy/_inputs.py +21 -4
  20. pulumi_gcp/bigquerydatapolicy/data_policy.py +78 -0
  21. pulumi_gcp/bigquerydatapolicy/outputs.py +16 -3
  22. pulumi_gcp/billing/budget.py +54 -0
  23. pulumi_gcp/certificateauthority/_inputs.py +92 -12
  24. pulumi_gcp/certificateauthority/authority.py +117 -27
  25. pulumi_gcp/certificateauthority/certificate.py +176 -0
  26. pulumi_gcp/certificateauthority/outputs.py +144 -12
  27. pulumi_gcp/cloudbuild/worker_pool.py +0 -12
  28. pulumi_gcp/cloudbuildv2/connection.py +0 -12
  29. pulumi_gcp/cloudbuildv2/repository.py +0 -12
  30. pulumi_gcp/clouddeploy/automation.py +0 -12
  31. pulumi_gcp/clouddeploy/custom_target_type.py +0 -12
  32. pulumi_gcp/clouddeploy/delivery_pipeline.py +0 -12
  33. pulumi_gcp/clouddeploy/target.py +0 -12
  34. pulumi_gcp/cloudfunctionsv2/_inputs.py +16 -0
  35. pulumi_gcp/cloudfunctionsv2/function.py +110 -0
  36. pulumi_gcp/cloudfunctionsv2/outputs.py +25 -0
  37. pulumi_gcp/cloudrunv2/job.py +0 -12
  38. pulumi_gcp/cloudrunv2/service.py +0 -12
  39. pulumi_gcp/composer/__init__.py +1 -0
  40. pulumi_gcp/composer/environment.py +35 -47
  41. pulumi_gcp/composer/user_workloads_secret.py +441 -0
  42. pulumi_gcp/compute/__init__.py +1 -0
  43. pulumi_gcp/compute/_inputs.py +169 -58
  44. pulumi_gcp/compute/forwarding_rule.py +0 -13
  45. pulumi_gcp/compute/get_instance_group_manager.py +11 -1
  46. pulumi_gcp/compute/global_address.py +0 -12
  47. pulumi_gcp/compute/global_forwarding_rule.py +0 -282
  48. pulumi_gcp/compute/instance_from_machine_image.py +14 -46
  49. pulumi_gcp/compute/instance_from_template.py +14 -46
  50. pulumi_gcp/compute/instance_group_manager.py +68 -21
  51. pulumi_gcp/compute/outputs.py +213 -65
  52. pulumi_gcp/compute/region_instance_group_manager.py +61 -14
  53. pulumi_gcp/compute/region_instance_template.py +0 -13
  54. pulumi_gcp/compute/region_target_https_proxy.py +257 -0
  55. pulumi_gcp/compute/region_url_map.py +0 -470
  56. pulumi_gcp/compute/security_policy_rule.py +850 -0
  57. pulumi_gcp/container/attached_cluster.py +0 -12
  58. pulumi_gcp/container/aws_cluster.py +0 -12
  59. pulumi_gcp/container/aws_node_pool.py +0 -12
  60. pulumi_gcp/container/azure_cluster.py +0 -12
  61. pulumi_gcp/container/azure_node_pool.py +0 -12
  62. pulumi_gcp/container/cluster.py +0 -20
  63. pulumi_gcp/container/outputs.py +4 -4
  64. pulumi_gcp/dataflow/flex_template_job.py +0 -39
  65. pulumi_gcp/dataloss/__init__.py +1 -0
  66. pulumi_gcp/dataloss/_inputs.py +1040 -0
  67. pulumi_gcp/dataloss/outputs.py +1123 -0
  68. pulumi_gcp/dataloss/prevention_discovery_config.py +737 -0
  69. pulumi_gcp/dataproc/cluster.py +0 -20
  70. pulumi_gcp/dataproc/workflow_template.py +21 -26
  71. pulumi_gcp/deploymentmanager/deployment.py +0 -34
  72. pulumi_gcp/dns/_inputs.py +2 -130
  73. pulumi_gcp/dns/get_keys.py +1 -1
  74. pulumi_gcp/dns/get_managed_zones.py +3 -9
  75. pulumi_gcp/dns/get_record_set.py +3 -0
  76. pulumi_gcp/dns/outputs.py +36 -58
  77. pulumi_gcp/dns/record_set.py +2 -36
  78. pulumi_gcp/filestore/get_instance.py +11 -1
  79. pulumi_gcp/filestore/instance.py +101 -0
  80. pulumi_gcp/firebase/_inputs.py +16 -0
  81. pulumi_gcp/firebase/android_app.py +0 -27
  82. pulumi_gcp/firebase/app_check_play_integrity_config.py +20 -0
  83. pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +10 -0
  84. pulumi_gcp/firebase/app_check_service_config.py +0 -125
  85. pulumi_gcp/firebase/apple_app.py +0 -27
  86. pulumi_gcp/firebase/hosting_custom_domain.py +0 -27
  87. pulumi_gcp/firebase/hosting_version.py +44 -0
  88. pulumi_gcp/firebase/outputs.py +12 -0
  89. pulumi_gcp/firebase/web_app.py +0 -20
  90. pulumi_gcp/firestore/database.py +0 -68
  91. pulumi_gcp/firestore/document.py +4 -4
  92. pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +0 -12
  93. pulumi_gcp/gkeonprem/bare_metal_cluster.py +0 -12
  94. pulumi_gcp/gkeonprem/bare_metal_node_pool.py +0 -12
  95. pulumi_gcp/gkeonprem/v_mware_cluster.py +0 -12
  96. pulumi_gcp/gkeonprem/v_mware_node_pool.py +0 -12
  97. pulumi_gcp/logging/folder_sink.py +54 -0
  98. pulumi_gcp/logging/organization_sink.py +54 -0
  99. pulumi_gcp/monitoring/_inputs.py +46 -2
  100. pulumi_gcp/monitoring/outputs.py +40 -2
  101. pulumi_gcp/monitoring/uptime_check_config.py +6 -0
  102. pulumi_gcp/netapp/active_directory.py +0 -20
  103. pulumi_gcp/netapp/volume_replication.py +0 -68
  104. pulumi_gcp/networkconnectivity/__init__.py +1 -0
  105. pulumi_gcp/networkconnectivity/internal_range.py +1024 -0
  106. pulumi_gcp/organizations/get_active_folder.py +18 -3
  107. pulumi_gcp/projects/__init__.py +1 -0
  108. pulumi_gcp/projects/iam_member_remove.py +313 -0
  109. pulumi_gcp/provider.py +3 -1
  110. pulumi_gcp/secretmanager/get_secret.py +13 -3
  111. pulumi_gcp/secretmanager/outputs.py +20 -1
  112. pulumi_gcp/secretmanager/secret.py +90 -15
  113. pulumi_gcp/servicenetworking/connection.py +0 -20
  114. pulumi_gcp/spanner/database.py +0 -41
  115. pulumi_gcp/spanner/instance.py +0 -40
  116. pulumi_gcp/storage/__init__.py +1 -0
  117. pulumi_gcp/storage/bucket.py +0 -12
  118. pulumi_gcp/storage/get_bucket_objects.py +153 -0
  119. pulumi_gcp/storage/outputs.py +63 -0
  120. pulumi_gcp/vmwareengine/_inputs.py +63 -5
  121. pulumi_gcp/vmwareengine/get_private_cloud.py +1 -21
  122. pulumi_gcp/vmwareengine/outputs.py +113 -5
  123. pulumi_gcp/vmwareengine/private_cloud.py +0 -94
  124. pulumi_gcp/workbench/instance.py +4 -4
  125. pulumi_gcp/workstations/workstation.py +0 -12
  126. pulumi_gcp/workstations/workstation_cluster.py +32 -12
  127. pulumi_gcp/workstations/workstation_config.py +0 -12
  128. {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/METADATA +1 -1
  129. {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/RECORD +131 -124
  130. {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/WHEEL +0 -0
  131. {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/top_level.txt +0 -0
@@ -128,6 +128,7 @@ __all__ = [
128
128
  'InstanceGroupManagerAutoHealingPoliciesArgs',
129
129
  'InstanceGroupManagerInstanceLifecyclePolicyArgs',
130
130
  'InstanceGroupManagerNamedPortArgs',
131
+ 'InstanceGroupManagerParamsArgs',
131
132
  'InstanceGroupManagerStatefulDiskArgs',
132
133
  'InstanceGroupManagerStatefulExternalIpArgs',
133
134
  'InstanceGroupManagerStatefulInternalIpArgs',
@@ -259,6 +260,7 @@ __all__ = [
259
260
  'RegionInstanceGroupManagerAutoHealingPoliciesArgs',
260
261
  'RegionInstanceGroupManagerInstanceLifecyclePolicyArgs',
261
262
  'RegionInstanceGroupManagerNamedPortArgs',
263
+ 'RegionInstanceGroupManagerParamsArgs',
262
264
  'RegionInstanceGroupManagerStatefulDiskArgs',
263
265
  'RegionInstanceGroupManagerStatefulExternalIpArgs',
264
266
  'RegionInstanceGroupManagerStatefulInternalIpArgs',
@@ -9445,6 +9447,29 @@ class InstanceGroupManagerNamedPortArgs:
9445
9447
  pulumi.set(self, "port", value)
9446
9448
 
9447
9449
 
9450
+ @pulumi.input_type
9451
+ class InstanceGroupManagerParamsArgs:
9452
+ def __init__(__self__, *,
9453
+ resource_manager_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None):
9454
+ """
9455
+ :param pulumi.Input[Mapping[str, Any]] resource_manager_tags: Resource manager tags to bind to the managed instance group. The tags are key-value pairs. Keys must be in the format tagKeys/123 and values in the format tagValues/456. For more information, see [Manage tags for resources](https://cloud.google.com/compute/docs/tag-resources)
9456
+ """
9457
+ if resource_manager_tags is not None:
9458
+ pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
9459
+
9460
+ @property
9461
+ @pulumi.getter(name="resourceManagerTags")
9462
+ def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
9463
+ """
9464
+ Resource manager tags to bind to the managed instance group. The tags are key-value pairs. Keys must be in the format tagKeys/123 and values in the format tagValues/456. For more information, see [Manage tags for resources](https://cloud.google.com/compute/docs/tag-resources)
9465
+ """
9466
+ return pulumi.get(self, "resource_manager_tags")
9467
+
9468
+ @resource_manager_tags.setter
9469
+ def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
9470
+ pulumi.set(self, "resource_manager_tags", value)
9471
+
9472
+
9448
9473
  @pulumi.input_type
9449
9474
  class InstanceGroupManagerStatefulDiskArgs:
9450
9475
  def __init__(__self__, *,
@@ -18679,6 +18704,29 @@ class RegionInstanceGroupManagerNamedPortArgs:
18679
18704
  pulumi.set(self, "port", value)
18680
18705
 
18681
18706
 
18707
+ @pulumi.input_type
18708
+ class RegionInstanceGroupManagerParamsArgs:
18709
+ def __init__(__self__, *,
18710
+ resource_manager_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None):
18711
+ """
18712
+ :param pulumi.Input[Mapping[str, Any]] resource_manager_tags: Resource manager tags to bind to the managed instance group. The tags are key-value pairs. Keys must be in the format tagKeys/123 and values in the format tagValues/456. For more information, see [Manage tags for resources](https://cloud.google.com/compute/docs/tag-resources)
18713
+ """
18714
+ if resource_manager_tags is not None:
18715
+ pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
18716
+
18717
+ @property
18718
+ @pulumi.getter(name="resourceManagerTags")
18719
+ def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
18720
+ """
18721
+ Resource manager tags to bind to the managed instance group. The tags are key-value pairs. Keys must be in the format tagKeys/123 and values in the format tagValues/456. For more information, see [Manage tags for resources](https://cloud.google.com/compute/docs/tag-resources)
18722
+ """
18723
+ return pulumi.get(self, "resource_manager_tags")
18724
+
18725
+ @resource_manager_tags.setter
18726
+ def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
18727
+ pulumi.set(self, "resource_manager_tags", value)
18728
+
18729
+
18682
18730
  @pulumi.input_type
18683
18731
  class RegionInstanceGroupManagerStatefulDiskArgs:
18684
18732
  def __init__(__self__, *,
@@ -29175,14 +29223,14 @@ class SecurityPolicyRuleMatchArgs:
29175
29223
  expr: Optional[pulumi.Input['SecurityPolicyRuleMatchExprArgs']] = None,
29176
29224
  versioned_expr: Optional[pulumi.Input[str]] = None):
29177
29225
  """
29178
- :param pulumi.Input['SecurityPolicyRuleMatchConfigArgs'] config: The configuration options available when specifying `versioned_expr`.
29179
- This field must be specified if `versioned_expr` is specified and cannot be specified if `versioned_expr` is not specified.
29226
+ :param pulumi.Input['SecurityPolicyRuleMatchConfigArgs'] config: The configuration options available when specifying versionedExpr.
29227
+ This field must be specified if versionedExpr is specified and cannot be specified if versionedExpr is not specified.
29180
29228
  Structure is documented below.
29181
- :param pulumi.Input['SecurityPolicyRuleMatchExprArgs'] expr: User defined CEVAL expression. A CEVAL expression is used to specify match criteria
29182
- such as `origin.ip`, `source.region_code` and `contents` in the request header.
29229
+ :param pulumi.Input['SecurityPolicyRuleMatchExprArgs'] expr: User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header.
29183
29230
  Structure is documented below.
29184
- :param pulumi.Input[str] versioned_expr: Predefined rule expression. If this field is specified, `config` must also be specified.
29185
- Available options:
29231
+ :param pulumi.Input[str] versioned_expr: Preconfigured versioned expression. If this field is specified, config must also be specified.
29232
+ Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding srcIpRange field in config.
29233
+ Possible values are: `SRC_IPS_V1`.
29186
29234
  """
29187
29235
  if config is not None:
29188
29236
  pulumi.set(__self__, "config", config)
@@ -29195,8 +29243,8 @@ class SecurityPolicyRuleMatchArgs:
29195
29243
  @pulumi.getter
29196
29244
  def config(self) -> Optional[pulumi.Input['SecurityPolicyRuleMatchConfigArgs']]:
29197
29245
  """
29198
- The configuration options available when specifying `versioned_expr`.
29199
- This field must be specified if `versioned_expr` is specified and cannot be specified if `versioned_expr` is not specified.
29246
+ The configuration options available when specifying versionedExpr.
29247
+ This field must be specified if versionedExpr is specified and cannot be specified if versionedExpr is not specified.
29200
29248
  Structure is documented below.
29201
29249
  """
29202
29250
  return pulumi.get(self, "config")
@@ -29209,8 +29257,7 @@ class SecurityPolicyRuleMatchArgs:
29209
29257
  @pulumi.getter
29210
29258
  def expr(self) -> Optional[pulumi.Input['SecurityPolicyRuleMatchExprArgs']]:
29211
29259
  """
29212
- User defined CEVAL expression. A CEVAL expression is used to specify match criteria
29213
- such as `origin.ip`, `source.region_code` and `contents` in the request header.
29260
+ User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header.
29214
29261
  Structure is documented below.
29215
29262
  """
29216
29263
  return pulumi.get(self, "expr")
@@ -29223,8 +29270,9 @@ class SecurityPolicyRuleMatchArgs:
29223
29270
  @pulumi.getter(name="versionedExpr")
29224
29271
  def versioned_expr(self) -> Optional[pulumi.Input[str]]:
29225
29272
  """
29226
- Predefined rule expression. If this field is specified, `config` must also be specified.
29227
- Available options:
29273
+ Preconfigured versioned expression. If this field is specified, config must also be specified.
29274
+ Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding srcIpRange field in config.
29275
+ Possible values are: `SRC_IPS_V1`.
29228
29276
  """
29229
29277
  return pulumi.get(self, "versioned_expr")
29230
29278
 
@@ -29236,26 +29284,23 @@ class SecurityPolicyRuleMatchArgs:
29236
29284
  @pulumi.input_type
29237
29285
  class SecurityPolicyRuleMatchConfigArgs:
29238
29286
  def __init__(__self__, *,
29239
- src_ip_ranges: pulumi.Input[Sequence[pulumi.Input[str]]]):
29287
+ src_ip_ranges: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
29240
29288
  """
29241
- :param pulumi.Input[Sequence[pulumi.Input[str]]] src_ip_ranges: Set of IP addresses or ranges (IPV4 or IPV6) in CIDR notation
29242
- to match against inbound traffic. There is a limit of 10 IP ranges per rule. A value of `*` matches all IPs
29243
- (can be used to override the default behavior).
29289
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] src_ip_ranges: CIDR IP address range. Maximum number of srcIpRanges allowed is 10.
29244
29290
  """
29245
- pulumi.set(__self__, "src_ip_ranges", src_ip_ranges)
29291
+ if src_ip_ranges is not None:
29292
+ pulumi.set(__self__, "src_ip_ranges", src_ip_ranges)
29246
29293
 
29247
29294
  @property
29248
29295
  @pulumi.getter(name="srcIpRanges")
29249
- def src_ip_ranges(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
29296
+ def src_ip_ranges(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
29250
29297
  """
29251
- Set of IP addresses or ranges (IPV4 or IPV6) in CIDR notation
29252
- to match against inbound traffic. There is a limit of 10 IP ranges per rule. A value of `*` matches all IPs
29253
- (can be used to override the default behavior).
29298
+ CIDR IP address range. Maximum number of srcIpRanges allowed is 10.
29254
29299
  """
29255
29300
  return pulumi.get(self, "src_ip_ranges")
29256
29301
 
29257
29302
  @src_ip_ranges.setter
29258
- def src_ip_ranges(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
29303
+ def src_ip_ranges(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
29259
29304
  pulumi.set(self, "src_ip_ranges", value)
29260
29305
 
29261
29306
 
@@ -29264,8 +29309,7 @@ class SecurityPolicyRuleMatchExprArgs:
29264
29309
  def __init__(__self__, *,
29265
29310
  expression: pulumi.Input[str]):
29266
29311
  """
29267
- :param pulumi.Input[str] expression: Textual representation of an expression in Common Expression Language syntax.
29268
- The application context of the containing message determines which well-known feature set of CEL is supported.
29312
+ :param pulumi.Input[str] expression: Textual representation of an expression in Common Expression Language syntax. The application context of the containing message determines which well-known feature set of CEL is supported.
29269
29313
  """
29270
29314
  pulumi.set(__self__, "expression", expression)
29271
29315
 
@@ -29273,8 +29317,7 @@ class SecurityPolicyRuleMatchExprArgs:
29273
29317
  @pulumi.getter
29274
29318
  def expression(self) -> pulumi.Input[str]:
29275
29319
  """
29276
- Textual representation of an expression in Common Expression Language syntax.
29277
- The application context of the containing message determines which well-known feature set of CEL is supported.
29320
+ Textual representation of an expression in Common Expression Language syntax. The application context of the containing message determines which well-known feature set of CEL is supported.
29278
29321
  """
29279
29322
  return pulumi.get(self, "expression")
29280
29323
 
@@ -29288,7 +29331,8 @@ class SecurityPolicyRulePreconfiguredWafConfigArgs:
29288
29331
  def __init__(__self__, *,
29289
29332
  exclusions: Optional[pulumi.Input[Sequence[pulumi.Input['SecurityPolicyRulePreconfiguredWafConfigExclusionArgs']]]] = None):
29290
29333
  """
29291
- :param pulumi.Input[Sequence[pulumi.Input['SecurityPolicyRulePreconfiguredWafConfigExclusionArgs']]] exclusions: An exclusion to apply during preconfigured WAF evaluation. Structure is documented below.
29334
+ :param pulumi.Input[Sequence[pulumi.Input['SecurityPolicyRulePreconfiguredWafConfigExclusionArgs']]] exclusions: An exclusion to apply during preconfigured WAF evaluation.
29335
+ Structure is documented below.
29292
29336
  """
29293
29337
  if exclusions is not None:
29294
29338
  pulumi.set(__self__, "exclusions", exclusions)
@@ -29297,7 +29341,8 @@ class SecurityPolicyRulePreconfiguredWafConfigArgs:
29297
29341
  @pulumi.getter
29298
29342
  def exclusions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SecurityPolicyRulePreconfiguredWafConfigExclusionArgs']]]]:
29299
29343
  """
29300
- An exclusion to apply during preconfigured WAF evaluation. Structure is documented below.
29344
+ An exclusion to apply during preconfigured WAF evaluation.
29345
+ Structure is documented below.
29301
29346
  """
29302
29347
  return pulumi.get(self, "exclusions")
29303
29348
 
@@ -29317,13 +29362,18 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionArgs:
29317
29362
  target_rule_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
29318
29363
  """
29319
29364
  :param pulumi.Input[str] target_rule_set: Target WAF rule set to apply the preconfigured WAF exclusion.
29320
- :param pulumi.Input[Sequence[pulumi.Input['SecurityPolicyRulePreconfiguredWafConfigExclusionRequestCookyArgs']]] request_cookies: Request cookie whose value will be excluded from inspection during preconfigured WAF evaluation. Structure is documented below.
29321
- :param pulumi.Input[Sequence[pulumi.Input['SecurityPolicyRulePreconfiguredWafConfigExclusionRequestHeaderArgs']]] request_headers: Request header whose value will be excluded from inspection during preconfigured WAF evaluation. Structure is documented below.
29322
- :param pulumi.Input[Sequence[pulumi.Input['SecurityPolicyRulePreconfiguredWafConfigExclusionRequestQueryParamArgs']]] request_query_params: Request query parameter whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body. Structure is documented below.
29323
- :param pulumi.Input[Sequence[pulumi.Input['SecurityPolicyRulePreconfiguredWafConfigExclusionRequestUriArgs']]] request_uris: Request URI from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded. Structure is documented below.
29324
- :param pulumi.Input[Sequence[pulumi.Input[str]]] target_rule_ids: A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set.
29325
-
29326
- <a name="nested_field_params"></a>The `request_header`, `request_cookie`, `request_uri` and `request_query_param` blocks support:
29365
+ :param pulumi.Input[Sequence[pulumi.Input['SecurityPolicyRulePreconfiguredWafConfigExclusionRequestCookyArgs']]] request_cookies: Request cookie whose value will be excluded from inspection during preconfigured WAF evaluation.
29366
+ Structure is documented below.
29367
+ :param pulumi.Input[Sequence[pulumi.Input['SecurityPolicyRulePreconfiguredWafConfigExclusionRequestHeaderArgs']]] request_headers: Request header whose value will be excluded from inspection during preconfigured WAF evaluation.
29368
+ Structure is documented below.
29369
+ :param pulumi.Input[Sequence[pulumi.Input['SecurityPolicyRulePreconfiguredWafConfigExclusionRequestQueryParamArgs']]] request_query_params: Request query parameter whose value will be excluded from inspection during preconfigured WAF evaluation.
29370
+ Note that the parameter can be in the query string or in the POST body.
29371
+ Structure is documented below.
29372
+ :param pulumi.Input[Sequence[pulumi.Input['SecurityPolicyRulePreconfiguredWafConfigExclusionRequestUriArgs']]] request_uris: Request URI from the request line to be excluded from inspection during preconfigured WAF evaluation.
29373
+ When specifying this field, the query or fragment part should be excluded.
29374
+ Structure is documented below.
29375
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] target_rule_ids: A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion.
29376
+ If omitted, it refers to all the rule IDs under the WAF rule set.
29327
29377
  """
29328
29378
  pulumi.set(__self__, "target_rule_set", target_rule_set)
29329
29379
  if request_cookies is not None:
@@ -29353,7 +29403,8 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionArgs:
29353
29403
  @pulumi.getter(name="requestCookies")
29354
29404
  def request_cookies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SecurityPolicyRulePreconfiguredWafConfigExclusionRequestCookyArgs']]]]:
29355
29405
  """
29356
- Request cookie whose value will be excluded from inspection during preconfigured WAF evaluation. Structure is documented below.
29406
+ Request cookie whose value will be excluded from inspection during preconfigured WAF evaluation.
29407
+ Structure is documented below.
29357
29408
  """
29358
29409
  return pulumi.get(self, "request_cookies")
29359
29410
 
@@ -29365,7 +29416,8 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionArgs:
29365
29416
  @pulumi.getter(name="requestHeaders")
29366
29417
  def request_headers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SecurityPolicyRulePreconfiguredWafConfigExclusionRequestHeaderArgs']]]]:
29367
29418
  """
29368
- Request header whose value will be excluded from inspection during preconfigured WAF evaluation. Structure is documented below.
29419
+ Request header whose value will be excluded from inspection during preconfigured WAF evaluation.
29420
+ Structure is documented below.
29369
29421
  """
29370
29422
  return pulumi.get(self, "request_headers")
29371
29423
 
@@ -29377,7 +29429,9 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionArgs:
29377
29429
  @pulumi.getter(name="requestQueryParams")
29378
29430
  def request_query_params(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SecurityPolicyRulePreconfiguredWafConfigExclusionRequestQueryParamArgs']]]]:
29379
29431
  """
29380
- Request query parameter whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body. Structure is documented below.
29432
+ Request query parameter whose value will be excluded from inspection during preconfigured WAF evaluation.
29433
+ Note that the parameter can be in the query string or in the POST body.
29434
+ Structure is documented below.
29381
29435
  """
29382
29436
  return pulumi.get(self, "request_query_params")
29383
29437
 
@@ -29389,7 +29443,9 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionArgs:
29389
29443
  @pulumi.getter(name="requestUris")
29390
29444
  def request_uris(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SecurityPolicyRulePreconfiguredWafConfigExclusionRequestUriArgs']]]]:
29391
29445
  """
29392
- Request URI from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded. Structure is documented below.
29446
+ Request URI from the request line to be excluded from inspection during preconfigured WAF evaluation.
29447
+ When specifying this field, the query or fragment part should be excluded.
29448
+ Structure is documented below.
29393
29449
  """
29394
29450
  return pulumi.get(self, "request_uris")
29395
29451
 
@@ -29401,9 +29457,8 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionArgs:
29401
29457
  @pulumi.getter(name="targetRuleIds")
29402
29458
  def target_rule_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
29403
29459
  """
29404
- A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set.
29405
-
29406
- <a name="nested_field_params"></a>The `request_header`, `request_cookie`, `request_uri` and `request_query_param` blocks support:
29460
+ A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion.
29461
+ If omitted, it refers to all the rule IDs under the WAF rule set.
29407
29462
  """
29408
29463
  return pulumi.get(self, "target_rule_ids")
29409
29464
 
@@ -29418,8 +29473,15 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestCookyArgs:
29418
29473
  operator: pulumi.Input[str],
29419
29474
  value: Optional[pulumi.Input[str]] = None):
29420
29475
  """
29421
- :param pulumi.Input[str] operator: You can specify an exact match or a partial match by using a field operator and a field value. Available options: EQUALS: The operator matches if the field value equals the specified value. STARTS_WITH: The operator matches if the field value starts with the specified value. ENDS_WITH: The operator matches if the field value ends with the specified value. CONTAINS: The operator matches if the field value contains the specified value. EQUALS_ANY: The operator matches if the field value is any value.
29422
- :param pulumi.Input[str] value: A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation. The field value must be given if the field operator is not EQUALS_ANY, and cannot be given if the field operator is EQUALS_ANY.
29476
+ :param pulumi.Input[str] operator: You can specify an exact match or a partial match by using a field operator and a field value.
29477
+ Available options:
29478
+ EQUALS: The operator matches if the field value equals the specified value.
29479
+ STARTS_WITH: The operator matches if the field value starts with the specified value.
29480
+ ENDS_WITH: The operator matches if the field value ends with the specified value.
29481
+ CONTAINS: The operator matches if the field value contains the specified value.
29482
+ EQUALS_ANY: The operator matches if the field value is any value.
29483
+ :param pulumi.Input[str] value: A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation.
29484
+ The field value must be given if the field operator is not EQUALS_ANY, and cannot be given if the field operator is EQUALS_ANY.
29423
29485
  """
29424
29486
  pulumi.set(__self__, "operator", operator)
29425
29487
  if value is not None:
@@ -29429,7 +29491,13 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestCookyArgs:
29429
29491
  @pulumi.getter
29430
29492
  def operator(self) -> pulumi.Input[str]:
29431
29493
  """
29432
- You can specify an exact match or a partial match by using a field operator and a field value. Available options: EQUALS: The operator matches if the field value equals the specified value. STARTS_WITH: The operator matches if the field value starts with the specified value. ENDS_WITH: The operator matches if the field value ends with the specified value. CONTAINS: The operator matches if the field value contains the specified value. EQUALS_ANY: The operator matches if the field value is any value.
29494
+ You can specify an exact match or a partial match by using a field operator and a field value.
29495
+ Available options:
29496
+ EQUALS: The operator matches if the field value equals the specified value.
29497
+ STARTS_WITH: The operator matches if the field value starts with the specified value.
29498
+ ENDS_WITH: The operator matches if the field value ends with the specified value.
29499
+ CONTAINS: The operator matches if the field value contains the specified value.
29500
+ EQUALS_ANY: The operator matches if the field value is any value.
29433
29501
  """
29434
29502
  return pulumi.get(self, "operator")
29435
29503
 
@@ -29441,7 +29509,8 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestCookyArgs:
29441
29509
  @pulumi.getter
29442
29510
  def value(self) -> Optional[pulumi.Input[str]]:
29443
29511
  """
29444
- A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation. The field value must be given if the field operator is not EQUALS_ANY, and cannot be given if the field operator is EQUALS_ANY.
29512
+ A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation.
29513
+ The field value must be given if the field operator is not EQUALS_ANY, and cannot be given if the field operator is EQUALS_ANY.
29445
29514
  """
29446
29515
  return pulumi.get(self, "value")
29447
29516
 
@@ -29456,8 +29525,15 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestHeaderArgs:
29456
29525
  operator: pulumi.Input[str],
29457
29526
  value: Optional[pulumi.Input[str]] = None):
29458
29527
  """
29459
- :param pulumi.Input[str] operator: You can specify an exact match or a partial match by using a field operator and a field value. Available options: EQUALS: The operator matches if the field value equals the specified value. STARTS_WITH: The operator matches if the field value starts with the specified value. ENDS_WITH: The operator matches if the field value ends with the specified value. CONTAINS: The operator matches if the field value contains the specified value. EQUALS_ANY: The operator matches if the field value is any value.
29460
- :param pulumi.Input[str] value: A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation. The field value must be given if the field operator is not EQUALS_ANY, and cannot be given if the field operator is EQUALS_ANY.
29528
+ :param pulumi.Input[str] operator: You can specify an exact match or a partial match by using a field operator and a field value.
29529
+ Available options:
29530
+ EQUALS: The operator matches if the field value equals the specified value.
29531
+ STARTS_WITH: The operator matches if the field value starts with the specified value.
29532
+ ENDS_WITH: The operator matches if the field value ends with the specified value.
29533
+ CONTAINS: The operator matches if the field value contains the specified value.
29534
+ EQUALS_ANY: The operator matches if the field value is any value.
29535
+ :param pulumi.Input[str] value: A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation.
29536
+ The field value must be given if the field operator is not EQUALS_ANY, and cannot be given if the field operator is EQUALS_ANY.
29461
29537
  """
29462
29538
  pulumi.set(__self__, "operator", operator)
29463
29539
  if value is not None:
@@ -29467,7 +29543,13 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestHeaderArgs:
29467
29543
  @pulumi.getter
29468
29544
  def operator(self) -> pulumi.Input[str]:
29469
29545
  """
29470
- You can specify an exact match or a partial match by using a field operator and a field value. Available options: EQUALS: The operator matches if the field value equals the specified value. STARTS_WITH: The operator matches if the field value starts with the specified value. ENDS_WITH: The operator matches if the field value ends with the specified value. CONTAINS: The operator matches if the field value contains the specified value. EQUALS_ANY: The operator matches if the field value is any value.
29546
+ You can specify an exact match or a partial match by using a field operator and a field value.
29547
+ Available options:
29548
+ EQUALS: The operator matches if the field value equals the specified value.
29549
+ STARTS_WITH: The operator matches if the field value starts with the specified value.
29550
+ ENDS_WITH: The operator matches if the field value ends with the specified value.
29551
+ CONTAINS: The operator matches if the field value contains the specified value.
29552
+ EQUALS_ANY: The operator matches if the field value is any value.
29471
29553
  """
29472
29554
  return pulumi.get(self, "operator")
29473
29555
 
@@ -29479,7 +29561,8 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestHeaderArgs:
29479
29561
  @pulumi.getter
29480
29562
  def value(self) -> Optional[pulumi.Input[str]]:
29481
29563
  """
29482
- A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation. The field value must be given if the field operator is not EQUALS_ANY, and cannot be given if the field operator is EQUALS_ANY.
29564
+ A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation.
29565
+ The field value must be given if the field operator is not EQUALS_ANY, and cannot be given if the field operator is EQUALS_ANY.
29483
29566
  """
29484
29567
  return pulumi.get(self, "value")
29485
29568
 
@@ -29494,8 +29577,15 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestQueryParamArgs:
29494
29577
  operator: pulumi.Input[str],
29495
29578
  value: Optional[pulumi.Input[str]] = None):
29496
29579
  """
29497
- :param pulumi.Input[str] operator: You can specify an exact match or a partial match by using a field operator and a field value. Available options: EQUALS: The operator matches if the field value equals the specified value. STARTS_WITH: The operator matches if the field value starts with the specified value. ENDS_WITH: The operator matches if the field value ends with the specified value. CONTAINS: The operator matches if the field value contains the specified value. EQUALS_ANY: The operator matches if the field value is any value.
29498
- :param pulumi.Input[str] value: A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation. The field value must be given if the field operator is not EQUALS_ANY, and cannot be given if the field operator is EQUALS_ANY.
29580
+ :param pulumi.Input[str] operator: You can specify an exact match or a partial match by using a field operator and a field value.
29581
+ Available options:
29582
+ EQUALS: The operator matches if the field value equals the specified value.
29583
+ STARTS_WITH: The operator matches if the field value starts with the specified value.
29584
+ ENDS_WITH: The operator matches if the field value ends with the specified value.
29585
+ CONTAINS: The operator matches if the field value contains the specified value.
29586
+ EQUALS_ANY: The operator matches if the field value is any value.
29587
+ :param pulumi.Input[str] value: A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation.
29588
+ The field value must be given if the field operator is not EQUALS_ANY, and cannot be given if the field operator is EQUALS_ANY.
29499
29589
  """
29500
29590
  pulumi.set(__self__, "operator", operator)
29501
29591
  if value is not None:
@@ -29505,7 +29595,13 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestQueryParamArgs:
29505
29595
  @pulumi.getter
29506
29596
  def operator(self) -> pulumi.Input[str]:
29507
29597
  """
29508
- You can specify an exact match or a partial match by using a field operator and a field value. Available options: EQUALS: The operator matches if the field value equals the specified value. STARTS_WITH: The operator matches if the field value starts with the specified value. ENDS_WITH: The operator matches if the field value ends with the specified value. CONTAINS: The operator matches if the field value contains the specified value. EQUALS_ANY: The operator matches if the field value is any value.
29598
+ You can specify an exact match or a partial match by using a field operator and a field value.
29599
+ Available options:
29600
+ EQUALS: The operator matches if the field value equals the specified value.
29601
+ STARTS_WITH: The operator matches if the field value starts with the specified value.
29602
+ ENDS_WITH: The operator matches if the field value ends with the specified value.
29603
+ CONTAINS: The operator matches if the field value contains the specified value.
29604
+ EQUALS_ANY: The operator matches if the field value is any value.
29509
29605
  """
29510
29606
  return pulumi.get(self, "operator")
29511
29607
 
@@ -29517,7 +29613,8 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestQueryParamArgs:
29517
29613
  @pulumi.getter
29518
29614
  def value(self) -> Optional[pulumi.Input[str]]:
29519
29615
  """
29520
- A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation. The field value must be given if the field operator is not EQUALS_ANY, and cannot be given if the field operator is EQUALS_ANY.
29616
+ A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation.
29617
+ The field value must be given if the field operator is not EQUALS_ANY, and cannot be given if the field operator is EQUALS_ANY.
29521
29618
  """
29522
29619
  return pulumi.get(self, "value")
29523
29620
 
@@ -29532,8 +29629,15 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestUriArgs:
29532
29629
  operator: pulumi.Input[str],
29533
29630
  value: Optional[pulumi.Input[str]] = None):
29534
29631
  """
29535
- :param pulumi.Input[str] operator: You can specify an exact match or a partial match by using a field operator and a field value. Available options: EQUALS: The operator matches if the field value equals the specified value. STARTS_WITH: The operator matches if the field value starts with the specified value. ENDS_WITH: The operator matches if the field value ends with the specified value. CONTAINS: The operator matches if the field value contains the specified value. EQUALS_ANY: The operator matches if the field value is any value.
29536
- :param pulumi.Input[str] value: A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation. The field value must be given if the field operator is not EQUALS_ANY, and cannot be given if the field operator is EQUALS_ANY.
29632
+ :param pulumi.Input[str] operator: You can specify an exact match or a partial match by using a field operator and a field value.
29633
+ Available options:
29634
+ EQUALS: The operator matches if the field value equals the specified value.
29635
+ STARTS_WITH: The operator matches if the field value starts with the specified value.
29636
+ ENDS_WITH: The operator matches if the field value ends with the specified value.
29637
+ CONTAINS: The operator matches if the field value contains the specified value.
29638
+ EQUALS_ANY: The operator matches if the field value is any value.
29639
+ :param pulumi.Input[str] value: A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation.
29640
+ The field value must be given if the field operator is not EQUALS_ANY, and cannot be given if the field operator is EQUALS_ANY.
29537
29641
  """
29538
29642
  pulumi.set(__self__, "operator", operator)
29539
29643
  if value is not None:
@@ -29543,7 +29647,13 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestUriArgs:
29543
29647
  @pulumi.getter
29544
29648
  def operator(self) -> pulumi.Input[str]:
29545
29649
  """
29546
- You can specify an exact match or a partial match by using a field operator and a field value. Available options: EQUALS: The operator matches if the field value equals the specified value. STARTS_WITH: The operator matches if the field value starts with the specified value. ENDS_WITH: The operator matches if the field value ends with the specified value. CONTAINS: The operator matches if the field value contains the specified value. EQUALS_ANY: The operator matches if the field value is any value.
29650
+ You can specify an exact match or a partial match by using a field operator and a field value.
29651
+ Available options:
29652
+ EQUALS: The operator matches if the field value equals the specified value.
29653
+ STARTS_WITH: The operator matches if the field value starts with the specified value.
29654
+ ENDS_WITH: The operator matches if the field value ends with the specified value.
29655
+ CONTAINS: The operator matches if the field value contains the specified value.
29656
+ EQUALS_ANY: The operator matches if the field value is any value.
29547
29657
  """
29548
29658
  return pulumi.get(self, "operator")
29549
29659
 
@@ -29555,7 +29665,8 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestUriArgs:
29555
29665
  @pulumi.getter
29556
29666
  def value(self) -> Optional[pulumi.Input[str]]:
29557
29667
  """
29558
- A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation. The field value must be given if the field operator is not EQUALS_ANY, and cannot be given if the field operator is EQUALS_ANY.
29668
+ A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation.
29669
+ The field value must be given if the field operator is not EQUALS_ANY, and cannot be given if the field operator is EQUALS_ANY.
29559
29670
  """
29560
29671
  return pulumi.get(self, "value")
29561
29672
 
@@ -205,7 +205,6 @@ class ForwardingRuleArgs:
205
205
  they share at least one port number.
206
206
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
207
207
  If it is not provided, the provider project is used.
208
- :param pulumi.Input[bool] recreate_closed_psc: This is used in PSC consumer ForwardingRule to make terraform recreate the ForwardingRule when the status is closed
209
208
  :param pulumi.Input[str] region: A reference to the region where the regional forwarding rule resides.
210
209
  This field is not applicable to global forwarding rules.
211
210
  :param pulumi.Input['ForwardingRuleServiceDirectoryRegistrationsArgs'] service_directory_registrations: Service Directory resources to register this forwarding rule with.
@@ -654,9 +653,6 @@ class ForwardingRuleArgs:
654
653
  @property
655
654
  @pulumi.getter(name="recreateClosedPsc")
656
655
  def recreate_closed_psc(self) -> Optional[pulumi.Input[bool]]:
657
- """
658
- This is used in PSC consumer ForwardingRule to make terraform recreate the ForwardingRule when the status is closed
659
- """
660
656
  return pulumi.get(self, "recreate_closed_psc")
661
657
 
662
658
  @recreate_closed_psc.setter
@@ -973,7 +969,6 @@ class _ForwardingRuleState:
973
969
  :param pulumi.Input[str] psc_connection_status: The PSC connection status of the PSC Forwarding Rule. Possible values: `STATUS_UNSPECIFIED`, `PENDING`, `ACCEPTED`, `REJECTED`, `CLOSED`
974
970
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
975
971
  and default labels configured on the provider.
976
- :param pulumi.Input[bool] recreate_closed_psc: This is used in PSC consumer ForwardingRule to make terraform recreate the ForwardingRule when the status is closed
977
972
  :param pulumi.Input[str] region: A reference to the region where the regional forwarding rule resides.
978
973
  This field is not applicable to global forwarding rules.
979
974
  :param pulumi.Input[str] self_link: The URI of the created resource.
@@ -1529,9 +1524,6 @@ class _ForwardingRuleState:
1529
1524
  @property
1530
1525
  @pulumi.getter(name="recreateClosedPsc")
1531
1526
  def recreate_closed_psc(self) -> Optional[pulumi.Input[bool]]:
1532
- """
1533
- This is used in PSC consumer ForwardingRule to make terraform recreate the ForwardingRule when the status is closed
1534
- """
1535
1527
  return pulumi.get(self, "recreate_closed_psc")
1536
1528
 
1537
1529
  @recreate_closed_psc.setter
@@ -2848,7 +2840,6 @@ class ForwardingRule(pulumi.CustomResource):
2848
2840
  they share at least one port number.
2849
2841
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
2850
2842
  If it is not provided, the provider project is used.
2851
- :param pulumi.Input[bool] recreate_closed_psc: This is used in PSC consumer ForwardingRule to make terraform recreate the ForwardingRule when the status is closed
2852
2843
  :param pulumi.Input[str] region: A reference to the region where the regional forwarding rule resides.
2853
2844
  This field is not applicable to global forwarding rules.
2854
2845
  :param pulumi.Input[pulumi.InputType['ForwardingRuleServiceDirectoryRegistrationsArgs']] service_directory_registrations: Service Directory resources to register this forwarding rule with.
@@ -4186,7 +4177,6 @@ class ForwardingRule(pulumi.CustomResource):
4186
4177
  :param pulumi.Input[str] psc_connection_status: The PSC connection status of the PSC Forwarding Rule. Possible values: `STATUS_UNSPECIFIED`, `PENDING`, `ACCEPTED`, `REJECTED`, `CLOSED`
4187
4178
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
4188
4179
  and default labels configured on the provider.
4189
- :param pulumi.Input[bool] recreate_closed_psc: This is used in PSC consumer ForwardingRule to make terraform recreate the ForwardingRule when the status is closed
4190
4180
  :param pulumi.Input[str] region: A reference to the region where the regional forwarding rule resides.
4191
4181
  This field is not applicable to global forwarding rules.
4192
4182
  :param pulumi.Input[str] self_link: The URI of the created resource.
@@ -4613,9 +4603,6 @@ class ForwardingRule(pulumi.CustomResource):
4613
4603
  @property
4614
4604
  @pulumi.getter(name="recreateClosedPsc")
4615
4605
  def recreate_closed_psc(self) -> pulumi.Output[Optional[bool]]:
4616
- """
4617
- This is used in PSC consumer ForwardingRule to make terraform recreate the ForwardingRule when the status is closed
4618
- """
4619
4606
  return pulumi.get(self, "recreate_closed_psc")
4620
4607
 
4621
4608
  @property
@@ -22,7 +22,7 @@ class GetInstanceGroupManagerResult:
22
22
  """
23
23
  A collection of values returned by getInstanceGroupManager.
24
24
  """
25
- def __init__(__self__, all_instances_configs=None, auto_healing_policies=None, base_instance_name=None, creation_timestamp=None, description=None, fingerprint=None, id=None, instance_group=None, instance_lifecycle_policies=None, list_managed_instances_results=None, name=None, named_ports=None, operation=None, project=None, self_link=None, stateful_disks=None, stateful_external_ips=None, stateful_internal_ips=None, statuses=None, target_pools=None, target_size=None, update_policies=None, versions=None, wait_for_instances=None, wait_for_instances_status=None, zone=None):
25
+ def __init__(__self__, all_instances_configs=None, auto_healing_policies=None, base_instance_name=None, creation_timestamp=None, description=None, fingerprint=None, id=None, instance_group=None, instance_lifecycle_policies=None, list_managed_instances_results=None, name=None, named_ports=None, operation=None, params=None, project=None, self_link=None, stateful_disks=None, stateful_external_ips=None, stateful_internal_ips=None, statuses=None, target_pools=None, target_size=None, update_policies=None, versions=None, wait_for_instances=None, wait_for_instances_status=None, zone=None):
26
26
  if all_instances_configs and not isinstance(all_instances_configs, list):
27
27
  raise TypeError("Expected argument 'all_instances_configs' to be a list")
28
28
  pulumi.set(__self__, "all_instances_configs", all_instances_configs)
@@ -62,6 +62,9 @@ class GetInstanceGroupManagerResult:
62
62
  if operation and not isinstance(operation, str):
63
63
  raise TypeError("Expected argument 'operation' to be a str")
64
64
  pulumi.set(__self__, "operation", operation)
65
+ if params and not isinstance(params, list):
66
+ raise TypeError("Expected argument 'params' to be a list")
67
+ pulumi.set(__self__, "params", params)
65
68
  if project and not isinstance(project, str):
66
69
  raise TypeError("Expected argument 'project' to be a str")
67
70
  pulumi.set(__self__, "project", project)
@@ -170,6 +173,11 @@ class GetInstanceGroupManagerResult:
170
173
  def operation(self) -> str:
171
174
  return pulumi.get(self, "operation")
172
175
 
176
+ @property
177
+ @pulumi.getter
178
+ def params(self) -> Sequence['outputs.GetInstanceGroupManagerParamResult']:
179
+ return pulumi.get(self, "params")
180
+
173
181
  @property
174
182
  @pulumi.getter
175
183
  def project(self) -> Optional[str]:
@@ -255,6 +263,7 @@ class AwaitableGetInstanceGroupManagerResult(GetInstanceGroupManagerResult):
255
263
  name=self.name,
256
264
  named_ports=self.named_ports,
257
265
  operation=self.operation,
266
+ params=self.params,
258
267
  project=self.project,
259
268
  self_link=self.self_link,
260
269
  stateful_disks=self.stateful_disks,
@@ -319,6 +328,7 @@ def get_instance_group_manager(name: Optional[str] = None,
319
328
  name=pulumi.get(__ret__, 'name'),
320
329
  named_ports=pulumi.get(__ret__, 'named_ports'),
321
330
  operation=pulumi.get(__ret__, 'operation'),
331
+ params=pulumi.get(__ret__, 'params'),
322
332
  project=pulumi.get(__ret__, 'project'),
323
333
  self_link=pulumi.get(__ret__, 'self_link'),
324
334
  stateful_disks=pulumi.get(__ret__, 'stateful_disks'),
@@ -265,8 +265,6 @@ class _GlobalAddressState:
265
265
  Possible values are: `EXTERNAL`, `INTERNAL`.
266
266
  :param pulumi.Input[str] creation_timestamp: Creation timestamp in RFC3339 text format.
267
267
  :param pulumi.Input[str] description: An optional description of this resource.
268
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
269
- clients and services.
270
268
  :param pulumi.Input[str] ip_version: The IP Version that will be used by this address. The default value is `IPV4`.
271
269
  Possible values are: `IPV4`, `IPV6`.
272
270
  :param pulumi.Input[str] label_fingerprint: The fingerprint used for optimistic locking of this resource. Used internally during updates.
@@ -388,10 +386,6 @@ class _GlobalAddressState:
388
386
  @property
389
387
  @pulumi.getter(name="effectiveLabels")
390
388
  def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
391
- """
392
- All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
393
- clients and services.
394
- """
395
389
  return pulumi.get(self, "effective_labels")
396
390
 
397
391
  @effective_labels.setter
@@ -819,8 +813,6 @@ class GlobalAddress(pulumi.CustomResource):
819
813
  Possible values are: `EXTERNAL`, `INTERNAL`.
820
814
  :param pulumi.Input[str] creation_timestamp: Creation timestamp in RFC3339 text format.
821
815
  :param pulumi.Input[str] description: An optional description of this resource.
822
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
823
- clients and services.
824
816
  :param pulumi.Input[str] ip_version: The IP Version that will be used by this address. The default value is `IPV4`.
825
817
  Possible values are: `IPV4`, `IPV6`.
826
818
  :param pulumi.Input[str] label_fingerprint: The fingerprint used for optimistic locking of this resource. Used internally during updates.
@@ -916,10 +908,6 @@ class GlobalAddress(pulumi.CustomResource):
916
908
  @property
917
909
  @pulumi.getter(name="effectiveLabels")
918
910
  def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
919
- """
920
- All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
921
- clients and services.
922
- """
923
911
  return pulumi.get(self, "effective_labels")
924
912
 
925
913
  @property