pulumi-gcp 8.7.0__py3-none-any.whl → 8.7.0a1729200523__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. pulumi_gcp/__init__.py +0 -70
  2. pulumi_gcp/accesscontextmanager/service_perimeter.py +0 -2
  3. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +0 -4
  4. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +0 -4
  5. pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +0 -4
  6. pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +0 -4
  7. pulumi_gcp/accesscontextmanager/service_perimeters.py +0 -2
  8. pulumi_gcp/apigee/__init__.py +0 -2
  9. pulumi_gcp/apigee/_inputs.py +0 -108
  10. pulumi_gcp/apigee/outputs.py +0 -64
  11. pulumi_gcp/artifactregistry/get_docker_image.py +0 -40
  12. pulumi_gcp/bigquery/connection.py +12 -12
  13. pulumi_gcp/bigquery/job.py +6 -6
  14. pulumi_gcp/cloudrunv2/get_service.py +1 -12
  15. pulumi_gcp/cloudrunv2/service.py +0 -92
  16. pulumi_gcp/compute/_inputs.py +116 -214
  17. pulumi_gcp/compute/backend_service.py +0 -76
  18. pulumi_gcp/compute/get_backend_service.py +1 -12
  19. pulumi_gcp/compute/get_instance.py +1 -29
  20. pulumi_gcp/compute/get_instance_template.py +1 -29
  21. pulumi_gcp/compute/get_region_instance_group_manager.py +18 -0
  22. pulumi_gcp/compute/get_region_instance_template.py +1 -29
  23. pulumi_gcp/compute/instance.py +0 -89
  24. pulumi_gcp/compute/instance_from_machine_image.py +0 -82
  25. pulumi_gcp/compute/instance_from_template.py +0 -82
  26. pulumi_gcp/compute/instance_template.py +0 -75
  27. pulumi_gcp/compute/network_firewall_policy_association.py +50 -76
  28. pulumi_gcp/compute/network_firewall_policy_rule.py +103 -149
  29. pulumi_gcp/compute/outputs.py +80 -170
  30. pulumi_gcp/compute/region_backend_service.py +0 -94
  31. pulumi_gcp/compute/region_instance_template.py +0 -75
  32. pulumi_gcp/compute/region_network_endpoint_group.py +4 -6
  33. pulumi_gcp/compute/region_network_firewall_policy_association.py +54 -104
  34. pulumi_gcp/compute/region_network_firewall_policy_rule.py +107 -160
  35. pulumi_gcp/config/__init__.pyi +0 -4
  36. pulumi_gcp/config/vars.py +0 -8
  37. pulumi_gcp/container/attached_cluster.py +6 -9
  38. pulumi_gcp/container/outputs.py +2 -2
  39. pulumi_gcp/datastream/stream.py +2 -2
  40. pulumi_gcp/diagflow/_inputs.py +2 -472
  41. pulumi_gcp/diagflow/cx_agent.py +4 -64
  42. pulumi_gcp/diagflow/cx_flow.py +0 -30
  43. pulumi_gcp/diagflow/outputs.py +2 -378
  44. pulumi_gcp/gkehub/feature.py +4 -2
  45. pulumi_gcp/iam/workload_identity_pool_provider.py +0 -56
  46. pulumi_gcp/looker/instance.py +2 -104
  47. pulumi_gcp/monitoring/_inputs.py +0 -23
  48. pulumi_gcp/monitoring/get_secret_version.py +3 -22
  49. pulumi_gcp/monitoring/outputs.py +0 -16
  50. pulumi_gcp/networkconnectivity/__init__.py +0 -1
  51. pulumi_gcp/networkconnectivity/_inputs.py +0 -148
  52. pulumi_gcp/networkconnectivity/outputs.py +0 -125
  53. pulumi_gcp/networkconnectivity/spoke.py +0 -144
  54. pulumi_gcp/networksecurity/server_tls_policy.py +2 -2
  55. pulumi_gcp/organizations/folder.py +7 -7
  56. pulumi_gcp/organizations/project.py +7 -7
  57. pulumi_gcp/orgpolicy/_inputs.py +3 -3
  58. pulumi_gcp/orgpolicy/outputs.py +2 -2
  59. pulumi_gcp/privilegedaccessmanager/get_entitlement.py +2 -46
  60. pulumi_gcp/provider.py +0 -40
  61. pulumi_gcp/pulumi-plugin.json +1 -1
  62. pulumi_gcp/secretmanager/get_regional_secret_version.py +5 -24
  63. pulumi_gcp/secretmanager/get_regional_secret_version_access.py +5 -24
  64. pulumi_gcp/secretmanager/get_secret_version.py +3 -22
  65. pulumi_gcp/secretmanager/get_secret_version_access.py +3 -22
  66. pulumi_gcp/secretmanager/regional_secret.py +2 -2
  67. pulumi_gcp/siteverification/get_token.py +16 -0
  68. pulumi_gcp/siteverification/owner.py +16 -0
  69. pulumi_gcp/spanner/_inputs.py +5 -29
  70. pulumi_gcp/spanner/outputs.py +3 -20
  71. pulumi_gcp/sql/_inputs.py +6 -6
  72. pulumi_gcp/sql/outputs.py +4 -4
  73. pulumi_gcp/sql/user.py +21 -28
  74. pulumi_gcp/storage/_inputs.py +0 -36
  75. pulumi_gcp/storage/bucket.py +0 -47
  76. pulumi_gcp/storage/get_bucket.py +1 -12
  77. pulumi_gcp/storage/outputs.py +0 -40
  78. pulumi_gcp/vertex/ai_deployment_resource_pool.py +2 -2
  79. pulumi_gcp/vmwareengine/_inputs.py +0 -440
  80. pulumi_gcp/vmwareengine/cluster.py +2 -100
  81. pulumi_gcp/vmwareengine/get_cluster.py +1 -12
  82. pulumi_gcp/vmwareengine/outputs.py +0 -615
  83. pulumi_gcp/workstations/_inputs.py +0 -54
  84. pulumi_gcp/workstations/outputs.py +0 -32
  85. pulumi_gcp/workstations/workstation_config.py +0 -205
  86. {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729200523.dist-info}/METADATA +1 -1
  87. {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729200523.dist-info}/RECORD +89 -111
  88. {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729200523.dist-info}/WHEEL +1 -1
  89. pulumi_gcp/apigee/app_group.py +0 -811
  90. pulumi_gcp/apigee/developer.py +0 -757
  91. pulumi_gcp/networkconnectivity/group.py +0 -764
  92. pulumi_gcp/oracledatabase/__init__.py +0 -20
  93. pulumi_gcp/oracledatabase/_inputs.py +0 -4745
  94. pulumi_gcp/oracledatabase/autonomous_database.py +0 -983
  95. pulumi_gcp/oracledatabase/cloud_exadata_infrastructure.py +0 -842
  96. pulumi_gcp/oracledatabase/cloud_vm_cluster.py +0 -1086
  97. pulumi_gcp/oracledatabase/get_autonomous_database.py +0 -290
  98. pulumi_gcp/oracledatabase/get_autonomous_databases.py +0 -150
  99. pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructure.py +0 -257
  100. pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructures.py +0 -150
  101. pulumi_gcp/oracledatabase/get_cloud_vm_cluster.py +0 -290
  102. pulumi_gcp/oracledatabase/get_cloud_vm_clusters.py +0 -150
  103. pulumi_gcp/oracledatabase/get_db_nodes.py +0 -245
  104. pulumi_gcp/oracledatabase/get_db_servers.py +0 -245
  105. pulumi_gcp/oracledatabase/outputs.py +0 -9304
  106. pulumi_gcp/transcoder/__init__.py +0 -11
  107. pulumi_gcp/transcoder/_inputs.py +0 -3991
  108. pulumi_gcp/transcoder/job.py +0 -2134
  109. pulumi_gcp/transcoder/job_template.py +0 -1524
  110. pulumi_gcp/transcoder/outputs.py +0 -2918
  111. {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729200523.dist-info}/top_level.txt +0 -0
