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
@@ -276,6 +276,8 @@ __all__ = [
276
276
  'ClusterMonitoringConfigManagedPrometheusArgsDict',
277
277
  'ClusterMonitoringConfigManagedPrometheusAutoMonitoringConfigArgs',
278
278
  'ClusterMonitoringConfigManagedPrometheusAutoMonitoringConfigArgsDict',
279
+ 'ClusterNetworkPerformanceConfigArgs',
280
+ 'ClusterNetworkPerformanceConfigArgsDict',
279
281
  'ClusterNetworkPolicyArgs',
280
282
  'ClusterNetworkPolicyArgsDict',
281
283
  'ClusterNodeConfigArgs',
@@ -8423,6 +8425,37 @@ class ClusterMonitoringConfigManagedPrometheusAutoMonitoringConfigArgs:
8423
8425
  pulumi.set(self, "scope", value)
8424
8426
 
8425
8427
 
8428
+ if not MYPY:
8429
+ class ClusterNetworkPerformanceConfigArgsDict(TypedDict):
8430
+ total_egress_bandwidth_tier: pulumi.Input[builtins.str]
8431
+ """
8432
+ Specifies the total network bandwidth tier for NodePools in the cluster.
8433
+ """
8434
+ elif False:
8435
+ ClusterNetworkPerformanceConfigArgsDict: TypeAlias = Mapping[str, Any]
8436
+
8437
+ @pulumi.input_type
8438
+ class ClusterNetworkPerformanceConfigArgs:
8439
+ def __init__(__self__, *,
8440
+ total_egress_bandwidth_tier: pulumi.Input[builtins.str]):
8441
+ """
8442
+ :param pulumi.Input[builtins.str] total_egress_bandwidth_tier: Specifies the total network bandwidth tier for NodePools in the cluster.
8443
+ """
8444
+ pulumi.set(__self__, "total_egress_bandwidth_tier", total_egress_bandwidth_tier)
8445
+
8446
+ @property
8447
+ @pulumi.getter(name="totalEgressBandwidthTier")
8448
+ def total_egress_bandwidth_tier(self) -> pulumi.Input[builtins.str]:
8449
+ """
8450
+ Specifies the total network bandwidth tier for NodePools in the cluster.
8451
+ """
8452
+ return pulumi.get(self, "total_egress_bandwidth_tier")
8453
+
8454
+ @total_egress_bandwidth_tier.setter
8455
+ def total_egress_bandwidth_tier(self, value: pulumi.Input[builtins.str]):
8456
+ pulumi.set(self, "total_egress_bandwidth_tier", value)
8457
+
8458
+
8426
8459
  if not MYPY:
8427
8460
  class ClusterNetworkPolicyArgsDict(TypedDict):
8428
8461
  enabled: pulumi.Input[builtins.bool]
@@ -8501,7 +8534,7 @@ if not MYPY:
8501
8534
  disk_type: NotRequired[pulumi.Input[builtins.str]]
8502
8535
  """
8503
8536
  Type of the disk attached to each node
8504
- (e.g. 'pd-standard', 'pd-balanced' or 'pd-ssd'). If unspecified, the default disk type is 'pd-standard'
8537
+ (e.g. 'pd-standard', 'pd-balanced' or 'pd-ssd'). If unspecified, the default disk type is 'pd-balanced'
8505
8538
  """
8506
8539
  effective_taints: NotRequired[pulumi.Input[Sequence[pulumi.Input['ClusterNodeConfigEffectiveTaintArgsDict']]]]
8507
8540
  """
@@ -8528,7 +8561,7 @@ if not MYPY:
8528
8561
  """
8529
8562
  flex_start: NotRequired[pulumi.Input[builtins.bool]]
8530
8563
  """
8531
- ) Enables Flex Start provisioning model for the node pool.
8564
+ Enables Flex Start provisioning model for the node pool.
8532
8565
  """
8533
8566
  gcfs_config: NotRequired[pulumi.Input['ClusterNodeConfigGcfsConfigArgsDict']]
8534
8567
  """
@@ -8777,7 +8810,7 @@ class ClusterNodeConfigArgs:
8777
8810
  :param pulumi.Input[builtins.int] disk_size_gb: Size of the disk attached to each node, specified
8778
8811
  in GB. The smallest allowed disk size is 10GB. Defaults to 100GB.
8779
8812
  :param pulumi.Input[builtins.str] disk_type: Type of the disk attached to each node
8780
- (e.g. 'pd-standard', 'pd-balanced' or 'pd-ssd'). If unspecified, the default disk type is 'pd-standard'
8813
+ (e.g. 'pd-standard', 'pd-balanced' or 'pd-ssd'). If unspecified, the default disk type is 'pd-balanced'
8781
8814
  :param pulumi.Input[Sequence[pulumi.Input['ClusterNodeConfigEffectiveTaintArgs']]] effective_taints: List of kubernetes taints applied to each node. Structure is documented above.
8782
8815
  :param pulumi.Input[builtins.bool] enable_confidential_storage: Enabling Confidential Storage will create boot disk with confidential mode. It is disabled by default.
8783
8816
  :param pulumi.Input['ClusterNodeConfigEphemeralStorageConfigArgs'] ephemeral_storage_config: Parameters for the ephemeral storage filesystem. If unspecified, ephemeral storage is backed by the boot disk. Structure is documented below.
@@ -8786,7 +8819,7 @@ class ClusterNodeConfigArgs:
8786
8819
  Node Pool must enable gvnic.
8787
8820
  GKE version 1.25.2-gke.1700 or later.
8788
8821
  Structure is documented below.
8789
- :param pulumi.Input[builtins.bool] flex_start: ) Enables Flex Start provisioning model for the node pool.
8822
+ :param pulumi.Input[builtins.bool] flex_start: Enables Flex Start provisioning model for the node pool.
8790
8823
  :param pulumi.Input['ClusterNodeConfigGcfsConfigArgs'] gcfs_config: Parameters for the Google Container Filesystem (GCFS).
8791
8824
  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.
8792
8825
  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.
@@ -9034,7 +9067,7 @@ class ClusterNodeConfigArgs:
9034
9067
  def disk_type(self) -> Optional[pulumi.Input[builtins.str]]:
9035
9068
  """
9036
9069
  Type of the disk attached to each node
9037
- (e.g. 'pd-standard', 'pd-balanced' or 'pd-ssd'). If unspecified, the default disk type is 'pd-standard'
9070
+ (e.g. 'pd-standard', 'pd-balanced' or 'pd-ssd'). If unspecified, the default disk type is 'pd-balanced'
9038
9071
  """
9039
9072
  return pulumi.get(self, "disk_type")
9040
9073
 
@@ -9109,7 +9142,7 @@ class ClusterNodeConfigArgs:
9109
9142
  @pulumi.getter(name="flexStart")
9110
9143
  def flex_start(self) -> Optional[pulumi.Input[builtins.bool]]:
9111
9144
  """
9112
- ) Enables Flex Start provisioning model for the node pool.
9145
+ Enables Flex Start provisioning model for the node pool.
9113
9146
  """
9114
9147
  return pulumi.get(self, "flex_start")
9115
9148
 
@@ -12664,7 +12697,7 @@ if not MYPY:
12664
12697
  class ClusterNodePoolNetworkConfigNetworkPerformanceConfigArgsDict(TypedDict):
12665
12698
  total_egress_bandwidth_tier: pulumi.Input[builtins.str]
12666
12699
  """
