pulumi-gcp 8.42.0a1756968228__py3-none-any.whl → 9.0.0a1__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 (149) hide show
  1. pulumi_gcp/__init__.py +35 -48
  2. pulumi_gcp/alloydb/backup.py +8 -4
  3. pulumi_gcp/alloydb/cluster.py +56 -10
  4. pulumi_gcp/alloydb/get_cluster.py +12 -1
  5. pulumi_gcp/alloydb/instance.py +10 -4
  6. pulumi_gcp/alloydb/user.py +8 -4
  7. pulumi_gcp/apigee/_inputs.py +151 -108
  8. pulumi_gcp/apigee/keystores_aliases_key_cert_file.py +52 -40
  9. pulumi_gcp/apigee/outputs.py +92 -88
  10. pulumi_gcp/artifactregistry/__init__.py +1 -0
  11. pulumi_gcp/artifactregistry/_inputs.py +0 -12
  12. pulumi_gcp/artifactregistry/get_npm_package.py +251 -0
  13. pulumi_gcp/artifactregistry/outputs.py +8 -16
  14. pulumi_gcp/beyondcorp/__init__.py +0 -5
  15. pulumi_gcp/beyondcorp/_inputs.py +0 -312
  16. pulumi_gcp/beyondcorp/outputs.py +0 -200
  17. pulumi_gcp/bigquery/_inputs.py +114 -4
  18. pulumi_gcp/bigquery/app_profile.py +52 -19
  19. pulumi_gcp/bigquery/dataset_access.py +8 -4
  20. pulumi_gcp/bigquery/outputs.py +75 -5
  21. pulumi_gcp/bigquery/table.py +21 -7
  22. pulumi_gcp/bigtable/app_profile.py +50 -15
  23. pulumi_gcp/bigtable/get_table_iam_policy.py +16 -18
  24. pulumi_gcp/bigtable/table.py +42 -42
  25. pulumi_gcp/bigtable/table_iam_binding.py +43 -43
  26. pulumi_gcp/bigtable/table_iam_member.py +43 -43
  27. pulumi_gcp/bigtable/table_iam_policy.py +43 -43
  28. pulumi_gcp/billing/_inputs.py +0 -6
  29. pulumi_gcp/billing/outputs.py +0 -4
  30. pulumi_gcp/certificatemanager/__init__.py +1 -0
  31. pulumi_gcp/certificatemanager/get_dns_authorization.py +229 -0
  32. pulumi_gcp/certificatemanager/outputs.py +41 -0
  33. pulumi_gcp/cloudbuild/_inputs.py +289 -45
  34. pulumi_gcp/cloudbuild/bitbucket_server_config.py +2 -6
  35. pulumi_gcp/cloudbuild/get_trigger.py +12 -1
  36. pulumi_gcp/cloudbuild/outputs.py +366 -30
  37. pulumi_gcp/cloudbuild/trigger.py +156 -0
  38. pulumi_gcp/cloudbuild/worker_pool.py +23 -34
  39. pulumi_gcp/cloudfunctions/function.py +8 -4
  40. pulumi_gcp/cloudfunctionsv2/_inputs.py +23 -21
  41. pulumi_gcp/cloudfunctionsv2/outputs.py +17 -16
  42. pulumi_gcp/cloudrunv2/_inputs.py +23 -26
  43. pulumi_gcp/cloudrunv2/outputs.py +28 -30
  44. pulumi_gcp/cloudrunv2/service.py +18 -12
  45. pulumi_gcp/cloudtasks/queue.py +98 -2
  46. pulumi_gcp/colab/_inputs.py +1 -114
  47. pulumi_gcp/colab/outputs.py +1 -106
  48. pulumi_gcp/composer/environment.py +49 -28
  49. pulumi_gcp/compute/_inputs.py +80 -0
  50. pulumi_gcp/compute/backend_bucket.py +54 -0
  51. pulumi_gcp/compute/backend_service.py +54 -0
  52. pulumi_gcp/compute/get_backend_bucket.py +12 -1
  53. pulumi_gcp/compute/get_backend_service.py +12 -1
  54. pulumi_gcp/compute/instance_from_machine_image.py +110 -75
  55. pulumi_gcp/compute/instance_from_template.py +110 -75
  56. pulumi_gcp/compute/instance_group_manager.py +14 -7
  57. pulumi_gcp/compute/instance_template.py +14 -7
  58. pulumi_gcp/compute/interconnect.py +8 -4
  59. pulumi_gcp/compute/network_peering_routes_config.py +0 -100
  60. pulumi_gcp/compute/organization_security_policy.py +83 -51
  61. pulumi_gcp/compute/outputs.py +128 -0
  62. pulumi_gcp/compute/packet_mirroring.py +6 -0
  63. pulumi_gcp/compute/region_instance_group_manager.py +14 -7
  64. pulumi_gcp/compute/subnetwork.py +0 -98
  65. pulumi_gcp/config/__init__.pyi +2 -2
  66. pulumi_gcp/config/vars.py +4 -4
  67. pulumi_gcp/container/_inputs.py +20 -0
  68. pulumi_gcp/container/aws_cluster.py +42 -28
  69. pulumi_gcp/container/aws_node_pool.py +42 -28
  70. pulumi_gcp/container/azure_cluster.py +70 -35
  71. pulumi_gcp/container/azure_node_pool.py +42 -28
  72. pulumi_gcp/container/outputs.py +25 -0
  73. pulumi_gcp/databasemigrationservice/connection_profile.py +4 -2
  74. pulumi_gcp/databasemigrationservice/migration_job.py +4 -2
  75. pulumi_gcp/dataplex/asset.py +21 -28
  76. pulumi_gcp/dataplex/zone.py +21 -28
  77. pulumi_gcp/dataproc/cluster.py +14 -21
  78. pulumi_gcp/dataproc/workflow_template.py +105 -42
  79. pulumi_gcp/diagflow/_inputs.py +152 -0
  80. pulumi_gcp/diagflow/cx_agent.py +425 -0
  81. pulumi_gcp/diagflow/outputs.py +143 -0
  82. pulumi_gcp/firebase/app_check_play_integrity_config.py +4 -8
  83. pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +2 -4
  84. pulumi_gcp/firebase/app_check_service_config.py +6 -12
  85. pulumi_gcp/firebase/app_hosting_backend.py +4 -8
  86. pulumi_gcp/firebase/app_hosting_build.py +4 -8
  87. pulumi_gcp/firebase/app_hosting_traffic.py +6 -12
  88. pulumi_gcp/firebase/data_connect_service.py +4 -8
  89. pulumi_gcp/firebase/database_instance.py +4 -8
  90. pulumi_gcp/gkehub/_inputs.py +0 -60
  91. pulumi_gcp/gkehub/get_membership.py +1 -12
  92. pulumi_gcp/gkehub/membership.py +0 -70
  93. pulumi_gcp/gkehub/outputs.py +0 -36
  94. pulumi_gcp/iap/__init__.py +4 -0
  95. pulumi_gcp/iap/_inputs.py +130 -0
  96. pulumi_gcp/iap/get_web_region_forwarding_rule_service_iam_policy.py +182 -0
  97. pulumi_gcp/iap/outputs.py +76 -0
  98. pulumi_gcp/{beyondcorp/application_iam_binding.py → iap/web_region_forwarding_rule_service_iam_binding.py} +321 -314
  99. pulumi_gcp/{beyondcorp/application_iam_member.py → iap/web_region_forwarding_rule_service_iam_member.py} +321 -314
  100. pulumi_gcp/iap/web_region_forwarding_rule_service_iam_policy.py +910 -0
  101. pulumi_gcp/kms/autokey_config.py +0 -2
  102. pulumi_gcp/kms/key_handle.py +0 -2
  103. pulumi_gcp/logging/billing_account_bucket_config.py +21 -7
  104. pulumi_gcp/logging/folder_bucket_config.py +21 -7
  105. pulumi_gcp/logging/organization_bucket_config.py +21 -7
  106. pulumi_gcp/memorystore/get_instance.py +1 -12
  107. pulumi_gcp/memorystore/instance.py +0 -70
  108. pulumi_gcp/monitoring/dashboard.py +14 -7
  109. pulumi_gcp/networkservices/lb_traffic_extension.py +24 -23
  110. pulumi_gcp/notebooks/__init__.py +0 -1
  111. pulumi_gcp/oracledatabase/cloud_vm_cluster.py +3 -3
  112. pulumi_gcp/organizations/project.py +21 -7
  113. pulumi_gcp/projects/service.py +2 -4
  114. pulumi_gcp/provider.py +20 -20
  115. pulumi_gcp/pulumi-plugin.json +1 -1
  116. pulumi_gcp/redis/cluster.py +0 -70
  117. pulumi_gcp/redis/get_cluster.py +1 -12
  118. pulumi_gcp/saasruntime/__init__.py +11 -0
  119. pulumi_gcp/saasruntime/_inputs.py +55 -0
  120. pulumi_gcp/saasruntime/outputs.py +39 -0
  121. pulumi_gcp/saasruntime/saa_s.py +815 -0
  122. pulumi_gcp/securesourcemanager/_inputs.py +20 -19
  123. pulumi_gcp/securesourcemanager/outputs.py +15 -14
  124. pulumi_gcp/serviceaccount/get_account_key.py +1 -21
  125. pulumi_gcp/sql/database_instance.py +61 -7
  126. pulumi_gcp/sql/get_database_instance.py +12 -1
  127. pulumi_gcp/sql/outputs.py +11 -0
  128. pulumi_gcp/sql/user.py +61 -0
  129. pulumi_gcp/storage/_inputs.py +7 -7
  130. pulumi_gcp/storage/bucket.py +14 -7
  131. pulumi_gcp/storage/outputs.py +7 -7
  132. pulumi_gcp/tpu/__init__.py +0 -2
  133. pulumi_gcp/tpu/_inputs.py +0 -93
  134. pulumi_gcp/tpu/outputs.py +0 -72
  135. pulumi_gcp/vertex/_inputs.py +8 -9
  136. pulumi_gcp/vertex/ai_endpoint.py +2 -4
  137. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +0 -2
  138. pulumi_gcp/vertex/ai_index.py +24 -23
  139. pulumi_gcp/vertex/outputs.py +7 -8
  140. {pulumi_gcp-8.42.0a1756968228.dist-info → pulumi_gcp-9.0.0a1.dist-info}/METADATA +1 -1
  141. {pulumi_gcp-8.42.0a1756968228.dist-info → pulumi_gcp-9.0.0a1.dist-info}/RECORD +143 -141
  142. pulumi_gcp/beyondcorp/application.py +0 -746
  143. pulumi_gcp/beyondcorp/application_iam_policy.py +0 -903
  144. pulumi_gcp/beyondcorp/get_application_iam_policy.py +0 -182
  145. pulumi_gcp/notebooks/location.py +0 -285
  146. pulumi_gcp/tpu/get_tensorflow_versions.py +0 -184
  147. pulumi_gcp/tpu/node.py +0 -1062
  148. {pulumi_gcp-8.42.0a1756968228.dist-info → pulumi_gcp-9.0.0a1.dist-info}/WHEEL +0 -0
  149. {pulumi_gcp-8.42.0a1756968228.dist-info → pulumi_gcp-9.0.0a1.dist-info}/top_level.txt +0 -0
@@ -43,10 +43,12 @@ class AwsNodePoolArgs:
43
43
  :param pulumi.Input['AwsNodePoolMaxPodsConstraintArgs'] max_pods_constraint: The constraint on the maximum number of pods that can be run simultaneously on a node in the node pool.
44
44
  :param pulumi.Input[_builtins.str] subnet_id: The subnet where the node pool node run.
45
45
  :param pulumi.Input[_builtins.str] version: The Kubernetes version to run on this node pool (e.g. `1.19.10-gke.1000`). You can list all supported versions on a given Google Cloud region by calling GetAwsServerConfig.
46
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
47
-
48
- **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
49
- Please refer to the field `effective_annotations` for all of the annotations present on the resource.
46
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size
47
+ of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required),
48
+ separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
49
+ alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
50
+ non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
51
+ `effective_annotations` for all of the annotations present on the resource.
50
52
  :param pulumi.Input['AwsNodePoolKubeletConfigArgs'] kubelet_config: The kubelet configuration for the node pool.
51
53
  :param pulumi.Input['AwsNodePoolManagementArgs'] management: The Management configuration for this node pool.
52
54
  :param pulumi.Input[_builtins.str] name: The name of this resource.
@@ -161,10 +163,12 @@ class AwsNodePoolArgs:
161
163
  @pulumi.getter