@@ -13480,8 +13480,6 @@ 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"
13485
13483
  elif key == "resourceManagerTags":
13486
13484
  suggest = "resource_manager_tags"
13487
13485
  elif key == "resourcePolicies":
@@ -13518,7 +13516,6 @@ class InstanceTemplateDisk(dict):
13518
13516
  labels: Optional[Mapping[str, str]] = None,
13519
13517
  mode: Optional[str] = None,
13520
13518
  provisioned_iops: Optional[int] = None,
13521
- provisioned_throughput: Optional[int] = None,
13522
13519
  resource_manager_tags: Optional[Mapping[str, str]] = None,
13523
13520
  resource_policies: Optional[str] = None,
13524
13521
  source: Optional[str] = None,
@@ -13563,7 +13560,6 @@ class InstanceTemplateDisk(dict):
13563
13560
  sets the number of I/O operations per second that the disk can handle.
13564
13561
  Values must be between 10,000 and 120,000. For more details, see the
13565
13562
  [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).
13567
13563
  :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.
13568
13564
  :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.
13569
13565
  :param str source: The name (**not self_link**)
@@ -13614,8 +13610,6 @@ class InstanceTemplateDisk(dict):
13614
13610
  pulumi.set(__self__, "mode", mode)
13615
13611
  if provisioned_iops is not None:
13616
13612
  pulumi.set(__self__, "provisioned_iops", provisioned_iops)
13617
- if provisioned_throughput is not None:
13618
- pulumi.set(__self__, "provisioned_throughput", provisioned_throughput)
13619
13613
  if resource_manager_tags is not None:
13620
13614
  pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
13621
13615
  if resource_policies is not None:
@@ -13745,14 +13739,6 @@ class InstanceTemplateDisk(dict):
13745
13739
  """
13746
13740
  return pulumi.get(self, "provisioned_iops")
13747
13741
 
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
-
13756
13742
  @property
13757
13743
  @pulumi.getter(name="resourceManagerTags")
13758
13744
  def resource_manager_tags(self) -> Optional[Mapping[str, str]]:
@@ -15949,22 +15935,19 @@ class NetworkFirewallPolicyRuleMatch(dict):
15949
15935
  src_threat_intelligences: Optional[Sequence[str]] = None):
15950
15936
  """
15951
15937
  :param Sequence['NetworkFirewallPolicyRuleMatchLayer4ConfigArgs'] layer4_configs: Pairs of IP protocols and ports that the rule should match.
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.
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.
15955
15940
  :param Sequence[str] dest_ip_ranges: CIDR IP address range. Maximum number of destination CIDR IP ranges allowed is 5000.
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.
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.
15960
15945
  :param Sequence[str] src_ip_ranges: CIDR IP address range. Maximum number of source CIDR IP ranges allowed is 5000.
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.
15965
-
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.
15966
15949
 
15967
- <a name="nested_layer4_configs"></a>The `layer4_configs` block supports:
15950
+ The `layer4_configs` block supports:
15968
15951
  """
15969
15952
  pulumi.set(__self__, "layer4_configs", layer4_configs)
15970
15953
  if dest_address_groups is not None:
@@ -15995,7 +15978,6 @@ class NetworkFirewallPolicyRuleMatch(dict):
15995
15978
  def layer4_configs(self) -> Sequence['outputs.NetworkFirewallPolicyRuleMatchLayer4Config']:
15996
15979
  """
15997
15980
  Pairs of IP protocols and ports that the rule should match.
15998
- Structure is documented below.
15999
15981
  """
16000
15982
  return pulumi.get(self, "layer4_configs")
16001
15983
 
@@ -16003,7 +15985,7 @@ class NetworkFirewallPolicyRuleMatch(dict):
16003
15985
  @pulumi.getter(name="destAddressGroups")
16004
15986
  def dest_address_groups(self) -> Optional[Sequence[str]]:
16005
15987
  """
16006
- Address groups which should be matched against the traffic destination. Maximum number of destination address groups is 10.
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.
16007
15989
  """
16008
15990
  return pulumi.get(self, "dest_address_groups")
16009
15991
 
@@ -16011,7 +15993,7 @@ class NetworkFirewallPolicyRuleMatch(dict):
16011
15993
  @pulumi.getter(name="destFqdns")
16012
15994
  def dest_fqdns(self) -> Optional[Sequence[str]]:
16013
15995
  """
16014
- Fully Qualified Domain Name (FQDN) which should be matched against traffic destination. Maximum number of destination fqdn allowed is 100.
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.
16015
15997
  """
16016
15998
  return pulumi.get(self, "dest_fqdns")
16017
15999
 
@@ -16027,7 +16009,7 @@ class NetworkFirewallPolicyRuleMatch(dict):
16027
16009
  @pulumi.getter(name="destRegionCodes")
16028
16010
  def dest_region_codes(self) -> Optional[Sequence[str]]:
16029
16011
  """
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.
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.
16031
16013
  """
16032
16014
  return pulumi.get(self, "dest_region_codes")
16033
16015
 
@@ -16035,7 +16017,7 @@ class NetworkFirewallPolicyRuleMatch(dict):
16035
16017
  @pulumi.getter(name="destThreatIntelligences")
16036
16018
  def dest_threat_intelligences(self) -> Optional[Sequence[str]]:
16037
16019
  """
16038
- Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic destination.
16020
+ Name of the Google Cloud Threat Intelligence list.
16039
16021
  """
16040
16022
  return pulumi.get(self, "dest_threat_intelligences")
16041
16023
 
@@ -16043,7 +16025,7 @@ class NetworkFirewallPolicyRuleMatch(dict):
16043
16025
  @pulumi.getter(name="srcAddressGroups")
16044
16026
  def src_address_groups(self) -> Optional[Sequence[str]]:
16045
16027
  """
16046
- Address groups which should be matched against the traffic source. Maximum number of source address groups is 10.
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.
16047
16029
  """
16048
16030
  return pulumi.get(self, "src_address_groups")
16049
16031
 
@@ -16051,7 +16033,7 @@ class NetworkFirewallPolicyRuleMatch(dict):
16051
16033
  @pulumi.getter(name="srcFqdns")
16052
16034
  def src_fqdns(self) -> Optional[Sequence[str]]:
16053
16035
  """
