pulumi-gcp 8.7.0__py3-none-any.whl → 8.7.0a1729107581__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 (111) hide show
  1. pulumi_gcp/__init__.py +0 -70
  2. pulumi_gcp/accesscontextmanager/service_perimeter.py +0 -2
  3. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +0 -4
  4. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +0 -4
  5. pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +0 -4
  6. pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +0 -4
  7. pulumi_gcp/accesscontextmanager/service_perimeters.py +0 -2
  8. pulumi_gcp/apigee/__init__.py +0 -2
  9. pulumi_gcp/apigee/_inputs.py +0 -108
  10. pulumi_gcp/apigee/outputs.py +0 -64
  11. pulumi_gcp/artifactregistry/get_docker_image.py +0 -40
  12. pulumi_gcp/bigquery/connection.py +12 -12
  13. pulumi_gcp/bigquery/job.py +6 -6
  14. pulumi_gcp/cloudrunv2/get_service.py +1 -12
  15. pulumi_gcp/cloudrunv2/service.py +0 -92
  16. pulumi_gcp/compute/_inputs.py +116 -214
  17. pulumi_gcp/compute/backend_service.py +0 -76
  18. pulumi_gcp/compute/get_backend_service.py +1 -12
  19. pulumi_gcp/compute/get_instance.py +1 -29
  20. pulumi_gcp/compute/get_instance_template.py +1 -29
  21. pulumi_gcp/compute/get_region_instance_group_manager.py +18 -0
  22. pulumi_gcp/compute/get_region_instance_template.py +1 -29
  23. pulumi_gcp/compute/instance.py +0 -89
  24. pulumi_gcp/compute/instance_from_machine_image.py +0 -82
  25. pulumi_gcp/compute/instance_from_template.py +0 -82
  26. pulumi_gcp/compute/instance_template.py +0 -75
  27. pulumi_gcp/compute/network_firewall_policy_association.py +50 -76
  28. pulumi_gcp/compute/network_firewall_policy_rule.py +103 -149
  29. pulumi_gcp/compute/outputs.py +80 -170
  30. pulumi_gcp/compute/region_backend_service.py +0 -94
  31. pulumi_gcp/compute/region_instance_template.py +0 -75
  32. pulumi_gcp/compute/region_network_endpoint_group.py +4 -6
  33. pulumi_gcp/compute/region_network_firewall_policy_association.py +54 -104
  34. pulumi_gcp/compute/region_network_firewall_policy_rule.py +107 -160
  35. pulumi_gcp/config/__init__.pyi +0 -4
  36. pulumi_gcp/config/vars.py +0 -8
  37. pulumi_gcp/container/attached_cluster.py +6 -9
  38. pulumi_gcp/container/outputs.py +2 -2
  39. pulumi_gcp/datastream/stream.py +2 -2
  40. pulumi_gcp/diagflow/_inputs.py +2 -472
  41. pulumi_gcp/diagflow/cx_agent.py +4 -64
  42. pulumi_gcp/diagflow/cx_flow.py +0 -30
  43. pulumi_gcp/diagflow/outputs.py +2 -378
  44. pulumi_gcp/gkehub/feature.py +4 -2
  45. pulumi_gcp/iam/workload_identity_pool_provider.py +0 -56
  46. pulumi_gcp/looker/instance.py +2 -104
  47. pulumi_gcp/monitoring/_inputs.py +0 -23
  48. pulumi_gcp/monitoring/get_secret_version.py +3 -22
  49. pulumi_gcp/monitoring/outputs.py +0 -16
  50. pulumi_gcp/networkconnectivity/__init__.py +0 -1
  51. pulumi_gcp/networkconnectivity/_inputs.py +0 -148
  52. pulumi_gcp/networkconnectivity/outputs.py +0 -125
  53. pulumi_gcp/networkconnectivity/spoke.py +0 -144
  54. pulumi_gcp/networksecurity/server_tls_policy.py +2 -2
  55. pulumi_gcp/organizations/folder.py +7 -7
  56. pulumi_gcp/organizations/project.py +7 -7
  57. pulumi_gcp/orgpolicy/_inputs.py +3 -3
  58. pulumi_gcp/orgpolicy/outputs.py +2 -2
  59. pulumi_gcp/privilegedaccessmanager/get_entitlement.py +2 -46
  60. pulumi_gcp/provider.py +0 -40
  61. pulumi_gcp/pulumi-plugin.json +1 -1
  62. pulumi_gcp/secretmanager/get_regional_secret_version.py +5 -24
  63. pulumi_gcp/secretmanager/get_regional_secret_version_access.py +5 -24
  64. pulumi_gcp/secretmanager/get_secret_version.py +3 -22
  65. pulumi_gcp/secretmanager/get_secret_version_access.py +3 -22
  66. pulumi_gcp/secretmanager/regional_secret.py +2 -2
  67. pulumi_gcp/siteverification/get_token.py +16 -0
  68. pulumi_gcp/siteverification/owner.py +16 -0
  69. pulumi_gcp/spanner/_inputs.py +5 -29
  70. pulumi_gcp/spanner/outputs.py +3 -20
  71. pulumi_gcp/sql/_inputs.py +6 -6
  72. pulumi_gcp/sql/outputs.py +4 -4
  73. pulumi_gcp/sql/user.py +21 -28
  74. pulumi_gcp/storage/_inputs.py +0 -36
  75. pulumi_gcp/storage/bucket.py +0 -47
  76. pulumi_gcp/storage/get_bucket.py +1 -12
  77. pulumi_gcp/storage/outputs.py +0 -40
  78. pulumi_gcp/vertex/ai_deployment_resource_pool.py +2 -2
  79. pulumi_gcp/vmwareengine/_inputs.py +0 -440
  80. pulumi_gcp/vmwareengine/cluster.py +2 -100
  81. pulumi_gcp/vmwareengine/get_cluster.py +1 -12
  82. pulumi_gcp/vmwareengine/outputs.py +0 -615
  83. pulumi_gcp/workstations/_inputs.py +0 -54
  84. pulumi_gcp/workstations/outputs.py +0 -32
  85. pulumi_gcp/workstations/workstation_config.py +0 -205
  86. {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729107581.dist-info}/METADATA +1 -1
  87. {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729107581.dist-info}/RECORD +89 -111
  88. {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729107581.dist-info}/WHEEL +1 -1
  89. pulumi_gcp/apigee/app_group.py +0 -811
  90. pulumi_gcp/apigee/developer.py +0 -757
  91. pulumi_gcp/networkconnectivity/group.py +0 -764
  92. pulumi_gcp/oracledatabase/__init__.py +0 -20
  93. pulumi_gcp/oracledatabase/_inputs.py +0 -4745
  94. pulumi_gcp/oracledatabase/autonomous_database.py +0 -983
  95. pulumi_gcp/oracledatabase/cloud_exadata_infrastructure.py +0 -842
  96. pulumi_gcp/oracledatabase/cloud_vm_cluster.py +0 -1086
  97. pulumi_gcp/oracledatabase/get_autonomous_database.py +0 -290
  98. pulumi_gcp/oracledatabase/get_autonomous_databases.py +0 -150
  99. pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructure.py +0 -257
  100. pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructures.py +0 -150
  101. pulumi_gcp/oracledatabase/get_cloud_vm_cluster.py +0 -290
  102. pulumi_gcp/oracledatabase/get_cloud_vm_clusters.py +0 -150
  103. pulumi_gcp/oracledatabase/get_db_nodes.py +0 -245
  104. pulumi_gcp/oracledatabase/get_db_servers.py +0 -245
  105. pulumi_gcp/oracledatabase/outputs.py +0 -9304
  106. pulumi_gcp/transcoder/__init__.py +0 -11
  107. pulumi_gcp/transcoder/_inputs.py +0 -3991
  108. pulumi_gcp/transcoder/job.py +0 -2134
  109. pulumi_gcp/transcoder/job_template.py +0 -1524
  110. pulumi_gcp/transcoder/outputs.py +0 -2918
  111. {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729107581.dist-info}/top_level.txt +0 -0
@@ -18148,10 +18148,6 @@ if not MYPY:
18148
18148
  Values must be between 10,000 and 120,000. For more details, see the
18149
18149
  [Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk).
18150
18150
  """
18151
- provisioned_throughput: NotRequired[pulumi.Input[int]]
18152
- """
18153
- Indicates how much throughput to provision for the disk, in MB/s. This sets the amount of data that can be read or written from the disk per second. Values must greater than or equal to 1. For more details, see the [Hyperdisk documentation](https://cloud.google.com/compute/docs/disks/hyperdisks).
18154
- """
18155
18151
  resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
18156
18152
  """
18157
18153
  A set of key/value resource manager tag pairs to bind to this disk. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456.
@@ -18220,7 +18216,6 @@ class InstanceTemplateDiskArgs:
18220
18216
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
18221
18217
  mode: Optional[pulumi.Input[str]] = None,
18222
18218
  provisioned_iops: Optional[pulumi.Input[int]] = None,
18223
- provisioned_throughput: Optional[pulumi.Input[int]] = None,
18224
18219
  resource_manager_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
18225
18220
  resource_policies: Optional[pulumi.Input[str]] = None,
18226
18221
  source: Optional[pulumi.Input[str]] = None,
@@ -18265,7 +18260,6 @@ class InstanceTemplateDiskArgs:
18265
18260
  sets the number of I/O operations per second that the disk can handle.
18266
18261
  Values must be between 10,000 and 120,000. For more details, see the
18267
18262
  [Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk).
18268
- :param pulumi.Input[int] provisioned_throughput: Indicates how much throughput to provision for the disk, in MB/s. This sets the amount of data that can be read or written from the disk per second. Values must greater than or equal to 1. For more details, see the [Hyperdisk documentation](https://cloud.google.com/compute/docs/disks/hyperdisks).
18269
18263
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_manager_tags: A set of key/value resource manager tag pairs to bind to this disk. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456.
18270
18264
  :param pulumi.Input[str] resource_policies: - A list (short name or id) of resource policies to attach to this disk for automatic snapshot creations. Currently a max of 1 resource policy is supported.
18271
18265
  :param pulumi.Input[str] source: The name (**not self_link**)
@@ -18316,8 +18310,6 @@ class InstanceTemplateDiskArgs:
18316
18310
  pulumi.set(__self__, "mode", mode)
18317
18311
  if provisioned_iops is not None:
18318
18312
  pulumi.set(__self__, "provisioned_iops", provisioned_iops)
18319
- if provisioned_throughput is not None:
18320
- pulumi.set(__self__, "provisioned_throughput", provisioned_throughput)
18321
18313
  if resource_manager_tags is not None:
18322
18314
  pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
18323
18315
  if resource_policies is not None:
@@ -18491,18 +18483,6 @@ class InstanceTemplateDiskArgs:
18491
18483
  def provisioned_iops(self, value: Optional[pulumi.Input[int]]):
18492
18484
  pulumi.set(self, "provisioned_iops", value)
18493
18485
 
18494
- @property
18495
- @pulumi.getter(name="provisionedThroughput")
18496
- def provisioned_throughput(self) -> Optional[pulumi.Input[int]]:
18497
- """
18498
- Indicates how much throughput to provision for the disk, in MB/s. This sets the amount of data that can be read or written from the disk per second. Values must greater than or equal to 1. For more details, see the [Hyperdisk documentation](https://cloud.google.com/compute/docs/disks/hyperdisks).
18499
- """
18500
- return pulumi.get(self, "provisioned_throughput")
18501
-
18502
- @provisioned_throughput.setter
18503
- def provisioned_throughput(self, value: Optional[pulumi.Input[int]]):
18504
- pulumi.set(self, "provisioned_throughput", value)
18505
-
18506
18486
  @property
18507
18487
  @pulumi.getter(name="resourceManagerTags")
18508
18488
  def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
@@ -21356,15 +21336,14 @@ if not MYPY:
21356
21336
  layer4_configs: pulumi.Input[Sequence[pulumi.Input['NetworkFirewallPolicyRuleMatchLayer4ConfigArgsDict']]]
21357
21337
  """
21358
21338
  Pairs of IP protocols and ports that the rule should match.
21359
- Structure is documented below.
21360
21339
  """
21361
21340
  dest_address_groups: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
21362
21341
  """
21363
- Address groups which should be matched against the traffic destination. Maximum number of destination address groups is 10.
21342
+ Address groups which should be matched against the traffic destination. Maximum number of destination address groups is 10. Destination address groups is only supported in Egress rules.
21364
21343
  """
21365
21344
  dest_fqdns: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
21366
21345
  """
21367
- Fully Qualified Domain Name (FQDN) which should be matched against traffic destination. Maximum number of destination fqdn allowed is 100.
21346
+ Domain names that will be used to match against the resolved domain name of destination of traffic. Can only be specified if DIRECTION is egress.
21368
21347
  """
21369
21348
  dest_ip_ranges: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
21370
21349
  """
@@ -21372,19 +21351,19 @@ if not MYPY:
21372
21351
  """
21373
21352
  dest_region_codes: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
21374
21353
  """
21375
- Region codes whose IP addresses will be used to match for destination of traffic. Should be specified as 2 letter country code defined as per ISO 3166 alpha-2 country codes. ex."US" Maximum number of dest region codes allowed is 5000.
21354
+ The Unicode country codes whose IP addresses will be used to match against the source of traffic. Can only be specified if DIRECTION is egress.
21376
21355
  """
21377
21356
  dest_threat_intelligences: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
21378
21357
  """
21379
- Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic destination.
21358
+ Name of the Google Cloud Threat Intelligence list.
21380
21359
  """
21381
21360
  src_address_groups: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
21382
21361
  """
21383
- Address groups which should be matched against the traffic source. Maximum number of source address groups is 10.
21362
+ Address groups which should be matched against the traffic source. Maximum number of source address groups is 10. Source address groups is only supported in Ingress rules.
21384
21363
  """
21385
21364
  src_fqdns: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
21386
21365
  """
21387
- Fully Qualified Domain Name (FQDN) which should be matched against traffic source. Maximum number of source fqdn allowed is 100.
21366
+ Domain names that will be used to match against the resolved domain name of source of traffic. Can only be specified if DIRECTION is ingress.
21388
21367
  """
21389
21368
  src_ip_ranges: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
21390
21369
  """
@@ -21392,19 +21371,17 @@ if not MYPY:
21392
21371
  """
21393
21372
  src_region_codes: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
21394
21373
  """
21395
- Region codes whose IP addresses will be used to match for source of traffic. Should be specified as 2 letter country code defined as per ISO 3166 alpha-2 country codes. ex."US" Maximum number of source region codes allowed is 5000.
21374
+ The Unicode country codes whose IP addresses will be used to match against the source of traffic. Can only be specified if DIRECTION is ingress.
21396
21375
  """
21397
21376
  src_secure_tags: NotRequired[pulumi.Input[Sequence[pulumi.Input['NetworkFirewallPolicyRuleMatchSrcSecureTagArgsDict']]]]
21398
21377
  """
21399
- List of secure tag values, which should be matched at the source of the traffic. For INGRESS rule, if all the srcSecureTag are INEFFECTIVE, and there is no srcIpRange, this rule will be ignored. Maximum number of source tag values allowed is 256.
21400
- Structure is documented below.
21378
+ List of secure tag values, which should be matched at the source of the traffic. For INGRESS rule, if all the <code>srcSecureTag</code> are INEFFECTIVE, and there is no <code>srcIpRange</code>, this rule will be ignored. Maximum number of source tag values allowed is 256.
21401
21379
  """
21402
21380
  src_threat_intelligences: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
21403
21381
  """
21404
- Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic source.
21405
-
21382
+ Name of the Google Cloud Threat Intelligence list.
21406
21383
 
21407
- <a name="nested_layer4_configs"></a>The `layer4_configs` block supports:
21384
+ The `layer4_configs` block supports:
21408
21385
  """
21409
21386
  elif False:
21410
21387
  NetworkFirewallPolicyRuleMatchArgsDict: TypeAlias = Mapping[str, Any]
@@ -21426,22 +21403,19 @@ class NetworkFirewallPolicyRuleMatchArgs:
21426
21403
  src_threat_intelligences: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
21427
21404
  """
21428
21405
  :param pulumi.Input[Sequence[pulumi.Input['NetworkFirewallPolicyRuleMatchLayer4ConfigArgs']]] layer4_configs: Pairs of IP protocols and ports that the rule should match.
21429
- Structure is documented below.
21430
- :param pulumi.Input[Sequence[pulumi.Input[str]]] dest_address_groups: Address groups which should be matched against the traffic destination. Maximum number of destination address groups is 10.
21431
- :param pulumi.Input[Sequence[pulumi.Input[str]]] dest_fqdns: Fully Qualified Domain Name (FQDN) which should be matched against traffic destination. Maximum number of destination fqdn allowed is 100.
21406
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] dest_address_groups: Address groups which should be matched against the traffic destination. Maximum number of destination address groups is 10. Destination address groups is only supported in Egress rules.
21407
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] dest_fqdns: Domain names that will be used to match against the resolved domain name of destination of traffic. Can only be specified if DIRECTION is egress.
21432
21408
  :param pulumi.Input[Sequence[pulumi.Input[str]]] dest_ip_ranges: CIDR IP address range. Maximum number of destination CIDR IP ranges allowed is 5000.
21433
- :param pulumi.Input[Sequence[pulumi.Input[str]]] dest_region_codes: Region codes whose IP addresses will be used to match for destination of traffic. Should be specified as 2 letter country code defined as per ISO 3166 alpha-2 country codes. ex."US" Maximum number of dest region codes allowed is 5000.
21434
- :param pulumi.Input[Sequence[pulumi.Input[str]]] dest_threat_intelligences: Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic destination.
21435
- :param pulumi.Input[Sequence[pulumi.Input[str]]] src_address_groups: Address groups which should be matched against the traffic source. Maximum number of source address groups is 10.
21436
- :param pulumi.Input[Sequence[pulumi.Input[str]]] src_fqdns: Fully Qualified Domain Name (FQDN) which should be matched against traffic source. Maximum number of source fqdn allowed is 100.
21409
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] dest_region_codes: The Unicode country codes whose IP addresses will be used to match against the source of traffic. Can only be specified if DIRECTION is egress.
21410
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] dest_threat_intelligences: Name of the Google Cloud Threat Intelligence list.
21411
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] src_address_groups: Address groups which should be matched against the traffic source. Maximum number of source address groups is 10. Source address groups is only supported in Ingress rules.
21412
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] src_fqdns: Domain names that will be used to match against the resolved domain name of source of traffic. Can only be specified if DIRECTION is ingress.
21437
21413
  :param pulumi.Input[Sequence[pulumi.Input[str]]] src_ip_ranges: CIDR IP address range. Maximum number of source CIDR IP ranges allowed is 5000.
21438
- :param pulumi.Input[Sequence[pulumi.Input[str]]] src_region_codes: Region codes whose IP addresses will be used to match for source of traffic. Should be specified as 2 letter country code defined as per ISO 3166 alpha-2 country codes. ex."US" Maximum number of source region codes allowed is 5000.
21439
- :param pulumi.Input[Sequence[pulumi.Input['NetworkFirewallPolicyRuleMatchSrcSecureTagArgs']]] src_secure_tags: List of secure tag values, which should be matched at the source of the traffic. For INGRESS rule, if all the srcSecureTag are INEFFECTIVE, and there is no srcIpRange, this rule will be ignored. Maximum number of source tag values allowed is 256.
21440
- Structure is documented below.
21441
- :param pulumi.Input[Sequence[pulumi.Input[str]]] src_threat_intelligences: Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic source.
21442
-
21414
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] src_region_codes: The Unicode country codes whose IP addresses will be used to match against the source of traffic. Can only be specified if DIRECTION is ingress.
21415
+ :param pulumi.Input[Sequence[pulumi.Input['NetworkFirewallPolicyRuleMatchSrcSecureTagArgs']]] src_secure_tags: List of secure tag values, which should be matched at the source of the traffic. For INGRESS rule, if all the <code>srcSecureTag</code> are INEFFECTIVE, and there is no <code>srcIpRange</code>, this rule will be ignored. Maximum number of source tag values allowed is 256.
21416
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] src_threat_intelligences: Name of the Google Cloud Threat Intelligence list.
21443
21417
 
21444
- <a name="nested_layer4_configs"></a>The `layer4_configs` block supports:
21418
+ The `layer4_configs` block supports:
21445
21419
  """
21446
21420
  pulumi.set(__self__, "layer4_configs", layer4_configs)
21447
21421
  if dest_address_groups is not None:
@@ -21472,7 +21446,6 @@ class NetworkFirewallPolicyRuleMatchArgs:
21472
21446
  def layer4_configs(self) -> pulumi.Input[Sequence[pulumi.Input['NetworkFirewallPolicyRuleMatchLayer4ConfigArgs']]]:
21473
21447
  """
21474
21448
  Pairs of IP protocols and ports that the rule should match.
21475
- Structure is documented below.
21476
21449
  """
21477
21450
  return pulumi.get(self, "layer4_configs")
21478
21451
 
@@ -21484,7 +21457,7 @@ class NetworkFirewallPolicyRuleMatchArgs:
21484
21457
  @pulumi.getter(name="destAddressGroups")
21485
21458
  def dest_address_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
21486
21459
  """
21487
- Address groups which should be matched against the traffic destination. Maximum number of destination address groups is 10.
21460
+ Address groups which should be matched against the traffic destination. Maximum number of destination address groups is 10. Destination address groups is only supported in Egress rules.
21488
21461
  """
21489
21462
  return pulumi.get(self, "dest_address_groups")
21490
21463
 
@@ -21496,7 +21469,7 @@ class NetworkFirewallPolicyRuleMatchArgs:
21496
21469
  @pulumi.getter(name="destFqdns")
21497
21470
  def dest_fqdns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
21498
21471
  """
21499
- Fully Qualified Domain Name (FQDN) which should be matched against traffic destination. Maximum number of destination fqdn allowed is 100.
21472
+ Domain names that will be used to match against the resolved domain name of destination of traffic. Can only be specified if DIRECTION is egress.
21500
21473
  """
21501
21474
  return pulumi.get(self, "dest_fqdns")
21502
21475
 
@@ -21520,7 +21493,7 @@ class NetworkFirewallPolicyRuleMatchArgs:
21520
21493
  @pulumi.getter(name="destRegionCodes")
21521
21494
  def dest_region_codes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
21522
21495
  """
21523
- Region codes whose IP addresses will be used to match for destination of traffic. Should be specified as 2 letter country code defined as per ISO 3166 alpha-2 country codes. ex."US" Maximum number of dest region codes allowed is 5000.
21496
+ The Unicode country codes whose IP addresses will be used to match against the source of traffic. Can only be specified if DIRECTION is egress.
21524
21497
  """
21525
21498
  return pulumi.get(self, "dest_region_codes")
21526
21499
 
@@ -21532,7 +21505,7 @@ class NetworkFirewallPolicyRuleMatchArgs:
21532
21505
  @pulumi.getter(name="destThreatIntelligences")
21533
21506
  def dest_threat_intelligences(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
21534
21507
  """
21535
- Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic destination.
21508
+ Name of the Google Cloud Threat Intelligence list.
21536
21509
  """
21537
21510
  return pulumi.get(self, "dest_threat_intelligences")
21538
21511
 
@@ -21544,7 +21517,7 @@ class NetworkFirewallPolicyRuleMatchArgs:
21544
21517
  @pulumi.getter(name="srcAddressGroups")
21545
21518
  def src_address_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
21546
21519
  """
21547
- Address groups which should be matched against the traffic source. Maximum number of source address groups is 10.
21520
+ Address groups which should be matched against the traffic source. Maximum number of source address groups is 10. Source address groups is only supported in Ingress rules.
21548
21521
  """
21549
21522
  return pulumi.get(self, "src_address_groups")
21550
21523
 
@@ -21556,7 +21529,7 @@ class NetworkFirewallPolicyRuleMatchArgs:
21556
21529
  @pulumi.getter(name="srcFqdns")
21557
21530
  def src_fqdns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
21558
21531
  """
21559
- Fully Qualified Domain Name (FQDN) which should be matched against traffic source. Maximum number of source fqdn allowed is 100.
21532
+ Domain names that will be used to match against the resolved domain name of source of traffic. Can only be specified if DIRECTION is ingress.
21560
21533
  """
21561
21534
  return pulumi.get(self, "src_fqdns")
21562
21535
 
@@ -21580,7 +21553,7 @@ class NetworkFirewallPolicyRuleMatchArgs:
21580
21553
  @pulumi.getter(name="srcRegionCodes")
21581
21554
  def src_region_codes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
21582
21555
  """
21583
- Region codes whose IP addresses will be used to match for source of traffic. Should be specified as 2 letter country code defined as per ISO 3166 alpha-2 country codes. ex."US" Maximum number of source region codes allowed is 5000.
21556
+ The Unicode country codes whose IP addresses will be used to match against the source of traffic. Can only be specified if DIRECTION is ingress.
21584
21557
  """
21585
21558
  return pulumi.get(self, "src_region_codes")
21586
21559
 
@@ -21592,8 +21565,7 @@ class NetworkFirewallPolicyRuleMatchArgs:
21592
21565
  @pulumi.getter(name="srcSecureTags")
21593
21566
  def src_secure_tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkFirewallPolicyRuleMatchSrcSecureTagArgs']]]]:
21594
21567
  """
21595
- List of secure tag values, which should be matched at the source of the traffic. For INGRESS rule, if all the srcSecureTag are INEFFECTIVE, and there is no srcIpRange, this rule will be ignored. Maximum number of source tag values allowed is 256.
21596
- Structure is documented below.
21568
+ List of secure tag values, which should be matched at the source of the traffic. For INGRESS rule, if all the <code>srcSecureTag</code> are INEFFECTIVE, and there is no <code>srcIpRange</code>, this rule will be ignored. Maximum number of source tag values allowed is 256.
21597
21569
  """
21598
21570
  return pulumi.get(self, "src_secure_tags")
21599
21571
 
@@ -21605,10 +21577,9 @@ class NetworkFirewallPolicyRuleMatchArgs:
21605
21577
  @pulumi.getter(name="srcThreatIntelligences")
21606
21578
  def src_threat_intelligences(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
21607
21579
  """
21608
- Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic source.
21609
-
21580
+ Name of the Google Cloud Threat Intelligence list.
21610
21581
 
21611
- <a name="nested_layer4_configs"></a>The `layer4_configs` block supports:
21582
+ The `layer4_configs` block supports:
21612
21583
  """
21613
21584
  return pulumi.get(self, "src_threat_intelligences")
21614
21585
 
@@ -21621,13 +21592,11 @@ if not MYPY:
21621
21592
  class NetworkFirewallPolicyRuleMatchLayer4ConfigArgsDict(TypedDict):
21622
21593
  ip_protocol: pulumi.Input[str]
21623
21594
  """
21624
- The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule.
21625
- This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp), or the IP protocol number.
21595
+ The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following well known protocol strings (`tcp`, `udp`, `icmp`, `esp`, `ah`, `ipip`, `sctp`), or the IP protocol number.
21626
21596
  """
21627
21597
  ports: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
21628
21598
  """
21629
- An optional list of ports to which this rule applies. This field is only applicable for UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port.
21630
- Example inputs include: ["22"], ["80","443"], and ["12345-12349"].
21599
+ An optional list of ports to which this rule applies. This field is only applicable for UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port. Example inputs include: ``.
21631
21600
  """
21632
21601
  elif False:
21633
21602
  NetworkFirewallPolicyRuleMatchLayer4ConfigArgsDict: TypeAlias = Mapping[str, Any]
@@ -21638,10 +21607,8 @@ class NetworkFirewallPolicyRuleMatchLayer4ConfigArgs:
21638
21607
  ip_protocol: pulumi.Input[str],
21639
21608
  ports: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
21640
21609
  """
21641
- :param pulumi.Input[str] ip_protocol: The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule.
21642
- This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp), or the IP protocol number.
21643
- :param pulumi.Input[Sequence[pulumi.Input[str]]] ports: An optional list of ports to which this rule applies. This field is only applicable for UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port.
21644
- Example inputs include: ["22"], ["80","443"], and ["12345-12349"].
21610
+ :param pulumi.Input[str] ip_protocol: The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following well known protocol strings (`tcp`, `udp`, `icmp`, `esp`, `ah`, `ipip`, `sctp`), or the IP protocol number.
21611
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] ports: An optional list of ports to which this rule applies. This field is only applicable for UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port. Example inputs include: ``.
21645
21612
  """
21646
21613
  pulumi.set(__self__, "ip_protocol", ip_protocol)
21647
21614
  if ports is not None:
@@ -21651,8 +21618,7 @@ class NetworkFirewallPolicyRuleMatchLayer4ConfigArgs:
21651
21618
  @pulumi.getter(name="ipProtocol")
21652
21619
  def ip_protocol(self) -> pulumi.Input[str]:
21653
21620
  """
21654
- The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule.
21655
- This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp), or the IP protocol number.
21621
+ The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following well known protocol strings (`tcp`, `udp`, `icmp`, `esp`, `ah`, `ipip`, `sctp`), or the IP protocol number.
21656
21622
  """
21657
21623
  return pulumi.get(self, "ip_protocol")
21658
21624
 
@@ -21664,8 +21630,7 @@ class NetworkFirewallPolicyRuleMatchLayer4ConfigArgs:
21664
21630
  @pulumi.getter
21665
21631
  def ports(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
21666
21632
  """
21667
- An optional list of ports to which this rule applies. This field is only applicable for UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port.
21668
- Example inputs include: ["22"], ["80","443"], and ["12345-12349"].
21633
+ An optional list of ports to which this rule applies. This field is only applicable for UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port. Example inputs include: ``.
21669
21634
  """
21670
21635
  return pulumi.get(self, "ports")
21671
21636
 
@@ -21676,16 +21641,13 @@ class NetworkFirewallPolicyRuleMatchLayer4ConfigArgs:
21676
21641
 
21677
21642
  if not MYPY:
21678
21643
  class NetworkFirewallPolicyRuleMatchSrcSecureTagArgsDict(TypedDict):
21679
- name: NotRequired[pulumi.Input[str]]
21644
+ name: pulumi.Input[str]
21680
21645
  """
21681
- Name of the secure tag, created with TagManager's TagValue API.
21646
+ Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+
21682
21647
  """
21683
21648
  state: NotRequired[pulumi.Input[str]]
21684
21649
  """
21685
- (Output)
21686
- State of the secure tag, either EFFECTIVE or INEFFECTIVE. A secure tag is INEFFECTIVE when it is deleted or its network is deleted.
21687
-
21688
- - - -
21650
+ [Output Only] State of the secure tag, either `EFFECTIVE` or `INEFFECTIVE`. A secure tag is `INEFFECTIVE` when it is deleted or its network is deleted.
21689
21651
  """
21690
21652
  elif False:
21691
21653
  NetworkFirewallPolicyRuleMatchSrcSecureTagArgsDict: TypeAlias = Mapping[str, Any]
@@ -21693,40 +21655,33 @@ elif False:
21693
21655
  @pulumi.input_type
21694
21656
  class NetworkFirewallPolicyRuleMatchSrcSecureTagArgs:
21695
21657
  def __init__(__self__, *,
21696
- name: Optional[pulumi.Input[str]] = None,
21658
+ name: pulumi.Input[str],
21697
21659
  state: Optional[pulumi.Input[str]] = None):
21698
21660
  """
21699
- :param pulumi.Input[str] name: Name of the secure tag, created with TagManager's TagValue API.
21700
- :param pulumi.Input[str] state: (Output)
21701
- State of the secure tag, either EFFECTIVE or INEFFECTIVE. A secure tag is INEFFECTIVE when it is deleted or its network is deleted.
21702
-
21703
- - - -
21661
+ :param pulumi.Input[str] name: Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+
21662
+ :param pulumi.Input[str] state: [Output Only] State of the secure tag, either `EFFECTIVE` or `INEFFECTIVE`. A secure tag is `INEFFECTIVE` when it is deleted or its network is deleted.
21704
21663
  """
21705
- if name is not None:
21706
- pulumi.set(__self__, "name", name)
21664
+ pulumi.set(__self__, "name", name)
21707
21665
  if state is not None:
21708
21666
  pulumi.set(__self__, "state", state)
21709
21667
 
21710
21668
  @property
21711
21669
  @pulumi.getter
21712
- def name(self) -> Optional[pulumi.Input[str]]:
21670
+ def name(self) -> pulumi.Input[str]:
21713
21671
  """
21714
- Name of the secure tag, created with TagManager's TagValue API.
21672
+ Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+
21715
21673
  """
21716
21674
  return pulumi.get(self, "name")
21717
21675
 
21718
21676
  @name.setter
21719
- def name(self, value: Optional[pulumi.Input[str]]):
21677
+ def name(self, value: pulumi.Input[str]):
21720
21678
  pulumi.set(self, "name", value)
21721
21679
 
21722
21680
  @property
21723
21681
  @pulumi.getter
21724
21682
  def state(self) -> Optional[pulumi.Input[str]]:
21725
21683
  """
21726
- (Output)
21727
- State of the secure tag, either EFFECTIVE or INEFFECTIVE. A secure tag is INEFFECTIVE when it is deleted or its network is deleted.
21728
-
21729
- - - -
21684
+ [Output Only] State of the secure tag, either `EFFECTIVE` or `INEFFECTIVE`. A secure tag is `INEFFECTIVE` when it is deleted or its network is deleted.
21730
21685
  """
21731
21686
  return pulumi.get(self, "state")
21732
21687
 
@@ -21737,14 +21692,13 @@ class NetworkFirewallPolicyRuleMatchSrcSecureTagArgs:
21737
21692
 
21738
21693
  if not MYPY:
21739
21694
  class NetworkFirewallPolicyRuleTargetSecureTagArgsDict(TypedDict):
21740
- name: NotRequired[pulumi.Input[str]]
21695
+ name: pulumi.Input[str]
21741
21696
  """
21742
- Name of the secure tag, created with TagManager's TagValue API.
21697
+ Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+
21743
21698
  """
21744
21699
  state: NotRequired[pulumi.Input[str]]
21745
21700
  """
21746
- (Output)
21747
- State of the secure tag, either EFFECTIVE or INEFFECTIVE. A secure tag is INEFFECTIVE when it is deleted or its network is deleted.
21701
+ [Output Only] State of the secure tag, either `EFFECTIVE` or `INEFFECTIVE`. A secure tag is `INEFFECTIVE` when it is deleted or its network is deleted.
21748
21702
  """
21749
21703
  elif False:
21750
21704
  NetworkFirewallPolicyRuleTargetSecureTagArgsDict: TypeAlias = Mapping[str, Any]
@@ -21752,36 +21706,33 @@ elif False:
21752
21706
  @pulumi.input_type
21753
21707
  class NetworkFirewallPolicyRuleTargetSecureTagArgs:
21754
21708
  def __init__(__self__, *,
21755
- name: Optional[pulumi.Input[str]] = None,
21709
+ name: pulumi.Input[str],
21756
21710
  state: Optional[pulumi.Input[str]] = None):
21757
21711
  """
21758
- :param pulumi.Input[str] name: Name of the secure tag, created with TagManager's TagValue API.
21759
- :param pulumi.Input[str] state: (Output)
21760
- State of the secure tag, either EFFECTIVE or INEFFECTIVE. A secure tag is INEFFECTIVE when it is deleted or its network is deleted.
21712
+ :param pulumi.Input[str] name: Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+
21713
+ :param pulumi.Input[str] state: [Output Only] State of the secure tag, either `EFFECTIVE` or `INEFFECTIVE`. A secure tag is `INEFFECTIVE` when it is deleted or its network is deleted.
21761
21714
  """
21762
- if name is not None:
21763
- pulumi.set(__self__, "name", name)
21715
+ pulumi.set(__self__, "name", name)
21764
21716
  if state is not None:
21765
21717
  pulumi.set(__self__, "state", state)
21766
21718
 
21767
21719
  @property
21768
21720
  @pulumi.getter
21769
- def name(self) -> Optional[pulumi.Input[str]]:
21721
+ def name(self) -> pulumi.Input[str]:
21770
21722
  """
21771
- Name of the secure tag, created with TagManager's TagValue API.
21723
+ Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+
21772
21724
  """
21773
21725
  return pulumi.get(self, "name")
21774
21726
 
21775
21727
  @name.setter
21776
- def name(self, value: Optional[pulumi.Input[str]]):
21728
+ def name(self, value: pulumi.Input[str]):
21777
21729
  pulumi.set(self, "name", value)
21778
21730
 
21779
21731
  @property
21780
21732
  @pulumi.getter
21781
21733
  def state(self) -> Optional[pulumi.Input[str]]:
21782
21734
  """
21783
- (Output)
21784
- State of the secure tag, either EFFECTIVE or INEFFECTIVE. A secure tag is INEFFECTIVE when it is deleted or its network is deleted.
21735
+ [Output Only] State of the secure tag, either `EFFECTIVE` or `INEFFECTIVE`. A secure tag is `INEFFECTIVE` when it is deleted or its network is deleted.
21785
21736
  """
21786
21737
  return pulumi.get(self, "state")
21787
21738
 
@@ -31513,10 +31464,6 @@ if not MYPY:
31513
31464
  Values must be between 10,000 and 120,000. For more details, see the
31514
31465
  [Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk).
31515
31466
  """
31516
- provisioned_throughput: NotRequired[pulumi.Input[int]]
31517
- """
31518
- Indicates how much throughput to provision for the disk, in MB/s. This sets the amount of data that can be read or written from the disk per second. Values must greater than or equal to 1. For more details, see the [Hyperdisk documentation](https://cloud.google.com/compute/docs/disks/hyperdisks).
31519
- """
31520
31467
  resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
31521
31468
  """
31522
31469
  A set of key/value resource manager tag pairs to bind to this disk. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456.
@@ -31585,7 +31532,6 @@ class RegionInstanceTemplateDiskArgs:
31585
31532
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
31586
31533
  mode: Optional[pulumi.Input[str]] = None,
31587
31534
  provisioned_iops: Optional[pulumi.Input[int]] = None,
31588
- provisioned_throughput: Optional[pulumi.Input[int]] = None,
31589
31535
  resource_manager_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
31590
31536
  resource_policies: Optional[pulumi.Input[str]] = None,
31591
31537
  source: Optional[pulumi.Input[str]] = None,
@@ -31630,7 +31576,6 @@ class RegionInstanceTemplateDiskArgs:
31630
31576
  sets the number of I/O operations per second that the disk can handle.
31631
31577
  Values must be between 10,000 and 120,000. For more details, see the
31632
31578
  [Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk).
31633
- :param pulumi.Input[int] provisioned_throughput: Indicates how much throughput to provision for the disk, in MB/s. This sets the amount of data that can be read or written from the disk per second. Values must greater than or equal to 1. For more details, see the [Hyperdisk documentation](https://cloud.google.com/compute/docs/disks/hyperdisks).
31634
31579
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_manager_tags: A set of key/value resource manager tag pairs to bind to this disk. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456.
31635
31580
  :param pulumi.Input[str] resource_policies: - A list (short name or id) of resource policies to attach to this disk for automatic snapshot creations. Currently a max of 1 resource policy is supported.
31636
31581
  :param pulumi.Input[str] source: The name (**not self_link**)
@@ -31681,8 +31626,6 @@ class RegionInstanceTemplateDiskArgs:
31681
31626
  pulumi.set(__self__, "mode", mode)
31682
31627
  if provisioned_iops is not None:
31683
31628
  pulumi.set(__self__, "provisioned_iops", provisioned_iops)
31684
- if provisioned_throughput is not None:
31685
- pulumi.set(__self__, "provisioned_throughput", provisioned_throughput)
31686
31629
  if resource_manager_tags is not None:
31687
31630
  pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
31688
31631
  if resource_policies is not None:
@@ -31856,18 +31799,6 @@ class RegionInstanceTemplateDiskArgs:
31856
31799
  def provisioned_iops(self, value: Optional[pulumi.Input[int]]):
31857
31800
  pulumi.set(self, "provisioned_iops", value)
31858
31801
 
31859
- @property
31860
- @pulumi.getter(name="provisionedThroughput")
31861
- def provisioned_throughput(self) -> Optional[pulumi.Input[int]]:
31862
- """
31863
- Indicates how much throughput to provision for the disk, in MB/s. This sets the amount of data that can be read or written from the disk per second. Values must greater than or equal to 1. For more details, see the [Hyperdisk documentation](https://cloud.google.com/compute/docs/disks/hyperdisks).
31864
- """
31865
- return pulumi.get(self, "provisioned_throughput")
31866
-
31867
- @provisioned_throughput.setter
31868
- def provisioned_throughput(self, value: Optional[pulumi.Input[int]]):
31869
- pulumi.set(self, "provisioned_throughput", value)
31870
-
31871
31802
  @property
31872
31803
  @pulumi.getter(name="resourceManagerTags")
31873
31804
  def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
@@ -33973,15 +33904,14 @@ if not MYPY:
33973
33904
  layer4_configs: pulumi.Input[Sequence[pulumi.Input['RegionNetworkFirewallPolicyRuleMatchLayer4ConfigArgsDict']]]
33974
33905
  """
33975
33906
  Pairs of IP protocols and ports that the rule should match.
33976
- Structure is documented below.
33977
33907
  """
33978
33908
  dest_address_groups: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
33979
33909
  """
33980
- Address groups which should be matched against the traffic destination. Maximum number of destination address groups is 10.
33910
+ Address groups which should be matched against the traffic destination. Maximum number of destination address groups is 10. Destination address groups is only supported in Egress rules.
33981
33911
  """
33982
33912
  dest_fqdns: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
33983
33913
  """
33984
- Fully Qualified Domain Name (FQDN) which should be matched against traffic destination. Maximum number of destination fqdn allowed is 100.
33914
+ Domain names that will be used to match against the resolved domain name of destination of traffic. Can only be specified if DIRECTION is egress.
33985
33915
  """
33986
33916
  dest_ip_ranges: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
33987
33917
  """
@@ -33989,19 +33919,19 @@ if not MYPY:
33989
33919
  """
33990
33920
  dest_region_codes: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
33991
33921
  """
33992
- Region codes whose IP addresses will be used to match for destination of traffic. Should be specified as 2 letter country code defined as per ISO 3166 alpha-2 country codes. ex."US" Maximum number of dest region codes allowed is 5000.
33922
+ The Unicode country codes whose IP addresses will be used to match against the source of traffic. Can only be specified if DIRECTION is egress.
33993
33923
  """
33994
33924
  dest_threat_intelligences: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
33995
33925
  """
33996
- Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic destination.
33926
+ Name of the Google Cloud Threat Intelligence list.
33997
33927
  """
33998
33928
  src_address_groups: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
33999
33929
  """
34000
- Address groups which should be matched against the traffic source. Maximum number of source address groups is 10.
33930
+ Address groups which should be matched against the traffic source. Maximum number of source address groups is 10. Source address groups is only supported in Ingress rules.
34001
33931
  """
34002
33932
  src_fqdns: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
34003
33933
  """
34004
- Fully Qualified Domain Name (FQDN) which should be matched against traffic source. Maximum number of source fqdn allowed is 100.
33934
+ Domain names that will be used to match against the resolved domain name of source of traffic. Can only be specified if DIRECTION is ingress.
34005
33935
  """
34006
33936
  src_ip_ranges: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
34007
33937
  """
@@ -34009,19 +33939,17 @@ if not MYPY:
34009
33939
  """
34010
33940
  src_region_codes: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
34011
33941
  """
34012
- Region codes whose IP addresses will be used to match for source of traffic. Should be specified as 2 letter country code defined as per ISO 3166 alpha-2 country codes. ex."US" Maximum number of source region codes allowed is 5000.
33942
+ The Unicode country codes whose IP addresses will be used to match against the source of traffic. Can only be specified if DIRECTION is ingress.
34013
33943
  """
34014
33944
  src_secure_tags: NotRequired[pulumi.Input[Sequence[pulumi.Input['RegionNetworkFirewallPolicyRuleMatchSrcSecureTagArgsDict']]]]
34015
33945
  """
34016
- List of secure tag values, which should be matched at the source of the traffic. For INGRESS rule, if all the srcSecureTag are INEFFECTIVE, and there is no srcIpRange, this rule will be ignored. Maximum number of source tag values allowed is 256.
34017
- Structure is documented below.
33946
+ List of secure tag values, which should be matched at the source of the traffic. For INGRESS rule, if all the <code>srcSecureTag</code> are INEFFECTIVE, and there is no <code>srcIpRange</code>, this rule will be ignored. Maximum number of source tag values allowed is 256.
34018
33947
  """
34019
33948
  src_threat_intelligences: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
34020
33949
  """
34021
- Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic source.
34022
-
33950
+ Name of the Google Cloud Threat Intelligence list.
34023
33951
 
34024
- <a name="nested_layer4_configs"></a>The `layer4_configs` block supports:
33952
+ The `layer4_configs` block supports:
34025
33953
  """
34026
33954
  elif False:
34027
33955
  RegionNetworkFirewallPolicyRuleMatchArgsDict: TypeAlias = Mapping[str, Any]
@@ -34043,22 +33971,19 @@ class RegionNetworkFirewallPolicyRuleMatchArgs:
34043
33971
  src_threat_intelligences: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
34044
33972
  """
34045
33973
  :param pulumi.Input[Sequence[pulumi.Input['RegionNetworkFirewallPolicyRuleMatchLayer4ConfigArgs']]] layer4_configs: Pairs of IP protocols and ports that the rule should match.
34046
- Structure is documented below.
34047
- :param pulumi.Input[Sequence[pulumi.Input[str]]] dest_address_groups: Address groups which should be matched against the traffic destination. Maximum number of destination address groups is 10.
34048
- :param pulumi.Input[Sequence[pulumi.Input[str]]] dest_fqdns: Fully Qualified Domain Name (FQDN) which should be matched against traffic destination. Maximum number of destination fqdn allowed is 100.
33974
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] dest_address_groups: Address groups which should be matched against the traffic destination. Maximum number of destination address groups is 10. Destination address groups is only supported in Egress rules.
33975
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] dest_fqdns: Domain names that will be used to match against the resolved domain name of destination of traffic. Can only be specified if DIRECTION is egress.
34049
33976
  :param pulumi.Input[Sequence[pulumi.Input[str]]] dest_ip_ranges: CIDR IP address range. Maximum number of destination CIDR IP ranges allowed is 5000.
34050
- :param pulumi.Input[Sequence[pulumi.Input[str]]] dest_region_codes: Region codes whose IP addresses will be used to match for destination of traffic. Should be specified as 2 letter country code defined as per ISO 3166 alpha-2 country codes. ex."US" Maximum number of dest region codes allowed is 5000.
34051
- :param pulumi.Input[Sequence[pulumi.Input[str]]] dest_threat_intelligences: Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic destination.
34052
- :param pulumi.Input[Sequence[pulumi.Input[str]]] src_address_groups: Address groups which should be matched against the traffic source. Maximum number of source address groups is 10.
34053
- :param pulumi.Input[Sequence[pulumi.Input[str]]] src_fqdns: Fully Qualified Domain Name (FQDN) which should be matched against traffic source. Maximum number of source fqdn allowed is 100.
33977
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] dest_region_codes: The Unicode country codes whose IP addresses will be used to match against the source of traffic. Can only be specified if DIRECTION is egress.
33978
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] dest_threat_intelligences: Name of the Google Cloud Threat Intelligence list.
33979
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] src_address_groups: Address groups which should be matched against the traffic source. Maximum number of source address groups is 10. Source address groups is only supported in Ingress rules.
33980
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] src_fqdns: Domain names that will be used to match against the resolved domain name of source of traffic. Can only be specified if DIRECTION is ingress.
34054
33981
  :param pulumi.Input[Sequence[pulumi.Input[str]]] src_ip_ranges: CIDR IP address range. Maximum number of source CIDR IP ranges allowed is 5000.
34055
- :param pulumi.Input[Sequence[pulumi.Input[str]]] src_region_codes: Region codes whose IP addresses will be used to match for source of traffic. Should be specified as 2 letter country code defined as per ISO 3166 alpha-2 country codes. ex."US" Maximum number of source region codes allowed is 5000.
34056
- :param pulumi.Input[Sequence[pulumi.Input['RegionNetworkFirewallPolicyRuleMatchSrcSecureTagArgs']]] src_secure_tags: List of secure tag values, which should be matched at the source of the traffic. For INGRESS rule, if all the srcSecureTag are INEFFECTIVE, and there is no srcIpRange, this rule will be ignored. Maximum number of source tag values allowed is 256.
34057
- Structure is documented below.
34058
- :param pulumi.Input[Sequence[pulumi.Input[str]]] src_threat_intelligences: Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic source.
34059
-
33982
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] src_region_codes: The Unicode country codes whose IP addresses will be used to match against the source of traffic. Can only be specified if DIRECTION is ingress.
33983
+ :param pulumi.Input[Sequence[pulumi.Input['RegionNetworkFirewallPolicyRuleMatchSrcSecureTagArgs']]] src_secure_tags: List of secure tag values, which should be matched at the source of the traffic. For INGRESS rule, if all the <code>srcSecureTag</code> are INEFFECTIVE, and there is no <code>srcIpRange</code>, this rule will be ignored. Maximum number of source tag values allowed is 256.
33984
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] src_threat_intelligences: Name of the Google Cloud Threat Intelligence list.
34060
33985
 
34061
- <a name="nested_layer4_configs"></a>The `layer4_configs` block supports:
33986
+ The `layer4_configs` block supports:
34062
33987
  """
34063
33988
  pulumi.set(__self__, "layer4_configs", layer4_configs)
34064
33989
  if dest_address_groups is not None:
@@ -34089,7 +34014,6 @@ class RegionNetworkFirewallPolicyRuleMatchArgs:
34089
34014
  def layer4_configs(self) -> pulumi.Input[Sequence[pulumi.Input['RegionNetworkFirewallPolicyRuleMatchLayer4ConfigArgs']]]:
34090
34015
  """
34091
34016
  Pairs of IP protocols and ports that the rule should match.
34092
- Structure is documented below.
34093
34017
  """
34094
34018
  return pulumi.get(self, "layer4_configs")
34095
34019
 
@@ -34101,7 +34025,7 @@ class RegionNetworkFirewallPolicyRuleMatchArgs:
34101
34025
  @pulumi.getter(name="destAddressGroups")
34102
34026
  def dest_address_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
34103
34027
  """
34104
- Address groups which should be matched against the traffic destination. Maximum number of destination address groups is 10.
34028
+ Address groups which should be matched against the traffic destination. Maximum number of destination address groups is 10. Destination address groups is only supported in Egress rules.
34105
34029
  """
34106
34030
  return pulumi.get(self, "dest_address_groups")
34107
34031
 
@@ -34113,7 +34037,7 @@ class RegionNetworkFirewallPolicyRuleMatchArgs:
34113
34037
  @pulumi.getter(name="destFqdns")
34114
34038
  def dest_fqdns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
34115
34039
  """
34116
- Fully Qualified Domain Name (FQDN) which should be matched against traffic destination. Maximum number of destination fqdn allowed is 100.
34040
+ Domain names that will be used to match against the resolved domain name of destination of traffic. Can only be specified if DIRECTION is egress.
34117
34041
  """
34118
34042
  return pulumi.get(self, "dest_fqdns")
34119
34043
 
@@ -34137,7 +34061,7 @@ class RegionNetworkFirewallPolicyRuleMatchArgs:
34137
34061
  @pulumi.getter(name="destRegionCodes")
34138
34062
  def dest_region_codes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
34139
34063
  """
34140
- Region codes whose IP addresses will be used to match for destination of traffic. Should be specified as 2 letter country code defined as per ISO 3166 alpha-2 country codes. ex."US" Maximum number of dest region codes allowed is 5000.
34064
+ The Unicode country codes whose IP addresses will be used to match against the source of traffic. Can only be specified if DIRECTION is egress.
34141
34065
  """
34142
34066
  return pulumi.get(self, "dest_region_codes")
34143
34067
 
@@ -34149,7 +34073,7 @@ class RegionNetworkFirewallPolicyRuleMatchArgs:
34149
34073
  @pulumi.getter(name="destThreatIntelligences")
34150
34074
  def dest_threat_intelligences(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
34151
34075
  """
34152
- Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic destination.
34076
+ Name of the Google Cloud Threat Intelligence list.
34153
34077
  """
34154
34078
  return pulumi.get(self, "dest_threat_intelligences")
34155
34079
 
@@ -34161,7 +34085,7 @@ class RegionNetworkFirewallPolicyRuleMatchArgs:
34161
34085
  @pulumi.getter(name="srcAddressGroups")
34162
34086
  def src_address_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
34163
34087
  """
34164
- Address groups which should be matched against the traffic source. Maximum number of source address groups is 10.
34088
+ Address groups which should be matched against the traffic source. Maximum number of source address groups is 10. Source address groups is only supported in Ingress rules.
34165
34089
  """
34166
34090
  return pulumi.get(self, "src_address_groups")
34167
34091
 
@@ -34173,7 +34097,7 @@ class RegionNetworkFirewallPolicyRuleMatchArgs:
34173
34097
  @pulumi.getter(name="srcFqdns")
34174
34098
  def src_fqdns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
34175
34099
  """
34176
- Fully Qualified Domain Name (FQDN) which should be matched against traffic source. Maximum number of source fqdn allowed is 100.
34100
+ Domain names that will be used to match against the resolved domain name of source of traffic. Can only be specified if DIRECTION is ingress.
34177
34101
  """
34178
34102
  return pulumi.get(self, "src_fqdns")
34179
34103
 
@@ -34197,7 +34121,7 @@ class RegionNetworkFirewallPolicyRuleMatchArgs:
34197
34121
  @pulumi.getter(name="srcRegionCodes")
34198
34122
  def src_region_codes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
34199
34123
  """
34200
- Region codes whose IP addresses will be used to match for source of traffic. Should be specified as 2 letter country code defined as per ISO 3166 alpha-2 country codes. ex."US" Maximum number of source region codes allowed is 5000.
34124
+ The Unicode country codes whose IP addresses will be used to match against the source of traffic. Can only be specified if DIRECTION is ingress.
34201
34125
  """
34202
34126
  return pulumi.get(self, "src_region_codes")
34203
34127
 
@@ -34209,8 +34133,7 @@ class RegionNetworkFirewallPolicyRuleMatchArgs:
34209
34133
  @pulumi.getter(name="srcSecureTags")
34210
34134
  def src_secure_tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RegionNetworkFirewallPolicyRuleMatchSrcSecureTagArgs']]]]:
34211
34135
  """
34212
- List of secure tag values, which should be matched at the source of the traffic. For INGRESS rule, if all the srcSecureTag are INEFFECTIVE, and there is no srcIpRange, this rule will be ignored. Maximum number of source tag values allowed is 256.
34213
- Structure is documented below.
34136
+ List of secure tag values, which should be matched at the source of the traffic. For INGRESS rule, if all the <code>srcSecureTag</code> are INEFFECTIVE, and there is no <code>srcIpRange</code>, this rule will be ignored. Maximum number of source tag values allowed is 256.
34214
34137
  """
34215
34138
  return pulumi.get(self, "src_secure_tags")
34216
34139
 
@@ -34222,10 +34145,9 @@ class RegionNetworkFirewallPolicyRuleMatchArgs:
34222
34145
  @pulumi.getter(name="srcThreatIntelligences")
34223
34146
  def src_threat_intelligences(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
34224
34147
  """
34225
- Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic source.
34226
-
34148
+ Name of the Google Cloud Threat Intelligence list.
34227
34149
 
34228
- <a name="nested_layer4_configs"></a>The `layer4_configs` block supports:
34150
+ The `layer4_configs` block supports:
34229
34151
  """
34230
34152
  return pulumi.get(self, "src_threat_intelligences")
34231
34153
 
@@ -34238,13 +34160,11 @@ if not MYPY:
34238
34160
  class RegionNetworkFirewallPolicyRuleMatchLayer4ConfigArgsDict(TypedDict):
34239
34161
  ip_protocol: pulumi.Input[str]
34240
34162
  """
34241
- The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule.
34242
- This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp), or the IP protocol number.
34163
+ The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following well known protocol strings (`tcp`, `udp`, `icmp`, `esp`, `ah`, `ipip`, `sctp`), or the IP protocol number.
34243
34164
  """
34244
34165
  ports: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
34245
34166
  """
34246
- An optional list of ports to which this rule applies. This field is only applicable for UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port.
34247
- Example inputs include: ["22"], ["80","443"], and ["12345-12349"].
34167
+ An optional list of ports to which this rule applies. This field is only applicable for UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port. Example inputs include: ``.
34248
34168
  """
34249
34169
  elif False:
34250
34170
  RegionNetworkFirewallPolicyRuleMatchLayer4ConfigArgsDict: TypeAlias = Mapping[str, Any]
@@ -34255,10 +34175,8 @@ class RegionNetworkFirewallPolicyRuleMatchLayer4ConfigArgs:
34255
34175
  ip_protocol: pulumi.Input[str],
34256
34176
  ports: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
34257
34177
  """
34258
- :param pulumi.Input[str] ip_protocol: The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule.
34259
- This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp), or the IP protocol number.
34260
- :param pulumi.Input[Sequence[pulumi.Input[str]]] ports: An optional list of ports to which this rule applies. This field is only applicable for UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port.
34261
- Example inputs include: ["22"], ["80","443"], and ["12345-12349"].
34178
+ :param pulumi.Input[str] ip_protocol: The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following well known protocol strings (`tcp`, `udp`, `icmp`, `esp`, `ah`, `ipip`, `sctp`), or the IP protocol number.
34179
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] ports: An optional list of ports to which this rule applies. This field is only applicable for UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port. Example inputs include: ``.
34262
34180
  """
34263
34181
  pulumi.set(__self__, "ip_protocol", ip_protocol)
34264
34182
  if ports is not None:
@@ -34268,8 +34186,7 @@ class RegionNetworkFirewallPolicyRuleMatchLayer4ConfigArgs:
34268
34186
  @pulumi.getter(name="ipProtocol")
34269
34187
  def ip_protocol(self) -> pulumi.Input[str]:
34270
34188
  """
34271
- The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule.
34272
- This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp), or the IP protocol number.
34189
+ The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following well known protocol strings (`tcp`, `udp`, `icmp`, `esp`, `ah`, `ipip`, `sctp`), or the IP protocol number.
34273
34190
  """
34274
34191
  return pulumi.get(self, "ip_protocol")
34275
34192
 
@@ -34281,8 +34198,7 @@ class RegionNetworkFirewallPolicyRuleMatchLayer4ConfigArgs:
34281
34198
  @pulumi.getter
34282
34199
  def ports(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
34283
34200
  """
34284
- An optional list of ports to which this rule applies. This field is only applicable for UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port.
34285
- Example inputs include: ["22"], ["80","443"], and ["12345-12349"].
34201
+ An optional list of ports to which this rule applies. This field is only applicable for UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port. Example inputs include: ``.
34286
34202
  """
34287
34203
  return pulumi.get(self, "ports")
34288
34204
 
@@ -34293,16 +34209,13 @@ class RegionNetworkFirewallPolicyRuleMatchLayer4ConfigArgs:
34293
34209
 
34294
34210
  if not MYPY:
34295
34211
  class RegionNetworkFirewallPolicyRuleMatchSrcSecureTagArgsDict(TypedDict):
34296
- name: NotRequired[pulumi.Input[str]]
34212
+ name: pulumi.Input[str]
34297
34213
  """
34298
- Name of the secure tag, created with TagManager's TagValue API.
34214
+ Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+
34299
34215
  """
34300
34216
  state: NotRequired[pulumi.Input[str]]
34301
34217
  """
34302
- (Output)
34303
- State of the secure tag, either EFFECTIVE or INEFFECTIVE. A secure tag is INEFFECTIVE when it is deleted or its network is deleted.
34304
-
34305
- - - -
34218
+ [Output Only] State of the secure tag, either `EFFECTIVE` or `INEFFECTIVE`. A secure tag is `INEFFECTIVE` when it is deleted or its network is deleted.
34306
34219
  """
34307
34220
  elif False:
34308
34221
  RegionNetworkFirewallPolicyRuleMatchSrcSecureTagArgsDict: TypeAlias = Mapping[str, Any]
@@ -34310,40 +34223,33 @@ elif False:
34310
34223
  @pulumi.input_type
34311
34224
  class RegionNetworkFirewallPolicyRuleMatchSrcSecureTagArgs:
34312
34225
  def __init__(__self__, *,
34313
- name: Optional[pulumi.Input[str]] = None,
34226
+ name: pulumi.Input[str],
34314
34227
  state: Optional[pulumi.Input[str]] = None):
34315
34228
  """
34316
- :param pulumi.Input[str] name: Name of the secure tag, created with TagManager's TagValue API.
34317
- :param pulumi.Input[str] state: (Output)
34318
- State of the secure tag, either EFFECTIVE or INEFFECTIVE. A secure tag is INEFFECTIVE when it is deleted or its network is deleted.
34319
-
34320
- - - -
34229
+ :param pulumi.Input[str] name: Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+
34230
+ :param pulumi.Input[str] state: [Output Only] State of the secure tag, either `EFFECTIVE` or `INEFFECTIVE`. A secure tag is `INEFFECTIVE` when it is deleted or its network is deleted.
34321
34231
  """
34322
- if name is not None:
34323
- pulumi.set(__self__, "name", name)
34232
+ pulumi.set(__self__, "name", name)
34324
34233
  if state is not None:
34325
34234
  pulumi.set(__self__, "state", state)
34326
34235
 
34327
34236
  @property
34328
34237
  @pulumi.getter
34329
- def name(self) -> Optional[pulumi.Input[str]]:
34238
+ def name(self) -> pulumi.Input[str]:
34330
34239
  """
34331
- Name of the secure tag, created with TagManager's TagValue API.
34240
+ Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+
34332
34241
  """
34333
34242
  return pulumi.get(self, "name")
34334
34243
 
34335
34244
  @name.setter
34336
- def name(self, value: Optional[pulumi.Input[str]]):
34245
+ def name(self, value: pulumi.Input[str]):
34337
34246
  pulumi.set(self, "name", value)
34338
34247
 
34339
34248
  @property
34340
34249
  @pulumi.getter
34341
34250
  def state(self) -> Optional[pulumi.Input[str]]:
34342
34251
  """
34343
- (Output)
34344
- State of the secure tag, either EFFECTIVE or INEFFECTIVE. A secure tag is INEFFECTIVE when it is deleted or its network is deleted.
34345
-
34346
- - - -
34252
+ [Output Only] State of the secure tag, either `EFFECTIVE` or `INEFFECTIVE`. A secure tag is `INEFFECTIVE` when it is deleted or its network is deleted.
34347
34253
  """
34348
34254
  return pulumi.get(self, "state")
34349
34255
 
@@ -34354,14 +34260,13 @@ class RegionNetworkFirewallPolicyRuleMatchSrcSecureTagArgs:
34354
34260
 
34355
34261
  if not MYPY:
34356
34262
  class RegionNetworkFirewallPolicyRuleTargetSecureTagArgsDict(TypedDict):
34357
- name: NotRequired[pulumi.Input[str]]
34263
+ name: pulumi.Input[str]
34358
34264
  """
34359
- Name of the secure tag, created with TagManager's TagValue API.
34265
+ Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+
34360
34266
  """
34361
34267
  state: NotRequired[pulumi.Input[str]]
34362
34268
  """
34363
- (Output)
34364
- State of the secure tag, either EFFECTIVE or INEFFECTIVE. A secure tag is INEFFECTIVE when it is deleted or its network is deleted.
34269
+ [Output Only] State of the secure tag, either `EFFECTIVE` or `INEFFECTIVE`. A secure tag is `INEFFECTIVE` when it is deleted or its network is deleted.
34365
34270
  """
34366
34271
  elif False:
34367
34272
  RegionNetworkFirewallPolicyRuleTargetSecureTagArgsDict: TypeAlias = Mapping[str, Any]
@@ -34369,36 +34274,33 @@ elif False:
34369
34274
  @pulumi.input_type
34370
34275
  class RegionNetworkFirewallPolicyRuleTargetSecureTagArgs:
34371
34276
  def __init__(__self__, *,
34372
- name: Optional[pulumi.Input[str]] = None,
34277
+ name: pulumi.Input[str],
34373
34278
  state: Optional[pulumi.Input[str]] = None):
34374
34279
  """
34375
- :param pulumi.Input[str] name: Name of the secure tag, created with TagManager's TagValue API.
34376
- :param pulumi.Input[str] state: (Output)
34377
- State of the secure tag, either EFFECTIVE or INEFFECTIVE. A secure tag is INEFFECTIVE when it is deleted or its network is deleted.
34280
+ :param pulumi.Input[str] name: Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+
34281
+ :param pulumi.Input[str] state: [Output Only] State of the secure tag, either `EFFECTIVE` or `INEFFECTIVE`. A secure tag is `INEFFECTIVE` when it is deleted or its network is deleted.
34378
34282
  """
34379
- if name is not None:
34380
- pulumi.set(__self__, "name", name)
34283
+ pulumi.set(__self__, "name", name)
34381
34284
  if state is not None:
34382
34285
  pulumi.set(__self__, "state", state)
34383
34286
 
34384
34287
  @property
34385
34288
  @pulumi.getter
34386
- def name(self) -> Optional[pulumi.Input[str]]:
34289
+ def name(self) -> pulumi.Input[str]:
34387
34290
  """
34388
- Name of the secure tag, created with TagManager's TagValue API.
34291
+ Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+
34389
34292
  """
34390
34293
  return pulumi.get(self, "name")
34391
34294
 
34392
34295
  @name.setter
34393
- def name(self, value: Optional[pulumi.Input[str]]):
34296
+ def name(self, value: pulumi.Input[str]):
34394
34297
  pulumi.set(self, "name", value)
34395
34298
 
34396
34299
  @property
34397
34300
  @pulumi.getter
34398
34301
  def state(self) -> Optional[pulumi.Input[str]]:
34399
34302
  """
34400
- (Output)
34401
- State of the secure tag, either EFFECTIVE or INEFFECTIVE. A secure tag is INEFFECTIVE when it is deleted or its network is deleted.
34303
+ [Output Only] State of the secure tag, either `EFFECTIVE` or `INEFFECTIVE`. A secure tag is `INEFFECTIVE` when it is deleted or its network is deleted.
34402
34304
  """
34403
34305
  return pulumi.get(self, "state")
34404
34306