pulumi-gcp 8.33.0a1749001887__py3-none-any.whl → 8.34.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. pulumi_gcp/__init__.py +40 -0
  2. pulumi_gcp/alloydb/cluster.py +16 -64
  3. pulumi_gcp/apigee/_inputs.py +89 -0
  4. pulumi_gcp/apigee/environment.py +68 -2
  5. pulumi_gcp/apigee/outputs.py +88 -0
  6. pulumi_gcp/apihub/__init__.py +1 -0
  7. pulumi_gcp/apihub/_inputs.py +184 -0
  8. pulumi_gcp/apihub/curation.py +812 -0
  9. pulumi_gcp/apihub/outputs.py +165 -0
  10. pulumi_gcp/beyondcorp/get_security_gateway.py +12 -1
  11. pulumi_gcp/beyondcorp/security_gateway.py +28 -0
  12. pulumi_gcp/bigquery/__init__.py +1 -0
  13. pulumi_gcp/bigquery/get_datasets.py +131 -0
  14. pulumi_gcp/bigquery/outputs.py +52 -0
  15. pulumi_gcp/cloudrunv2/_inputs.py +463 -0
  16. pulumi_gcp/cloudrunv2/outputs.py +581 -1
  17. pulumi_gcp/cloudrunv2/worker_pool.py +0 -8
  18. pulumi_gcp/colab/_inputs.py +14 -1
  19. pulumi_gcp/colab/outputs.py +8 -1
  20. pulumi_gcp/colab/runtime_template.py +5 -27
  21. pulumi_gcp/compute/__init__.py +3 -0
  22. pulumi_gcp/compute/_inputs.py +1829 -3
  23. pulumi_gcp/compute/backend_service.py +18 -2
  24. pulumi_gcp/compute/get_region_instance_template.py +12 -1
  25. pulumi_gcp/compute/get_router_nat.py +23 -1
  26. pulumi_gcp/compute/interconnect.py +32 -0
  27. pulumi_gcp/compute/interconnect_attachment.py +304 -0
  28. pulumi_gcp/compute/interconnect_attachment_group.py +636 -0
  29. pulumi_gcp/compute/interconnect_group.py +586 -0
  30. pulumi_gcp/compute/outputs.py +1321 -2
  31. pulumi_gcp/compute/region_instance_template.py +28 -0
  32. pulumi_gcp/compute/router_nat.py +143 -0
  33. pulumi_gcp/compute/snapshot_settings.py +285 -0
  34. pulumi_gcp/compute/url_map.py +338 -0
  35. pulumi_gcp/container/_inputs.py +57 -24
  36. pulumi_gcp/container/cluster.py +47 -0
  37. pulumi_gcp/container/get_cluster.py +12 -1
  38. pulumi_gcp/container/outputs.py +75 -20
  39. pulumi_gcp/dataplex/__init__.py +1 -0
  40. pulumi_gcp/dataplex/_inputs.py +492 -0
  41. pulumi_gcp/dataplex/datascan.py +2 -0
  42. pulumi_gcp/dataplex/entry.py +1038 -0
  43. pulumi_gcp/dataplex/outputs.py +357 -1
  44. pulumi_gcp/datastream/_inputs.py +48 -6
  45. pulumi_gcp/datastream/outputs.py +46 -4
  46. pulumi_gcp/datastream/private_connection.py +205 -35
  47. pulumi_gcp/dns/_inputs.py +73 -0
  48. pulumi_gcp/dns/outputs.py +60 -0
  49. pulumi_gcp/dns/policy.py +54 -0
  50. pulumi_gcp/eventarc/_inputs.py +12 -5
  51. pulumi_gcp/eventarc/outputs.py +8 -3
  52. pulumi_gcp/eventarc/pipeline.py +0 -12
  53. pulumi_gcp/filestore/_inputs.py +44 -1
  54. pulumi_gcp/filestore/instance.py +7 -7
  55. pulumi_gcp/filestore/outputs.py +52 -2
  56. pulumi_gcp/gemini/data_sharing_with_google_setting.py +58 -9
  57. pulumi_gcp/gemini/data_sharing_with_google_setting_binding.py +11 -16
  58. pulumi_gcp/gemini/gemini_gcp_enablement_setting.py +51 -2
  59. pulumi_gcp/gemini/gemini_gcp_enablement_setting_binding.py +11 -16
  60. pulumi_gcp/gkehub/_inputs.py +84 -7
  61. pulumi_gcp/gkehub/feature.py +38 -0
  62. pulumi_gcp/gkehub/outputs.py +102 -7
  63. pulumi_gcp/gkehub/scope_rbac_role_binding.py +54 -2
  64. pulumi_gcp/gkeonprem/_inputs.py +54 -0
  65. pulumi_gcp/gkeonprem/outputs.py +49 -0
  66. pulumi_gcp/gkeonprem/vmware_admin_cluster.py +71 -0
  67. pulumi_gcp/iam/workload_identity_pool_namespace.py +4 -4
  68. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  69. pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
  70. pulumi_gcp/managedkafka/connect_cluster.py +4 -4
  71. pulumi_gcp/managedkafka/connector.py +4 -4
  72. pulumi_gcp/memorystore/_inputs.py +6 -6
  73. pulumi_gcp/memorystore/outputs.py +8 -8
  74. pulumi_gcp/netapp/_inputs.py +113 -0
  75. pulumi_gcp/netapp/backup_vault.py +56 -0
  76. pulumi_gcp/netapp/outputs.py +92 -0
  77. pulumi_gcp/networkconnectivity/_inputs.py +9 -9
  78. pulumi_gcp/networkconnectivity/outputs.py +6 -6
  79. pulumi_gcp/networkconnectivity/spoke.py +14 -14
  80. pulumi_gcp/networksecurity/backend_authentication_config.py +64 -0
  81. pulumi_gcp/orgpolicy/policy.py +2 -2
  82. pulumi_gcp/pubsub/_inputs.py +392 -0
  83. pulumi_gcp/pubsub/get_subscription.py +12 -1
  84. pulumi_gcp/pubsub/get_topic.py +12 -1
  85. pulumi_gcp/pubsub/outputs.py +548 -0
  86. pulumi_gcp/pubsub/subscription.py +67 -6
  87. pulumi_gcp/pubsub/topic.py +61 -0
  88. pulumi_gcp/pulumi-plugin.json +1 -1
  89. pulumi_gcp/redis/_inputs.py +3 -6
  90. pulumi_gcp/redis/outputs.py +2 -4
  91. pulumi_gcp/storage/bucket_object.py +4 -4
  92. pulumi_gcp/vertex/ai_endpoint.py +4 -4
  93. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
  94. {pulumi_gcp-8.33.0a1749001887.dist-info → pulumi_gcp-8.34.0.dist-info}/METADATA +1 -1
  95. {pulumi_gcp-8.33.0a1749001887.dist-info → pulumi_gcp-8.34.0.dist-info}/RECORD +97 -91
  96. {pulumi_gcp-8.33.0a1749001887.dist-info → pulumi_gcp-8.34.0.dist-info}/WHEEL +0 -0
  97. {pulumi_gcp-8.33.0a1749001887.dist-info → pulumi_gcp-8.34.0.dist-info}/top_level.txt +0 -0
@@ -147,6 +147,7 @@ __all__ = [
147
147
  'ClusterMonitoringConfigAdvancedDatapathObservabilityConfig',
148
148
  'ClusterMonitoringConfigManagedPrometheus',
149
149
  'ClusterMonitoringConfigManagedPrometheusAutoMonitoringConfig',
150
+ 'ClusterNetworkPerformanceConfig',
150
151
  'ClusterNetworkPolicy',
151
152
  'ClusterNodeConfig',
152
153
  'ClusterNodeConfigAdvancedMachineFeatures',
@@ -355,6 +356,7 @@ __all__ = [
355
356
  'GetClusterMonitoringConfigAdvancedDatapathObservabilityConfigResult',
356
357
  'GetClusterMonitoringConfigManagedPrometheusResult',
357
358
  'GetClusterMonitoringConfigManagedPrometheusAutoMonitoringConfigResult',
359
+ 'GetClusterNetworkPerformanceConfigResult',
358
360
  'GetClusterNetworkPolicyResult',
359
361
  'GetClusterNodeConfigResult',
360
362
  'GetClusterNodeConfigAdvancedMachineFeatureResult',
@@ -6937,6 +6939,41 @@ class ClusterMonitoringConfigManagedPrometheusAutoMonitoringConfig(dict):
6937
6939
  return pulumi.get(self, "scope")
6938
6940
 
6939
6941
 
6942
+ @pulumi.output_type
6943
+ class ClusterNetworkPerformanceConfig(dict):
6944
+ @staticmethod
6945
+ def __key_warning(key: str):
6946
+ suggest = None
6947
+ if key == "totalEgressBandwidthTier":
6948
+ suggest = "total_egress_bandwidth_tier"
6949
+
6950
+ if suggest:
6951
+ pulumi.log.warn(f"Key '{key}' not found in ClusterNetworkPerformanceConfig. Access the value via the '{suggest}' property getter instead.")
6952
+
6953
+ def __getitem__(self, key: str) -> Any:
6954
+ ClusterNetworkPerformanceConfig.__key_warning(key)
6955
+ return super().__getitem__(key)
6956
+
6957
+ def get(self, key: str, default = None) -> Any:
6958
+ ClusterNetworkPerformanceConfig.__key_warning(key)
6959
+ return super().get(key, default)
6960
+
6961
+ def __init__(__self__, *,
6962
+ total_egress_bandwidth_tier: builtins.str):
6963
+ """
6964
+ :param builtins.str total_egress_bandwidth_tier: Specifies the total network bandwidth tier for NodePools in the cluster.
6965
+ """
6966
+ pulumi.set(__self__, "total_egress_bandwidth_tier", total_egress_bandwidth_tier)
6967
+
6968
+ @property
6969
+ @pulumi.getter(name="totalEgressBandwidthTier")
6970
+ def total_egress_bandwidth_tier(self) -> builtins.str:
6971
+ """
6972
+ Specifies the total network bandwidth tier for NodePools in the cluster.
6973
+ """
6974
+ return pulumi.get(self, "total_egress_bandwidth_tier")
6975
+
6976
+
6940
6977
  @pulumi.output_type
6941
6978
  class ClusterNetworkPolicy(dict):
6942
6979
  def __init__(__self__, *,
@@ -7115,7 +7152,7 @@ class ClusterNodeConfig(dict):
7115
7152
  :param builtins.int disk_size_gb: Size of the disk attached to each node, specified
7116
7153
  in GB. The smallest allowed disk size is 10GB. Defaults to 100GB.
7117
7154
  :param builtins.str disk_type: Type of the disk attached to each node
7118
- (e.g. 'pd-standard', 'pd-balanced' or 'pd-ssd'). If unspecified, the default disk type is 'pd-standard'
7155
+ (e.g. 'pd-standard', 'pd-balanced' or 'pd-ssd'). If unspecified, the default disk type is 'pd-balanced'
7119
7156
  :param Sequence['ClusterNodeConfigEffectiveTaintArgs'] effective_taints: List of kubernetes taints applied to each node. Structure is documented above.
7120
7157
  :param builtins.bool enable_confidential_storage: Enabling Confidential Storage will create boot disk with confidential mode. It is disabled by default.
7121
7158
  :param 'ClusterNodeConfigEphemeralStorageConfigArgs' ephemeral_storage_config: Parameters for the ephemeral storage filesystem. If unspecified, ephemeral storage is backed by the boot disk. Structure is documented below.
@@ -7124,7 +7161,7 @@ class ClusterNodeConfig(dict):
7124
7161
  Node Pool must enable gvnic.
7125
7162
  GKE version 1.25.2-gke.1700 or later.
7126
7163
  Structure is documented below.
7127
- :param builtins.bool flex_start: ) Enables Flex Start provisioning model for the node pool.
7164
+ :param builtins.bool flex_start: Enables Flex Start provisioning model for the node pool.
7128
7165
  :param 'ClusterNodeConfigGcfsConfigArgs' gcfs_config: Parameters for the Google Container Filesystem (GCFS).
7129
7166
  If unspecified, GCFS will not be enabled on the node pool. When enabling this feature you must specify `image_type = "COS_CONTAINERD"` and `node_version` from GKE versions 1.19 or later to use it.
7130
7167
  For GKE versions 1.19, 1.20, and 1.21, the recommended minimum `node_version` would be 1.19.15-gke.1300, 1.20.11-gke.1300, and 1.21.5-gke.1300 respectively.
@@ -7352,7 +7389,7 @@ class ClusterNodeConfig(dict):
7352
7389
  def disk_type(self) -> Optional[builtins.str]:
7353
7390
  """
7354
7391
  Type of the disk attached to each node
7355
- (e.g. 'pd-standard', 'pd-balanced' or 'pd-ssd'). If unspecified, the default disk type is 'pd-standard'
7392
+ (e.g. 'pd-standard', 'pd-balanced' or 'pd-ssd'). If unspecified, the default disk type is 'pd-balanced'
7356
7393
  """
7357
7394
  return pulumi.get(self, "disk_type")
7358
7395
 
@@ -7403,7 +7440,7 @@ class ClusterNodeConfig(dict):
7403
7440
  @pulumi.getter(name="flexStart")
7404
7441
  def flex_start(self) -> Optional[builtins.bool]:
7405
7442
  """
7406
- ) Enables Flex Start provisioning model for the node pool.
7443
+ Enables Flex Start provisioning model for the node pool.
7407
7444
  """
7408
7445
  return pulumi.get(self, "flex_start")
7409
7446
 
@@ -10273,7 +10310,7 @@ class ClusterNodePoolNetworkConfigNetworkPerformanceConfig(dict):
10273
10310
  def __init__(__self__, *,
10274
10311
  total_egress_bandwidth_tier: builtins.str):
10275
10312
  """
10276
- :param builtins.str total_egress_bandwidth_tier: Specifies the total network bandwidth tier for the NodePool.
10313
+ :param builtins.str total_egress_bandwidth_tier: Specifies the total network bandwidth tier for NodePools in the cluster.
10277
10314
  """
10278
10315
  pulumi.set(__self__, "total_egress_bandwidth_tier", total_egress_bandwidth_tier)
10279
10316
 
@@ -10281,7 +10318,7 @@ class ClusterNodePoolNetworkConfigNetworkPerformanceConfig(dict):
10281
10318
  @pulumi.getter(name="totalEgressBandwidthTier")
10282
10319
  def total_egress_bandwidth_tier(self) -> builtins.str:
10283
10320
  """
10284
- Specifies the total network bandwidth tier for the NodePool.
10321
+ Specifies the total network bandwidth tier for NodePools in the cluster.
10285
10322
  """
10286
10323
  return pulumi.get(self, "total_egress_bandwidth_tier")
10287
10324
 
@@ -10456,7 +10493,7 @@ class ClusterNodePoolNodeConfig(dict):
10456
10493
  :param builtins.int disk_size_gb: Size of the disk attached to each node, specified
10457
10494
  in GB. The smallest allowed disk size is 10GB. Defaults to 100GB.
10458
10495
  :param builtins.str disk_type: Type of the disk attached to each node
10459
- (e.g. 'pd-standard', 'pd-balanced' or 'pd-ssd'). If unspecified, the default disk type is 'pd-standard'
10496
+ (e.g. 'pd-standard', 'pd-balanced' or 'pd-ssd'). If unspecified, the default disk type is 'pd-balanced'
10460
10497
  :param Sequence['ClusterNodePoolNodeConfigEffectiveTaintArgs'] effective_taints: List of kubernetes taints applied to each node. Structure is documented above.
10461
10498
  :param builtins.bool enable_confidential_storage: Enabling Confidential Storage will create boot disk with confidential mode. It is disabled by default.
10462
10499
  :param 'ClusterNodePoolNodeConfigEphemeralStorageConfigArgs' ephemeral_storage_config: Parameters for the ephemeral storage filesystem. If unspecified, ephemeral storage is backed by the boot disk. Structure is documented below.
@@ -10465,7 +10502,7 @@ class ClusterNodePoolNodeConfig(dict):
10465
10502
  Node Pool must enable gvnic.
10466
10503
  GKE version 1.25.2-gke.1700 or later.
10467
10504
  Structure is documented below.
10468
- :param builtins.bool flex_start: ) Enables Flex Start provisioning model for the node pool.
10505
+ :param builtins.bool flex_start: Enables Flex Start provisioning model for the node pool.
10469
10506
  :param 'ClusterNodePoolNodeConfigGcfsConfigArgs' gcfs_config: Parameters for the Google Container Filesystem (GCFS).
10470
10507
  If unspecified, GCFS will not be enabled on the node pool. When enabling this feature you must specify `image_type = "COS_CONTAINERD"` and `node_version` from GKE versions 1.19 or later to use it.
10471
10508
  For GKE versions 1.19, 1.20, and 1.21, the recommended minimum `node_version` would be 1.19.15-gke.1300, 1.20.11-gke.1300, and 1.21.5-gke.1300 respectively.
@@ -10693,7 +10730,7 @@ class ClusterNodePoolNodeConfig(dict):
10693
10730
  def disk_type(self) -> Optional[builtins.str]:
10694
10731
  """
10695
10732
  Type of the disk attached to each node
10696
- (e.g. 'pd-standard', 'pd-balanced' or 'pd-ssd'). If unspecified, the default disk type is 'pd-standard'
10733
+ (e.g. 'pd-standard', 'pd-balanced' or 'pd-ssd'). If unspecified, the default disk type is 'pd-balanced'
10697
10734
  """
10698
10735
  return pulumi.get(self, "disk_type")
10699
10736
 
@@ -10744,7 +10781,7 @@ class ClusterNodePoolNodeConfig(dict):
10744
10781
  @pulumi.getter(name="flexStart")
10745
10782
  def flex_start(self) -> Optional[builtins.bool]:
10746
10783
  """
10747
- ) Enables Flex Start provisioning model for the node pool.
10784
+ Enables Flex Start provisioning model for the node pool.
10748
10785
  """
10749
10786
  return pulumi.get(self, "flex_start")
10750
10787
 
@@ -12485,7 +12522,7 @@ class ClusterNodePoolPlacementPolicy(dict):
12485
12522
  :param builtins.str type: Telemetry integration for the cluster. Supported values (`ENABLED, DISABLED, SYSTEM_ONLY`);
12486
12523
  `SYSTEM_ONLY` (Only system components are monitored and logged) is only available in GKE versions 1.15 and later.
12487
12524
  :param builtins.str policy_name: If set, refers to the name of a custom resource policy supplied by the user. The resource policy must be in the same project and region as the node pool. If not found, InvalidArgument error is returned.
12488
- :param builtins.str tpu_topology: TPU placement topology for pod slice node pool. https://cloud.google.com/tpu/docs/types-topologies#tpu_topologies
12525
+ :param builtins.str tpu_topology: The TPU topology like "2x4" or "2x2x2". https://cloud.google.com/kubernetes-engine/docs/concepts/plan-tpus#topology
12489
12526
  """
12490
12527
  pulumi.set(__self__, "type", type)
12491
12528
  if policy_name is not None:
@@ -12514,7 +12551,7 @@ class ClusterNodePoolPlacementPolicy(dict):
12514
12551
  @pulumi.getter(name="tpuTopology")
12515
12552
  def tpu_topology(self) -> Optional[builtins.str]:
12516
12553
  """
12517
- TPU placement topology for pod slice node pool. https://cloud.google.com/tpu/docs/types-topologies#tpu_topologies
12554
+ The TPU topology like "2x4" or "2x2x2". https://cloud.google.com/kubernetes-engine/docs/concepts/plan-tpus#topology
12518
12555
  """
12519
12556
  return pulumi.get(self, "tpu_topology")
12520
12557
 
@@ -14084,7 +14121,7 @@ class NodePoolNetworkConfigNetworkPerformanceConfig(dict):
14084
14121
  def __init__(__self__, *,
14085
14122
  total_egress_bandwidth_tier: builtins.str):
14086
14123
  """
14087
- :param builtins.str total_egress_bandwidth_tier: Specifies the total network bandwidth tier for the NodePool.
14124
+ :param builtins.str total_egress_bandwidth_tier: Specifies the total network bandwidth tier for the NodePool. [Valid values](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools#NodePool.Tier) include: "TIER_1" and "TIER_UNSPECIFIED".
14088
14125
  """
14089
14126
  pulumi.set(__self__, "total_egress_bandwidth_tier", total_egress_bandwidth_tier)
14090
14127
 
@@ -14092,7 +14129,7 @@ class NodePoolNetworkConfigNetworkPerformanceConfig(dict):
14092
14129
  @pulumi.getter(name="totalEgressBandwidthTier")
14093
14130
  def total_egress_bandwidth_tier(self) -> builtins.str:
14094
14131
  """
14095
- Specifies the total network bandwidth tier for the NodePool.
14132
+ Specifies the total network bandwidth tier for the NodePool. [Valid values](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools#NodePool.Tier) include: "TIER_1" and "TIER_UNSPECIFIED".
14096
14133
  """
14097
14134
  return pulumi.get(self, "total_egress_bandwidth_tier")
14098
14135
 
@@ -16099,7 +16136,7 @@ class NodePoolPlacementPolicy(dict):
16099
16136
  :param builtins.str policy_name: If set, refers to the name of a custom resource policy supplied by the user.
16100
16137
  The resource policy must be in the same project and region as the node pool.
16101
16138
  If not found, InvalidArgument error is returned.
16102
- :param builtins.str tpu_topology: The [TPU placement topology](https://cloud.google.com/tpu/docs/types-topologies#tpu_topologies) for pod slice node pool.
16139
+ :param builtins.str tpu_topology: The [TPU topology](https://cloud.google.com/kubernetes-engine/docs/concepts/plan-tpus#topology) like `"2x4"` or `"2x2x2"`.
16103
16140
  """
16104
16141
  pulumi.set(__self__, "type", type)
16105
16142
  if policy_name is not None:
@@ -16131,7 +16168,7 @@ class NodePoolPlacementPolicy(dict):
16131
16168
  @pulumi.getter(name="tpuTopology")
16132
16169
  def tpu_topology(self) -> Optional[builtins.str]:
16133
16170
  """
16134
- The [TPU placement topology](https://cloud.google.com/tpu/docs/types-topologies#tpu_topologies) for pod slice node pool.
16171
+ The [TPU topology](https://cloud.google.com/kubernetes-engine/docs/concepts/plan-tpus#topology) like `"2x4"` or `"2x2x2"`.
16135
16172
  """
16136
16173
  return pulumi.get(self, "tpu_topology")
16137
16174
 
@@ -18196,6 +18233,24 @@ class GetClusterMonitoringConfigManagedPrometheusAutoMonitoringConfigResult(dict
18196
18233
  return pulumi.get(self, "scope")
18197
18234
 
18198
18235
 
18236
+ @pulumi.output_type
18237
+ class GetClusterNetworkPerformanceConfigResult(dict):
18238
+ def __init__(__self__, *,
18239
+ total_egress_bandwidth_tier: builtins.str):
18240
+ """
18241
+ :param builtins.str total_egress_bandwidth_tier: Specifies the total network bandwidth tier for NodePools in the cluster.
18242
+ """
18243
+ pulumi.set(__self__, "total_egress_bandwidth_tier", total_egress_bandwidth_tier)
18244
+
18245
+ @property
18246
+ @pulumi.getter(name="totalEgressBandwidthTier")
18247
+ def total_egress_bandwidth_tier(self) -> builtins.str:
18248
+ """
18249
+ Specifies the total network bandwidth tier for NodePools in the cluster.
18250
+ """
18251
+ return pulumi.get(self, "total_egress_bandwidth_tier")
18252
+
18253
+
18199
18254
  @pulumi.output_type
18200
18255
  class GetClusterNetworkPolicyResult(dict):
18201
18256
  def __init__(__self__, *,
@@ -20337,7 +20392,7 @@ class GetClusterNodePoolNetworkConfigNetworkPerformanceConfigResult(dict):
20337
20392
  def __init__(__self__, *,
20338
20393
  total_egress_bandwidth_tier: builtins.str):
20339
20394
  """
20340
- :param builtins.str total_egress_bandwidth_tier: Specifies the total network bandwidth tier for the NodePool.
20395
+ :param builtins.str total_egress_bandwidth_tier: Specifies the total network bandwidth tier for the NodePool. [Valid values](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools#NodePool.Tier) include: "TIER_1" and "TIER_UNSPECIFIED".
20341
20396
  """
20342
20397
  pulumi.set(__self__, "total_egress_bandwidth_tier", total_egress_bandwidth_tier)
20343
20398
 
@@ -20345,7 +20400,7 @@ class GetClusterNodePoolNetworkConfigNetworkPerformanceConfigResult(dict):
20345
20400
  @pulumi.getter(name="totalEgressBandwidthTier")
20346
20401
  def total_egress_bandwidth_tier(self) -> builtins.str:
20347
20402
  """
20348
- Specifies the total network bandwidth tier for the NodePool.
20403
+ Specifies the total network bandwidth tier for the NodePool. [Valid values](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools#NodePool.Tier) include: "TIER_1" and "TIER_UNSPECIFIED".
20349
20404
  """
20350
20405
  return pulumi.get(self, "total_egress_bandwidth_tier")
20351
20406
 
@@ -21757,7 +21812,7 @@ class GetClusterNodePoolPlacementPolicyResult(dict):
21757
21812
  type: builtins.str):
21758
21813
  """
21759
21814
  :param builtins.str policy_name: If set, refers to the name of a custom resource policy supplied by the user. The resource policy must be in the same project and region as the node pool. If not found, InvalidArgument error is returned.
21760
- :param builtins.str tpu_topology: TPU placement topology for pod slice node pool. https://cloud.google.com/tpu/docs/types-topologies#tpu_topologies
21815
+ :param builtins.str tpu_topology: The TPU topology like "2x4" or "2x2x2". https://cloud.google.com/kubernetes-engine/docs/concepts/plan-tpus#topology
21761
21816
  :param builtins.str type: Type defines the type of placement policy
21762
21817
  """
21763
21818
  pulumi.set(__self__, "policy_name", policy_name)
@@ -21776,7 +21831,7 @@ class GetClusterNodePoolPlacementPolicyResult(dict):
21776
21831
  @pulumi.getter(name="tpuTopology")
21777
21832
  def tpu_topology(self) -> builtins.str:
21778
21833
  """
21779
- TPU placement topology for pod slice node pool. https://cloud.google.com/tpu/docs/types-topologies#tpu_topologies
21834
+ The TPU topology like "2x4" or "2x2x2". https://cloud.google.com/kubernetes-engine/docs/concepts/plan-tpus#topology
21780
21835
  """
21781
21836
  return pulumi.get(self, "tpu_topology")
21782
21837
 
@@ -18,6 +18,7 @@ from .datascan import *
18
18
  from .datascan_iam_binding import *
19
19
  from .datascan_iam_member import *
20
20
  from .datascan_iam_policy import *
21
+ from .entry import *
21
22
  from .entry_group import *
22
23
  from .entry_group_iam_binding import *
23
24
  from .entry_group_iam_member import *