162
164
  def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
163
165
  """
164
- Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
165
-
166
- **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
167
- Please refer to the field `effective_annotations` for all of the annotations present on the resource.
166
+ Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size
167
+ of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required),
168
+ separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
169
+ alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
170
+ non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
171
+ `effective_annotations` for all of the annotations present on the resource.
168
172
  """
169
173
  return pulumi.get(self, "annotations")
170
174
 
@@ -258,10 +262,12 @@ class _AwsNodePoolState:
258
262
  version: Optional[pulumi.Input[_builtins.str]] = None):
259
263
  """
260
264
  Input properties used for looking up and filtering AwsNodePool resources.
261
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
262
-
263
- **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
264
- Please refer to the field `effective_annotations` for all of the annotations present on the resource.
265
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size
266
+ of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required),
267
+ separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
268
+ alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
269
+ non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
270
+ `effective_annotations` for all of the annotations present on the resource.
265
271
  :param pulumi.Input['AwsNodePoolAutoscalingArgs'] autoscaling: Autoscaler configuration for this node pool.
266
272
  :param pulumi.Input[_builtins.str] cluster: The awsCluster for the resource
267
273
  :param pulumi.Input['AwsNodePoolConfigArgs'] config: The configuration of the node pool.
@@ -326,10 +332,12 @@ class _AwsNodePoolState:
326
332
  @pulumi.getter
327
333
  def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
328
334
  """
329
- Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
330
-
331
- **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
332
- Please refer to the field `effective_annotations` for all of the annotations present on the resource.
335
+ Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size
336
+ of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required),
337
+ separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
338
+ alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
339
+ non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
340
+ `effective_annotations` for all of the annotations present on the resource.
333
341
  """
334
342
  return pulumi.get(self, "annotations")
335
343
 
@@ -987,10 +995,12 @@ class AwsNodePool(pulumi.CustomResource):
987
995
 
988
996
  :param str resource_name: The name of the resource.
989
997
  :param pulumi.ResourceOptions opts: Options for the resource.
990
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
991
-
992
- **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
993
- Please refer to the field `effective_annotations` for all of the annotations present on the resource.
998
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size
999
+ of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required),
1000
+ separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
1001
+ alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
1002
+ non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
1003
+ `effective_annotations` for all of the annotations present on the resource.
994
1004
  :param pulumi.Input[Union['AwsNodePoolAutoscalingArgs', 'AwsNodePoolAutoscalingArgsDict']] autoscaling: Autoscaler configuration for this node pool.
995
1005
  :param pulumi.Input[_builtins.str] cluster: The awsCluster for the resource
996
1006
  :param pulumi.Input[Union['AwsNodePoolConfigArgs', 'AwsNodePoolConfigArgsDict']] config: The configuration of the node pool.
@@ -1520,10 +1530,12 @@ class AwsNodePool(pulumi.CustomResource):
1520
1530
  :param str resource_name: The unique name of the resulting resource.
1521
1531
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
1522
1532
  :param pulumi.ResourceOptions opts: Options for the resource.
1523
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
1524
-
1525
- **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
1526
- Please refer to the field `effective_annotations` for all of the annotations present on the resource.
1533
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size
1534
+ of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required),
1535
+ separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
1536
+ alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
1537
+ non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
1538
+ `effective_annotations` for all of the annotations present on the resource.
1527
1539
  :param pulumi.Input[Union['AwsNodePoolAutoscalingArgs', 'AwsNodePoolAutoscalingArgsDict']] autoscaling: Autoscaler configuration for this node pool.
1528
1540
  :param pulumi.Input[_builtins.str] cluster: The awsCluster for the resource
1529
1541
  :param pulumi.Input[Union['AwsNodePoolConfigArgs', 'AwsNodePoolConfigArgsDict']] config: The configuration of the node pool.
@@ -1573,10 +1585,12 @@ class AwsNodePool(pulumi.CustomResource):
1573
1585
  @pulumi.getter
1574
1586
  def annotations(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
1575
1587
  """