16054
- Fully Qualified Domain Name (FQDN) which should be matched against traffic source. Maximum number of source fqdn allowed is 100.
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.
16055
16037
  """
16056
16038
  return pulumi.get(self, "src_fqdns")
16057
16039
 
@@ -16067,7 +16049,7 @@ class NetworkFirewallPolicyRuleMatch(dict):
16067
16049
  @pulumi.getter(name="srcRegionCodes")
16068
16050
  def src_region_codes(self) -> Optional[Sequence[str]]:
16069
16051
  """
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.
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.
16071
16053
  """
16072
16054
  return pulumi.get(self, "src_region_codes")
16073
16055
 
@@ -16075,8 +16057,7 @@ class NetworkFirewallPolicyRuleMatch(dict):
16075
16057
  @pulumi.getter(name="srcSecureTags")
16076
16058
  def src_secure_tags(self) -> Optional[Sequence['outputs.NetworkFirewallPolicyRuleMatchSrcSecureTag']]:
16077
16059
  """
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.
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.
16080
16061
  """
16081
16062
  return pulumi.get(self, "src_secure_tags")
16082
16063
 
@@ -16084,10 +16065,9 @@ class NetworkFirewallPolicyRuleMatch(dict):
16084
16065
  @pulumi.getter(name="srcThreatIntelligences")
16085
16066
  def src_threat_intelligences(self) -> Optional[Sequence[str]]:
16086
16067
  """
16087
- Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic source.
16088
-
16068
+ Name of the Google Cloud Threat Intelligence list.
16089
16069
 
16090
- <a name="nested_layer4_configs"></a>The `layer4_configs` block supports:
16070
+ The `layer4_configs` block supports:
16091
16071
  """
16092
16072
  return pulumi.get(self, "src_threat_intelligences")
16093
16073
 
@@ -16115,10 +16095,8 @@ class NetworkFirewallPolicyRuleMatchLayer4Config(dict):
16115
16095
  ip_protocol: str,
16116
16096
  ports: Optional[Sequence[str]] = None):
16117
16097
  """
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"].
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: ``.
16122
16100
  """
16123
16101
  pulumi.set(__self__, "ip_protocol", ip_protocol)
16124
16102
  if ports is not None:
@@ -16128,8 +16106,7 @@ class NetworkFirewallPolicyRuleMatchLayer4Config(dict):
16128
16106
  @pulumi.getter(name="ipProtocol")
16129
16107
  def ip_protocol(self) -> str:
16130
16108
  """
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.
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.
16133
16110
  """
16134
16111
  return pulumi.get(self, "ip_protocol")
16135
16112
 
@@ -16137,8 +16114,7 @@ class NetworkFirewallPolicyRuleMatchLayer4Config(dict):
16137
16114
  @pulumi.getter
16138
16115
  def ports(self) -> Optional[Sequence[str]]:
16139
16116
  """
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"].
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: ``.
16142
16118
  """
16143
16119
  return pulumi.get(self, "ports")
16144
16120
 
@@ -16146,25 +16122,21 @@ class NetworkFirewallPolicyRuleMatchLayer4Config(dict):
16146
16122
  @pulumi.output_type
16147
16123
  class NetworkFirewallPolicyRuleMatchSrcSecureTag(dict):
16148
16124
  def __init__(__self__, *,
16149
- name: Optional[str] = None,
16125
+ name: str,
16150
16126
  state: Optional[str] = None):
16151
16127
  """
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
- - - -
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.
16157
16130
  """
16158
- if name is not None:
16159
- pulumi.set(__self__, "name", name)
16131
+ pulumi.set(__self__, "name", name)
16160
16132
  if state is not None:
16161
16133
  pulumi.set(__self__, "state", state)
16162
16134
 
16163
16135
  @property
16164
16136
  @pulumi.getter
16165
- def name(self) -> Optional[str]:
16137
+ def name(self) -> str:
16166
16138
  """
16167
- Name of the secure tag, created with TagManager's TagValue API.
16139
+ Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+
16168
16140
  """
16169
16141
  return pulumi.get(self, "name")
16170
16142
 
@@ -16172,10 +16144,7 @@ class NetworkFirewallPolicyRuleMatchSrcSecureTag(dict):
16172
16144
  @pulumi.getter
16173
16145
  def state(self) -> Optional[str]:
16174
16146
  """
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
- - - -
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.
16179
16148
  """
16180
16149
  return pulumi.get(self, "state")
16181
16150
 
@@ -16183,23 +16152,21 @@ class NetworkFirewallPolicyRuleMatchSrcSecureTag(dict):
16183
16152
  @pulumi.output_type
16184
16153
  class NetworkFirewallPolicyRuleTargetSecureTag(dict):
16185
16154
  def __init__(__self__, *,
16186
- name: Optional[str] = None,
16155
+ name: str,
16187
16156
  state: Optional[str] = None):
16188
16157
  """
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.
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.
16192
16160
  """
16193
- if name is not None:
16194
- pulumi.set(__self__, "name", name)
16161
+ pulumi.set(__self__, "name", name)
16195
16162
  if state is not None:
16196
16163
  pulumi.set(__self__, "state", state)
16197
16164
 
16198
16165
  @property
16199
16166
  @pulumi.getter
16200
- def name(self) -> Optional[str]:
16167
+ def name(self) -> str:
16201
16168
  """
