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