1576
- Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
1577
-
1578
- **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
1579
- Please refer to the field `effective_annotations` for all of the annotations present on the resource.
1588
+ Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size
1589
+ of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required),
1590
+ separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
1591
+ alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
1592
+ non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
1593
+ `effective_annotations` for all of the annotations present on the resource.
1580
1594
  """
1581
1595
  return pulumi.get(self, "annotations")
1582
1596
 
@@ -44,12 +44,17 @@ class AzureClusterArgs:
44
44
  :param pulumi.Input[_builtins.str] location: The location for the resource
45
45
  :param pulumi.Input['AzureClusterNetworkingArgs'] networking: Cluster-wide networking configuration.
46
46
  :param pulumi.Input[_builtins.str] resource_group_id: The ARM ID of the resource group where the cluster resources are deployed. For example: `/subscriptions/*/resourceGroups/*`
47
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
48
-
49
- **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
50
- Please refer to the field `effective_annotations` for all of the annotations present on the resource.
47
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
48
+ all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required),
49
+ separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
50
+ alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
51
+ non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
52
+ `effective_annotations` for all of the annotations present on the resource.
51
53
  :param pulumi.Input['AzureClusterAzureServicesAuthenticationArgs'] azure_services_authentication: Azure authentication configuration for management of Azure resources
52
- :param pulumi.Input[_builtins.str] client: Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the `AzureCluster`. `AzureClient` names are formatted as `projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names (https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
54
+ :param pulumi.Input[_builtins.str] client: Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the
55
+ `AzureCluster`. `AzureClient` names are formatted as
56
+ `projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names
57
+ (https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
53
58
  :param pulumi.Input[_builtins.str] description: Optional. A human readable description of this cluster. Cannot be longer than 255 UTF-8 encoded bytes.
54
59
  :param pulumi.Input['AzureClusterLoggingConfigArgs'] logging_config: Logging configuration.
55
60
  :param pulumi.Input[_builtins.str] name: The name of this resource.
@@ -165,10 +170,12 @@ class AzureClusterArgs:
165
170
  @pulumi.getter
166
171
  def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
167
172
  """
168
- Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
169
-
170
- **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
171
- Please refer to the field `effective_annotations` for all of the annotations present on the resource.
173
+ Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
174
+ all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required),
175
+ separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
176
+ alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
177
+ non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
178
+ `effective_annotations` for all of the annotations present on the resource.
172
179
  """
173
180
  return pulumi.get(self, "annotations")
174
181
 
@@ -192,7 +199,10 @@ class AzureClusterArgs:
192
199
  @pulumi.getter
193
200
  def client(self) -> Optional[pulumi.Input[_builtins.str]]:
194
201
  """
195
- Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the `AzureCluster`. `AzureClient` names are formatted as `projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names (https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
202
+ Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the
203
+ `AzureCluster`. `AzureClient` names are formatted as
204
+ `projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names
205
+ (https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
196
206
  """
197
207
  return pulumi.get(self, "client")
198
208
 
@@ -277,14 +287,19 @@ class _AzureClusterState:
277
287
  workload_identity_configs: Optional[pulumi.Input[Sequence[pulumi.Input['AzureClusterWorkloadIdentityConfigArgs']]]] = None):
278
288
  """
279
289
  Input properties used for looking up and filtering AzureCluster resources.
280
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
281
-
282
- **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
283
- Please refer to the field `effective_annotations` for all of the annotations present on the resource.
290
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
291
+ all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required),
292
+ separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
293
+ alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
294
+ non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
295
+ `effective_annotations` for all of the annotations present on the resource.
284
296
  :param pulumi.Input['AzureClusterAuthorizationArgs'] authorization: Configuration related to the cluster RBAC settings.
285
297
  :param pulumi.Input[_builtins.str] azure_region: The Azure region where the cluster runs. Each Google Cloud region supports a subset of nearby Azure regions. You can call to list all supported Azure regions within a given Google Cloud region.
286
298
  :param pulumi.Input['AzureClusterAzureServicesAuthenticationArgs'] azure_services_authentication: Azure authentication configuration for management of Azure resources