16202
- Name of the secure tag, created with TagManager's TagValue API.
16169
+ Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+
16203
16170
  """
16204
16171
  return pulumi.get(self, "name")
16205
16172
 
@@ -16207,8 +16174,7 @@ class NetworkFirewallPolicyRuleTargetSecureTag(dict):
16207
16174
  @pulumi.getter
16208
16175
  def state(self) -> Optional[str]:
16209
16176
  """
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.
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.
16212
16178
  """
16213
16179
  return pulumi.get(self, "state")
16214
16180
 
@@ -23441,8 +23407,6 @@ class RegionInstanceTemplateDisk(dict):
23441
23407
  suggest = "disk_type"
23442
23408
  elif key == "provisionedIops":
23443
23409
  suggest = "provisioned_iops"
23444
- elif key == "provisionedThroughput":
23445
- suggest = "provisioned_throughput"
23446
23410
  elif key == "resourceManagerTags":
23447
23411
  suggest = "resource_manager_tags"
23448
23412
  elif key == "resourcePolicies":
@@ -23479,7 +23443,6 @@ class RegionInstanceTemplateDisk(dict):
23479
23443
  labels: Optional[Mapping[str, str]] = None,
23480
23444
  mode: Optional[str] = None,
23481
23445
  provisioned_iops: Optional[int] = None,
23482
- provisioned_throughput: Optional[int] = None,
23483
23446
  resource_manager_tags: Optional[Mapping[str, str]] = None,
23484
23447
  resource_policies: Optional[str] = None,
23485
23448
  source: Optional[str] = None,
@@ -23524,7 +23487,6 @@ class RegionInstanceTemplateDisk(dict):
23524
23487
  sets the number of I/O operations per second that the disk can handle.
23525
23488
  Values must be between 10,000 and 120,000. For more details, see the
23526
23489
  [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).
23528
23490
  :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.
23529
23491
  :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.
23530
23492
  :param str source: The name (**not self_link**)
@@ -23575,8 +23537,6 @@ class RegionInstanceTemplateDisk(dict):
23575
23537
  pulumi.set(__self__, "mode", mode)
23576
23538
  if provisioned_iops is not None:
23577
23539
  pulumi.set(__self__, "provisioned_iops", provisioned_iops)
23578
- if provisioned_throughput is not None:
23579
- pulumi.set(__self__, "provisioned_throughput", provisioned_throughput)
23580
23540
  if resource_manager_tags is not None:
23581
23541
  pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
23582
23542
  if resource_policies is not None:
@@ -23706,14 +23666,6 @@ class RegionInstanceTemplateDisk(dict):
23706
23666
  """
23707
23667
  return pulumi.get(self, "provisioned_iops")
23708
23668
 
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
-
23717
23669
  @property
23718
23670
  @pulumi.getter(name="resourceManagerTags")
23719
23671
  def resource_manager_tags(self) -> Optional[Mapping[str, str]]:
@@ -25384,22 +25336,19 @@ class RegionNetworkFirewallPolicyRuleMatch(dict):
25384
25336
  src_threat_intelligences: Optional[Sequence[str]] = None):
25385
25337
  """
25386
25338
  :param Sequence['RegionNetworkFirewallPolicyRuleMatchLayer4ConfigArgs'] layer4_configs: Pairs of IP protocols and ports that the rule should match.
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.
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.
25390
25341
  :param Sequence[str] dest_ip_ranges: CIDR IP address range. Maximum number of destination CIDR IP ranges allowed is 5000.
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.
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.
25395
25346
  :param Sequence[str] src_ip_ranges: CIDR IP address range. Maximum number of source CIDR IP ranges allowed is 5000.
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.
25400
-
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.
25401
25350
 
25402
- <a name="nested_layer4_configs"></a>The `layer4_configs` block supports:
25351
+ The `layer4_configs` block supports:
25403
25352
  """
25404
25353
  pulumi.set(__self__, "layer4_configs", layer4_configs)
25405
25354
  if dest_address_groups is not None:
@@ -25430,7 +25379,6 @@ class RegionNetworkFirewallPolicyRuleMatch(dict):
25430
25379
  def layer4_configs(self) -> Sequence['outputs.RegionNetworkFirewallPolicyRuleMatchLayer4Config']:
25431
25380
  """
25432
25381
  Pairs of IP protocols and ports that the rule should match.
25433
- Structure is documented below.
25434
25382
  """
25435
25383
  return pulumi.get(self, "layer4_configs")
25436
25384
 
@@ -25438,7 +25386,7 @@ class RegionNetworkFirewallPolicyRuleMatch(dict):
25438
25386
  @pulumi.getter(name="destAddressGroups")
25439
25387
  def dest_address_groups(self) -> Optional[Sequence[str]]:
25440
25388
  """
25441
- Address groups which should be matched against the traffic destination. Maximum number of destination address groups is 10.
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.
25442
25390
  """
25443
25391
  return pulumi.get(self, "dest_address_groups")
25444
25392
 
@@ -25446,7 +25394,7 @@ class RegionNetworkFirewallPolicyRuleMatch(dict):
25446
25394
  @pulumi.getter(name="destFqdns")
25447
25395
  def dest_fqdns(self) -> Optional[Sequence[str]]:
25448
25396
  """
25449
- Fully Qualified Domain Name (FQDN) which should be matched against traffic destination. Maximum number of destination fqdn allowed is 100.
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.
25450
25398
  """
25451
25399
  return pulumi.get(self, "dest_fqdns")
25452
25400
 
@@ -25462,7 +25410,7 @@ class RegionNetworkFirewallPolicyRuleMatch(dict):
25462
25410
  @pulumi.getter(name="destRegionCodes")
25463
25411
  def dest_region_codes(self) -> Optional[Sequence[str]]:
25464
25412
  """
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.
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.
25466
25414
  """
25467
25415
  return pulumi.get(self, "dest_region_codes")
25468
25416
 
@@ -25470,7 +25418,7 @@ class RegionNetworkFirewallPolicyRuleMatch(dict):
25470
25418
  @pulumi.getter(name="destThreatIntelligences")
25471
25419
  def dest_threat_intelligences(self) -> Optional[Sequence[str]]:
25472
25420
  """
25473
- Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic destination.
25421
+ Name of the Google Cloud Threat Intelligence list.
25474
25422
  """
25475
25423
  return pulumi.get(self, "dest_threat_intelligences")
25476
25424
 
@@ -25478,7 +25426,7 @@ class RegionNetworkFirewallPolicyRuleMatch(dict):
25478
25426
  @pulumi.getter(name="srcAddressGroups")
25479
25427
  def src_address_groups(self) -> Optional[Sequence[str]]:
25480
25428
  """
25481
- Address groups which should be matched against the traffic source. Maximum number of source address groups is 10.
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.
25482
25430
  """
25483
25431
  return pulumi.get(self, "src_address_groups")
25484
25432
 
@@ -25486,7 +25434,7 @@ class RegionNetworkFirewallPolicyRuleMatch(dict):
25486
25434
  @pulumi.getter(name="srcFqdns")
25487
25435
  def src_fqdns(self) -> Optional[Sequence[str]]:
25488
25436
  """
25489
- Fully Qualified Domain Name (FQDN) which should be matched against traffic source. Maximum number of source fqdn allowed is 100.
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.
25490
25438
  """
25491
25439
  return pulumi.get(self, "src_fqdns")
25492
25440
 
@@ -25502,7 +25450,7 @@ class RegionNetworkFirewallPolicyRuleMatch(dict):
25502
25450
  @pulumi.getter(name="srcRegionCodes")
25503
25451
  def src_region_codes(self) -> Optional[Sequence[str]]:
25504
25452
  """
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.
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.
25506
25454
  """
25507
25455
  return pulumi.get(self, "src_region_codes")
25508
25456
 
@@ -25510,8 +25458,7 @@ class RegionNetworkFirewallPolicyRuleMatch(dict):
25510
25458
  @pulumi.getter(name="srcSecureTags")
25511
25459
  def src_secure_tags(self) -> Optional[Sequence['outputs.RegionNetworkFirewallPolicyRuleMatchSrcSecureTag']]:
25512
25460
  """
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.
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.
25515
25462
  """
25516
25463
  return pulumi.get(self, "src_secure_tags")
25517
25464
 
@@ -25519,10 +25466,9 @@ class RegionNetworkFirewallPolicyRuleMatch(dict):
25519
25466
  @pulumi.getter(name="srcThreatIntelligences")
25520
25467
  def src_threat_intelligences(self) -> Optional[Sequence[str]]:
25521
25468
  """
25522
- Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic source.
25523
-
25469
+ Name of the Google Cloud Threat Intelligence list.
25524
25470
 
25525
- <a name="nested_layer4_configs"></a>The `layer4_configs` block supports:
25471
+ The `layer4_configs` block supports:
25526
25472
  """
25527
25473
  return pulumi.get(self, "src_threat_intelligences")
25528
25474
 
@@ -25550,10 +25496,8 @@ class RegionNetworkFirewallPolicyRuleMatchLayer4Config(dict):
25550
25496
  ip_protocol: str,
25551
25497
  ports: Optional[Sequence[str]] = None):