12667
- Specifies the total network bandwidth tier for the NodePool.
12700
+ Specifies the total network bandwidth tier for NodePools in the cluster.
12668
12701
  """
12669
12702
  elif False:
12670
12703
  ClusterNodePoolNetworkConfigNetworkPerformanceConfigArgsDict: TypeAlias = Mapping[str, Any]
@@ -12674,7 +12707,7 @@ class ClusterNodePoolNetworkConfigNetworkPerformanceConfigArgs:
12674
12707
  def __init__(__self__, *,
12675
12708
  total_egress_bandwidth_tier: pulumi.Input[builtins.str]):
12676
12709
  """
12677
- :param pulumi.Input[builtins.str] total_egress_bandwidth_tier: Specifies the total network bandwidth tier for the NodePool.
12710
+ :param pulumi.Input[builtins.str] total_egress_bandwidth_tier: Specifies the total network bandwidth tier for NodePools in the cluster.
12678
12711
  """
12679
12712
  pulumi.set(__self__, "total_egress_bandwidth_tier", total_egress_bandwidth_tier)
12680
12713
 
@@ -12682,7 +12715,7 @@ class ClusterNodePoolNetworkConfigNetworkPerformanceConfigArgs:
12682
12715
  @pulumi.getter(name="totalEgressBandwidthTier")
12683
12716
  def total_egress_bandwidth_tier(self) -> pulumi.Input[builtins.str]:
12684
12717
  """
12685
- Specifies the total network bandwidth tier for the NodePool.
12718
+ Specifies the total network bandwidth tier for NodePools in the cluster.
12686
12719
  """
12687
12720
  return pulumi.get(self, "total_egress_bandwidth_tier")
12688
12721
 
@@ -12755,7 +12788,7 @@ if not MYPY:
12755
12788
  disk_type: NotRequired[pulumi.Input[builtins.str]]
12756
12789
  """
12757
12790
  Type of the disk attached to each node
12758
- (e.g. 'pd-standard', 'pd-balanced' or 'pd-ssd'). If unspecified, the default disk type is 'pd-standard'
12791
+ (e.g. 'pd-standard', 'pd-balanced' or 'pd-ssd'). If unspecified, the default disk type is 'pd-balanced'
12759
12792
  """
12760
12793
  effective_taints: NotRequired[pulumi.Input[Sequence[pulumi.Input['ClusterNodePoolNodeConfigEffectiveTaintArgsDict']]]]
12761
12794
  """
@@ -12782,7 +12815,7 @@ if not MYPY:
12782
12815
  """
12783
12816
  flex_start: NotRequired[pulumi.Input[builtins.bool]]
12784
12817
  """
12785
- ) Enables Flex Start provisioning model for the node pool.
12818
+ Enables Flex Start provisioning model for the node pool.
12786
12819
  """
12787
12820
  gcfs_config: NotRequired[pulumi.Input['ClusterNodePoolNodeConfigGcfsConfigArgsDict']]
12788
12821
  """
@@ -13031,7 +13064,7 @@ class ClusterNodePoolNodeConfigArgs:
13031
13064
  :param pulumi.Input[builtins.int] disk_size_gb: Size of the disk attached to each node, specified
13032
13065
  in GB. The smallest allowed disk size is 10GB. Defaults to 100GB.
13033
13066
  :param pulumi.Input[builtins.str] disk_type: Type of the disk attached to each node
13034
- (e.g. 'pd-standard', 'pd-balanced' or 'pd-ssd'). If unspecified, the default disk type is 'pd-standard'
13067
+ (e.g. 'pd-standard', 'pd-balanced' or 'pd-ssd'). If unspecified, the default disk type is 'pd-balanced'
13035
13068
  :param pulumi.Input[Sequence[pulumi.Input['ClusterNodePoolNodeConfigEffectiveTaintArgs']]] effective_taints: List of kubernetes taints applied to each node. Structure is documented above.
13036
13069
  :param pulumi.Input[builtins.bool] enable_confidential_storage: Enabling Confidential Storage will create boot disk with confidential mode. It is disabled by default.
13037
13070
  :param pulumi.Input['ClusterNodePoolNodeConfigEphemeralStorageConfigArgs'] ephemeral_storage_config: Parameters for the ephemeral storage filesystem. If unspecified, ephemeral storage is backed by the boot disk. Structure is documented below.
@@ -13040,7 +13073,7 @@ class ClusterNodePoolNodeConfigArgs:
13040
13073
  Node Pool must enable gvnic.
13041
13074
  GKE version 1.25.2-gke.1700 or later.
13042
13075
  Structure is documented below.
13043
- :param pulumi.Input[builtins.bool] flex_start: ) Enables Flex Start provisioning model for the node pool.
13076
+ :param pulumi.Input[builtins.bool] flex_start: Enables Flex Start provisioning model for the node pool.
13044
13077
  :param pulumi.Input['ClusterNodePoolNodeConfigGcfsConfigArgs'] gcfs_config: Parameters for the Google Container Filesystem (GCFS).
13045
13078
  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.
13046
13079
  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.
@@ -13288,7 +13321,7 @@ class ClusterNodePoolNodeConfigArgs:
13288
13321
  def disk_type(self) -> Optional[pulumi.Input[builtins.str]]:
13289
13322
  """
13290
13323
  Type of the disk attached to each node
13291
- (e.g. 'pd-standard', 'pd-balanced' or 'pd-ssd'). If unspecified, the default disk type is 'pd-standard'
13324
+ (e.g. 'pd-standard', 'pd-balanced' or 'pd-ssd'). If unspecified, the default disk type is 'pd-balanced'
13292
13325
  """
13293
13326
  return pulumi.get(self, "disk_type")
13294
13327
 
@@ -13363,7 +13396,7 @@ class ClusterNodePoolNodeConfigArgs:
13363
13396
  @pulumi.getter(name="flexStart")
13364
13397
  def flex_start(self) -> Optional[pulumi.Input[builtins.bool]]:
13365
13398
  """
13366
- ) Enables Flex Start provisioning model for the node pool.
13399
+ Enables Flex Start provisioning model for the node pool.
13367
13400
  """
13368
13401
  return pulumi.get(self, "flex_start")
13369
13402
 
@@ -15533,7 +15566,7 @@ if not MYPY:
15533
15566
  """
15534
15567
  tpu_topology: NotRequired[pulumi.Input[builtins.str]]
15535
15568
  """
15536
- TPU placement topology for pod slice node pool. https://cloud.google.com/tpu/docs/types-topologies#tpu_topologies
15569
+ The TPU topology like "2x4" or "2x2x2". https://cloud.google.com/kubernetes-engine/docs/concepts/plan-tpus#topology
15537
15570
  """
15538
15571
  elif False:
15539
15572
  ClusterNodePoolPlacementPolicyArgsDict: TypeAlias = Mapping[str, Any]
@@ -15548,7 +15581,7 @@ class ClusterNodePoolPlacementPolicyArgs:
15548
15581
  :param pulumi.Input[builtins.str] type: Telemetry integration for the cluster. Supported values (`ENABLED, DISABLED, SYSTEM_ONLY`);
15549
15582
  `SYSTEM_ONLY` (Only system components are monitored and logged) is only available in GKE versions 1.15 and later.
15550
15583
  :param pulumi.Input[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.
15551
- :param pulumi.Input[builtins.str] tpu_topology: TPU placement topology for pod slice node pool. https://cloud.google.com/tpu/docs/types-topologies#tpu_topologies
15584
+ :param pulumi.Input[builtins.str] tpu_topology: The TPU topology like "2x4" or "2x2x2". https://cloud.google.com/kubernetes-engine/docs/concepts/plan-tpus#topology
15552
15585
  """
15553
15586
  pulumi.set(__self__, "type", type)
15554
15587
  if policy_name is not None:
@@ -15585,7 +15618,7 @@ class ClusterNodePoolPlacementPolicyArgs:
15585
15618
  @pulumi.getter(name="tpuTopology")
15586
15619
  def tpu_topology(self) -> Optional[pulumi.Input[builtins.str]]:
15587
15620
  """
15588
- TPU placement topology for pod slice node pool. https://cloud.google.com/tpu/docs/types-topologies#tpu_topologies
15621
+ The TPU topology like "2x4" or "2x2x2". https://cloud.google.com/kubernetes-engine/docs/concepts/plan-tpus#topology
15589
15622
  """
15590
15623
  return pulumi.get(self, "tpu_topology")
15591
15624
 
@@ -17516,7 +17549,7 @@ if not MYPY:
17516
17549
  class NodePoolNetworkConfigNetworkPerformanceConfigArgsDict(TypedDict):
17517
17550
  total_egress_bandwidth_tier: pulumi.Input[builtins.str]
17518
17551
  """
17519
- Specifies the total network bandwidth tier for the NodePool.
17552
+ 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".
17520
17553
  """
17521
17554
  elif False:
17522
17555
  NodePoolNetworkConfigNetworkPerformanceConfigArgsDict: TypeAlias = Mapping[str, Any]
@@ -17526,7 +17559,7 @@ class NodePoolNetworkConfigNetworkPerformanceConfigArgs:
17526
17559
  def __init__(__self__, *,
17527
17560
  total_egress_bandwidth_tier: pulumi.Input[builtins.str]):
17528
17561
  """
17529
- :param pulumi.Input[builtins.str] total_egress_bandwidth_tier: Specifies the total network bandwidth tier for the NodePool.
17562
+ :param pulumi.Input[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".
17530
17563
  """
17531
17564
  pulumi.set(__self__, "total_egress_bandwidth_tier", total_egress_bandwidth_tier)
17532
17565
 
@@ -17534,7 +17567,7 @@ class NodePoolNetworkConfigNetworkPerformanceConfigArgs:
17534
17567
  @pulumi.getter(name="totalEgressBandwidthTier")
17535
17568
  def total_egress_bandwidth_tier(self) -> pulumi.Input[builtins.str]:
17536
17569
  """
17537
- Specifies the total network bandwidth tier for the NodePool.
17570
+ 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".
17538
17571
  """
17539
17572
  return pulumi.get(self, "total_egress_bandwidth_tier")
17540
17573
 
@@ -20088,7 +20121,7 @@ if not MYPY:
20088
20121
  """
20089
20122
  tpu_topology: NotRequired[pulumi.Input[builtins.str]]
20090
20123
  """
20091
- The [TPU placement topology](https://cloud.google.com/tpu/docs/types-topologies#tpu_topologies) for pod slice node pool.
20124
+ The [TPU topology](https://cloud.google.com/kubernetes-engine/docs/concepts/plan-tpus#topology) like `"2x4"` or `"2x2x2"`.
20092
20125
  """
20093
20126
  elif False:
20094
20127
  NodePoolPlacementPolicyArgsDict: TypeAlias = Mapping[str, Any]
@@ -20106,7 +20139,7 @@ class NodePoolPlacementPolicyArgs:
20106
20139
  :param pulumi.Input[builtins.str] policy_name: If set, refers to the name of a custom resource policy supplied by the user.
20107
20140
  The resource policy must be in the same project and region as the node pool.
20108
20141
  If not found, InvalidArgument error is returned.
20109
- :param pulumi.Input[builtins.str] tpu_topology: The [TPU placement topology](https://cloud.google.com/tpu/docs/types-topologies#tpu_topologies) for pod slice node pool.
20142
+ :param pulumi.Input[builtins.str] tpu_topology: The [TPU topology](https://cloud.google.com/kubernetes-engine/docs/concepts/plan-tpus#topology) like `"2x4"` or `"2x2x2"`.
20110
20143
  """
20111
20144
  pulumi.set(__self__, "type", type)
20112
20145
  if policy_name is not None:
@@ -20146,7 +20179,7 @@ class NodePoolPlacementPolicyArgs:
20146
20179
  @pulumi.getter(name="tpuTopology")
20147
20180
  def tpu_topology(self) -> Optional[pulumi.Input[builtins.str]]:
20148
20181
  """
20149
- The [TPU placement topology](https://cloud.google.com/tpu/docs/types-topologies#tpu_topologies) for pod slice node pool.
20182
+ The [TPU topology](https://cloud.google.com/kubernetes-engine/docs/concepts/plan-tpus#topology) like `"2x4"` or `"2x2x2"`.
20150
20183
  """
20151
20184
  return pulumi.get(self, "tpu_topology")
20152
20185
 
@@ -70,6 +70,7 @@ class ClusterArgs:
70
70
  monitoring_service: Optional[pulumi.Input[builtins.str]] = None,
71
71
  name: Optional[pulumi.Input[builtins.str]] = None,
72
72
  network: Optional[pulumi.Input[builtins.str]] = None,
73
+ network_performance_config: Optional[pulumi.Input['ClusterNetworkPerformanceConfigArgs']] = None,
73
74
  network_policy: Optional[pulumi.Input['ClusterNetworkPolicyArgs']] = None,
74
75
  networking_mode: Optional[pulumi.Input[builtins.str]] = None,
75
76
  node_config: Optional[pulumi.Input['ClusterNodeConfigArgs']] = None,
@@ -230,6 +231,7 @@ class ClusterArgs:
230
231
  :param pulumi.Input[builtins.str] network: The name or self_link of the Google Compute Engine
231
232
  network to which the cluster is connected. For Shared VPC, set this to the self link of the
232
233
  shared network.
234
+ :param pulumi.Input['ClusterNetworkPerformanceConfigArgs'] network_performance_config: Network bandwidth tier configuration.
233
235
  :param pulumi.Input['ClusterNetworkPolicyArgs'] network_policy: Configuration options for the
234
236
  [NetworkPolicy](https://kubernetes.io/docs/concepts/services-networking/networkpolicies/)
235
237
  feature. Structure is documented below.
@@ -413,6 +415,8 @@ class ClusterArgs:
413
415
  pulumi.set(__self__, "name", name)
414
416
  if network is not None:
415
417
  pulumi.set(__self__, "network", network)
418
+ if network_performance_config is not None:
419
+ pulumi.set(__self__, "network_performance_config", network_performance_config)
416
420
  if network_policy is not None:
417
421
  pulumi.set(__self__, "network_policy", network_policy)
418
422
  if networking_mode is not None:
@@ -1126,6 +1130,18 @@ class ClusterArgs:
1126
1130
  def network(self, value: Optional[pulumi.Input[builtins.str]]):
1127
1131
  pulumi.set(self, "network", value)
1128
1132
 
1133
+ @property
1134
+ @pulumi.getter(name="networkPerformanceConfig")
1135
+ def network_performance_config(self) -> Optional[pulumi.Input['ClusterNetworkPerformanceConfigArgs']]:
1136
+ """
1137
+ Network bandwidth tier configuration.
1138
+ """
1139
+ return pulumi.get(self, "network_performance_config")
1140
+
1141
+ @network_performance_config.setter
1142
+ def network_performance_config(self, value: Optional[pulumi.Input['ClusterNetworkPerformanceConfigArgs']]):
1143
+ pulumi.set(self, "network_performance_config", value)
1144
+
1129
1145
  @property
1130
1146
  @pulumi.getter(name="networkPolicy")
1131
1147
  def network_policy(self) -> Optional[pulumi.Input['ClusterNetworkPolicyArgs']]:
@@ -1576,6 +1592,7 @@ class _ClusterState:
1576
1592
  monitoring_service: Optional[pulumi.Input[builtins.str]] = None,
1577
1593
  name: Optional[pulumi.Input[builtins.str]] = None,
1578
1594
  network: Optional[pulumi.Input[builtins.str]] = None,
1595
+ network_performance_config: Optional[pulumi.Input['ClusterNetworkPerformanceConfigArgs']] = None,
1579
1596
  network_policy: Optional[pulumi.Input['ClusterNetworkPolicyArgs']] = None,
1580
1597
  networking_mode: Optional[pulumi.Input[builtins.str]] = None,
1581
1598
  node_config: Optional[pulumi.Input['ClusterNodeConfigArgs']] = None,
@@ -1747,6 +1764,7 @@ class _ClusterState:
1747
1764
  :param pulumi.Input[builtins.str] network: The name or self_link of the Google Compute Engine
1748
1765
  network to which the cluster is connected. For Shared VPC, set this to the self link of the
1749
1766
  shared network.
1767
+ :param pulumi.Input['ClusterNetworkPerformanceConfigArgs'] network_performance_config: Network bandwidth tier configuration.
1750
1768
  :param pulumi.Input['ClusterNetworkPolicyArgs'] network_policy: Configuration options for the
1751
1769
  [NetworkPolicy](https://kubernetes.io/docs/concepts/services-networking/networkpolicies/)
1752
1770
  feature. Structure is documented below.
@@ -1947,6 +1965,8 @@ class _ClusterState:
1947
1965
  pulumi.set(__self__, "name", name)
1948
1966
  if network is not None:
1949
1967
  pulumi.set(__self__, "network", network)
1968
+ if network_performance_config is not None:
1969
+ pulumi.set(__self__, "network_performance_config", network_performance_config)
1950
1970
  if network_policy is not None:
1951
1971
  pulumi.set(__self__, "network_policy", network_policy)
1952
1972
  if networking_mode is not None:
@@ -2720,6 +2740,18 @@ class _ClusterState:
2720
2740
  def network(self, value: Optional[pulumi.Input[builtins.str]]):
2721
2741
  pulumi.set(self, "network", value)
2722
2742
 
2743
+ @property
2744
+ @pulumi.getter(name="networkPerformanceConfig")
2745
+ def network_performance_config(self) -> Optional[pulumi.Input['ClusterNetworkPerformanceConfigArgs']]:
2746
+ """
2747
+ Network bandwidth tier configuration.
2748
+ """
2749
+ return pulumi.get(self, "network_performance_config")
2750
+
2751
+ @network_performance_config.setter
2752
+ def network_performance_config(self, value: Optional[pulumi.Input['ClusterNetworkPerformanceConfigArgs']]):
2753
+ pulumi.set(self, "network_performance_config", value)
2754
+
2723
2755
  @property
2724
2756
  @pulumi.getter(name="networkPolicy")
2725
2757
  def network_policy(self) -> Optional[pulumi.Input['ClusterNetworkPolicyArgs']]:
@@ -3231,6 +3263,7 @@ class Cluster(pulumi.CustomResource):
3231
3263
  monitoring_service: Optional[pulumi.Input[builtins.str]] = None,
3232
3264
  name: Optional[pulumi.Input[builtins.str]] = None,
3233
3265
  network: Optional[pulumi.Input[builtins.str]] = None,
3266
+ network_performance_config: Optional[pulumi.Input[Union['ClusterNetworkPerformanceConfigArgs', 'ClusterNetworkPerformanceConfigArgsDict']]] = None,
3234
3267
  network_policy: Optional[pulumi.Input[Union['ClusterNetworkPolicyArgs', 'ClusterNetworkPolicyArgsDict']]] = None,
3235
3268
  networking_mode: Optional[pulumi.Input[builtins.str]] = None,
3236
3269
  node_config: Optional[pulumi.Input[Union['ClusterNodeConfigArgs', 'ClusterNodeConfigArgsDict']]] = None,
@@ -3513,6 +3546,7 @@ class Cluster(pulumi.CustomResource):
3513
3546
  :param pulumi.Input[builtins.str] network: The name or self_link of the Google Compute Engine
3514
3547
  network to which the cluster is connected. For Shared VPC, set this to the self link of the
3515
3548
  shared network.
3549
+ :param pulumi.Input[Union['ClusterNetworkPerformanceConfigArgs', 'ClusterNetworkPerformanceConfigArgsDict']] network_performance_config: Network bandwidth tier configuration.
3516
3550
  :param pulumi.Input[Union['ClusterNetworkPolicyArgs', 'ClusterNetworkPolicyArgsDict']] network_policy: Configuration options for the
3517
3551
  [NetworkPolicy](https://kubernetes.io/docs/concepts/services-networking/networkpolicies/)
3518
3552
  feature. Structure is documented below.
@@ -3790,6 +3824,7 @@ class Cluster(pulumi.CustomResource):
3790
3824
  monitoring_service: Optional[pulumi.Input[builtins.str]] = None,
3791
3825
  name: Optional[pulumi.Input[builtins.str]] = None,
3792
3826
  network: Optional[pulumi.Input[builtins.str]] = None,
3827
+ network_performance_config: Optional[pulumi.Input[Union['ClusterNetworkPerformanceConfigArgs', 'ClusterNetworkPerformanceConfigArgsDict']]] = None,
3793
3828
  network_policy: Optional[pulumi.Input[Union['ClusterNetworkPolicyArgs', 'ClusterNetworkPolicyArgsDict']]] = None,
3794
3829
  networking_mode: Optional[pulumi.Input[builtins.str]] = None,
3795
3830
  node_config: Optional[pulumi.Input[Union['ClusterNodeConfigArgs', 'ClusterNodeConfigArgsDict']]] = None,
@@ -3875,6 +3910,7 @@ class Cluster(pulumi.CustomResource):
3875
3910
  __props__.__dict__["monitoring_service"] = monitoring_service
3876
3911
  __props__.__dict__["name"] = name
3877
3912
  __props__.__dict__["network"] = network
3913
+ __props__.__dict__["network_performance_config"] = network_performance_config
3878
3914
  __props__.__dict__["network_policy"] = network_policy
3879
3915
  __props__.__dict__["networking_mode"] = networking_mode
3880
3916
  __props__.__dict__["node_config"] = node_config
@@ -3976,6 +4012,7 @@ class Cluster(pulumi.CustomResource):
3976
4012
  monitoring_service: Optional[pulumi.Input[builtins.str]] = None,
3977
4013
  name: Optional[pulumi.Input[builtins.str]] = None,
3978
4014
  network: Optional[pulumi.Input[builtins.str]] = None,
4015
+ network_performance_config: Optional[pulumi.Input[Union['ClusterNetworkPerformanceConfigArgs', 'ClusterNetworkPerformanceConfigArgsDict']]] = None,
3979
4016
  network_policy: Optional[pulumi.Input[Union['ClusterNetworkPolicyArgs', 'ClusterNetworkPolicyArgsDict']]] = None,
3980
4017
  networking_mode: Optional[pulumi.Input[builtins.str]] = None,
3981
4018
  node_config: Optional[pulumi.Input[Union['ClusterNodeConfigArgs', 'ClusterNodeConfigArgsDict']]] = None,
@@ -4152,6 +4189,7 @@ class Cluster(pulumi.CustomResource):
4152
4189
  :param pulumi.Input[builtins.str] network: The name or self_link of the Google Compute Engine
4153
4190
  network to which the cluster is connected. For Shared VPC, set this to the self link of the
4154
4191
  shared network.
4192
+ :param pulumi.Input[Union['ClusterNetworkPerformanceConfigArgs', 'ClusterNetworkPerformanceConfigArgsDict']] network_performance_config: Network bandwidth tier configuration.
4155
4193
  :param pulumi.Input[Union['ClusterNetworkPolicyArgs', 'ClusterNetworkPolicyArgsDict']] network_policy: Configuration options for the
4156
4194
  [NetworkPolicy](https://kubernetes.io/docs/concepts/services-networking/networkpolicies/)
4157
4195
  feature. Structure is documented below.
@@ -4304,6 +4342,7 @@ class Cluster(pulumi.CustomResource):
4304
4342
  __props__.__dict__["monitoring_service"] = monitoring_service
4305
4343
  __props__.__dict__["name"] = name
4306
4344
  __props__.__dict__["network"] = network
4345
+ __props__.__dict__["network_performance_config"] = network_performance_config
4307
4346
  __props__.__dict__["network_policy"] = network_policy
4308
4347
  __props__.__dict__["networking_mode"] = networking_mode
4309
4348
  __props__.__dict__["node_config"] = node_config
@@ -4837,6 +4876,14 @@ class Cluster(pulumi.CustomResource):
4837
4876
  """
4838
4877
  return pulumi.get(self, "network")
4839
4878
 
4879
+ @property
4880
+ @pulumi.getter(name="networkPerformanceConfig")
4881
+ def network_performance_config(self) -> pulumi.Output[Optional['outputs.ClusterNetworkPerformanceConfig']]:
4882
+ """
4883
+ Network bandwidth tier configuration.
4884
+ """
4885
+ return pulumi.get(self, "network_performance_config")
4886
+
4840
4887
  @property
4841
4888
  @pulumi.getter(name="networkPolicy")
4842
4889
  def network_policy(self) -> pulumi.Output[Optional['outputs.ClusterNetworkPolicy']]:
@@ -28,7 +28,7 @@ class GetClusterResult:
28
28
  """
29
29
  A collection of values returned by getCluster.
30
30
  """
31
- def __init__(__self__, addons_configs=None, allow_net_admin=None, authenticator_groups_configs=None, binary_authorizations=None, cluster_autoscalings=None, cluster_ipv4_cidr=None, cluster_telemetries=None, confidential_nodes=None, control_plane_endpoints_configs=None, cost_management_configs=None, database_encryptions=None, datapath_provider=None, default_max_pods_per_node=None, default_snat_statuses=None, deletion_protection=None, description=None, disable_l4_lb_firewall_reconciliation=None, dns_configs=None, effective_labels=None, enable_autopilot=None, enable_cilium_clusterwide_network_policy=None, enable_fqdn_network_policy=None, enable_intranode_visibility=None, enable_k8s_beta_apis=None, enable_kubernetes_alpha=None, enable_l4_ilb_subsetting=None, enable_legacy_abac=None, enable_multi_networking=None, enable_shielded_nodes=None, enable_tpu=None, endpoint=None, enterprise_configs=None, fleets=None, gateway_api_configs=None, id=None, identity_service_configs=None, in_transit_encryption_config=None, initial_node_count=None, ip_allocation_policies=None, label_fingerprint=None, location=None, logging_configs=None, logging_service=None, maintenance_policies=None, master_authorized_networks_configs=None, master_auths=None, master_version=None, mesh_certificates=None, min_master_version=None, monitoring_configs=None, monitoring_service=None, name=None, network=None, network_policies=None, networking_mode=None, node_configs=None, node_locations=None, node_pool_auto_configs=None, node_pool_defaults=None, node_pools=None, node_version=None, notification_configs=None, operation=None, pod_autoscalings=None, pod_security_policy_configs=None, private_cluster_configs=None, private_ipv6_google_access=None, project=None, protect_configs=None, pulumi_labels=None, release_channels=None, remove_default_node_pool=None, resource_labels=None, resource_usage_export_configs=None, secret_manager_configs=None, security_posture_configs=None, self_link=None, service_external_ips_configs=None, services_ipv4_cidr=None, subnetwork=None, tpu_configs=None, tpu_ipv4_cidr_block=None, user_managed_keys_configs=None, vertical_pod_autoscalings=None, workload_alts_configs=None, workload_identity_configs=None):
31
+ def __init__(__self__, addons_configs=None, allow_net_admin=None, authenticator_groups_configs=None, binary_authorizations=None, cluster_autoscalings=None, cluster_ipv4_cidr=None, cluster_telemetries=None, confidential_nodes=None, control_plane_endpoints_configs=None, cost_management_configs=None, database_encryptions=None, datapath_provider=None, default_max_pods_per_node=None, default_snat_statuses=None, deletion_protection=None, description=None, disable_l4_lb_firewall_reconciliation=None, dns_configs=None, effective_labels=None, enable_autopilot=None, enable_cilium_clusterwide_network_policy=None, enable_fqdn_network_policy=None, enable_intranode_visibility=None, enable_k8s_beta_apis=None, enable_kubernetes_alpha=None, enable_l4_ilb_subsetting=None, enable_legacy_abac=None, enable_multi_networking=None, enable_shielded_nodes=None, enable_tpu=None, endpoint=None, enterprise_configs=None, fleets=None, gateway_api_configs=None, id=None, identity_service_configs=None, in_transit_encryption_config=None, initial_node_count=None, ip_allocation_policies=None, label_fingerprint=None, location=None, logging_configs=None, logging_service=None, maintenance_policies=None, master_authorized_networks_configs=None, master_auths=None, master_version=None, mesh_certificates=None, min_master_version=None, monitoring_configs=None, monitoring_service=None, name=None, network=None, network_performance_configs=None, network_policies=None, networking_mode=None, node_configs=None, node_locations=None, node_pool_auto_configs=None, node_pool_defaults=None, node_pools=None, node_version=None, notification_configs=None, operation=None, pod_autoscalings=None, pod_security_policy_configs=None, private_cluster_configs=None, private_ipv6_google_access=None, project=None, protect_configs=None, pulumi_labels=None, release_channels=None, remove_default_node_pool=None, resource_labels=None, resource_usage_export_configs=None, secret_manager_configs=None, security_posture_configs=None, self_link=None, service_external_ips_configs=None, services_ipv4_cidr=None, subnetwork=None, tpu_configs=None, tpu_ipv4_cidr_block=None, user_managed_keys_configs=None, vertical_pod_autoscalings=None, workload_alts_configs=None, workload_identity_configs=None):
32
32
  if addons_configs and not isinstance(addons_configs, list):
33
33
  raise TypeError("Expected argument 'addons_configs' to be a list")
34
34
  pulumi.set(__self__, "addons_configs", addons_configs)
@@ -188,6 +188,9 @@ class GetClusterResult:
188
188
  if network and not isinstance(network, str):
189
189
  raise TypeError("Expected argument 'network' to be a str")
190
190
  pulumi.set(__self__, "network", network)
191
+ if network_performance_configs and not isinstance(network_performance_configs, list):
192
+ raise TypeError("Expected argument 'network_performance_configs' to be a list")
193
+ pulumi.set(__self__, "network_performance_configs", network_performance_configs)
191
194
  if network_policies and not isinstance(network_policies, list):
192
195
  raise TypeError("Expected argument 'network_policies' to be a list")
193
196
  pulumi.set(__self__, "network_policies", network_policies)
@@ -556,6 +559,11 @@ class GetClusterResult:
556
559
  def network(self) -> builtins.str:
557
560
  return pulumi.get(self, "network")
558
561
 
562
+ @property
563
+ @pulumi.getter(name="networkPerformanceConfigs")
564
+ def network_performance_configs(self) -> Sequence['outputs.GetClusterNetworkPerformanceConfigResult']:
565
+ return pulumi.get(self, "network_performance_configs")
566
+
559
567
  @property
560
568
  @pulumi.getter(name="networkPolicies")
561
569
  def network_policies(self) -> Sequence['outputs.GetClusterNetworkPolicyResult']:
@@ -781,6 +789,7 @@ class AwaitableGetClusterResult(GetClusterResult):
781
789
  monitoring_service=self.monitoring_service,
782
790
  name=self.name,
783
791
  network=self.network,
792
+ network_performance_configs=self.network_performance_configs,
784
793
  network_policies=self.network_policies,
785
794
  networking_mode=self.networking_mode,
786
795
  node_configs=self.node_configs,
@@ -906,6 +915,7 @@ def get_cluster(location: Optional[builtins.str] = None,
906
915
  monitoring_service=pulumi.get(__ret__, 'monitoring_service'),
907
916
  name=pulumi.get(__ret__, 'name'),
908
917
  network=pulumi.get(__ret__, 'network'),
918
+ network_performance_configs=pulumi.get(__ret__, 'network_performance_configs'),
909
919
  network_policies=pulumi.get(__ret__, 'network_policies'),
910
920
  networking_mode=pulumi.get(__ret__, 'networking_mode'),
911
921
  node_configs=pulumi.get(__ret__, 'node_configs'),
@@ -1028,6 +1038,7 @@ def get_cluster_output(location: Optional[pulumi.Input[Optional[builtins.str]]]
1028
1038
  monitoring_service=pulumi.get(__response__, 'monitoring_service'),
1029
1039
  name=pulumi.get(__response__, 'name'),
1030
1040
  network=pulumi.get(__response__, 'network'),
1041
+ network_performance_configs=pulumi.get(__response__, 'network_performance_configs'),
1031
1042
  network_policies=pulumi.get(__response__, 'network_policies'),
1032
1043
  networking_mode=pulumi.get(__response__, 'networking_mode'),
1033
1044
  node_configs=pulumi.get(__response__, 'node_configs'),