pulumi-gcp 7.20.0a1713986537__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 (106) hide show
  1. pulumi_gcp/__init__.py +40 -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/sharedflow.py +0 -20
  9. pulumi_gcp/appengine/flexible_app_version.py +0 -20
  10. pulumi_gcp/applicationintegration/__init__.py +1 -0
  11. pulumi_gcp/applicationintegration/_inputs.py +843 -0
  12. pulumi_gcp/applicationintegration/auth_config.py +998 -0
  13. pulumi_gcp/applicationintegration/outputs.py +891 -0
  14. pulumi_gcp/bigquerydatapolicy/_inputs.py +21 -4
  15. pulumi_gcp/bigquerydatapolicy/data_policy.py +78 -0
  16. pulumi_gcp/bigquerydatapolicy/outputs.py +16 -3
  17. pulumi_gcp/certificateauthority/_inputs.py +92 -12
  18. pulumi_gcp/certificateauthority/authority.py +117 -27
  19. pulumi_gcp/certificateauthority/certificate.py +176 -0
  20. pulumi_gcp/certificateauthority/outputs.py +144 -12
  21. pulumi_gcp/cloudbuild/worker_pool.py +0 -12
  22. pulumi_gcp/cloudbuildv2/connection.py +0 -12
  23. pulumi_gcp/cloudbuildv2/repository.py +0 -12
  24. pulumi_gcp/clouddeploy/automation.py +0 -12
  25. pulumi_gcp/clouddeploy/custom_target_type.py +0 -12
  26. pulumi_gcp/clouddeploy/delivery_pipeline.py +0 -12
  27. pulumi_gcp/clouddeploy/target.py +0 -12
  28. pulumi_gcp/cloudrunv2/job.py +0 -12
  29. pulumi_gcp/cloudrunv2/service.py +0 -12
  30. pulumi_gcp/composer/__init__.py +1 -0
  31. pulumi_gcp/composer/environment.py +35 -47
  32. pulumi_gcp/composer/user_workloads_secret.py +441 -0
  33. pulumi_gcp/compute/__init__.py +1 -0
  34. pulumi_gcp/compute/_inputs.py +121 -58
  35. pulumi_gcp/compute/forwarding_rule.py +0 -13
  36. pulumi_gcp/compute/global_address.py +0 -12
  37. pulumi_gcp/compute/global_forwarding_rule.py +0 -282
  38. pulumi_gcp/compute/instance_from_machine_image.py +14 -46
  39. pulumi_gcp/compute/instance_from_template.py +14 -46
  40. pulumi_gcp/compute/outputs.py +120 -65
  41. pulumi_gcp/compute/region_instance_template.py +0 -13
  42. pulumi_gcp/compute/region_target_https_proxy.py +257 -0
  43. pulumi_gcp/compute/region_url_map.py +0 -470
  44. pulumi_gcp/compute/security_policy_rule.py +850 -0
  45. pulumi_gcp/container/attached_cluster.py +0 -12
  46. pulumi_gcp/container/aws_cluster.py +0 -12
  47. pulumi_gcp/container/aws_node_pool.py +0 -12
  48. pulumi_gcp/container/azure_cluster.py +0 -12
  49. pulumi_gcp/container/azure_node_pool.py +0 -12
  50. pulumi_gcp/container/cluster.py +0 -20
  51. pulumi_gcp/dataflow/flex_template_job.py +0 -39
  52. pulumi_gcp/dataloss/__init__.py +1 -0
  53. pulumi_gcp/dataloss/_inputs.py +1040 -0
  54. pulumi_gcp/dataloss/outputs.py +1123 -0
  55. pulumi_gcp/dataloss/prevention_discovery_config.py +737 -0
  56. pulumi_gcp/dataproc/cluster.py +0 -20
  57. pulumi_gcp/dataproc/workflow_template.py +21 -26
  58. pulumi_gcp/deploymentmanager/deployment.py +0 -34
  59. pulumi_gcp/dns/_inputs.py +2 -2
  60. pulumi_gcp/dns/outputs.py +2 -2
  61. pulumi_gcp/dns/record_set.py +2 -36
  62. pulumi_gcp/filestore/get_instance.py +11 -1
  63. pulumi_gcp/filestore/instance.py +101 -0
  64. pulumi_gcp/firebase/_inputs.py +16 -0
  65. pulumi_gcp/firebase/android_app.py +0 -27
  66. pulumi_gcp/firebase/app_check_play_integrity_config.py +20 -0
  67. pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +10 -0
  68. pulumi_gcp/firebase/app_check_service_config.py +0 -125
  69. pulumi_gcp/firebase/apple_app.py +0 -27
  70. pulumi_gcp/firebase/hosting_custom_domain.py +0 -27
  71. pulumi_gcp/firebase/hosting_version.py +44 -0
  72. pulumi_gcp/firebase/outputs.py +12 -0
  73. pulumi_gcp/firebase/web_app.py +0 -20
  74. pulumi_gcp/firestore/database.py +0 -68
  75. pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +0 -12
  76. pulumi_gcp/gkeonprem/bare_metal_cluster.py +0 -12
  77. pulumi_gcp/gkeonprem/bare_metal_node_pool.py +0 -12
  78. pulumi_gcp/gkeonprem/v_mware_cluster.py +0 -12
  79. pulumi_gcp/gkeonprem/v_mware_node_pool.py +0 -12
  80. pulumi_gcp/logging/folder_sink.py +54 -0
  81. pulumi_gcp/logging/organization_sink.py +54 -0
  82. pulumi_gcp/monitoring/_inputs.py +46 -2
  83. pulumi_gcp/monitoring/outputs.py +40 -2
  84. pulumi_gcp/monitoring/uptime_check_config.py +6 -0
  85. pulumi_gcp/netapp/active_directory.py +0 -20
  86. pulumi_gcp/netapp/volume_replication.py +0 -68
  87. pulumi_gcp/networkconnectivity/__init__.py +1 -0
  88. pulumi_gcp/networkconnectivity/internal_range.py +1024 -0
  89. pulumi_gcp/provider.py +3 -1
  90. pulumi_gcp/secretmanager/get_secret.py +13 -3
  91. pulumi_gcp/secretmanager/outputs.py +20 -1
  92. pulumi_gcp/secretmanager/secret.py +90 -15
  93. pulumi_gcp/servicenetworking/connection.py +0 -20
  94. pulumi_gcp/spanner/database.py +0 -41
  95. pulumi_gcp/spanner/instance.py +0 -40
  96. pulumi_gcp/storage/__init__.py +1 -0
  97. pulumi_gcp/storage/bucket.py +0 -12
  98. pulumi_gcp/storage/get_bucket_objects.py +153 -0
  99. pulumi_gcp/storage/outputs.py +63 -0
  100. pulumi_gcp/workstations/workstation.py +0 -12
  101. pulumi_gcp/workstations/workstation_cluster.py +0 -12
  102. pulumi_gcp/workstations/workstation_config.py +0 -12
  103. {pulumi_gcp-7.20.0a1713986537.dist-info → pulumi_gcp-7.21.0.dist-info}/METADATA +1 -1
  104. {pulumi_gcp-7.20.0a1713986537.dist-info → pulumi_gcp-7.21.0.dist-info}/RECORD +106 -100
  105. {pulumi_gcp-7.20.0a1713986537.dist-info → pulumi_gcp-7.21.0.dist-info}/WHEEL +0 -0
  106. {pulumi_gcp-7.20.0a1713986537.dist-info → pulumi_gcp-7.21.0.dist-info}/top_level.txt +0 -0
@@ -30183,14 +30183,14 @@ class SecurityPolicyRuleMatch(dict):
30183
30183
  expr: Optional['outputs.SecurityPolicyRuleMatchExpr'] = None,
30184
30184
  versioned_expr: Optional[str] = None):
30185
30185
  """
30186
- :param 'SecurityPolicyRuleMatchConfigArgs' config: The configuration options available when specifying `versioned_expr`.
30187
- This field must be specified if `versioned_expr` is specified and cannot be specified if `versioned_expr` is not specified.
30186
+ :param 'SecurityPolicyRuleMatchConfigArgs' config: The configuration options available when specifying versionedExpr.
30187
+ This field must be specified if versionedExpr is specified and cannot be specified if versionedExpr is not specified.
30188
30188
  Structure is documented below.
30189
- :param 'SecurityPolicyRuleMatchExprArgs' expr: User defined CEVAL expression. A CEVAL expression is used to specify match criteria
30190
- such as `origin.ip`, `source.region_code` and `contents` in the request header.
30189
+ :param '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.
30191
30190
  Structure is documented below.
30192
- :param str versioned_expr: Predefined rule expression. If this field is specified, `config` must also be specified.
30193
- Available options:
30191
+ :param str versioned_expr: Preconfigured versioned expression. If this field is specified, config must also be specified.
30192
+ Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding srcIpRange field in config.
30193
+ Possible values are: `SRC_IPS_V1`.
30194
30194
  """