287
- :param pulumi.Input[_builtins.str] client: Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the `AzureCluster`. `AzureClient` names are formatted as `projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names (https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
299
+ :param pulumi.Input[_builtins.str] client: Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the
300
+ `AzureCluster`. `AzureClient` names are formatted as
301
+ `projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names
302
+ (https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
288
303
  :param pulumi.Input['AzureClusterControlPlaneArgs'] control_plane: Configuration related to the cluster control plane.
289
304
  :param pulumi.Input[_builtins.str] create_time: Output only. The time at which this cluster was created.
290
305
  :param pulumi.Input[_builtins.str] description: Optional. A human readable description of this cluster. Cannot be longer than 255 UTF-8 encoded bytes.
@@ -354,10 +369,12 @@ class _AzureClusterState:
354
369
  @pulumi.getter
355
370
  def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
356
371
  """
357
- Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
358
-
359
- **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
360
- Please refer to the field `effective_annotations` for all of the annotations present on the resource.
372
+ Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
373
+ all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required),
374
+ separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
375
+ alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
376
+ non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
377
+ `effective_annotations` for all of the annotations present on the resource.
361
378
  """
362
379
  return pulumi.get(self, "annotations")
363
380
 
@@ -405,7 +422,10 @@ class _AzureClusterState:
405
422
  @pulumi.getter
406
423
  def client(self) -> Optional[pulumi.Input[_builtins.str]]:
407
424
  """
408
- Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the `AzureCluster`. `AzureClient` names are formatted as `projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names (https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
425
+ Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the
426
+ `AzureCluster`. `AzureClient` names are formatted as
427
+ `projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names
428
+ (https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
409
429
  """
410
430
  return pulumi.get(self, "client")
411
431
 
@@ -777,14 +797,19 @@ class AzureCluster(pulumi.CustomResource):
777
797
 
778
798
  :param str resource_name: The name of the resource.
779
799
  :param pulumi.ResourceOptions opts: Options for the resource.
780
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
781
-
782
- **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
783
- Please refer to the field `effective_annotations` for all of the annotations present on the resource.
800
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
801
+ all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required),
802
+ separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
803
+ alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
804
+ non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
805
+ `effective_annotations` for all of the annotations present on the resource.
784
806
  :param pulumi.Input[Union['AzureClusterAuthorizationArgs', 'AzureClusterAuthorizationArgsDict']] authorization: Configuration related to the cluster RBAC settings.
785
807
  :param pulumi.Input[_builtins.str] azure_region: The Azure region where the cluster runs. Each Google Cloud region supports a subset of nearby Azure regions. You can call to list all supported Azure regions within a given Google Cloud region.
786
808
  :param pulumi.Input[Union['AzureClusterAzureServicesAuthenticationArgs', 'AzureClusterAzureServicesAuthenticationArgsDict']] azure_services_authentication: Azure authentication configuration for management of Azure resources
787
- :param pulumi.Input[_builtins.str] client: Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the `AzureCluster`. `AzureClient` names are formatted as `projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names (https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
809
+ :param pulumi.Input[_builtins.str] client: Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the
810
+ `AzureCluster`. `AzureClient` names are formatted as
811
+ `projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names
812
+ (https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
788
813
  :param pulumi.Input[Union['AzureClusterControlPlaneArgs', 'AzureClusterControlPlaneArgsDict']] control_plane: Configuration related to the cluster control plane.
789
814
  :param pulumi.Input[_builtins.str] description: Optional. A human readable description of this cluster. Cannot be longer than 255 UTF-8 encoded bytes.
790
815
  :param pulumi.Input[Union['AzureClusterFleetArgs', 'AzureClusterFleetArgsDict']] fleet: Fleet configuration.
@@ -1043,14 +1068,19 @@ class AzureCluster(pulumi.CustomResource):
1043
1068
  :param str resource_name: The unique name of the resulting resource.
1044
1069
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
1045
1070
  :param pulumi.ResourceOptions opts: Options for the resource.
1046
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
1047
-
1048
- **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
1049
- Please refer to the field `effective_annotations` for all of the annotations present on the resource.
1071
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
1072
+ all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required),
1073
+ separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
1074
+ alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
1075
+ non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
1076
+ `effective_annotations` for all of the annotations present on the resource.
1050
1077
  :param pulumi.Input[Union['AzureClusterAuthorizationArgs', 'AzureClusterAuthorizationArgsDict']] authorization: Configuration related to the cluster RBAC settings.
1051
1078
  :param pulumi.Input[_builtins.str] azure_region: The Azure region where the cluster runs. Each Google Cloud region supports a subset of nearby Azure regions. You can call to list all supported Azure regions within a given Google Cloud region.
1052
1079
  :param pulumi.Input[Union['AzureClusterAzureServicesAuthenticationArgs', 'AzureClusterAzureServicesAuthenticationArgsDict']] azure_services_authentication: Azure authentication configuration for management of Azure resources
