pulumi-gcp 8.7.0a1730183903__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.0a1730183903.dist-info → pulumi_gcp-8.7.0a1730196225.dist-info}/METADATA +1 -1
  109. {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.7.0a1730196225.dist-info}/RECORD +111 -89
  110. {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.7.0a1730196225.dist-info}/WHEEL +1 -1
  111. {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.7.0a1730196225.dist-info}/top_level.txt +0 -0
@@ -13480,6 +13480,8 @@ class InstanceTemplateDisk(dict):
13480
13480
  suggest = "disk_type"
13481
13481
  elif key == "provisionedIops":
13482
13482
  suggest = "provisioned_iops"
13483
+ elif key == "provisionedThroughput":
13484
+ suggest = "provisioned_throughput"
13483
13485
  elif key == "resourceManagerTags":
13484
13486
  suggest = "resource_manager_tags"
13485
13487
  elif key == "resourcePolicies":
@@ -13516,6 +13518,7 @@ class InstanceTemplateDisk(dict):
13516
13518
  labels: Optional[Mapping[str, str]] = None,
13517
13519
  mode: Optional[str] = None,
13518
13520
  provisioned_iops: Optional[int] = None,
13521
+ provisioned_throughput: Optional[int] = None,
13519
13522
  resource_manager_tags: Optional[Mapping[str, str]] = None,
13520
13523
  resource_policies: Optional[str] = None,
13521
13524
  source: Optional[str] = None,
@@ -13560,6 +13563,7 @@ class InstanceTemplateDisk(dict):
13560
13563
  sets the number of I/O operations per second that the disk can handle.
13561
13564
  Values must be between 10,000 and 120,000. For more details, see the
13562
13565
  [Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk).
13566
+ :param 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).
13563
13567
  :param Mapping[str, 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.
13564
13568
  :param 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.
13565
13569
  :param str source: The name (**not self_link**)
@@ -13610,6 +13614,8 @@ class InstanceTemplateDisk(dict):
13610
13614
  pulumi.set(__self__, "mode", mode)
13611
13615
  if provisioned_iops is not None:
13612
13616
  pulumi.set(__self__, "provisioned_iops", provisioned_iops)
13617
+ if provisioned_throughput is not None:
13618
+ pulumi.set(__self__, "provisioned_throughput", provisioned_throughput)
13613
13619
  if resource_manager_tags is not None:
13614
13620
  pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
13615
13621
  if resource_policies is not None:
@@ -13739,6 +13745,14 @@ class InstanceTemplateDisk(dict):
13739
13745
  """
13740
13746
  return pulumi.get(self, "provisioned_iops")
13741
13747
 
13748
+ @property
13749
+ @pulumi.getter(name="provisionedThroughput")
13750
+ def provisioned_throughput(self) -> Optional[int]:
13751
+ """
13752
+ 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).
13753
+ """
13754
+ return pulumi.get(self, "provisioned_throughput")
13755
+
13742
13756
  @property
13743
13757
  @pulumi.getter(name="resourceManagerTags")
13744
13758
  def resource_manager_tags(self) -> Optional[Mapping[str, str]]:
@@ -15935,19 +15949,22 @@ class NetworkFirewallPolicyRuleMatch(dict):
15935
15949
  src_threat_intelligences: Optional[Sequence[str]] = None):
15936
15950
  """
15937
15951
  :param Sequence['NetworkFirewallPolicyRuleMatchLayer4ConfigArgs'] layer4_configs: Pairs of IP protocols and ports that the rule should match.