25552
25498
  """
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"].
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: ``.
25557
25501
  """
25558
25502
  pulumi.set(__self__, "ip_protocol", ip_protocol)
25559
25503
  if ports is not None:
@@ -25563,8 +25507,7 @@ class RegionNetworkFirewallPolicyRuleMatchLayer4Config(dict):
25563
25507
  @pulumi.getter(name="ipProtocol")
25564
25508
  def ip_protocol(self) -> str:
25565
25509
  """
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.
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.
25568
25511
  """
25569
25512
  return pulumi.get(self, "ip_protocol")
25570
25513
 
@@ -25572,8 +25515,7 @@ class RegionNetworkFirewallPolicyRuleMatchLayer4Config(dict):
25572
25515
  @pulumi.getter
25573
25516
  def ports(self) -> Optional[Sequence[str]]:
25574
25517
  """
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"].
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: ``.
25577
25519
  """
25578
25520
  return pulumi.get(self, "ports")
25579
25521
 
@@ -25581,25 +25523,21 @@ class RegionNetworkFirewallPolicyRuleMatchLayer4Config(dict):
25581
25523
  @pulumi.output_type
25582
25524
  class RegionNetworkFirewallPolicyRuleMatchSrcSecureTag(dict):
25583
25525
  def __init__(__self__, *,
25584
- name: Optional[str] = None,
25526
+ name: str,
25585
25527
  state: Optional[str] = None):
25586
25528
  """
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
- - - -
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.
25592
25531
  """
25593
- if name is not None:
25594
- pulumi.set(__self__, "name", name)
25532
+ pulumi.set(__self__, "name", name)
25595
25533
  if state is not None:
25596
25534
  pulumi.set(__self__, "state", state)
25597
25535
 
25598
25536
  @property
25599
25537
  @pulumi.getter
25600
- def name(self) -> Optional[str]:
25538
+ def name(self) -> str:
25601
25539
  """
25602
- Name of the secure tag, created with TagManager's TagValue API.
25540
+ Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+
25603
25541
  """
25604
25542
  return pulumi.get(self, "name")
25605
25543
 
@@ -25607,10 +25545,7 @@ class RegionNetworkFirewallPolicyRuleMatchSrcSecureTag(dict):
25607
25545
  @pulumi.getter
25608
25546
  def state(self) -> Optional[str]:
25609
25547
  """
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
- - - -
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.
25614
25549
  """
25615
25550
  return pulumi.get(self, "state")
25616
25551
 
@@ -25618,23 +25553,21 @@ class RegionNetworkFirewallPolicyRuleMatchSrcSecureTag(dict):
25618
25553
  @pulumi.output_type
25619
25554
  class RegionNetworkFirewallPolicyRuleTargetSecureTag(dict):
25620
25555
  def __init__(__self__, *,
25621
- name: Optional[str] = None,
25556
+ name: str,
25622
25557
  state: Optional[str] = None):
25623
25558
  """
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.
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.
25627
25561
  """
25628
- if name is not None:
25629
- pulumi.set(__self__, "name", name)
25562
+ pulumi.set(__self__, "name", name)
25630
25563
  if state is not None:
25631
25564
  pulumi.set(__self__, "state", state)
25632
25565
 
25633
25566
  @property
25634
25567
  @pulumi.getter
25635
- def name(self) -> Optional[str]:
25568
+ def name(self) -> str:
25636
25569
  """
25637
- Name of the secure tag, created with TagManager's TagValue API.
25570
+ Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/[0-9]+
25638
25571
  """
25639
25572
  return pulumi.get(self, "name")
25640
25573
 
@@ -25642,8 +25575,7 @@ class RegionNetworkFirewallPolicyRuleTargetSecureTag(dict):
25642
25575
  @pulumi.getter
25643
25576
  def state(self) -> Optional[str]:
25644
25577
  """
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.
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.
25647
25579
  """
25648
25580
  return pulumi.get(self, "state")
25649
25581
 