1053
- :param pulumi.Input[_builtins.str] client: Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the `AzureCluster`. `AzureClient` names are formatted as `projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names (https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
1080
+ :param pulumi.Input[_builtins.str] client: Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the
1081
+ `AzureCluster`. `AzureClient` names are formatted as
1082
+ `projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names
1083
+ (https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
1054
1084
  :param pulumi.Input[Union['AzureClusterControlPlaneArgs', 'AzureClusterControlPlaneArgsDict']] control_plane: Configuration related to the cluster control plane.
1055
1085
  :param pulumi.Input[_builtins.str] create_time: Output only. The time at which this cluster was created.
1056
1086
  :param pulumi.Input[_builtins.str] description: Optional. A human readable description of this cluster. Cannot be longer than 255 UTF-8 encoded bytes.
@@ -1102,10 +1132,12 @@ class AzureCluster(pulumi.CustomResource):
1102
1132
  @pulumi.getter
1103
1133
  def annotations(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
1104
1134
  """
1105
- Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
1106
-
1107
- **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
1108
- Please refer to the field `effective_annotations` for all of the annotations present on the resource.
1135
+ Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
1136
+ all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required),
1137
+ separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
1138
+ alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
1139
+ non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
1140
+ `effective_annotations` for all of the annotations present on the resource.
1109
1141
  """
1110
1142
  return pulumi.get(self, "annotations")
1111
1143
 
@@ -1137,7 +1169,10 @@ class AzureCluster(pulumi.CustomResource):
1137
1169
  @pulumi.getter
1138
1170
  def client(self) -> pulumi.Output[Optional[_builtins.str]]:
1139
1171
  """
1140
- Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the `AzureCluster`. `AzureClient` names are formatted as `projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names (https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
1172
+ Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the
1173
+ `AzureCluster`. `AzureClient` names are formatted as
1174
+ `projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names
1175
+ (https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
1141
1176
  """
1142
1177
  return pulumi.get(self, "client")
1143
1178
 
@@ -42,10 +42,12 @@ class AzureNodePoolArgs:
42
42
  :param pulumi.Input['AzureNodePoolMaxPodsConstraintArgs'] max_pods_constraint: The constraint on the maximum number of pods that can be run simultaneously on a node in the node pool.
43
43
  :param pulumi.Input[_builtins.str] subnet_id: The ARM ID of the subnet where the node pool VMs run. Make sure it's a subnet under the virtual network in the cluster configuration.
44
44
  :param pulumi.Input[_builtins.str] version: The Kubernetes version (e.g. `1.19.10-gke.1000`) running on this node pool.
45
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
46
-
47
- **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
48
- Please refer to the field `effective_annotations` for all of the annotations present on the resource.
45
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size
46
+ of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required),
47
+ separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
48
+ alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
49
+ non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
50
+ `effective_annotations` for all of the annotations present on the resource.
49
51
  :param pulumi.Input[_builtins.str] azure_availability_zone: Optional. The Azure availability zone of the nodes in this nodepool. When unspecified, it defaults to `1`.
50
52
  :param pulumi.Input['AzureNodePoolManagementArgs'] management: The Management configuration for this node pool.
51
53
  :param pulumi.Input[_builtins.str] name: The name of this resource.
@@ -157,10 +159,12 @@ class AzureNodePoolArgs:
157
159
  @pulumi.getter
158
160
  def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
159
161
  """
160
- Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
161
-
162
- **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
163
- Please refer to the field `effective_annotations` for all of the annotations present on the resource.
162
+ Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size
163
+ of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required),
164
+ separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
165
+ alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
166
+ non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
167
+ `effective_annotations` for all of the annotations present on the resource.
164
168
  """
165
169
  return pulumi.get(self, "annotations")
166
170
 
@@ -241,10 +245,12 @@ class _AzureNodePoolState:
241
245
  version: Optional[pulumi.Input[_builtins.str]] = None):
242
246
  """
243
247
  Input properties used for looking up and filtering AzureNodePool resources.
244
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
245
-
246
- **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
247
- Please refer to the field `effective_annotations` for all of the annotations present on the resource.
248
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size
249
+ of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required),
250
+ separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
251
+ alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
252
+ non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
253
+ `effective_annotations` for all of the annotations present on the resource.
248
254
  :param pulumi.Input['AzureNodePoolAutoscalingArgs'] autoscaling: Autoscaler configuration for this node pool.
249
255
  :param pulumi.Input[_builtins.str] azure_availability_zone: Optional. The Azure availability zone of the nodes in this nodepool. When unspecified, it defaults to `1`.
250
256
  :param pulumi.Input[_builtins.str] cluster: The azureCluster for the resource
@@ -306,10 +312,12 @@ class _AzureNodePoolState:
306
312
  @pulumi.getter
307
313
  def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
308
314
  """
309
- Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
310
-
311
- **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
312
- Please refer to the field `effective_annotations` for all of the annotations present on the resource.
315
+ Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size
316
+ of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required),
317
+ separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
318
+ alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
319
+ non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
320
+ `effective_annotations` for all of the annotations present on the resource.
313
321
  """
314
322
  return pulumi.get(self, "annotations")
315
323
 
@@ -665,10 +673,12 @@ class AzureNodePool(pulumi.CustomResource):
665
673
 
666
674
  :param str resource_name: The name of the resource.
667
675
  :param pulumi.ResourceOptions opts: Options for the resource.
668
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
669
-
670
- **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
671
- Please refer to the field `effective_annotations` for all of the annotations present on the resource.
676
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size
677
+ of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required),
678
+ separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
679
+ alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
680
+ non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
681
+ `effective_annotations` for all of the annotations present on the resource.
672
682
  :param pulumi.Input[Union['AzureNodePoolAutoscalingArgs', 'AzureNodePoolAutoscalingArgsDict']] autoscaling: Autoscaler configuration for this node pool.
673
683
  :param pulumi.Input[_builtins.str] azure_availability_zone: Optional. The Azure availability zone of the nodes in this nodepool. When unspecified, it defaults to `1`.
674
684
  :param pulumi.Input[_builtins.str] cluster: The azureCluster for the resource
@@ -905,10 +915,12 @@ class AzureNodePool(pulumi.CustomResource):
905
915
  :param str resource_name: The unique name of the resulting resource.
906
916
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
907
917
  :param pulumi.ResourceOptions opts: Options for the resource.
908
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
909
-
910
- **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
911
- Please refer to the field `effective_annotations` for all of the annotations present on the resource.
918
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size
919
+ of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required),
920
+ separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
921
+ alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
922
+ non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
923
+ `effective_annotations` for all of the annotations present on the resource.
912
924
  :param pulumi.Input[Union['AzureNodePoolAutoscalingArgs', 'AzureNodePoolAutoscalingArgsDict']] autoscaling: Autoscaler configuration for this node pool.
913
925
  :param pulumi.Input[_builtins.str] azure_availability_zone: Optional. The Azure availability zone of the nodes in this nodepool. When unspecified, it defaults to `1`.
914
926
  :param pulumi.Input[_builtins.str] cluster: The azureCluster for the resource
@@ -956,10 +968,12 @@ class AzureNodePool(pulumi.CustomResource):
956
968
  @pulumi.getter
957
969
  def annotations(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
958
970
  """
959
- Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
960
-
961
- **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
962
- Please refer to the field `effective_annotations` for all of the annotations present on the resource.
971
+ Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size
972
+ of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required),
973
+ separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with
974
+ alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is
975
+ non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
976
+ `effective_annotations` for all of the annotations present on the resource.
963
977
  """
964
978
  return pulumi.get(self, "annotations")
965
979
 
@@ -4772,6 +4772,8 @@ class ClusterClusterAutoscaling(dict):
4772
4772
  suggest = "auto_provisioning_locations"
4773
4773
  elif key == "autoscalingProfile":
4774
4774
  suggest = "autoscaling_profile"
4775
+ elif key == "defaultComputeClassEnabled":
4776
+ suggest = "default_compute_class_enabled"
4775
4777
  elif key == "resourceLimits":
4776
4778
  suggest = "resource_limits"
4777
4779
 
@@ -4790,6 +4792,7 @@ class ClusterClusterAutoscaling(dict):
4790
4792
  auto_provisioning_defaults: Optional['outputs.ClusterClusterAutoscalingAutoProvisioningDefaults'] = None,
4791
4793
  auto_provisioning_locations: Optional[Sequence[_builtins.str]] = None,
4792
4794
  autoscaling_profile: Optional[_builtins.str] = None,
4795
+ default_compute_class_enabled: Optional[_builtins.bool] = None,
4793
4796
  enabled: Optional[_builtins.bool] = None,
4794
4797
  resource_limits: Optional[Sequence['outputs.ClusterClusterAutoscalingResourceLimit']] = None):
4795
4798
  """
@@ -4803,6 +4806,7 @@ class ClusterClusterAutoscaling(dict):
4803
4806
  options for the [Autoscaling profile](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-autoscaler#autoscaling_profiles)
4804
4807
  feature, which lets you choose whether the cluster autoscaler should optimize for resource utilization or resource availability
4805
4808
  when deciding to remove nodes from a cluster. Can be `BALANCED` or `OPTIMIZE_UTILIZATION`. Defaults to `BALANCED`.
4809
+ :param _builtins.bool default_compute_class_enabled: Specifies whether default compute class behaviour is enabled. If enabled, cluster autoscaler will use Compute Class with name default for all the workloads, if not overriden.
4806
4810
  :param _builtins.bool enabled: Whether node auto-provisioning is enabled. Must be supplied for GKE Standard clusters, `true` is implied
4807
4811
  for autopilot clusters. Resource limits for `cpu` and `memory` must be defined to enable node auto-provisioning for GKE Standard.
4808
4812
  :param Sequence['ClusterClusterAutoscalingResourceLimitArgs'] resource_limits: Global constraints for machine resources in the
@@ -4816,6 +4820,8 @@ class ClusterClusterAutoscaling(dict):
4816
4820
  pulumi.set(__self__, "auto_provisioning_locations", auto_provisioning_locations)
4817
4821
  if autoscaling_profile is not None:
4818
4822
  pulumi.set(__self__, "autoscaling_profile", autoscaling_profile)
4823
+ if default_compute_class_enabled is not None:
4824
+ pulumi.set(__self__, "default_compute_class_enabled", default_compute_class_enabled)
4819
4825
  if enabled is not None:
4820
4826
  pulumi.set(__self__, "enabled", enabled)
4821
4827
  if resource_limits is not None:
@@ -4852,6 +4858,14 @@ class ClusterClusterAutoscaling(dict):
4852
4858
  """
4853
4859
  return pulumi.get(self, "autoscaling_profile")
4854
4860
 
4861
+ @_builtins.property
4862
+ @pulumi.getter(name="defaultComputeClassEnabled")
4863
+ def default_compute_class_enabled(self) -> Optional[_builtins.bool]:
4864
+ """
4865
+ Specifies whether default compute class behaviour is enabled. If enabled, cluster autoscaler will use Compute Class with name default for all the workloads, if not overriden.
4866
+ """
4867
+ return pulumi.get(self, "default_compute_class_enabled")
4868
+
4855
4869
  @_builtins.property
4856
4870
  @pulumi.getter
4857
4871
  def enabled(self) -> Optional[_builtins.bool]:
@@ -19095,18 +19109,21 @@ class GetClusterClusterAutoscalingResult(dict):
19095
19109
  auto_provisioning_defaults: Sequence['outputs.GetClusterClusterAutoscalingAutoProvisioningDefaultResult'],
19096
19110
  auto_provisioning_locations: Sequence[_builtins.str],
19097
19111
  autoscaling_profile: _builtins.str,
19112
+ default_compute_class_enabled: _builtins.bool,
19098
19113
  enabled: _builtins.bool,
19099
19114
  resource_limits: Sequence['outputs.GetClusterClusterAutoscalingResourceLimitResult']):
19100
19115
  """
19101
19116
  :param Sequence['GetClusterClusterAutoscalingAutoProvisioningDefaultArgs'] auto_provisioning_defaults: Contains defaults for a node pool created by NAP.
19102
19117
  :param Sequence[_builtins.str] auto_provisioning_locations: The list of Google Compute Engine zones in which the NodePool's nodes can be created by NAP.
19103
19118
  :param _builtins.str autoscaling_profile: Configuration options for the Autoscaling profile feature, which lets you choose whether the cluster autoscaler should optimize for resource utilization or resource availability when deciding to remove nodes from a cluster. Can be BALANCED or OPTIMIZE_UTILIZATION. Defaults to BALANCED.
19119
+ :param _builtins.bool default_compute_class_enabled: Specifies whether default compute class behaviour is enabled. If enabled, cluster autoscaler will use Compute Class with name default for all the workloads, if not overriden.
19104
19120
  :param _builtins.bool enabled: Whether node auto-provisioning is enabled. Resource limits for cpu and memory must be defined to enable node auto-provisioning.
19105
19121
  :param Sequence['GetClusterClusterAutoscalingResourceLimitArgs'] resource_limits: Global constraints for machine resources in the cluster. Configuring the cpu and memory types is required if node auto-provisioning is enabled. These limits will apply to node pool autoscaling in addition to node auto-provisioning.
19106
19122
  """
19107
19123
  pulumi.set(__self__, "auto_provisioning_defaults", auto_provisioning_defaults)
19108
19124
  pulumi.set(__self__, "auto_provisioning_locations", auto_provisioning_locations)
19109
19125
  pulumi.set(__self__, "autoscaling_profile", autoscaling_profile)
19126
+ pulumi.set(__self__, "default_compute_class_enabled", default_compute_class_enabled)
19110
19127
  pulumi.set(__self__, "enabled", enabled)
19111
19128
  pulumi.set(__self__, "resource_limits", resource_limits)
19112
19129
 
@@ -19134,6 +19151,14 @@ class GetClusterClusterAutoscalingResult(dict):
19134
19151
  """
19135
19152
  return pulumi.get(self, "autoscaling_profile")
19136
19153
 
19154
+ @_builtins.property
19155
+ @pulumi.getter(name="defaultComputeClassEnabled")
19156
+ def default_compute_class_enabled(self) -> _builtins.bool:
19157
+ """
19158
+ Specifies whether default compute class behaviour is enabled. If enabled, cluster autoscaler will use Compute Class with name default for all the workloads, if not overriden.
19159
+ """
19160
+ return pulumi.get(self, "default_compute_class_enabled")
19161
+
19137
19162
  @_builtins.property
19138
19163
  @pulumi.getter
19139
19164
  def enabled(self) -> _builtins.bool:
@@ -879,7 +879,8 @@ class ConnectionProfile(pulumi.CustomResource):
879
879
  initial_user={
880
880
  "user": "destination-alloydb",
881
881
  "password": "destination-alloydb",
882
- })
882
+ },
883
+ deletion_protection=False)
883
884
  private_ip_alloc = gcp.compute.GlobalAddress("private_ip_alloc",
884
885
  name="destination-alloydb",
885
886
  address_type="INTERNAL",
@@ -1320,7 +1321,8 @@ class ConnectionProfile(pulumi.CustomResource):
1320
1321
  initial_user={
1321
1322
  "user": "destination-alloydb",
1322
1323
  "password": "destination-alloydb",
1323
- })
1324
+ },
1325
+ deletion_protection=False)
1324
1326
  private_ip_alloc = gcp.compute.GlobalAddress("private_ip_alloc",
1325
1327
  name="destination-alloydb",
1326
1328
  address_type="INTERNAL",
@@ -944,7 +944,8 @@ class MigrationJob(pulumi.CustomResource):
944
944
  initial_user={
945
945
  "user": "destination-alloydb",
946
946
  "password": "destination-alloydb",
947
- })
947
+ },
948
+ deletion_protection=False)
948
949
  private_ip_alloc = gcp.compute.GlobalAddress("private_ip_alloc",
949
950
  name="destination-alloydb",
950
951
  address_type="INTERNAL",
@@ -1283,7 +1284,8 @@ class MigrationJob(pulumi.CustomResource):
1283
1284
  initial_user={
1284
1285
  "user": "destination-alloydb",
1285
1286
  "password": "destination-alloydb",
1286
- })
1287
+ },
1288
+ deletion_protection=False)
1287
1289
  private_ip_alloc = gcp.compute.GlobalAddress("private_ip_alloc",
1288
1290
  name="destination-alloydb",
1289
1291
  address_type="INTERNAL",