30195
30195
  if config is not None:
30196
30196
  pulumi.set(__self__, "config", config)
@@ -30203,8 +30203,8 @@ class SecurityPolicyRuleMatch(dict):
30203
30203
  @pulumi.getter
30204
30204
  def config(self) -> Optional['outputs.SecurityPolicyRuleMatchConfig']:
30205
30205
  """
30206
- The configuration options available when specifying `versioned_expr`.
30207
- This field must be specified if `versioned_expr` is specified and cannot be specified if `versioned_expr` is not specified.
30206
+ The configuration options available when specifying versionedExpr.
30207
+ This field must be specified if versionedExpr is specified and cannot be specified if versionedExpr is not specified.
30208
30208
  Structure is documented below.
30209
30209
  """
30210
30210
  return pulumi.get(self, "config")
@@ -30213,8 +30213,7 @@ class SecurityPolicyRuleMatch(dict):
30213
30213
  @pulumi.getter
30214
30214
  def expr(self) -> Optional['outputs.SecurityPolicyRuleMatchExpr']:
30215
30215
  """
30216
- User defined CEVAL expression. A CEVAL expression is used to specify match criteria
30217
- such as `origin.ip`, `source.region_code` and `contents` in the request header.
30216
+ 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.
30218
30217
  Structure is documented below.
30219
30218
  """
30220
30219
  return pulumi.get(self, "expr")
@@ -30223,8 +30222,9 @@ class SecurityPolicyRuleMatch(dict):
30223
30222
  @pulumi.getter(name="versionedExpr")
30224
30223
  def versioned_expr(self) -> Optional[str]:
30225
30224
  """
30226
- Predefined rule expression. If this field is specified, `config` must also be specified.
30227
- Available options:
30225
+ Preconfigured versioned expression. If this field is specified, config must also be specified.
30226
+ Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding srcIpRange field in config.
30227
+ Possible values are: `SRC_IPS_V1`.
30228
30228
  """
30229
30229
  return pulumi.get(self, "versioned_expr")
30230
30230
 
@@ -30249,21 +30249,18 @@ class SecurityPolicyRuleMatchConfig(dict):
30249
30249
  return super().get(key, default)
30250
30250
 
30251
30251
  def __init__(__self__, *,
30252
- src_ip_ranges: Sequence[str]):
30252
+ src_ip_ranges: Optional[Sequence[str]] = None):
30253
30253
  """
30254
- :param Sequence[str] src_ip_ranges: Set of IP addresses or ranges (IPV4 or IPV6) in CIDR notation
30255
- to match against inbound traffic. There is a limit of 10 IP ranges per rule. A value of `*` matches all IPs
30256
- (can be used to override the default behavior).
30254
+ :param Sequence[str] src_ip_ranges: CIDR IP address range. Maximum number of srcIpRanges allowed is 10.
30257
30255
  """
30258
- pulumi.set(__self__, "src_ip_ranges", src_ip_ranges)
30256
+ if src_ip_ranges is not None:
30257
+ pulumi.set(__self__, "src_ip_ranges", src_ip_ranges)
30259
30258
 
30260
30259
  @property
30261
30260
  @pulumi.getter(name="srcIpRanges")
30262
- def src_ip_ranges(self) -> Sequence[str]:
30261
+ def src_ip_ranges(self) -> Optional[Sequence[str]]:
30263
30262
  """
30264
- Set of IP addresses or ranges (IPV4 or IPV6) in CIDR notation
30265
- to match against inbound traffic. There is a limit of 10 IP ranges per rule. A value of `*` matches all IPs
30266
- (can be used to override the default behavior).
30263
+ CIDR IP address range. Maximum number of srcIpRanges allowed is 10.
30267
30264
  """
30268
30265
  return pulumi.get(self, "src_ip_ranges")
30269
30266
 
@@ -30273,8 +30270,7 @@ class SecurityPolicyRuleMatchExpr(dict):
30273
30270
  def __init__(__self__, *,
30274
30271
  expression: str):
30275
30272
  """
30276
- :param str expression: Textual representation of an expression in Common Expression Language syntax.
30277
- The application context of the containing message determines which well-known feature set of CEL is supported.
30273
+ :param 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.
30278
30274
  """
30279
30275
  pulumi.set(__self__, "expression", expression)
30280
30276
 
@@ -30282,8 +30278,7 @@ class SecurityPolicyRuleMatchExpr(dict):
30282
30278
  @pulumi.getter
30283
30279
  def expression(self) -> str:
30284
30280
  """
30285
- Textual representation of an expression in Common Expression Language syntax.
30286
- The application context of the containing message determines which well-known feature set of CEL is supported.
30281
+ 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.
30287
30282
  """
30288
30283
  return pulumi.get(self, "expression")
30289
30284
 
@@ -30293,7 +30288,8 @@ class SecurityPolicyRulePreconfiguredWafConfig(dict):
30293
30288
  def __init__(__self__, *,
30294
30289
  exclusions: Optional[Sequence['outputs.SecurityPolicyRulePreconfiguredWafConfigExclusion']] = None):
30295
30290
  """
30296
- :param Sequence['SecurityPolicyRulePreconfiguredWafConfigExclusionArgs'] exclusions: An exclusion to apply during preconfigured WAF evaluation. Structure is documented below.
30291
+ :param Sequence['SecurityPolicyRulePreconfiguredWafConfigExclusionArgs'] exclusions: An exclusion to apply during preconfigured WAF evaluation.
30292
+ Structure is documented below.
30297
30293
  """
30298
30294
  if exclusions is not None:
30299
30295
  pulumi.set(__self__, "exclusions", exclusions)
@@ -30302,7 +30298,8 @@ class SecurityPolicyRulePreconfiguredWafConfig(dict):
30302
30298
  @pulumi.getter
30303
30299
  def exclusions(self) -> Optional[Sequence['outputs.SecurityPolicyRulePreconfiguredWafConfigExclusion']]:
30304
30300
  """
30305
- An exclusion to apply during preconfigured WAF evaluation. Structure is documented below.
30301
+ An exclusion to apply during preconfigured WAF evaluation.
30302
+ Structure is documented below.
30306
30303
  """
30307
30304
  return pulumi.get(self, "exclusions")
30308
30305
 
@@ -30345,13 +30342,18 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusion(dict):
30345
30342
  target_rule_ids: Optional[Sequence[str]] = None):
30346
30343
  """
30347
30344
  :param str target_rule_set: Target WAF rule set to apply the preconfigured WAF exclusion.
30348
- :param Sequence['SecurityPolicyRulePreconfiguredWafConfigExclusionRequestCookyArgs'] request_cookies: Request cookie whose value will be excluded from inspection during preconfigured WAF evaluation. Structure is documented below.
30349
- :param Sequence['SecurityPolicyRulePreconfiguredWafConfigExclusionRequestHeaderArgs'] request_headers: Request header whose value will be excluded from inspection during preconfigured WAF evaluation. Structure is documented below.
30350
- :param Sequence['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.
30351
- :param Sequence['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.
30352
- :param Sequence[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.
30353
-
30354
- <a name="nested_field_params"></a>The `request_header`, `request_cookie`, `request_uri` and `request_query_param` blocks support:
30345
+ :param Sequence['SecurityPolicyRulePreconfiguredWafConfigExclusionRequestCookyArgs'] request_cookies: Request cookie whose value will be excluded from inspection during preconfigured WAF evaluation.
30346
+ Structure is documented below.
30347
+ :param Sequence['SecurityPolicyRulePreconfiguredWafConfigExclusionRequestHeaderArgs'] request_headers: Request header whose value will be excluded from inspection during preconfigured WAF evaluation.
30348
+ Structure is documented below.
30349
+ :param Sequence['SecurityPolicyRulePreconfiguredWafConfigExclusionRequestQueryParamArgs'] request_query_params: Request query parameter whose value will be excluded from inspection during preconfigured WAF evaluation.
30350
+ Note that the parameter can be in the query string or in the POST body.
30351
+ Structure is documented below.
30352
+ :param Sequence['SecurityPolicyRulePreconfiguredWafConfigExclusionRequestUriArgs'] request_uris: Request URI from the request line to be excluded from inspection during preconfigured WAF evaluation.
30353
+ When specifying this field, the query or fragment part should be excluded.
30354
+ Structure is documented below.
30355
+ :param Sequence[str] target_rule_ids: A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion.
30356
+ If omitted, it refers to all the rule IDs under the WAF rule set.
30355
30357
  """
30356
30358
  pulumi.set(__self__, "target_rule_set", target_rule_set)
30357
30359
  if request_cookies is not None:
@@ -30377,7 +30379,8 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusion(dict):
30377
30379
  @pulumi.getter(name="requestCookies")
30378
30380
  def request_cookies(self) -> Optional[Sequence['outputs.SecurityPolicyRulePreconfiguredWafConfigExclusionRequestCooky']]:
30379
30381
  """
30380
- Request cookie whose value will be excluded from inspection during preconfigured WAF evaluation. Structure is documented below.
30382
+ Request cookie whose value will be excluded from inspection during preconfigured WAF evaluation.
30383
+ Structure is documented below.
30381
30384
  """
30382
30385
  return pulumi.get(self, "request_cookies")
30383
30386
 
@@ -30385,7 +30388,8 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusion(dict):
30385
30388
  @pulumi.getter(name="requestHeaders")
30386
30389
  def request_headers(self) -> Optional[Sequence['outputs.SecurityPolicyRulePreconfiguredWafConfigExclusionRequestHeader']]:
30387
30390
  """
30388
- Request header whose value will be excluded from inspection during preconfigured WAF evaluation. Structure is documented below.
30391
+ Request header whose value will be excluded from inspection during preconfigured WAF evaluation.
30392
+ Structure is documented below.
30389
30393
  """
30390
30394
  return pulumi.get(self, "request_headers")
30391
30395
 
@@ -30393,7 +30397,9 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusion(dict):
30393
30397
  @pulumi.getter(name="requestQueryParams")
30394
30398
  def request_query_params(self) -> Optional[Sequence['outputs.SecurityPolicyRulePreconfiguredWafConfigExclusionRequestQueryParam']]:
30395
30399
  """
30396
- 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.
30400
+ Request query parameter whose value will be excluded from inspection during preconfigured WAF evaluation.
30401
+ Note that the parameter can be in the query string or in the POST body.
30402
+ Structure is documented below.
30397
30403
  """
30398
30404
  return pulumi.get(self, "request_query_params")
30399
30405
 
@@ -30401,7 +30407,9 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusion(dict):
30401
30407
  @pulumi.getter(name="requestUris")
30402
30408
  def request_uris(self) -> Optional[Sequence['outputs.SecurityPolicyRulePreconfiguredWafConfigExclusionRequestUri']]:
30403
30409
  """
30404
- 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.
30410
+ Request URI from the request line to be excluded from inspection during preconfigured WAF evaluation.
30411
+ When specifying this field, the query or fragment part should be excluded.
30412
+ Structure is documented below.
30405
30413
  """
30406
30414
  return pulumi.get(self, "request_uris")
30407
30415
 
@@ -30409,9 +30417,8 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusion(dict):
30409
30417
  @pulumi.getter(name="targetRuleIds")
30410
30418
  def target_rule_ids(self) -> Optional[Sequence[str]]:
30411
30419
  """
30412
- 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.
30413
-
30414
- <a name="nested_field_params"></a>The `request_header`, `request_cookie`, `request_uri` and `request_query_param` blocks support:
30420
+ A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion.
30421
+ If omitted, it refers to all the rule IDs under the WAF rule set.
30415
30422
  """
30416
30423
  return pulumi.get(self, "target_rule_ids")
30417
30424
 
@@ -30422,8 +30429,15 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestCooky(dict):
30422
30429
  operator: str,
30423
30430
  value: Optional[str] = None):
30424
30431
  """
30425
- :param 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.
30426
- :param 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.
30432
+ :param str operator: You can specify an exact match or a partial match by using a field operator and a field value.
30433
+ Available options:
30434
+ EQUALS: The operator matches if the field value equals the specified value.
30435
+ STARTS_WITH: The operator matches if the field value starts with the specified value.
30436
+ ENDS_WITH: The operator matches if the field value ends with the specified value.
30437
+ CONTAINS: The operator matches if the field value contains the specified value.
30438
+ EQUALS_ANY: The operator matches if the field value is any value.
30439
+ :param str value: A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation.
30440
+ 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.
30427
30441
  """
30428
30442
  pulumi.set(__self__, "operator", operator)
30429
30443
  if value is not None:
@@ -30433,7 +30447,13 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestCooky(dict):
30433
30447
  @pulumi.getter
30434
30448
  def operator(self) -> str:
30435
30449
  """
30436
- 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.
30450
+ You can specify an exact match or a partial match by using a field operator and a field value.
30451
+ Available options:
30452
+ EQUALS: The operator matches if the field value equals the specified value.
30453
+ STARTS_WITH: The operator matches if the field value starts with the specified value.
30454
+ ENDS_WITH: The operator matches if the field value ends with the specified value.
30455
+ CONTAINS: The operator matches if the field value contains the specified value.
30456
+ EQUALS_ANY: The operator matches if the field value is any value.
30437
30457
  """
30438
30458
  return pulumi.get(self, "operator")
30439
30459
 
@@ -30441,7 +30461,8 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestCooky(dict):
30441
30461
  @pulumi.getter
30442
30462
  def value(self) -> Optional[str]:
30443
30463
  """
30444
- 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.
30464
+ A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation.
30465
+ 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.
30445
30466
  """
30446
30467
  return pulumi.get(self, "value")
30447
30468
 
@@ -30452,8 +30473,15 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestHeader(dict):
30452
30473
  operator: str,
30453
30474
  value: Optional[str] = None):
30454
30475
  """
30455
- :param 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.
30456
- :param 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.
30476
+ :param str operator: You can specify an exact match or a partial match by using a field operator and a field value.
30477
+ Available options:
30478
+ EQUALS: The operator matches if the field value equals the specified value.
30479
+ STARTS_WITH: The operator matches if the field value starts with the specified value.
30480
+ ENDS_WITH: The operator matches if the field value ends with the specified value.
30481
+ CONTAINS: The operator matches if the field value contains the specified value.
30482
+ EQUALS_ANY: The operator matches if the field value is any value.
30483
+ :param str value: A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation.
30484
+ 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.
30457
30485
  """
30458
30486
  pulumi.set(__self__, "operator", operator)
30459
30487
  if value is not None:
@@ -30463,7 +30491,13 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestHeader(dict):
30463
30491
  @pulumi.getter
30464
30492
  def operator(self) -> str:
30465
30493
  """
30466
- 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.
30494
+ You can specify an exact match or a partial match by using a field operator and a field value.
30495
+ Available options:
30496
+ EQUALS: The operator matches if the field value equals the specified value.
30497
+ STARTS_WITH: The operator matches if the field value starts with the specified value.
30498
+ ENDS_WITH: The operator matches if the field value ends with the specified value.
30499
+ CONTAINS: The operator matches if the field value contains the specified value.
30500
+ EQUALS_ANY: The operator matches if the field value is any value.
30467
30501
  """
30468
30502
  return pulumi.get(self, "operator")
30469
30503
 
@@ -30471,7 +30505,8 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestHeader(dict):
30471
30505
  @pulumi.getter
30472
30506
  def value(self) -> Optional[str]:
30473
30507
  """
30474
- 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.
30508
+ A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation.
30509
+ 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.
30475
30510
  """
30476
30511
  return pulumi.get(self, "value")
30477
30512
 
@@ -30482,8 +30517,15 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestQueryParam(dict):
30482
30517
  operator: str,
30483
30518
  value: Optional[str] = None):
30484
30519
  """
30485
- :param 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.
30486
- :param 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.
30520
+ :param str operator: You can specify an exact match or a partial match by using a field operator and a field value.
30521
+ Available options:
30522
+ EQUALS: The operator matches if the field value equals the specified value.
30523
+ STARTS_WITH: The operator matches if the field value starts with the specified value.
30524
+ ENDS_WITH: The operator matches if the field value ends with the specified value.
30525
+ CONTAINS: The operator matches if the field value contains the specified value.
30526
+ EQUALS_ANY: The operator matches if the field value is any value.
30527
+ :param str value: A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation.
30528
+ 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.
30487
30529
  """
30488
30530
  pulumi.set(__self__, "operator", operator)
30489
30531
  if value is not None:
@@ -30493,7 +30535,13 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestQueryParam(dict):
30493
30535
  @pulumi.getter
30494
30536
  def operator(self) -> str:
30495
30537
  """
30496
- 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.
30538
+ You can specify an exact match or a partial match by using a field operator and a field value.
30539
+ Available options:
30540
+ EQUALS: The operator matches if the field value equals the specified value.
30541
+ STARTS_WITH: The operator matches if the field value starts with the specified value.
30542
+ ENDS_WITH: The operator matches if the field value ends with the specified value.
30543
+ CONTAINS: The operator matches if the field value contains the specified value.
30544
+ EQUALS_ANY: The operator matches if the field value is any value.
30497
30545
  """
30498
30546
  return pulumi.get(self, "operator")
30499
30547
 
@@ -30501,7 +30549,8 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestQueryParam(dict):
30501
30549
  @pulumi.getter
30502
30550
  def value(self) -> Optional[str]:
30503
30551
  """
30504
- 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.
30552
+ A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation.
30553
+ 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.
30505
30554
  """
30506
30555
  return pulumi.get(self, "value")
30507
30556
 
@@ -30512,8 +30561,15 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestUri(dict):
30512
30561
  operator: str,
30513
30562
  value: Optional[str] = None):
30514
30563
  """
30515
- :param 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.
30516
- :param 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.
30564
+ :param str operator: You can specify an exact match or a partial match by using a field operator and a field value.
30565
+ Available options:
30566
+ EQUALS: The operator matches if the field value equals the specified value.
30567
+ STARTS_WITH: The operator matches if the field value starts with the specified value.
30568
+ ENDS_WITH: The operator matches if the field value ends with the specified value.
30569
+ CONTAINS: The operator matches if the field value contains the specified value.
30570
+ EQUALS_ANY: The operator matches if the field value is any value.
30571
+ :param str value: A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation.
30572
+ 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.
30517
30573
  """
30518
30574
  pulumi.set(__self__, "operator", operator)
30519
30575
  if value is not None:
@@ -30523,7 +30579,13 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestUri(dict):
30523
30579
  @pulumi.getter
30524
30580
  def operator(self) -> str:
30525
30581
  """
30526
- 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.
30582
+ You can specify an exact match or a partial match by using a field operator and a field value.
30583
+ Available options:
30584
+ EQUALS: The operator matches if the field value equals the specified value.
30585
+ STARTS_WITH: The operator matches if the field value starts with the specified value.
30586
+ ENDS_WITH: The operator matches if the field value ends with the specified value.
30587
+ CONTAINS: The operator matches if the field value contains the specified value.
30588
+ EQUALS_ANY: The operator matches if the field value is any value.
30527
30589
  """
30528
30590
  return pulumi.get(self, "operator")
30529
30591
 
@@ -30531,7 +30593,8 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestUri(dict):
30531
30593
  @pulumi.getter
30532
30594
  def value(self) -> Optional[str]:
30533
30595
  """
30534
- 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.
30596
+ A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation.
30597
+ 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.
30535
30598
  """
30536
30599
  return pulumi.get(self, "value")
30537
30600
 
@@ -40302,8 +40365,6 @@ class GetForwardingRulesRuleResult(dict):
40302
40365
  For internal forwarding rules within the same VPC network, two or more
40303
40366
  forwarding rules cannot use the same '[IPAddress, IPProtocol]' pair, and
40304
40367
  cannot have overlapping 'portRange's.
40305
-
40306
- @pattern: \\d+(?:-\\d+)?
40307
40368
  :param Sequence[str] ports: The 'ports', 'portRange', and 'allPorts' fields are mutually exclusive.
40308
40369
  Only packets addressed to ports in the specified range will be forwarded
40309
40370
  to the backends configured with this forwarding rule.
@@ -40324,8 +40385,6 @@ class GetForwardingRulesRuleResult(dict):
40324
40385
  For internal forwarding rules within the same VPC network, two or more
40325
40386
  forwarding rules cannot use the same '[IPAddress, IPProtocol]' pair if
40326
40387
  they share at least one port number.
40327
-
40328
- @pattern: \\d+(?:-\\d+)?
40329
40388
  :param str project: The name of the project.
40330
40389
  :param str psc_connection_id: The PSC connection id of the PSC Forwarding Rule.
40331
40390
  :param str psc_connection_status: The PSC connection status of the PSC Forwarding Rule. Possible values: 'STATUS_UNSPECIFIED', 'PENDING', 'ACCEPTED', 'REJECTED', 'CLOSED'
@@ -40711,8 +40770,6 @@ class GetForwardingRulesRuleResult(dict):
40711
40770
  For internal forwarding rules within the same VPC network, two or more
40712
40771
  forwarding rules cannot use the same '[IPAddress, IPProtocol]' pair, and
40713
40772
  cannot have overlapping 'portRange's.
40714
-
40715
- @pattern: \\d+(?:-\\d+)?
40716
40773
  """
40717
40774
  return pulumi.get(self, "port_range")
40718
40775
 
@@ -40740,8 +40797,6 @@ class GetForwardingRulesRuleResult(dict):
40740
40797
  For internal forwarding rules within the same VPC network, two or more
40741
40798
  forwarding rules cannot use the same '[IPAddress, IPProtocol]' pair if
40742
40799
  they share at least one port number.
40743
-
40744
- @pattern: \\d+(?:-\\d+)?
40745
40800
  """