15938
- :param Sequence[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.
15939
- :param Sequence[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.
15952
+ Structure is documented below.
15953
+ :param Sequence[str] dest_address_groups: Address groups which should be matched against the traffic destination. Maximum number of destination address groups is 10.
15954
+ :param Sequence[str] dest_fqdns: Fully Qualified Domain Name (FQDN) which should be matched against traffic destination. Maximum number of destination fqdn allowed is 100.
15940
15955
  :param Sequence[str] dest_ip_ranges: CIDR IP address range. Maximum number of destination CIDR IP ranges allowed is 5000.
15941
- :param Sequence[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.
15942
- :param Sequence[str] dest_threat_intelligences: Name of the Google Cloud Threat Intelligence list.
15943
- :param Sequence[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.
15944
- :param Sequence[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.
15956
+ :param Sequence[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.
15957
+ :param Sequence[str] dest_threat_intelligences: Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic destination.
15958
+ :param Sequence[str] src_address_groups: Address groups which should be matched against the traffic source. Maximum number of source address groups is 10.
15959
+ :param Sequence[str] src_fqdns: Fully Qualified Domain Name (FQDN) which should be matched against traffic source. Maximum number of source fqdn allowed is 100.
15945
15960
  :param Sequence[str] src_ip_ranges: CIDR IP address range. Maximum number of source CIDR IP ranges allowed is 5000.
15946
- :param Sequence[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.
15947
- :param Sequence['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.
15948
- :param Sequence[str] src_threat_intelligences: Name of the Google Cloud Threat Intelligence list.
15961
+ :param Sequence[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.
15962
+ :param Sequence['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.
15963
+ Structure is documented below.
15964
+ :param Sequence[str] src_threat_intelligences: Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic source.
15949
15965
 
15950
- The `layer4_configs` block supports:
15966
+
15967
+ <a name="nested_layer4_configs"></a>The `layer4_configs` block supports:
15951
15968
  """
15952
15969
  pulumi.set(__self__, "layer4_configs", layer4_configs)
15953
15970
  if dest_address_groups is not None:
@@ -15978,6 +15995,7 @@ class NetworkFirewallPolicyRuleMatch(dict):
15978
15995
  def layer4_configs(self) -> Sequence['outputs.NetworkFirewallPolicyRuleMatchLayer4Config']:
15979
15996
  """
15980
15997
  Pairs of IP protocols and ports that the rule should match.
15998
+ Structure is documented below.
15981
15999
  """
15982
16000
  return pulumi.get(self, "layer4_configs")
15983
16001
 
@@ -15985,7 +16003,7 @@ class NetworkFirewallPolicyRuleMatch(dict):
15985
16003
  @pulumi.getter(name="destAddressGroups")
15986
16004
  def dest_address_groups(self) -> Optional[Sequence[str]]:
15987
16005
  """
15988
- 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.
16006
+ Address groups which should be matched against the traffic destination. Maximum number of destination address groups is 10.
15989
16007
  """
15990
16008
  return pulumi.get(self, "dest_address_groups")
15991
16009
 
@@ -15993,7 +16011,7 @@ class NetworkFirewallPolicyRuleMatch(dict):
15993
16011
  @pulumi.getter(name="destFqdns")
15994
16012
  def dest_fqdns(self) -> Optional[Sequence[str]]:
15995
16013
  """
15996
- 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.
16014
+ Fully Qualified Domain Name (FQDN) which should be matched against traffic destination. Maximum number of destination fqdn allowed is 100.
15997
16015
  """
15998
16016
  return pulumi.get(self, "dest_fqdns")
15999
16017
 
@@ -16009,7 +16027,7 @@ class NetworkFirewallPolicyRuleMatch(dict):
16009
16027
  @pulumi.getter(name="destRegionCodes")
16010
16028
  def dest_region_codes(self) -> Optional[Sequence[str]]:
16011
16029
  """
16012
- 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.
16030
+ 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.
16013
16031
  """
16014
16032
  return pulumi.get(self, "dest_region_codes")
16015
16033
 
@@ -16017,7 +16035,7 @@ class NetworkFirewallPolicyRuleMatch(dict):
16017
16035
  @pulumi.getter(name="destThreatIntelligences")
16018
16036
  def dest_threat_intelligences(self) -> Optional[Sequence[str]]:
16019
16037
  """
16020
- Name of the Google Cloud Threat Intelligence list.
16038
+ Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic destination.
16021
16039
  """
16022
16040
  return pulumi.get(self, "dest_threat_intelligences")
16023
16041
 
@@ -16025,7 +16043,7 @@ class NetworkFirewallPolicyRuleMatch(dict):
16025
16043
  @pulumi.getter(name="srcAddressGroups")
16026
16044
  def src_address_groups(self) -> Optional[Sequence[str]]:
16027
16045
  """
16028
- 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.
16046
+ Address groups which should be matched against the traffic source. Maximum number of source address groups is 10.
16029
16047
  """
16030
16048
  return pulumi.get(self, "src_address_groups")
16031
16049
 
@@ -16033,7 +16051,7 @@ class NetworkFirewallPolicyRuleMatch(dict):
16033
16051
  @pulumi.getter(name="srcFqdns")
16034
16052
  def src_fqdns(self) -> Optional[Sequence[str]]:
16035
16053
  """
16036
- 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.
16054
+ Fully Qualified Domain Name (FQDN) which should be matched against traffic source. Maximum number of source fqdn allowed is 100.
16037
16055
  """
16038
16056
  return pulumi.get(self, "src_fqdns")
16039
16057
 
@@ -16049,7 +16067,7 @@ class NetworkFirewallPolicyRuleMatch(dict):
16049
16067
  @pulumi.getter(name="srcRegionCodes")
16050
16068
  def src_region_codes(self) -> Optional[Sequence[str]]:
16051
16069
  """
16052
- 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.
16070
+ 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.
16053
16071
  """
16054
16072
  return pulumi.get(self, "src_region_codes")
16055
16073
 
@@ -16057,7 +16075,8 @@ class NetworkFirewallPolicyRuleMatch(dict):
16057
16075
  @pulumi.getter(name="srcSecureTags")
16058
16076
  def src_secure_tags(self) -> Optional[Sequence['outputs.NetworkFirewallPolicyRuleMatchSrcSecureTag']]:
16059
16077
  """
16060
- 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.
16078
+ 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.
16079
+ Structure is documented below.
16061
16080
  """
16062
16081
  return pulumi.get(self, "src_secure_tags")
16063
16082
 
@@ -16065,9 +16084,10 @@ class NetworkFirewallPolicyRuleMatch(dict):
16065
16084
  @pulumi.getter(name="srcThreatIntelligences")
16066
16085
  def src_threat_intelligences(self) -> Optional[Sequence[str]]:
16067
16086
  """
16068
- Name of the Google Cloud Threat Intelligence list.
16087
+ Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic source.
16069
16088
 
16070
- The `layer4_configs` block supports:
16089
+
16090
+ <a name="nested_layer4_configs"></a>The `layer4_configs` block supports:
16071
16091
  """
16072
16092
  return pulumi.get(self, "src_threat_intelligences")
16073
16093
 
@@ -16095,8 +16115,10 @@ class NetworkFirewallPolicyRuleMatchLayer4Config(dict):
16095
16115
  ip_protocol: str,
16096
16116
  ports: Optional[Sequence[str]] = None):
16097
16117
  """
16098
- :param 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.
16099
- :param Sequence[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: ``.
16118
+ :param str ip_protocol: The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule.
16119
+ 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.
16120
+ :param Sequence[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.
16121
+ Example inputs include: ["22"], ["80","443"], and ["12345-12349"].
16100
16122
  """
16101
16123
  pulumi.set(__self__, "ip_protocol", ip_protocol)
16102
16124
  if ports is not None:
@@ -16106,7 +16128,8 @@ class NetworkFirewallPolicyRuleMatchLayer4Config(dict):
16106
16128
  @pulumi.getter(name="ipProtocol")
16107
16129
  def ip_protocol(self) -> str:
16108
16130
  """
16109
- 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.
16131
+ The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule.
16132
+ 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.
16110
16133
  """
16111
16134
  return pulumi.get(self, "ip_protocol")
16112
16135
 
@@ -16114,7 +16137,8 @@ class NetworkFirewallPolicyRuleMatchLayer4Config(dict):
16114
16137
  @pulumi.getter
16115
16138
  def ports(self) -> Optional[Sequence[str]]:
16116
16139
  """
16117
- 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: ``.
16140
+ 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.
16141
+ Example inputs include: ["22"], ["80","443"], and ["12345-12349"].
16118
16142
  """
16119
16143
  return pulumi.get(self, "ports")
16120
16144
 
@@ -16122,21 +16146,25 @@ class NetworkFirewallPolicyRuleMatchLayer4Config(dict):
16122
16146
  @pulumi.output_type
16123
16147
  class NetworkFirewallPolicyRuleMatchSrcSecureTag(dict):
16124
16148
  def __init__(__self__, *,
16125
- name: str,
16149
+ name: Optional[str] = None,
16126
16150
  state: Optional[str] = None):
16127
16151
  """
16128
- :param str name: Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+
16129
- :param 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.
16152
+ :param str name: Name of the secure tag, created with TagManager's TagValue API.
16153
+ :param str state: (Output)
16154
+ State of the secure tag, either EFFECTIVE or INEFFECTIVE. A secure tag is INEFFECTIVE when it is deleted or its network is deleted.
16155
+
16156
+ - - -
16130
16157
  """
16131
- pulumi.set(__self__, "name", name)
16158
+ if name is not None:
16159
+ pulumi.set(__self__, "name", name)
16132
16160
  if state is not None:
16133
16161
  pulumi.set(__self__, "state", state)
16134
16162
 
16135
16163
  @property
16136
16164
  @pulumi.getter
16137
- def name(self) -> str:
16165
+ def name(self) -> Optional[str]:
16138
16166
  """
16139
- Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+
16167
+ Name of the secure tag, created with TagManager's TagValue API.
16140
16168
  """
16141
16169
  return pulumi.get(self, "name")
16142
16170
 
@@ -16144,7 +16172,10 @@ class NetworkFirewallPolicyRuleMatchSrcSecureTag(dict):
16144
16172
  @pulumi.getter
16145
16173
  def state(self) -> Optional[str]:
16146
16174
  """
16147
- [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.
16175
+ (Output)
16176
+ State of the secure tag, either EFFECTIVE or INEFFECTIVE. A secure tag is INEFFECTIVE when it is deleted or its network is deleted.
16177
+
16178
+ - - -
16148
16179
  """
16149
16180
  return pulumi.get(self, "state")
16150
16181
 
@@ -16152,21 +16183,23 @@ class NetworkFirewallPolicyRuleMatchSrcSecureTag(dict):
16152
16183
  @pulumi.output_type
16153
16184
  class NetworkFirewallPolicyRuleTargetSecureTag(dict):
16154
16185
  def __init__(__self__, *,
16155
- name: str,
16186
+ name: Optional[str] = None,
16156
16187
  state: Optional[str] = None):
16157
16188
  """
16158
- :param str name: Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+
16159
- :param 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.
16189
+ :param str name: Name of the secure tag, created with TagManager's TagValue API.
16190
+ :param str state: (Output)
16191
+ State of the secure tag, either EFFECTIVE or INEFFECTIVE. A secure tag is INEFFECTIVE when it is deleted or its network is deleted.
16160
16192
  """
16161
- pulumi.set(__self__, "name", name)
16193
+ if name is not None:
16194
+ pulumi.set(__self__, "name", name)
16162
16195
  if state is not None:
16163
16196
  pulumi.set(__self__, "state", state)
16164
16197
 
16165
16198
  @property
16166
16199
  @pulumi.getter
16167
- def name(self) -> str:
16200
+ def name(self) -> Optional[str]:
16168
16201
  """
16169
- Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+
16202
+ Name of the secure tag, created with TagManager's TagValue API.
16170
16203
  """
16171
16204
  return pulumi.get(self, "name")
16172
16205
 
@@ -16174,7 +16207,8 @@ class NetworkFirewallPolicyRuleTargetSecureTag(dict):
16174
16207
  @pulumi.getter
16175
16208
  def state(self) -> Optional[str]:
16176
16209
  """
16177
- [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.
16210
+ (Output)
16211
+ State of the secure tag, either EFFECTIVE or INEFFECTIVE. A secure tag is INEFFECTIVE when it is deleted or its network is deleted.
16178
16212
  """
16179
16213
  return pulumi.get(self, "state")
16180
16214
 
@@ -23407,6 +23441,8 @@ class RegionInstanceTemplateDisk(dict):
23407
23441
  suggest = "disk_type"
23408
23442
  elif key == "provisionedIops":
23409
23443
  suggest = "provisioned_iops"
23444
+ elif key == "provisionedThroughput":
23445
+ suggest = "provisioned_throughput"
23410
23446
  elif key == "resourceManagerTags":
23411
23447
  suggest = "resource_manager_tags"
23412
23448
  elif key == "resourcePolicies":
@@ -23443,6 +23479,7 @@ class RegionInstanceTemplateDisk(dict):
23443
23479
  labels: Optional[Mapping[str, str]] = None,
23444
23480
  mode: Optional[str] = None,
23445
23481
  provisioned_iops: Optional[int] = None,
23482
+ provisioned_throughput: Optional[int] = None,
23446
23483
  resource_manager_tags: Optional[Mapping[str, str]] = None,
23447
23484
  resource_policies: Optional[str] = None,
23448
23485
  source: Optional[str] = None,
@@ -23487,6 +23524,7 @@ class RegionInstanceTemplateDisk(dict):
23487
23524
  sets the number of I/O operations per second that the disk can handle.
23488
23525
  Values must be between 10,000 and 120,000. For more details, see the
23489
23526
  [Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk).
23527
+ :param 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).
23490
23528
  :param Mapping[str, 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.
23491
23529
  :param 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.
23492
23530
  :param str source: The name (**not self_link**)
@@ -23537,6 +23575,8 @@ class RegionInstanceTemplateDisk(dict):
23537
23575
  pulumi.set(__self__, "mode", mode)
23538
23576
  if provisioned_iops is not None:
23539
23577
  pulumi.set(__self__, "provisioned_iops", provisioned_iops)
23578
+ if provisioned_throughput is not None:
23579
+ pulumi.set(__self__, "provisioned_throughput", provisioned_throughput)
23540
23580
  if resource_manager_tags is not None:
23541
23581
  pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
23542
23582
  if resource_policies is not None:
@@ -23666,6 +23706,14 @@ class RegionInstanceTemplateDisk(dict):
23666
23706
  """
23667
23707
  return pulumi.get(self, "provisioned_iops")
23668
23708
 
23709
+ @property
23710
+ @pulumi.getter(name="provisionedThroughput")
23711
+ def provisioned_throughput(self) -> Optional[int]:
23712
+ """
23713
+ 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).
23714
+ """
23715
+ return pulumi.get(self, "provisioned_throughput")
23716
+
23669
23717
  @property
23670
23718
  @pulumi.getter(name="resourceManagerTags")
23671
23719
  def resource_manager_tags(self) -> Optional[Mapping[str, str]]:
@@ -25336,19 +25384,22 @@ class RegionNetworkFirewallPolicyRuleMatch(dict):
25336
25384
  src_threat_intelligences: Optional[Sequence[str]] = None):
25337
25385
  """
25338
25386
  :param Sequence['RegionNetworkFirewallPolicyRuleMatchLayer4ConfigArgs'] layer4_configs: Pairs of IP protocols and ports that the rule should match.
25339
- :param Sequence[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.
25340
- :param Sequence[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.
25387
+ Structure is documented below.
25388
+ :param Sequence[str] dest_address_groups: Address groups which should be matched against the traffic destination. Maximum number of destination address groups is 10.
25389
+ :param Sequence[str] dest_fqdns: Fully Qualified Domain Name (FQDN) which should be matched against traffic destination. Maximum number of destination fqdn allowed is 100.
25341
25390
  :param Sequence[str] dest_ip_ranges: CIDR IP address range. Maximum number of destination CIDR IP ranges allowed is 5000.
25342
- :param Sequence[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.
25343
- :param Sequence[str] dest_threat_intelligences: Name of the Google Cloud Threat Intelligence list.
25344
- :param Sequence[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.
25345
- :param Sequence[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.
25391
+ :param Sequence[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.
25392
+ :param Sequence[str] dest_threat_intelligences: Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic destination.
25393
+ :param Sequence[str] src_address_groups: Address groups which should be matched against the traffic source. Maximum number of source address groups is 10.
25394
+ :param Sequence[str] src_fqdns: Fully Qualified Domain Name (FQDN) which should be matched against traffic source. Maximum number of source fqdn allowed is 100.
25346
25395
  :param Sequence[str] src_ip_ranges: CIDR IP address range. Maximum number of source CIDR IP ranges allowed is 5000.
25347
- :param Sequence[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.
25348
- :param Sequence['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.
25349
- :param Sequence[str] src_threat_intelligences: Name of the Google Cloud Threat Intelligence list.
25396
+ :param Sequence[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.
25397
+ :param Sequence['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.
25398
+ Structure is documented below.
25399
+ :param Sequence[str] src_threat_intelligences: Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic source.
25350
25400
 
25351
- The `layer4_configs` block supports:
25401
+
25402
+ <a name="nested_layer4_configs"></a>The `layer4_configs` block supports:
25352
25403
  """
25353
25404
  pulumi.set(__self__, "layer4_configs", layer4_configs)
25354
25405
  if dest_address_groups is not None:
@@ -25379,6 +25430,7 @@ class RegionNetworkFirewallPolicyRuleMatch(dict):
25379
25430
  def layer4_configs(self) -> Sequence['outputs.RegionNetworkFirewallPolicyRuleMatchLayer4Config']:
25380
25431
  """
25381
25432
  Pairs of IP protocols and ports that the rule should match.
25433
+ Structure is documented below.
25382
25434
  """
25383
25435
  return pulumi.get(self, "layer4_configs")
25384
25436
 
@@ -25386,7 +25438,7 @@ class RegionNetworkFirewallPolicyRuleMatch(dict):
25386
25438
  @pulumi.getter(name="destAddressGroups")
25387
25439
  def dest_address_groups(self) -> Optional[Sequence[str]]:
25388
25440
  """
25389
- 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.
25441
+ Address groups which should be matched against the traffic destination. Maximum number of destination address groups is 10.
25390
25442
  """
25391
25443
  return pulumi.get(self, "dest_address_groups")
25392
25444
 
@@ -25394,7 +25446,7 @@ class RegionNetworkFirewallPolicyRuleMatch(dict):
25394
25446
  @pulumi.getter(name="destFqdns")
25395
25447
  def dest_fqdns(self) -> Optional[Sequence[str]]:
25396
25448
  """
25397
- 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.
25449
+ Fully Qualified Domain Name (FQDN) which should be matched against traffic destination. Maximum number of destination fqdn allowed is 100.
25398
25450
  """
25399
25451
  return pulumi.get(self, "dest_fqdns")
25400
25452
 
@@ -25410,7 +25462,7 @@ class RegionNetworkFirewallPolicyRuleMatch(dict):
25410
25462
  @pulumi.getter(name="destRegionCodes")
25411
25463
  def dest_region_codes(self) -> Optional[Sequence[str]]:
25412
25464
  """
25413
- 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.
25465
+ 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.
25414
25466
  """
25415
25467
  return pulumi.get(self, "dest_region_codes")
25416
25468
 
@@ -25418,7 +25470,7 @@ class RegionNetworkFirewallPolicyRuleMatch(dict):
25418
25470
  @pulumi.getter(name="destThreatIntelligences")
25419
25471
  def dest_threat_intelligences(self) -> Optional[Sequence[str]]:
25420
25472
  """
25421
- Name of the Google Cloud Threat Intelligence list.
25473
+ Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic destination.
25422
25474
  """
25423
25475
  return pulumi.get(self, "dest_threat_intelligences")
25424
25476
 
@@ -25426,7 +25478,7 @@ class RegionNetworkFirewallPolicyRuleMatch(dict):
25426
25478
  @pulumi.getter(name="srcAddressGroups")
25427
25479
  def src_address_groups(self) -> Optional[Sequence[str]]:
25428
25480
  """
25429
- 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.
25481
+ Address groups which should be matched against the traffic source. Maximum number of source address groups is 10.
25430
25482
  """
25431
25483
  return pulumi.get(self, "src_address_groups")
25432
25484
 
@@ -25434,7 +25486,7 @@ class RegionNetworkFirewallPolicyRuleMatch(dict):
25434
25486
  @pulumi.getter(name="srcFqdns")
25435
25487
  def src_fqdns(self) -> Optional[Sequence[str]]:
25436
25488
  """
25437
- 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.
25489
+ Fully Qualified Domain Name (FQDN) which should be matched against traffic source. Maximum number of source fqdn allowed is 100.
25438
25490
  """
25439
25491
  return pulumi.get(self, "src_fqdns")
25440
25492
 
@@ -25450,7 +25502,7 @@ class RegionNetworkFirewallPolicyRuleMatch(dict):
25450
25502
  @pulumi.getter(name="srcRegionCodes")
25451
25503
  def src_region_codes(self) -> Optional[Sequence[str]]:
25452
25504
  """
25453
- 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.
25505
+ 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.
25454
25506
  """
25455
25507
  return pulumi.get(self, "src_region_codes")
25456
25508
 
@@ -25458,7 +25510,8 @@ class RegionNetworkFirewallPolicyRuleMatch(dict):
25458
25510
  @pulumi.getter(name="srcSecureTags")
25459
25511
  def src_secure_tags(self) -> Optional[Sequence['outputs.RegionNetworkFirewallPolicyRuleMatchSrcSecureTag']]:
25460
25512
  """
25461
- 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.
25513
+ 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.
25514
+ Structure is documented below.
25462
25515
  """
25463
25516
  return pulumi.get(self, "src_secure_tags")
25464
25517
 
@@ -25466,9 +25519,10 @@ class RegionNetworkFirewallPolicyRuleMatch(dict):
25466
25519
  @pulumi.getter(name="srcThreatIntelligences")
25467
25520
  def src_threat_intelligences(self) -> Optional[Sequence[str]]:
25468
25521
  """
25469
- Name of the Google Cloud Threat Intelligence list.
25522
+ Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic source.
25470
25523
 
25471
- The `layer4_configs` block supports:
25524
+
25525
+ <a name="nested_layer4_configs"></a>The `layer4_configs` block supports:
25472
25526
  """
25473
25527
  return pulumi.get(self, "src_threat_intelligences")
25474
25528
 
@@ -25496,8 +25550,10 @@ class RegionNetworkFirewallPolicyRuleMatchLayer4Config(dict):
25496
25550
  ip_protocol: str,
25497
25551
  ports: Optional[Sequence[str]] = None):
25498
25552
  """
25499
- :param 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.
25500
- :param Sequence[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: ``.
25553
+ :param str ip_protocol: The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule.
25554
+ 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.
25555
+ :param Sequence[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.
25556
+ Example inputs include: ["22"], ["80","443"], and ["12345-12349"].
25501
25557
  """
25502
25558
  pulumi.set(__self__, "ip_protocol", ip_protocol)
25503
25559
  if ports is not None:
@@ -25507,7 +25563,8 @@ class RegionNetworkFirewallPolicyRuleMatchLayer4Config(dict):
25507
25563
  @pulumi.getter(name="ipProtocol")
25508
25564
  def ip_protocol(self) -> str:
25509
25565
  """
25510
- 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.
25566
+ The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule.
25567
+ 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.
25511
25568
  """
25512
25569
  return pulumi.get(self, "ip_protocol")
25513
25570
 
@@ -25515,7 +25572,8 @@ class RegionNetworkFirewallPolicyRuleMatchLayer4Config(dict):
25515
25572
  @pulumi.getter
25516
25573
  def ports(self) -> Optional[Sequence[str]]:
25517
25574
  """
25518
- 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: ``.
25575
+ 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.
25576
+ Example inputs include: ["22"], ["80","443"], and ["12345-12349"].
25519
25577
  """
25520
25578
  return pulumi.get(self, "ports")
25521
25579
 
@@ -25523,21 +25581,25 @@ class RegionNetworkFirewallPolicyRuleMatchLayer4Config(dict):
25523
25581
  @pulumi.output_type
25524
25582
  class RegionNetworkFirewallPolicyRuleMatchSrcSecureTag(dict):
25525
25583
  def __init__(__self__, *,
25526
- name: str,
25584
+ name: Optional[str] = None,
25527
25585
  state: Optional[str] = None):
25528
25586
  """
25529
- :param str name: Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+
25530
- :param 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.
25587
+ :param str name: Name of the secure tag, created with TagManager's TagValue API.
25588
+ :param str state: (Output)
25589
+ State of the secure tag, either EFFECTIVE or INEFFECTIVE. A secure tag is INEFFECTIVE when it is deleted or its network is deleted.
25590
+
25591
+ - - -
25531
25592
  """
25532
- pulumi.set(__self__, "name", name)
25593
+ if name is not None:
25594
+ pulumi.set(__self__, "name", name)
25533
25595
  if state is not None:
25534
25596
  pulumi.set(__self__, "state", state)
25535
25597
 
25536
25598
  @property
25537
25599
  @pulumi.getter
25538
- def name(self) -> str:
25600
+ def name(self) -> Optional[str]:
25539
25601
  """
25540
- Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+
25602
+ Name of the secure tag, created with TagManager's TagValue API.
25541
25603
  """
25542
25604
  return pulumi.get(self, "name")
25543
25605
 
@@ -25545,7 +25607,10 @@ class RegionNetworkFirewallPolicyRuleMatchSrcSecureTag(dict):
25545
25607
  @pulumi.getter
25546
25608
  def state(self) -> Optional[str]:
25547
25609
  """
25548
- [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.
25610
+ (Output)
25611
+ State of the secure tag, either EFFECTIVE or INEFFECTIVE. A secure tag is INEFFECTIVE when it is deleted or its network is deleted.
25612
+
25613
+ - - -
25549
25614
  """
25550
25615
  return pulumi.get(self, "state")
25551
25616
 
@@ -25553,21 +25618,23 @@ class RegionNetworkFirewallPolicyRuleMatchSrcSecureTag(dict):
25553
25618
  @pulumi.output_type
25554
25619
  class RegionNetworkFirewallPolicyRuleTargetSecureTag(dict):
25555
25620
  def __init__(__self__, *,
25556
- name: str,
25621
+ name: Optional[str] = None,
25557
25622
  state: Optional[str] = None):
25558
25623
  """
25559
- :param str name: Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+
25560
- :param 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.
25624
+ :param str name: Name of the secure tag, created with TagManager's TagValue API.
25625
+ :param str state: (Output)
25626
+ State of the secure tag, either EFFECTIVE or INEFFECTIVE. A secure tag is INEFFECTIVE when it is deleted or its network is deleted.
25561
25627
  """
25562
- pulumi.set(__self__, "name", name)
25628
+ if name is not None:
25629
+ pulumi.set(__self__, "name", name)
25563
25630
  if state is not None:
25564
25631
  pulumi.set(__self__, "state", state)
25565
25632
 
25566
25633
  @property
25567
25634
  @pulumi.getter
25568
- def name(self) -> str:
25635
+ def name(self) -> Optional[str]:
25569
25636
  """
25570
- Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+
25637
+ Name of the secure tag, created with TagManager's TagValue API.
25571
25638
  """
25572
25639
  return pulumi.get(self, "name")
25573
25640
 
@@ -25575,7 +25642,8 @@ class RegionNetworkFirewallPolicyRuleTargetSecureTag(dict):
25575
25642
  @pulumi.getter
25576
25643
  def state(self) -> Optional[str]:
25577
25644
  """
25578
- [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.
25645
+ (Output)
25646
+ State of the secure tag, either EFFECTIVE or INEFFECTIVE. A secure tag is INEFFECTIVE when it is deleted or its network is deleted.
25579
25647
  """
25580
25648
  return pulumi.get(self, "state")
25581
25649
 
@@ -50025,7 +50093,7 @@ class GetInstanceAttachedDiskResult(dict):
50025
50093
  (<https://cloud.google.com/compute/docs/disks/customer-supplied-encryption>) that protects this resource.
50026
50094
  :param str kms_key_self_link: The self_link of the encryption key that is stored in Google Cloud KMS to encrypt this disk. Only one of kms_key_self_link and disk_encryption_key_raw may be set.
50027
50095
  :param str mode: Read/write mode for the disk. One of `"READ_ONLY"` or `"READ_WRITE"`.
50028
- :param str source: The name or self_link of the disk attached to this instance.
50096
+ :param str source: The self_link of the disk attached to this instance.
50029
50097
  """
50030
50098
  pulumi.set(__self__, "device_name", device_name)
50031
50099
  pulumi.set(__self__, "disk_encryption_key_raw", disk_encryption_key_raw)
@@ -50081,7 +50149,7 @@ class GetInstanceAttachedDiskResult(dict):
50081
50149
  @pulumi.getter
50082
50150
  def source(self) -> str:
50083
50151
  """
50084
- The name or self_link of the disk attached to this instance.
50152
+ The self_link of the disk attached to this instance.
50085
50153
  """
50086
50154
  return pulumi.get(self, "source")
50087
50155
 
@@ -50111,7 +50179,7 @@ class GetInstanceBootDiskResult(dict):
50111
50179
  :param str interface: The disk interface used for attaching this disk. One of `SCSI` or `NVME`.
50112
50180
  :param str kms_key_self_link: The self_link of the encryption key that is stored in Google Cloud KMS to encrypt this disk. Only one of kms_key_self_link and disk_encryption_key_raw may be set.
50113
50181
  :param str mode: Read/write mode for the disk. One of `"READ_ONLY"` or `"READ_WRITE"`.
50114
- :param str source: The name or self_link of the disk attached to this instance.
50182
+ :param str source: The self_link of the disk attached to this instance.
50115
50183
  """
50116
50184
  pulumi.set(__self__, "auto_delete", auto_delete)
50117
50185
  pulumi.set(__self__, "device_name", device_name)
@@ -50195,7 +50263,7 @@ class GetInstanceBootDiskResult(dict):
50195
50263
  @pulumi.getter
50196
50264
  def source(self) -> str:
50197
50265
  """
50198
- The name or self_link of the disk attached to this instance.
50266
+ The self_link of the disk attached to this instance.
50199
50267
  """
50200
50268
  return pulumi.get(self, "source")
50201
50269
 
@@ -51877,6 +51945,7 @@ class GetInstanceTemplateDiskResult(dict):
51877
51945
  labels: Mapping[str, str],
51878
51946
  mode: str,
51879
51947
  provisioned_iops: int,
51948
+ provisioned_throughput: int,
51880
51949
  resource_manager_tags: Mapping[str, str],
51881
51950
  resource_policies: Sequence[str],
51882
51951
  source: str,
@@ -51913,6 +51982,7 @@ class GetInstanceTemplateDiskResult(dict):
51913
51982
  sets the number of I/O operations per second that the disk can handle.
51914
51983
  Values must be between 10,000 and 120,000. For more details, see the
51915
51984
  [Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk).
51985
+ :param 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).
51916
51986
  :param Mapping[str, str] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
51917
51987
  :param Sequence[str] resource_policies: (Optional) -- A list of short names of resource policies to attach to this disk for automatic snapshot creations. Currently a max of 1 resource policy is supported.
51918
51988
  :param str source: The name (**not self_link**)
@@ -51951,6 +52021,7 @@ class GetInstanceTemplateDiskResult(dict):
51951
52021
  pulumi.set(__self__, "labels", labels)
51952
52022
  pulumi.set(__self__, "mode", mode)
51953
52023
  pulumi.set(__self__, "provisioned_iops", provisioned_iops)
52024
+ pulumi.set(__self__, "provisioned_throughput", provisioned_throughput)
51954
52025
  pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
51955
52026
  pulumi.set(__self__, "resource_policies", resource_policies)
51956
52027
  pulumi.set(__self__, "source", source)
@@ -52064,6 +52135,14 @@ class GetInstanceTemplateDiskResult(dict):
52064
52135
  """
52065
52136
  return pulumi.get(self, "provisioned_iops")
52066
52137
 
52138
+ @property
52139
+ @pulumi.getter(name="provisionedThroughput")
52140
+ def provisioned_throughput(self) -> int:
52141
+ """
52142
+ 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).
52143
+ """
52144
+ return pulumi.get(self, "provisioned_throughput")
52145
+
52067
52146
  @property
52068
52147
  @pulumi.getter(name="resourceManagerTags")
52069
52148
  def resource_manager_tags(self) -> Mapping[str, str]:
@@ -54133,6 +54212,7 @@ class GetRegionInstanceTemplateDiskResult(dict):
54133
54212
  labels: Mapping[str, str],
54134
54213
  mode: str,
54135
54214
  provisioned_iops: int,
54215
+ provisioned_throughput: int,
54136
54216
  resource_manager_tags: Mapping[str, str],
54137
54217
  resource_policies: Sequence[str],
54138
54218
  source: str,
@@ -54169,6 +54249,7 @@ class GetRegionInstanceTemplateDiskResult(dict):
54169
54249
  sets the number of I/O operations per second that the disk can handle.
54170
54250
  Values must be between 10,000 and 120,000. For more details, see the
54171
54251
  [Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk).
54252
+ :param 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).
54172
54253
  :param Mapping[str, str] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
54173
54254
  :param Sequence[str] resource_policies: (Optional) -- A list of short names of resource policies to attach to this disk for automatic snapshot creations. Currently a max of 1 resource policy is supported.
54174
54255
  :param str source: The name (**not self_link**)
@@ -54207,6 +54288,7 @@ class GetRegionInstanceTemplateDiskResult(dict):
54207
54288
  pulumi.set(__self__, "labels", labels)
54208
54289
  pulumi.set(__self__, "mode", mode)
54209
54290
  pulumi.set(__self__, "provisioned_iops", provisioned_iops)
54291
+ pulumi.set(__self__, "provisioned_throughput", provisioned_throughput)
54210
54292
  pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
54211
54293
  pulumi.set(__self__, "resource_policies", resource_policies)
54212
54294
  pulumi.set(__self__, "source", source)
@@ -54320,6 +54402,14 @@ class GetRegionInstanceTemplateDiskResult(dict):
54320
54402
  """
54321
54403
  return pulumi.get(self, "provisioned_iops")
54322
54404
 
54405
+ @property
54406
+ @pulumi.getter(name="provisionedThroughput")
54407
+ def provisioned_throughput(self) -> int:
54408
+ """
54409
+ 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).
54410
+ """
54411
+ return pulumi.get(self, "provisioned_throughput")
54412
+
54323
54413
  @property
54324
54414
  @pulumi.getter(name="resourceManagerTags")
54325
54415
  def resource_manager_tags(self) -> Mapping[str, str]: