pulumi-gcp 7.17.0__py3-none-any.whl → 7.17.0a1711740254__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 (91) hide show
  1. pulumi_gcp/__init__.py +0 -27
  2. pulumi_gcp/apphub/__init__.py +0 -1
  3. pulumi_gcp/apphub/outputs.py +0 -214
  4. pulumi_gcp/bigquery/_inputs.py +0 -16
  5. pulumi_gcp/bigquery/outputs.py +0 -14
  6. pulumi_gcp/bigquery/routine.py +0 -98
  7. pulumi_gcp/bigtable/_inputs.py +4 -4
  8. pulumi_gcp/bigtable/gc_policy.py +0 -8
  9. pulumi_gcp/bigtable/outputs.py +4 -4
  10. pulumi_gcp/billing/_inputs.py +4 -4
  11. pulumi_gcp/billing/outputs.py +4 -4
  12. pulumi_gcp/billing/project_info.py +4 -4
  13. pulumi_gcp/cloudfunctionsv2/_inputs.py +2 -2
  14. pulumi_gcp/cloudfunctionsv2/outputs.py +4 -4
  15. pulumi_gcp/cloudquota/__init__.py +0 -2
  16. pulumi_gcp/cloudquota/outputs.py +0 -118
  17. pulumi_gcp/cloudrunv2/service.py +7 -7
  18. pulumi_gcp/composer/_inputs.py +4 -14
  19. pulumi_gcp/composer/outputs.py +10 -22
  20. pulumi_gcp/compute/_inputs.py +44 -40
  21. pulumi_gcp/compute/autoscaler.py +14 -14
  22. pulumi_gcp/compute/interconnect_attachment.py +0 -64
  23. pulumi_gcp/compute/network_endpoint.py +0 -8
  24. pulumi_gcp/compute/network_endpoint_list.py +0 -8
  25. pulumi_gcp/compute/outputs.py +60 -62
  26. pulumi_gcp/compute/region_autoscaler.py +14 -14
  27. pulumi_gcp/compute/region_backend_service.py +0 -28
  28. pulumi_gcp/compute/target_instance.py +4 -4
  29. pulumi_gcp/config/__init__.pyi +0 -2
  30. pulumi_gcp/config/vars.py +0 -4
  31. pulumi_gcp/container/_inputs.py +16 -148
  32. pulumi_gcp/container/outputs.py +16 -148
  33. pulumi_gcp/databasemigrationservice/connection_profile.py +6 -6
  34. pulumi_gcp/dataflow/flex_template_job.py +112 -84
  35. pulumi_gcp/dataloss/_inputs.py +6 -6
  36. pulumi_gcp/dataloss/outputs.py +6 -6
  37. pulumi_gcp/dataplex/task.py +16 -16
  38. pulumi_gcp/dataproc/_inputs.py +10 -85
  39. pulumi_gcp/dataproc/get_metastore_service.py +1 -11
  40. pulumi_gcp/dataproc/metastore_service.py +0 -120
  41. pulumi_gcp/dataproc/outputs.py +10 -142
  42. pulumi_gcp/firebase/app_check_service_config.py +2 -2
  43. pulumi_gcp/firestore/backup_schedule.py +14 -14
  44. pulumi_gcp/firestore/field.py +4 -4
  45. pulumi_gcp/gkehub/membership_binding.py +6 -6
  46. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  47. pulumi_gcp/gkehub/namespace.py +4 -4
  48. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  49. pulumi_gcp/iam/_inputs.py +0 -76
  50. pulumi_gcp/iam/outputs.py +0 -76
  51. pulumi_gcp/iam/workforce_pool_provider.py +0 -35
  52. pulumi_gcp/iam/workload_identity_pool_provider.py +0 -140
  53. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  54. pulumi_gcp/kms/_inputs.py +0 -46
  55. pulumi_gcp/kms/crypto_key.py +0 -54
  56. pulumi_gcp/kms/crypto_key_version.py +0 -54
  57. pulumi_gcp/kms/get_kms_crypto_key.py +1 -11
  58. pulumi_gcp/kms/outputs.py +0 -54
  59. pulumi_gcp/logging/_inputs.py +8 -8
  60. pulumi_gcp/logging/metric.py +7 -7
  61. pulumi_gcp/logging/outputs.py +8 -8
  62. pulumi_gcp/monitoring/_inputs.py +2 -2
  63. pulumi_gcp/monitoring/outputs.py +2 -2
  64. pulumi_gcp/monitoring/slo.py +4 -4
  65. pulumi_gcp/networkservices/_inputs.py +6 -6
  66. pulumi_gcp/networkservices/outputs.py +6 -6
  67. pulumi_gcp/orgpolicy/policy.py +2 -2
  68. pulumi_gcp/provider.py +0 -20
  69. pulumi_gcp/pubsub/subscription.py +4 -4
  70. pulumi_gcp/serviceusage/consumer_quota_override.py +7 -7
  71. pulumi_gcp/sql/_inputs.py +2 -20
  72. pulumi_gcp/sql/database_instance.py +2 -2
  73. pulumi_gcp/sql/outputs.py +2 -20
  74. pulumi_gcp/storage/_inputs.py +2 -2
  75. pulumi_gcp/storage/outputs.py +2 -2
  76. pulumi_gcp/vertex/__init__.py +0 -1
  77. pulumi_gcp/vertex/_inputs.py +8 -175
  78. pulumi_gcp/vertex/outputs.py +10 -202
  79. pulumi_gcp/vpcaccess/connector.py +28 -77
  80. {pulumi_gcp-7.17.0.dist-info → pulumi_gcp-7.17.0a1711740254.dist-info}/METADATA +1 -1
  81. {pulumi_gcp-7.17.0.dist-info → pulumi_gcp-7.17.0a1711740254.dist-info}/RECORD +83 -91
  82. pulumi_gcp/apphub/get_application.py +0 -220
  83. pulumi_gcp/applicationintegration/__init__.py +0 -10
  84. pulumi_gcp/applicationintegration/_inputs.py +0 -119
  85. pulumi_gcp/applicationintegration/client.py +0 -566
  86. pulumi_gcp/applicationintegration/outputs.py +0 -122
  87. pulumi_gcp/cloudquota/_inputs.py +0 -131
  88. pulumi_gcp/cloudquota/s_quota_preference.py +0 -777
  89. pulumi_gcp/vertex/ai_deployment_resource_pool.py +0 -477
  90. {pulumi_gcp-7.17.0.dist-info → pulumi_gcp-7.17.0a1711740254.dist-info}/WHEEL +0 -0
  91. {pulumi_gcp-7.17.0.dist-info → pulumi_gcp-7.17.0a1711740254.dist-info}/top_level.txt +0 -0
@@ -4640,9 +4640,9 @@ class ClusterFleetArgs:
4640
4640
  pre_registered: Optional[pulumi.Input[bool]] = None,
4641
4641
  project: Optional[pulumi.Input[str]] = None):
4642
4642
  """
4643
- :param pulumi.Input[str] membership: The resource name of the fleet Membership resource associated to this cluster with format `//gkehub.googleapis.com/projects/{{project}}/locations/{{location}}/memberships/{{name}}`. See the official doc for [fleet management](https://cloud.google.com/kubernetes-engine/docs/fleets-overview).
4644
- :param pulumi.Input[str] membership_id: The short name of the fleet membership, extracted from `fleet.0.membership`. You can use this field to configure `membership_id` under google_gkehub_feature_membership.
4645
- :param pulumi.Input[str] membership_location: The location of the fleet membership, extracted from `fleet.0.membership`. You can use this field to configure `membership_location` under google_gkehub_feature_membership.
4643
+ :param pulumi.Input[str] membership: Full resource name of the registered fleet membership of the cluster.
4644
+ :param pulumi.Input[str] membership_id: Short name of the fleet membership, for example "member-1".
4645
+ :param pulumi.Input[str] membership_location: Location of the fleet membership, for example "us-central1".
4646
4646
  :param pulumi.Input[bool] pre_registered: Whether the cluster has been registered via the fleet API.
4647
4647
  :param pulumi.Input[str] project: The name of the Fleet host project where this cluster will be registered.
4648
4648
  """
@@ -4661,7 +4661,7 @@ class ClusterFleetArgs:
4661
4661
  @pulumi.getter
4662
4662
  def membership(self) -> Optional[pulumi.Input[str]]:
4663
4663
  """
4664
- The resource name of the fleet Membership resource associated to this cluster with format `//gkehub.googleapis.com/projects/{{project}}/locations/{{location}}/memberships/{{name}}`. See the official doc for [fleet management](https://cloud.google.com/kubernetes-engine/docs/fleets-overview).
4664
+ Full resource name of the registered fleet membership of the cluster.
4665
4665
  """
4666
4666
  return pulumi.get(self, "membership")
4667
4667
 
@@ -4673,7 +4673,7 @@ class ClusterFleetArgs:
4673
4673
  @pulumi.getter(name="membershipId")
4674
4674
  def membership_id(self) -> Optional[pulumi.Input[str]]:
4675
4675
  """
4676
- The short name of the fleet membership, extracted from `fleet.0.membership`. You can use this field to configure `membership_id` under google_gkehub_feature_membership.
4676
+ Short name of the fleet membership, for example "member-1".
4677
4677
  """
4678
4678
  return pulumi.get(self, "membership_id")
4679
4679
 
@@ -4685,7 +4685,7 @@ class ClusterFleetArgs:
4685
4685
  @pulumi.getter(name="membershipLocation")
4686
4686
  def membership_location(self) -> Optional[pulumi.Input[str]]:
4687
4687
  """
4688
- The location of the fleet membership, extracted from `fleet.0.membership`. You can use this field to configure `membership_location` under google_gkehub_feature_membership.
4688
+ Location of the fleet membership, for example "us-central1".
4689
4689
  """
4690
4690
  return pulumi.get(self, "membership_location")
4691
4691
 
@@ -5009,25 +5009,6 @@ class ClusterMaintenancePolicyArgs:
5009
5009
  Note that GKE may accept other formats, but will return values in UTC, causing a permanent diff.
5010
5010
 
5011
5011
  Examples:
5012
- ```
5013
- maintenance_policy {
5014
- recurring_window {
5015
- start_time = "2019-08-01T02:00:00Z"
5016
- end_time = "2019-08-01T06:00:00Z"
5017
- recurrence = "FREQ=DAILY"
5018
- }
5019
- }
5020
- ```
5021
-
5022
- ```
5023
- maintenance_policy {
5024
- recurring_window {
5025
- start_time = "2019-01-01T09:00:00Z"
5026
- end_time = "2019-01-01T17:00:00Z"
5027
- recurrence = "FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR"
5028
- }
5029
- }
5030
- ```
5031
5012
  """
5032
5013
  if daily_maintenance_window is not None:
5033
5014
  pulumi.set(__self__, "daily_maintenance_window", daily_maintenance_window)
@@ -5076,25 +5057,6 @@ class ClusterMaintenancePolicyArgs:
5076
5057
  Note that GKE may accept other formats, but will return values in UTC, causing a permanent diff.
5077
5058
 
5078
5059
  Examples:
5079
- ```
5080
- maintenance_policy {
5081
- recurring_window {
5082
- start_time = "2019-08-01T02:00:00Z"
5083
- end_time = "2019-08-01T06:00:00Z"
5084
- recurrence = "FREQ=DAILY"
5085
- }
5086
- }
5087
- ```
5088
-
5089
- ```
5090
- maintenance_policy {
5091
- recurring_window {
5092
- start_time = "2019-01-01T09:00:00Z"
5093
- end_time = "2019-01-01T17:00:00Z"
5094
- recurrence = "FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR"
5095
- }
5096
- }
5097
- ```
5098
5060
  """
5099
5061
  return pulumi.get(self, "recurring_window")
5100
5062
 
@@ -5200,32 +5162,6 @@ class ClusterMaintenancePolicyMaintenanceExclusionExclusionOptionsArgs:
5200
5162
  Note that GKE may accept other formats, but will return values in UTC, causing a permanent diff.
5201
5163
 
5202
5164
  Examples:
5203
-
5204
- ```
5205
- maintenance_policy {
5206
- recurring_window {
5207
- start_time = "2019-01-01T00:00:00Z"
5208
- end_time = "2019-01-02T00:00:00Z"
5209
- recurrence = "FREQ=DAILY"
5210
- }
5211
- maintenance_exclusion{
5212
- exclusion_name = "batch job"
5213
- start_time = "2019-01-01T00:00:00Z"
5214
- end_time = "2019-01-02T00:00:00Z"
5215
- exclusion_options {
5216
- scope = "NO_UPGRADES"
5217
- }
5218
- }
5219
- maintenance_exclusion{
5220
- exclusion_name = "holiday data load"
5221
- start_time = "2019-05-01T00:00:00Z"
5222
- end_time = "2019-05-02T00:00:00Z"
5223
- exclusion_options {
5224
- scope = "NO_MINOR_UPGRADES"
5225
- }
5226
- }
5227
- }
5228
- ```
5229
5165
  """
5230
5166
  pulumi.set(__self__, "scope", scope)
5231
5167
 
@@ -5241,32 +5177,6 @@ class ClusterMaintenancePolicyMaintenanceExclusionExclusionOptionsArgs:
5241
5177
  Note that GKE may accept other formats, but will return values in UTC, causing a permanent diff.
5242
5178
 
5243
5179
  Examples:
5244
-
5245
- ```
5246
- maintenance_policy {
5247
- recurring_window {
5248
- start_time = "2019-01-01T00:00:00Z"
5249
- end_time = "2019-01-02T00:00:00Z"
5250
- recurrence = "FREQ=DAILY"
5251
- }
5252
- maintenance_exclusion{
5253
- exclusion_name = "batch job"
5254
- start_time = "2019-01-01T00:00:00Z"
5255
- end_time = "2019-01-02T00:00:00Z"
5256
- exclusion_options {
5257
- scope = "NO_UPGRADES"
5258
- }
5259
- }
5260
- maintenance_exclusion{
5261
- exclusion_name = "holiday data load"
5262
- start_time = "2019-05-01T00:00:00Z"
5263
- end_time = "2019-05-02T00:00:00Z"
5264
- exclusion_options {
5265
- scope = "NO_MINOR_UPGRADES"
5266
- }
5267
- }
5268
- }
5269
- ```
5270
5180
  """
5271
5181
  return pulumi.get(self, "scope")
5272
5182
 
@@ -5322,12 +5232,9 @@ class ClusterMasterAuthArgs:
5322
5232
  cluster_ca_certificate: Optional[pulumi.Input[str]] = None):
5323
5233
  """
5324
5234
  :param pulumi.Input['ClusterMasterAuthClientCertificateConfigArgs'] client_certificate_config: Whether client certificate authorization is enabled for this cluster. For example:
5325
- :param pulumi.Input[str] client_certificate: Base64 encoded public certificate
5326
- used by clients to authenticate to the cluster endpoint.
5327
- :param pulumi.Input[str] client_key: Base64 encoded private key used by clients
5328
- to authenticate to the cluster endpoint.
5329
- :param pulumi.Input[str] cluster_ca_certificate: Base64 encoded public certificate
5330
- that is the root certificate of the cluster.
5235
+ :param pulumi.Input[str] client_certificate: Base64 encoded public certificate used by clients to authenticate to the cluster endpoint.
5236
+ :param pulumi.Input[str] client_key: Base64 encoded private key used by clients to authenticate to the cluster endpoint.
5237
+ :param pulumi.Input[str] cluster_ca_certificate: Base64 encoded public certificate that is the root of trust for the cluster.
5331
5238
  """
5332
5239
  pulumi.set(__self__, "client_certificate_config", client_certificate_config)
5333
5240
  if client_certificate is not None:
@@ -5353,8 +5260,7 @@ class ClusterMasterAuthArgs:
5353
5260
  @pulumi.getter(name="clientCertificate")
5354
5261
  def client_certificate(self) -> Optional[pulumi.Input[str]]:
5355
5262
  """
5356
- Base64 encoded public certificate
5357
- used by clients to authenticate to the cluster endpoint.
5263
+ Base64 encoded public certificate used by clients to authenticate to the cluster endpoint.
5358
5264
  """
5359
5265
  return pulumi.get(self, "client_certificate")
5360
5266
 
@@ -5366,8 +5272,7 @@ class ClusterMasterAuthArgs:
5366
5272
  @pulumi.getter(name="clientKey")
5367
5273
  def client_key(self) -> Optional[pulumi.Input[str]]:
5368
5274
  """
5369
- Base64 encoded private key used by clients
5370
- to authenticate to the cluster endpoint.
5275
+ Base64 encoded private key used by clients to authenticate to the cluster endpoint.
5371
5276
  """
5372
5277
  return pulumi.get(self, "client_key")
5373
5278
 
@@ -5379,8 +5284,7 @@ class ClusterMasterAuthArgs:
5379
5284
  @pulumi.getter(name="clusterCaCertificate")
5380
5285
  def cluster_ca_certificate(self) -> Optional[pulumi.Input[str]]:
5381
5286
  """
5382
- Base64 encoded public certificate
5383
- that is the root certificate of the cluster.
5287
+ Base64 encoded public certificate that is the root of trust for the cluster.
5384
5288
  """
5385
5289
  return pulumi.get(self, "cluster_ca_certificate")
5386
5290
 
@@ -5741,7 +5645,7 @@ class ClusterNodeConfigArgs:
5741
5645
  in GB. The smallest allowed disk size is 10GB. Defaults to 100GB.
5742
5646
  :param pulumi.Input[str] disk_type: Type of the disk attached to each node
5743
5647
  (e.g. 'pd-standard', 'pd-balanced' or 'pd-ssd'). If unspecified, the default disk type is 'pd-standard'
5744
- :param pulumi.Input[Sequence[pulumi.Input['ClusterNodeConfigEffectiveTaintArgs']]] effective_taints: List of kubernetes taints applied to each node. Structure is documented above.
5648
+ :param pulumi.Input[Sequence[pulumi.Input['ClusterNodeConfigEffectiveTaintArgs']]] effective_taints: List of kubernetes taints applied to each node.
5745
5649
  :param pulumi.Input[bool] enable_confidential_storage: Enabling Confidential Storage will create boot disk with confidential mode. It is disabled by default.
5746
5650
  :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.
5747
5651
  :param pulumi.Input['ClusterNodeConfigEphemeralStorageLocalSsdConfigArgs'] ephemeral_storage_local_ssd_config: Parameters for the ephemeral storage filesystem. If unspecified, ephemeral storage is backed by the boot disk. Structure is documented below.
@@ -5767,15 +5671,6 @@ class ClusterNodeConfigArgs:
5767
5671
  will delete and recreate all nodes in the node pool.
5768
5672
  :param pulumi.Input['ClusterNodeConfigKubeletConfigArgs'] kubelet_config: Kubelet configuration, currently supported attributes can be found [here](https://cloud.google.com/sdk/gcloud/reference/beta/container/node-pools/create#--system-config-from-file).
5769
5673
  Structure is documented below.
5770
-
5771
- ```
5772
- kubelet_config {
5773
- cpu_manager_policy = "static"
5774
- cpu_cfs_quota = true
5775
- cpu_cfs_quota_period = "100us"
5776
- pod_pids_limit = 1024
5777
- }
5778
- ```
5779
5674
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: The Kubernetes labels (key/value pairs) to be applied to each node. The kubernetes.io/ and k8s.io/ prefixes are
5780
5675
  reserved by Kubernetes Core components and cannot be specified.
5781
5676
  :param pulumi.Input['ClusterNodeConfigLinuxNodeConfigArgs'] linux_node_config: Parameters that can be configured on Linux nodes. Structure is documented below.
@@ -5974,7 +5869,7 @@ class ClusterNodeConfigArgs:
5974
5869
  @pulumi.getter(name="effectiveTaints")
5975
5870
  def effective_taints(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ClusterNodeConfigEffectiveTaintArgs']]]]:
5976
5871
  """
5977
- List of kubernetes taints applied to each node. Structure is documented above.
5872
+ List of kubernetes taints applied to each node.
5978
5873
  """
5979
5874
  return pulumi.get(self, "effective_taints")
5980
5875
 
@@ -6110,15 +6005,6 @@ class ClusterNodeConfigArgs:
6110
6005
  """
6111
6006
  Kubelet configuration, currently supported attributes can be found [here](https://cloud.google.com/sdk/gcloud/reference/beta/container/node-pools/create#--system-config-from-file).
6112
6007
  Structure is documented below.
6113
-
6114
- ```
6115
- kubelet_config {
6116
- cpu_manager_policy = "static"
6117
- cpu_cfs_quota = true
6118
- cpu_cfs_quota_period = "100us"
6119
- pod_pids_limit = 1024
6120
- }
6121
- ```
6122
6008
  """
6123
6009
  return pulumi.get(self, "kubelet_config")
6124
6010
 
@@ -8179,7 +8065,7 @@ class ClusterNodePoolNodeConfigArgs:
8179
8065
  in GB. The smallest allowed disk size is 10GB. Defaults to 100GB.
8180
8066
  :param pulumi.Input[str] disk_type: Type of the disk attached to each node
8181
8067
  (e.g. 'pd-standard', 'pd-balanced' or 'pd-ssd'). If unspecified, the default disk type is 'pd-standard'
8182
- :param pulumi.Input[Sequence[pulumi.Input['ClusterNodePoolNodeConfigEffectiveTaintArgs']]] effective_taints: List of kubernetes taints applied to each node. Structure is documented above.
8068
+ :param pulumi.Input[Sequence[pulumi.Input['ClusterNodePoolNodeConfigEffectiveTaintArgs']]] effective_taints: List of kubernetes taints applied to each node.
8183
8069
  :param pulumi.Input[bool] enable_confidential_storage: Enabling Confidential Storage will create boot disk with confidential mode. It is disabled by default.
8184
8070
  :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.
8185
8071
  :param pulumi.Input['ClusterNodePoolNodeConfigEphemeralStorageLocalSsdConfigArgs'] ephemeral_storage_local_ssd_config: Parameters for the ephemeral storage filesystem. If unspecified, ephemeral storage is backed by the boot disk. Structure is documented below.
@@ -8205,15 +8091,6 @@ class ClusterNodePoolNodeConfigArgs:
8205
8091
  will delete and recreate all nodes in the node pool.
8206
8092
  :param pulumi.Input['ClusterNodePoolNodeConfigKubeletConfigArgs'] kubelet_config: Kubelet configuration, currently supported attributes can be found [here](https://cloud.google.com/sdk/gcloud/reference/beta/container/node-pools/create#--system-config-from-file).
8207
8093
  Structure is documented below.
8208
-
8209
- ```
8210
- kubelet_config {
8211
- cpu_manager_policy = "static"
8212
- cpu_cfs_quota = true
8213
- cpu_cfs_quota_period = "100us"
8214
- pod_pids_limit = 1024
8215
- }
8216
- ```
8217
8094
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: The Kubernetes labels (key/value pairs) to be applied to each node. The kubernetes.io/ and k8s.io/ prefixes are
8218
8095
  reserved by Kubernetes Core components and cannot be specified.
8219
8096
  :param pulumi.Input['ClusterNodePoolNodeConfigLinuxNodeConfigArgs'] linux_node_config: Parameters that can be configured on Linux nodes. Structure is documented below.
@@ -8412,7 +8289,7 @@ class ClusterNodePoolNodeConfigArgs:
8412
8289
  @pulumi.getter(name="effectiveTaints")
8413
8290
  def effective_taints(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ClusterNodePoolNodeConfigEffectiveTaintArgs']]]]:
8414
8291
  """
8415
- List of kubernetes taints applied to each node. Structure is documented above.
8292
+ List of kubernetes taints applied to each node.
8416
8293
  """
8417
8294
  return pulumi.get(self, "effective_taints")
8418
8295
 
@@ -8548,15 +8425,6 @@ class ClusterNodePoolNodeConfigArgs:
8548
8425
  """
8549
8426
  Kubelet configuration, currently supported attributes can be found [here](https://cloud.google.com/sdk/gcloud/reference/beta/container/node-pools/create#--system-config-from-file).
8550
8427
  Structure is documented below.
8551
-
8552
- ```
8553
- kubelet_config {
8554
- cpu_manager_policy = "static"
8555
- cpu_cfs_quota = true
8556
- cpu_cfs_quota_period = "100us"
8557
- pod_pids_limit = 1024
8558
- }
8559
- ```
8560
8428
  """
8561
8429
  return pulumi.get(self, "kubelet_config")
8562
8430
 
@@ -5255,9 +5255,9 @@ class ClusterFleet(dict):
5255
5255
  pre_registered: Optional[bool] = None,
5256
5256
  project: Optional[str] = None):
5257
5257
  """
5258
- :param str membership: The resource name of the fleet Membership resource associated to this cluster with format `//gkehub.googleapis.com/projects/{{project}}/locations/{{location}}/memberships/{{name}}`. See the official doc for [fleet management](https://cloud.google.com/kubernetes-engine/docs/fleets-overview).
5259
- :param str membership_id: The short name of the fleet membership, extracted from `fleet.0.membership`. You can use this field to configure `membership_id` under google_gkehub_feature_membership.
5260
- :param str membership_location: The location of the fleet membership, extracted from `fleet.0.membership`. You can use this field to configure `membership_location` under google_gkehub_feature_membership.
5258
+ :param str membership: Full resource name of the registered fleet membership of the cluster.
5259
+ :param str membership_id: Short name of the fleet membership, for example "member-1".
5260
+ :param str membership_location: Location of the fleet membership, for example "us-central1".
5261
5261
  :param bool pre_registered: Whether the cluster has been registered via the fleet API.
5262
5262
  :param str project: The name of the Fleet host project where this cluster will be registered.
5263
5263
  """
@@ -5276,7 +5276,7 @@ class ClusterFleet(dict):
5276
5276
  @pulumi.getter
5277
5277
  def membership(self) -> Optional[str]:
5278
5278
  """
5279
- The resource name of the fleet Membership resource associated to this cluster with format `//gkehub.googleapis.com/projects/{{project}}/locations/{{location}}/memberships/{{name}}`. See the official doc for [fleet management](https://cloud.google.com/kubernetes-engine/docs/fleets-overview).
5279
+ Full resource name of the registered fleet membership of the cluster.
5280
5280
  """
5281
5281
  return pulumi.get(self, "membership")
5282
5282
 
@@ -5284,7 +5284,7 @@ class ClusterFleet(dict):
5284
5284
  @pulumi.getter(name="membershipId")
5285
5285
  def membership_id(self) -> Optional[str]:
5286
5286
  """
5287
- The short name of the fleet membership, extracted from `fleet.0.membership`. You can use this field to configure `membership_id` under google_gkehub_feature_membership.
5287
+ Short name of the fleet membership, for example "member-1".
5288
5288
  """
5289
5289
  return pulumi.get(self, "membership_id")
5290
5290
 
@@ -5292,7 +5292,7 @@ class ClusterFleet(dict):
5292
5292
  @pulumi.getter(name="membershipLocation")
5293
5293
  def membership_location(self) -> Optional[str]:
5294
5294
  """
5295
- The location of the fleet membership, extracted from `fleet.0.membership`. You can use this field to configure `membership_location` under google_gkehub_feature_membership.
5295
+ Location of the fleet membership, for example "us-central1".
5296
5296
  """
5297
5297
  return pulumi.get(self, "membership_location")
5298
5298
 
@@ -5640,25 +5640,6 @@ class ClusterMaintenancePolicy(dict):
5640
5640
  Note that GKE may accept other formats, but will return values in UTC, causing a permanent diff.
5641
5641
 
5642
5642
  Examples:
5643
- ```
5644
- maintenance_policy {
5645
- recurring_window {
5646
- start_time = "2019-08-01T02:00:00Z"
5647
- end_time = "2019-08-01T06:00:00Z"
5648
- recurrence = "FREQ=DAILY"
5649
- }
5650
- }
5651
- ```
5652
-
5653
- ```
5654
- maintenance_policy {
5655
- recurring_window {
5656
- start_time = "2019-01-01T09:00:00Z"
5657
- end_time = "2019-01-01T17:00:00Z"
5658
- recurrence = "FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR"
5659
- }
5660
- }
5661
- ```
5662
5643
  """
5663
5644
  if daily_maintenance_window is not None:
5664
5645
  pulumi.set(__self__, "daily_maintenance_window", daily_maintenance_window)
@@ -5699,25 +5680,6 @@ class ClusterMaintenancePolicy(dict):
5699
5680
  Note that GKE may accept other formats, but will return values in UTC, causing a permanent diff.
5700
5681
 
5701
5682
  Examples:
5702
- ```
5703
- maintenance_policy {
5704
- recurring_window {
5705
- start_time = "2019-08-01T02:00:00Z"
5706
- end_time = "2019-08-01T06:00:00Z"
5707
- recurrence = "FREQ=DAILY"
5708
- }
5709
- }
5710
- ```
5711
-
5712
- ```
5713
- maintenance_policy {
5714
- recurring_window {
5715
- start_time = "2019-01-01T09:00:00Z"
5716
- end_time = "2019-01-01T17:00:00Z"
5717
- recurrence = "FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR"
5718
- }
5719
- }
5720
- ```
5721
5683
  """
5722
5684
  return pulumi.get(self, "recurring_window")
5723
5685
 
@@ -5835,32 +5797,6 @@ class ClusterMaintenancePolicyMaintenanceExclusionExclusionOptions(dict):
5835
5797
  Note that GKE may accept other formats, but will return values in UTC, causing a permanent diff.
5836
5798
 
5837
5799
  Examples:
5838
-
5839
- ```
5840
- maintenance_policy {
5841
- recurring_window {
5842
- start_time = "2019-01-01T00:00:00Z"
5843
- end_time = "2019-01-02T00:00:00Z"
5844
- recurrence = "FREQ=DAILY"
5845
- }
5846
- maintenance_exclusion{
5847
- exclusion_name = "batch job"
5848
- start_time = "2019-01-01T00:00:00Z"
5849
- end_time = "2019-01-02T00:00:00Z"
5850
- exclusion_options {
5851
- scope = "NO_UPGRADES"
5852
- }
5853
- }
5854
- maintenance_exclusion{
5855
- exclusion_name = "holiday data load"
5856
- start_time = "2019-05-01T00:00:00Z"
5857
- end_time = "2019-05-02T00:00:00Z"
5858
- exclusion_options {
5859
- scope = "NO_MINOR_UPGRADES"
5860
- }
5861
- }
5862
- }
5863
- ```
5864
5800
  """
5865
5801
  pulumi.set(__self__, "scope", scope)
5866
5802
 
@@ -5876,32 +5812,6 @@ class ClusterMaintenancePolicyMaintenanceExclusionExclusionOptions(dict):
5876
5812
  Note that GKE may accept other formats, but will return values in UTC, causing a permanent diff.
5877
5813
 
5878
5814
  Examples:
5879
-
5880
- ```
5881
- maintenance_policy {
5882
- recurring_window {
5883
- start_time = "2019-01-01T00:00:00Z"
5884
- end_time = "2019-01-02T00:00:00Z"
5885
- recurrence = "FREQ=DAILY"
5886
- }
5887
- maintenance_exclusion{
5888
- exclusion_name = "batch job"
5889
- start_time = "2019-01-01T00:00:00Z"
5890
- end_time = "2019-01-02T00:00:00Z"
5891
- exclusion_options {
5892
- scope = "NO_UPGRADES"
5893
- }
5894
- }
5895
- maintenance_exclusion{
5896
- exclusion_name = "holiday data load"
5897
- start_time = "2019-05-01T00:00:00Z"
5898
- end_time = "2019-05-02T00:00:00Z"
5899
- exclusion_options {
5900
- scope = "NO_MINOR_UPGRADES"
5901
- }
5902
- }
5903
- }
5904
- ```
5905
5815
  """
5906
5816
  return pulumi.get(self, "scope")
5907
5817
 
@@ -5983,12 +5893,9 @@ class ClusterMasterAuth(dict):
5983
5893
  cluster_ca_certificate: Optional[str] = None):
5984
5894
  """
5985
5895
  :param 'ClusterMasterAuthClientCertificateConfigArgs' client_certificate_config: Whether client certificate authorization is enabled for this cluster. For example:
5986
- :param str client_certificate: Base64 encoded public certificate
5987
- used by clients to authenticate to the cluster endpoint.
5988
- :param str client_key: Base64 encoded private key used by clients
5989
- to authenticate to the cluster endpoint.
5990
- :param str cluster_ca_certificate: Base64 encoded public certificate
5991
- that is the root certificate of the cluster.
5896
+ :param str client_certificate: Base64 encoded public certificate used by clients to authenticate to the cluster endpoint.
5897
+ :param str client_key: Base64 encoded private key used by clients to authenticate to the cluster endpoint.
5898
+ :param str cluster_ca_certificate: Base64 encoded public certificate that is the root of trust for the cluster.
5992
5899
  """
5993
5900
  pulumi.set(__self__, "client_certificate_config", client_certificate_config)
5994
5901
  if client_certificate is not None:
@@ -6010,8 +5917,7 @@ class ClusterMasterAuth(dict):
6010
5917
  @pulumi.getter(name="clientCertificate")
6011
5918
  def client_certificate(self) -> Optional[str]:
6012
5919
  """
6013
- Base64 encoded public certificate
6014
- used by clients to authenticate to the cluster endpoint.
5920
+ Base64 encoded public certificate used by clients to authenticate to the cluster endpoint.
6015
5921
  """
6016
5922
  return pulumi.get(self, "client_certificate")
6017
5923
 
@@ -6019,8 +5925,7 @@ class ClusterMasterAuth(dict):
6019
5925
  @pulumi.getter(name="clientKey")
6020
5926
  def client_key(self) -> Optional[str]:
6021
5927
  """
6022
- Base64 encoded private key used by clients
6023
- to authenticate to the cluster endpoint.
5928
+ Base64 encoded private key used by clients to authenticate to the cluster endpoint.
6024
5929
  """
6025
5930
  return pulumi.get(self, "client_key")
6026
5931
 
@@ -6028,8 +5933,7 @@ class ClusterMasterAuth(dict):
6028
5933
  @pulumi.getter(name="clusterCaCertificate")
6029
5934
  def cluster_ca_certificate(self) -> Optional[str]:
6030
5935
  """
6031
- Base64 encoded public certificate
6032
- that is the root certificate of the cluster.
5936
+ Base64 encoded public certificate that is the root of trust for the cluster.
6033
5937
  """
6034
5938
  return pulumi.get(self, "cluster_ca_certificate")
6035
5939
 
@@ -6514,7 +6418,7 @@ class ClusterNodeConfig(dict):
6514
6418
  in GB. The smallest allowed disk size is 10GB. Defaults to 100GB.
6515
6419
  :param str disk_type: Type of the disk attached to each node
6516
6420
  (e.g. 'pd-standard', 'pd-balanced' or 'pd-ssd'). If unspecified, the default disk type is 'pd-standard'
6517
- :param Sequence['ClusterNodeConfigEffectiveTaintArgs'] effective_taints: List of kubernetes taints applied to each node. Structure is documented above.
6421
+ :param Sequence['ClusterNodeConfigEffectiveTaintArgs'] effective_taints: List of kubernetes taints applied to each node.
6518
6422
  :param bool enable_confidential_storage: Enabling Confidential Storage will create boot disk with confidential mode. It is disabled by default.
6519
6423
  :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.
6520
6424
  :param 'ClusterNodeConfigEphemeralStorageLocalSsdConfigArgs' ephemeral_storage_local_ssd_config: Parameters for the ephemeral storage filesystem. If unspecified, ephemeral storage is backed by the boot disk. Structure is documented below.
@@ -6540,15 +6444,6 @@ class ClusterNodeConfig(dict):
6540
6444
  will delete and recreate all nodes in the node pool.
6541
6445
  :param 'ClusterNodeConfigKubeletConfigArgs' kubelet_config: Kubelet configuration, currently supported attributes can be found [here](https://cloud.google.com/sdk/gcloud/reference/beta/container/node-pools/create#--system-config-from-file).
6542
6446
  Structure is documented below.
6543
-
6544
- ```
6545
- kubelet_config {
6546
- cpu_manager_policy = "static"
6547
- cpu_cfs_quota = true
6548
- cpu_cfs_quota_period = "100us"
6549
- pod_pids_limit = 1024
6550
- }
6551
- ```
6552
6447
  :param Mapping[str, str] labels: The Kubernetes labels (key/value pairs) to be applied to each node. The kubernetes.io/ and k8s.io/ prefixes are
6553
6448
  reserved by Kubernetes Core components and cannot be specified.
6554
6449
  :param 'ClusterNodeConfigLinuxNodeConfigArgs' linux_node_config: Parameters that can be configured on Linux nodes. Structure is documented below.
@@ -6727,7 +6622,7 @@ class ClusterNodeConfig(dict):
6727
6622
  @pulumi.getter(name="effectiveTaints")
6728
6623
  def effective_taints(self) -> Optional[Sequence['outputs.ClusterNodeConfigEffectiveTaint']]:
6729
6624
  """
6730
- List of kubernetes taints applied to each node. Structure is documented above.
6625
+ List of kubernetes taints applied to each node.
6731
6626
  """
6732
6627
  return pulumi.get(self, "effective_taints")
6733
6628
 
@@ -6823,15 +6718,6 @@ class ClusterNodeConfig(dict):
6823
6718
  """
6824
6719
  Kubelet configuration, currently supported attributes can be found [here](https://cloud.google.com/sdk/gcloud/reference/beta/container/node-pools/create#--system-config-from-file).
6825
6720
  Structure is documented below.
6826
-
6827
- ```
6828
- kubelet_config {
6829
- cpu_manager_policy = "static"
6830
- cpu_cfs_quota = true
6831
- cpu_cfs_quota_period = "100us"
6832
- pod_pids_limit = 1024
6833
- }
6834
- ```
6835
6721
  """
6836
6722
  return pulumi.get(self, "kubelet_config")
6837
6723
 
@@ -8996,7 +8882,7 @@ class ClusterNodePoolNodeConfig(dict):
8996
8882
  in GB. The smallest allowed disk size is 10GB. Defaults to 100GB.
8997
8883
  :param str disk_type: Type of the disk attached to each node
8998
8884
  (e.g. 'pd-standard', 'pd-balanced' or 'pd-ssd'). If unspecified, the default disk type is 'pd-standard'
8999
- :param Sequence['ClusterNodePoolNodeConfigEffectiveTaintArgs'] effective_taints: List of kubernetes taints applied to each node. Structure is documented above.
8885
+ :param Sequence['ClusterNodePoolNodeConfigEffectiveTaintArgs'] effective_taints: List of kubernetes taints applied to each node.
9000
8886
  :param bool enable_confidential_storage: Enabling Confidential Storage will create boot disk with confidential mode. It is disabled by default.
9001
8887
  :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.
9002
8888
  :param 'ClusterNodePoolNodeConfigEphemeralStorageLocalSsdConfigArgs' ephemeral_storage_local_ssd_config: Parameters for the ephemeral storage filesystem. If unspecified, ephemeral storage is backed by the boot disk. Structure is documented below.
@@ -9022,15 +8908,6 @@ class ClusterNodePoolNodeConfig(dict):
9022
8908
  will delete and recreate all nodes in the node pool.
9023
8909
  :param 'ClusterNodePoolNodeConfigKubeletConfigArgs' kubelet_config: Kubelet configuration, currently supported attributes can be found [here](https://cloud.google.com/sdk/gcloud/reference/beta/container/node-pools/create#--system-config-from-file).
9024
8910
  Structure is documented below.
9025
-
9026
- ```
9027
- kubelet_config {
9028
- cpu_manager_policy = "static"
9029
- cpu_cfs_quota = true
9030
- cpu_cfs_quota_period = "100us"
9031
- pod_pids_limit = 1024
9032
- }
9033
- ```
9034
8911
  :param Mapping[str, str] labels: The Kubernetes labels (key/value pairs) to be applied to each node. The kubernetes.io/ and k8s.io/ prefixes are
9035
8912
  reserved by Kubernetes Core components and cannot be specified.
9036
8913
  :param 'ClusterNodePoolNodeConfigLinuxNodeConfigArgs' linux_node_config: Parameters that can be configured on Linux nodes. Structure is documented below.
@@ -9209,7 +9086,7 @@ class ClusterNodePoolNodeConfig(dict):
9209
9086
  @pulumi.getter(name="effectiveTaints")
9210
9087
  def effective_taints(self) -> Optional[Sequence['outputs.ClusterNodePoolNodeConfigEffectiveTaint']]:
9211
9088
  """
9212
- List of kubernetes taints applied to each node. Structure is documented above.
9089
+ List of kubernetes taints applied to each node.
9213
9090
  """
9214
9091
  return pulumi.get(self, "effective_taints")
9215
9092
 
@@ -9305,15 +9182,6 @@ class ClusterNodePoolNodeConfig(dict):
9305
9182
  """
9306
9183
  Kubelet configuration, currently supported attributes can be found [here](https://cloud.google.com/sdk/gcloud/reference/beta/container/node-pools/create#--system-config-from-file).
9307
9184
  Structure is documented below.
9308
-
9309
- ```
9310
- kubelet_config {
9311
- cpu_manager_policy = "static"
9312
- cpu_cfs_quota = true
9313
- cpu_cfs_quota_period = "100us"
9314
- pod_pids_limit = 1024
9315
- }
9316
- ```
9317
9185
  """
9318
9186
  return pulumi.get(self, "kubelet_config")
9319
9187
 
@@ -705,11 +705,11 @@ class ConnectionProfile(pulumi.CustomResource):
705
705
  "foo": "bar",
706
706
  },
707
707
  alloydb=gcp.databasemigrationservice.ConnectionProfileAlloydbArgs(
708
- cluster_id="tf-test-dbmsalloycluster_21197",
708
+ cluster_id="tf-test-dbmsalloycluster_85794",
709
709
  settings=gcp.databasemigrationservice.ConnectionProfileAlloydbSettingsArgs(
710
710
  initial_user=gcp.databasemigrationservice.ConnectionProfileAlloydbSettingsInitialUserArgs(
711
- user="alloyuser_52865",
712
- password="alloypass_85840",
711
+ user="alloyuser_21197",
712
+ password="alloypass_52865",
713
713
  ),
714
714
  vpc_network=default.id,
715
715
  labels={
@@ -962,11 +962,11 @@ class ConnectionProfile(pulumi.CustomResource):
962
962
  "foo": "bar",
963
963
  },
964
964
  alloydb=gcp.databasemigrationservice.ConnectionProfileAlloydbArgs(
965
- cluster_id="tf-test-dbmsalloycluster_21197",
965
+ cluster_id="tf-test-dbmsalloycluster_85794",
966
966
  settings=gcp.databasemigrationservice.ConnectionProfileAlloydbSettingsArgs(
967
967
  initial_user=gcp.databasemigrationservice.ConnectionProfileAlloydbSettingsInitialUserArgs(
968
- user="alloyuser_52865",
969
- password="alloypass_85840",
968
+ user="alloyuser_21197",
969
+ password="alloypass_52865",
970
970
  ),
971
971
  vpc_network=default.id,
972
972
  labels={