40746
40801
  return pulumi.get(self, "ports")
40747
40802
 
@@ -75,7 +75,6 @@ class RegionInstanceTemplateArgs:
75
75
  thus the two mechanisms are not allowed to be used simultaneously.
76
76
  :param pulumi.Input[str] min_cpu_platform: Specifies a minimum CPU platform. Applicable values are the friendly names of CPU platforms, such as
77
77
  `Intel Haswell` or `Intel Skylake`. See the complete list [here](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
78
- :param pulumi.Input[str] name: The name of the instance template. If you leave this blank, Terraform will auto-generate a unique name.
79
78
  :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the specified
80
79
  prefix. Conflicts with `name`.
81
80
  :param pulumi.Input[Sequence[pulumi.Input['RegionInstanceTemplateNetworkInterfaceArgs']]] network_interfaces: Networks to attach to instances created from
@@ -330,9 +329,6 @@ class RegionInstanceTemplateArgs:
330
329
  @property
331
330
  @pulumi.getter
332
331
  def name(self) -> Optional[pulumi.Input[str]]:
333
- """
334
- The name of the instance template. If you leave this blank, Terraform will auto-generate a unique name.
335
- """
336
332
  return pulumi.get(self, "name")
337
333
 
338
334
  @name.setter
@@ -566,7 +562,6 @@ class _RegionInstanceTemplateState:
566
562
  thus the two mechanisms are not allowed to be used simultaneously.
567
563
  :param pulumi.Input[str] min_cpu_platform: Specifies a minimum CPU platform. Applicable values are the friendly names of CPU platforms, such as
568
564
  `Intel Haswell` or `Intel Skylake`. See the complete list [here](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
569
- :param pulumi.Input[str] name: The name of the instance template. If you leave this blank, Terraform will auto-generate a unique name.
570
565
  :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the specified
571
566
  prefix. Conflicts with `name`.
572
567
  :param pulumi.Input[Sequence[pulumi.Input['RegionInstanceTemplateNetworkInterfaceArgs']]] network_interfaces: Networks to attach to instances created from
@@ -860,9 +855,6 @@ class _RegionInstanceTemplateState:
860
855
  @property
861
856
  @pulumi.getter
862
857
  def name(self) -> Optional[pulumi.Input[str]]:
863
- """
864
- The name of the instance template. If you leave this blank, Terraform will auto-generate a unique name.
865
- """
866
858
  return pulumi.get(self, "name")
867
859
 
868
860
  @name.setter
@@ -1153,7 +1145,6 @@ class RegionInstanceTemplate(pulumi.CustomResource):
1153
1145
  thus the two mechanisms are not allowed to be used simultaneously.
1154
1146
  :param pulumi.Input[str] min_cpu_platform: Specifies a minimum CPU platform. Applicable values are the friendly names of CPU platforms, such as
1155
1147
  `Intel Haswell` or `Intel Skylake`. See the complete list [here](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
1156
- :param pulumi.Input[str] name: The name of the instance template. If you leave this blank, Terraform will auto-generate a unique name.
1157
1148
  :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the specified
1158
1149
  prefix. Conflicts with `name`.
1159
1150
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RegionInstanceTemplateNetworkInterfaceArgs']]]] network_interfaces: Networks to attach to instances created from
@@ -1379,7 +1370,6 @@ class RegionInstanceTemplate(pulumi.CustomResource):
1379
1370
  thus the two mechanisms are not allowed to be used simultaneously.
1380
1371
  :param pulumi.Input[str] min_cpu_platform: Specifies a minimum CPU platform. Applicable values are the friendly names of CPU platforms, such as
1381
1372
  `Intel Haswell` or `Intel Skylake`. See the complete list [here](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
1382
- :param pulumi.Input[str] name: The name of the instance template. If you leave this blank, Terraform will auto-generate a unique name.
1383
1373
  :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the specified
1384
1374
  prefix. Conflicts with `name`.
1385
1375
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RegionInstanceTemplateNetworkInterfaceArgs']]]] network_interfaces: Networks to attach to instances created from
@@ -1587,9 +1577,6 @@ class RegionInstanceTemplate(pulumi.CustomResource):
1587
1577
  @property
1588
1578
  @pulumi.getter
1589
1579
  def name(self) -> pulumi.Output[str]:
1590
- """
1591
- The name of the instance template. If you leave this blank, Terraform will auto-generate a unique name.
1592
- """
1593
1580
  return pulumi.get(self, "name")
1594
1581
 
1595
1582
  @property