@@ -50093,7 +50025,7 @@ class GetInstanceAttachedDiskResult(dict):
50093
50025
  (<https://cloud.google.com/compute/docs/disks/customer-supplied-encryption>) that protects this resource.
50094
50026
  :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.
50095
50027
  :param str mode: Read/write mode for the disk. One of `"READ_ONLY"` or `"READ_WRITE"`.
50096
- :param str source: The self_link of the disk attached to this instance.
50028
+ :param str source: The name or self_link of the disk attached to this instance.
50097
50029
  """
50098
50030
  pulumi.set(__self__, "device_name", device_name)
50099
50031
  pulumi.set(__self__, "disk_encryption_key_raw", disk_encryption_key_raw)
@@ -50149,7 +50081,7 @@ class GetInstanceAttachedDiskResult(dict):
50149
50081
  @pulumi.getter
50150
50082
  def source(self) -> str:
50151
50083
  """
50152
- The self_link of the disk attached to this instance.
50084
+ The name or self_link of the disk attached to this instance.
50153
50085
  """
50154
50086
  return pulumi.get(self, "source")
50155
50087
 
@@ -50179,7 +50111,7 @@ class GetInstanceBootDiskResult(dict):
50179
50111
  :param str interface: The disk interface used for attaching this disk. One of `SCSI` or `NVME`.
50180
50112
  :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.
50181
50113
  :param str mode: Read/write mode for the disk. One of `"READ_ONLY"` or `"READ_WRITE"`.
50182
- :param str source: The self_link of the disk attached to this instance.
50114
+ :param str source: The name or self_link of the disk attached to this instance.
50183
50115
  """
50184
50116
  pulumi.set(__self__, "auto_delete", auto_delete)
50185
50117
  pulumi.set(__self__, "device_name", device_name)
@@ -50263,7 +50195,7 @@ class GetInstanceBootDiskResult(dict):
50263
50195
  @pulumi.getter
50264
50196
  def source(self) -> str:
50265
50197
  """
50266
- The self_link of the disk attached to this instance.
50198
+ The name or self_link of the disk attached to this instance.
50267
50199
  """
50268
50200
  return pulumi.get(self, "source")
50269
50201
 
@@ -51945,7 +51877,6 @@ class GetInstanceTemplateDiskResult(dict):
51945
51877
  labels: Mapping[str, str],
51946
51878
  mode: str,
51947
51879
  provisioned_iops: int,
51948
- provisioned_throughput: int,
51949
51880
  resource_manager_tags: Mapping[str, str],
51950
51881
  resource_policies: Sequence[str],
51951
51882
  source: str,
@@ -51982,7 +51913,6 @@ class GetInstanceTemplateDiskResult(dict):
51982
51913
  sets the number of I/O operations per second that the disk can handle.
51983
51914
  Values must be between 10,000 and 120,000. For more details, see the
51984
51915
  [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).
51986
51916
  :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.
51987
51917
  :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.
51988
51918
  :param str source: The name (**not self_link**)
@@ -52021,7 +51951,6 @@ class GetInstanceTemplateDiskResult(dict):
52021
51951
  pulumi.set(__self__, "labels", labels)
52022
51952
  pulumi.set(__self__, "mode", mode)
52023
51953
  pulumi.set(__self__, "provisioned_iops", provisioned_iops)
52024
- pulumi.set(__self__, "provisioned_throughput", provisioned_throughput)
52025
51954
  pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
52026
51955
  pulumi.set(__self__, "resource_policies", resource_policies)
52027
51956
  pulumi.set(__self__, "source", source)
@@ -52135,14 +52064,6 @@ class GetInstanceTemplateDiskResult(dict):
52135
52064
  """
52136
52065
  return pulumi.get(self, "provisioned_iops")
52137
52066
 
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
-
52146
52067
  @property
52147
52068
  @pulumi.getter(name="resourceManagerTags")
52148
52069
  def resource_manager_tags(self) -> Mapping[str, str]:
@@ -54212,7 +54133,6 @@ class GetRegionInstanceTemplateDiskResult(dict):
54212
54133
  labels: Mapping[str, str],
54213
54134
  mode: str,
54214
54135
  provisioned_iops: int,
54215
- provisioned_throughput: int,
54216
54136
  resource_manager_tags: Mapping[str, str],
54217
54137
  resource_policies: Sequence[str],
54218
54138
  source: str,
@@ -54249,7 +54169,6 @@ class GetRegionInstanceTemplateDiskResult(dict):
54249
54169
  sets the number of I/O operations per second that the disk can handle.
54250
54170
  Values must be between 10,000 and 120,000. For more details, see the
54251
54171
  [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).
54253
54172
  :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.
54254
54173
  :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.
54255
54174
  :param str source: The name (**not self_link**)
@@ -54288,7 +54207,6 @@ class GetRegionInstanceTemplateDiskResult(dict):
54288
54207
  pulumi.set(__self__, "labels", labels)
54289
54208
  pulumi.set(__self__, "mode", mode)
54290
54209
  pulumi.set(__self__, "provisioned_iops", provisioned_iops)
54291
- pulumi.set(__self__, "provisioned_throughput", provisioned_throughput)
54292
54210
  pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
54293
54211
  pulumi.set(__self__, "resource_policies", resource_policies)
54294
54212
  pulumi.set(__self__, "source", source)
@@ -54402,14 +54320,6 @@ class GetRegionInstanceTemplateDiskResult(dict):
54402
54320
  """
54403
54321
  return pulumi.get(self, "provisioned_iops")
54404
54322
 
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
-
54413
54323
  @property
54414
54324
  @pulumi.getter(name="resourceManagerTags")
54415
54325
  def resource_manager_tags(self) -> Mapping[str, str]: