pulumi-gcp 7.22.0__py3-none-any.whl → 7.22.0a1715206629__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 (34) hide show
  1. pulumi_gcp/__init__.py +0 -11
  2. pulumi_gcp/alloydb/_inputs.py +0 -139
  3. pulumi_gcp/alloydb/cluster.py +0 -54
  4. pulumi_gcp/alloydb/outputs.py +0 -145
  5. pulumi_gcp/applicationintegration/auth_config.py +6 -2
  6. pulumi_gcp/applicationintegration/client.py +18 -133
  7. pulumi_gcp/bigquery/dataset.py +2 -2
  8. pulumi_gcp/bigquery/job.py +20 -16
  9. pulumi_gcp/cloudrunv2/job.py +4 -2
  10. pulumi_gcp/cloudrunv2/service.py +4 -2
  11. pulumi_gcp/compute/_inputs.py +0 -4
  12. pulumi_gcp/compute/outputs.py +0 -4
  13. pulumi_gcp/compute/router_peer.py +14 -54
  14. pulumi_gcp/config/__init__.pyi +0 -2
  15. pulumi_gcp/config/vars.py +0 -4
  16. pulumi_gcp/container/_inputs.py +0 -169
  17. pulumi_gcp/container/outputs.py +0 -272
  18. pulumi_gcp/dataflow/flex_template_job.py +21 -21
  19. pulumi_gcp/dataflow/job.py +7 -21
  20. pulumi_gcp/essentialcontacts/document_ai_warehouse_document_schema.py +528 -0
  21. pulumi_gcp/firebaserules/release.py +2 -2
  22. pulumi_gcp/provider.py +0 -20
  23. pulumi_gcp/redis/cluster.py +2 -69
  24. pulumi_gcp/storage/__init__.py +0 -1
  25. pulumi_gcp/storage/outputs.py +0 -63
  26. {pulumi_gcp-7.22.0.dist-info → pulumi_gcp-7.22.0a1715206629.dist-info}/METADATA +1 -1
  27. {pulumi_gcp-7.22.0.dist-info → pulumi_gcp-7.22.0a1715206629.dist-info}/RECORD +29 -34
  28. pulumi_gcp/privilegedaccessmanager/__init__.py +0 -10
  29. pulumi_gcp/privilegedaccessmanager/_inputs.py +0 -420
  30. pulumi_gcp/privilegedaccessmanager/entitlement.py +0 -852
  31. pulumi_gcp/privilegedaccessmanager/outputs.py +0 -491
  32. pulumi_gcp/storage/get_buckets.py +0 -138
  33. {pulumi_gcp-7.22.0.dist-info → pulumi_gcp-7.22.0a1715206629.dist-info}/WHEEL +0 -0
  34. {pulumi_gcp-7.22.0.dist-info → pulumi_gcp-7.22.0a1715206629.dist-info}/top_level.txt +0 -0
@@ -77,8 +77,8 @@ class RouterPeerArgs:
77
77
  The address must be in the range 2600:2d00:0:2::/64 or 2600:2d00:0:3::/64.
78
78
  If you do not specify the next hop addresses, Google Cloud automatically
79
79
  assigns unused addresses from the 2600:2d00:0:2::/64 or 2600:2d00:0:3::/64 range for you.
80
- :param pulumi.Input['RouterPeerMd5AuthenticationKeyArgs'] md5_authentication_key: Configuration for MD5 authentication on the BGP session.
81
- Structure is documented below.
80
+ :param pulumi.Input['RouterPeerMd5AuthenticationKeyArgs'] md5_authentication_key: Present if MD5 authentication is enabled for the peering. Must be the name of one of the entries in the
81
+ Router.md5_authentication_keys. The field must comply with RFC1035.
82
82
  :param pulumi.Input[str] name: Name of this BGP peer. The name must be 1-63 characters long,
83
83
  and comply with RFC1035. Specifically, the name must be 1-63 characters
84
84
  long and match the regular expression `a-z?` which
@@ -338,8 +338,8 @@ class RouterPeerArgs:
338
338
  @pulumi.getter(name="md5AuthenticationKey")
339
339
  def md5_authentication_key(self) -> Optional[pulumi.Input['RouterPeerMd5AuthenticationKeyArgs']]:
340
340
  """
341
- Configuration for MD5 authentication on the BGP session.
342
- Structure is documented below.
341
+ Present if MD5 authentication is enabled for the peering. Must be the name of one of the entries in the
342
+ Router.md5_authentication_keys. The field must comply with RFC1035.
343
343
  """
344
344
  return pulumi.get(self, "md5_authentication_key")
345
345
 
@@ -506,8 +506,8 @@ class _RouterPeerState:
506
506
  If you do not specify the next hop addresses, Google Cloud automatically
507
507
  assigns unused addresses from the 2600:2d00:0:2::/64 or 2600:2d00:0:3::/64 range for you.
508
508
  :param pulumi.Input[str] management_type: The resource that configures and manages this BGP peer.
509
- :param pulumi.Input['RouterPeerMd5AuthenticationKeyArgs'] md5_authentication_key: Configuration for MD5 authentication on the BGP session.
510
- Structure is documented below.
509
+ :param pulumi.Input['RouterPeerMd5AuthenticationKeyArgs'] md5_authentication_key: Present if MD5 authentication is enabled for the peering. Must be the name of one of the entries in the
510
+ Router.md5_authentication_keys. The field must comply with RFC1035.
511
511
  :param pulumi.Input[str] name: Name of this BGP peer. The name must be 1-63 characters long,
512
512
  and comply with RFC1035. Specifically, the name must be 1-63 characters
513
513
  long and match the regular expression `a-z?` which
@@ -762,8 +762,8 @@ class _RouterPeerState:
762
762
  @pulumi.getter(name="md5AuthenticationKey")
763
763
  def md5_authentication_key(self) -> Optional[pulumi.Input['RouterPeerMd5AuthenticationKeyArgs']]:
764
764
  """
765
- Configuration for MD5 authentication on the BGP session.
766
- Structure is documented below.
765
+ Present if MD5 authentication is enabled for the peering. Must be the name of one of the entries in the
766
+ Router.md5_authentication_keys. The field must comply with RFC1035.
767
767
  """
768
768
  return pulumi.get(self, "md5_authentication_key")
769
769
 
@@ -1076,26 +1076,6 @@ class RouterPeer(pulumi.CustomResource):
1076
1076
  peer_ip_address=addr_peer.address)
1077
1077
  ```
1078
1078
 
1079
- ### Router Peer Md5 Authentication Key
1080
-
1081
- ```python
1082
- import pulumi
1083
- import pulumi_gcp as gcp
1084
-
1085
- foobar = gcp.compute.RouterPeer("foobar",
1086
- name="%s-peer",
1087
- router=foobar_google_compute_router["name"],
1088
- region=foobar_google_compute_router["region"],
1089
- peer_asn=65515,
1090
- advertised_route_priority=100,
1091
- interface=foobar_google_compute_router_interface["name"],
1092
- peer_ip_address="169.254.3.2",
1093
- md5_authentication_key=gcp.compute.RouterPeerMd5AuthenticationKeyArgs(
1094
- name="%s-peer-key",
1095
- key="%s-peer-key-value",
1096
- ))
1097
- ```
1098
-
1099
1079
  ## Import
1100
1080
 
1101
1081
  RouterBgpPeer can be imported using any of these accepted formats:
@@ -1159,8 +1139,8 @@ class RouterPeer(pulumi.CustomResource):
1159
1139
  The address must be in the range 2600:2d00:0:2::/64 or 2600:2d00:0:3::/64.
1160
1140
  If you do not specify the next hop addresses, Google Cloud automatically
1161
1141
  assigns unused addresses from the 2600:2d00:0:2::/64 or 2600:2d00:0:3::/64 range for you.
1162
- :param pulumi.Input[pulumi.InputType['RouterPeerMd5AuthenticationKeyArgs']] md5_authentication_key: Configuration for MD5 authentication on the BGP session.
1163
- Structure is documented below.
1142
+ :param pulumi.Input[pulumi.InputType['RouterPeerMd5AuthenticationKeyArgs']] md5_authentication_key: Present if MD5 authentication is enabled for the peering. Must be the name of one of the entries in the
1143
+ Router.md5_authentication_keys. The field must comply with RFC1035.
1164
1144
  :param pulumi.Input[str] name: Name of this BGP peer. The name must be 1-63 characters long,
1165
1145
  and comply with RFC1035. Specifically, the name must be 1-63 characters
1166
1146
  long and match the regular expression `a-z?` which
@@ -1345,26 +1325,6 @@ class RouterPeer(pulumi.CustomResource):
1345
1325
  peer_ip_address=addr_peer.address)
1346
1326
  ```
1347
1327
 
1348
- ### Router Peer Md5 Authentication Key
1349
-
1350
- ```python
1351
- import pulumi
1352
- import pulumi_gcp as gcp
1353
-
1354
- foobar = gcp.compute.RouterPeer("foobar",
1355
- name="%s-peer",
1356
- router=foobar_google_compute_router["name"],
1357
- region=foobar_google_compute_router["region"],
1358
- peer_asn=65515,
1359
- advertised_route_priority=100,
1360
- interface=foobar_google_compute_router_interface["name"],
1361
- peer_ip_address="169.254.3.2",
1362
- md5_authentication_key=gcp.compute.RouterPeerMd5AuthenticationKeyArgs(
1363
- name="%s-peer-key",
1364
- key="%s-peer-key-value",
1365
- ))
1366
- ```
1367
-
1368
1328
  ## Import
1369
1329
 
1370
1330
  RouterBgpPeer can be imported using any of these accepted formats:
@@ -1542,8 +1502,8 @@ class RouterPeer(pulumi.CustomResource):
1542
1502
  If you do not specify the next hop addresses, Google Cloud automatically
1543
1503
  assigns unused addresses from the 2600:2d00:0:2::/64 or 2600:2d00:0:3::/64 range for you.
1544
1504
  :param pulumi.Input[str] management_type: The resource that configures and manages this BGP peer.
1545
- :param pulumi.Input[pulumi.InputType['RouterPeerMd5AuthenticationKeyArgs']] md5_authentication_key: Configuration for MD5 authentication on the BGP session.
1546
- Structure is documented below.
1505
+ :param pulumi.Input[pulumi.InputType['RouterPeerMd5AuthenticationKeyArgs']] md5_authentication_key: Present if MD5 authentication is enabled for the peering. Must be the name of one of the entries in the
1506
+ Router.md5_authentication_keys. The field must comply with RFC1035.
1547
1507
  :param pulumi.Input[str] name: Name of this BGP peer. The name must be 1-63 characters long,
1548
1508
  and comply with RFC1035. Specifically, the name must be 1-63 characters
1549
1509
  long and match the regular expression `a-z?` which
@@ -1728,8 +1688,8 @@ class RouterPeer(pulumi.CustomResource):
1728
1688
  @pulumi.getter(name="md5AuthenticationKey")
1729
1689
  def md5_authentication_key(self) -> pulumi.Output[Optional['outputs.RouterPeerMd5AuthenticationKey']]:
1730
1690
  """
1731
- Configuration for MD5 authentication on the BGP session.
1732
- Structure is documented below.
1691
+ Present if MD5 authentication is enabled for the peering. Must be the name of one of the entries in the
1692
+ Router.md5_authentication_keys. The field must comply with RFC1035.
1733
1693
  """
1734
1694
  return pulumi.get(self, "md5_authentication_key")
1735
1695
 
@@ -260,8 +260,6 @@ parallelstoreCustomEndpoint: Optional[str]
260
260
 
261
261
  privatecaCustomEndpoint: Optional[str]
262
262
 
263
- privilegedAccessManagerCustomEndpoint: Optional[str]
264
-
265
263
  project: Optional[str]
266
264
 
267
265
  publicCaCustomEndpoint: Optional[str]
pulumi_gcp/config/vars.py CHANGED
@@ -516,10 +516,6 @@ class _ExportableConfig(types.ModuleType):
516
516
  def privateca_custom_endpoint(self) -> Optional[str]:
517
517
  return __config__.get('privatecaCustomEndpoint')
518
518
 
519
- @property
520
- def privileged_access_manager_custom_endpoint(self) -> Optional[str]:
521
- return __config__.get('privilegedAccessManagerCustomEndpoint')
522
-
523
519
  @property
524
520
  def project(self) -> Optional[str]:
525
521
  return __config__.get('project') or _utilities.get_env('GOOGLE_PROJECT', 'GOOGLE_CLOUD_PROJECT', 'GCLOUD_PROJECT', 'CLOUDSDK_CORE_PROJECT')
@@ -148,7 +148,6 @@ __all__ = [
148
148
  'ClusterNodeConfigLocalNvmeSsdBlockConfigArgs',
149
149
  'ClusterNodeConfigReservationAffinityArgs',
150
150
  'ClusterNodeConfigSandboxConfigArgs',
151
- 'ClusterNodeConfigSecondaryBootDiskArgs',
152
151
  'ClusterNodeConfigShieldedInstanceConfigArgs',
153
152
  'ClusterNodeConfigSoleTenantConfigArgs',
154
153
  'ClusterNodeConfigSoleTenantConfigNodeAffinityArgs',
@@ -185,7 +184,6 @@ __all__ = [
185
184
  'ClusterNodePoolNodeConfigLocalNvmeSsdBlockConfigArgs',
186
185
  'ClusterNodePoolNodeConfigReservationAffinityArgs',
187
186
  'ClusterNodePoolNodeConfigSandboxConfigArgs',
188
- 'ClusterNodePoolNodeConfigSecondaryBootDiskArgs',
189
187
  'ClusterNodePoolNodeConfigShieldedInstanceConfigArgs',
190
188
  'ClusterNodePoolNodeConfigSoleTenantConfigArgs',
191
189
  'ClusterNodePoolNodeConfigSoleTenantConfigNodeAffinityArgs',
@@ -238,7 +236,6 @@ __all__ = [
238
236
  'NodePoolNodeConfigLocalNvmeSsdBlockConfigArgs',
239
237
  'NodePoolNodeConfigReservationAffinityArgs',
240
238
  'NodePoolNodeConfigSandboxConfigArgs',
241
- 'NodePoolNodeConfigSecondaryBootDiskArgs',
242
239
  'NodePoolNodeConfigShieldedInstanceConfigArgs',
243
240
  'NodePoolNodeConfigSoleTenantConfigArgs',
244
241
  'NodePoolNodeConfigSoleTenantConfigNodeAffinityArgs',
@@ -5729,7 +5726,6 @@ class ClusterNodeConfigArgs:
5729
5726
  resource_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
5730
5727
  resource_manager_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
5731
5728
  sandbox_config: Optional[pulumi.Input['ClusterNodeConfigSandboxConfigArgs']] = None,
5732
- secondary_boot_disks: Optional[pulumi.Input[Sequence[pulumi.Input['ClusterNodeConfigSecondaryBootDiskArgs']]]] = None,
5733
5729
  service_account: Optional[pulumi.Input[str]] = None,
5734
5730
  shielded_instance_config: Optional[pulumi.Input['ClusterNodeConfigShieldedInstanceConfigArgs']] = None,
5735
5731
  sole_tenant_config: Optional[pulumi.Input['ClusterNodeConfigSoleTenantConfigArgs']] = None,
@@ -5815,7 +5811,6 @@ class ClusterNodeConfigArgs:
5815
5811
  for how these labels are applied to clusters, node pools and nodes.
5816
5812
  :param pulumi.Input[Mapping[str, Any]] resource_manager_tags: A map of resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies. Tags must be according to specifications found [here](https://cloud.google.com/vpc/docs/tags-firewalls-overview#specifications). A maximum of 5 tag key-value pairs can be specified. Existing tags will be replaced with new values. Tags must be in one of the following formats ([KEY]=[VALUE]) 1. `tagKeys/{tag_key_id}=tagValues/{tag_value_id}` 2. `{org_id}/{tag_key_name}={tag_value_name}` 3. `{project_id}/{tag_key_name}={tag_value_name}`.
5817
5813
  :param pulumi.Input['ClusterNodeConfigSandboxConfigArgs'] sandbox_config: Sandbox configuration for this node.
5818
- :param pulumi.Input[Sequence[pulumi.Input['ClusterNodeConfigSecondaryBootDiskArgs']]] secondary_boot_disks: Parameters for secondary boot disks to preload container images and data on new nodes. Structure is documented below. `gcfs_config` must be `enabled=true` for this feature to work. `min_master_version` must also be set to use GKE 1.28.3-gke.106700 or later versions.
5819
5814
  :param pulumi.Input[str] service_account: The service account to be used by the Node VMs.
5820
5815
  If not specified, the "default" service account is used.
5821
5816
  :param pulumi.Input['ClusterNodeConfigShieldedInstanceConfigArgs'] shielded_instance_config: Shielded Instance options. Structure is documented below.
@@ -5898,8 +5893,6 @@ class ClusterNodeConfigArgs:
5898
5893
  pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
5899
5894
  if sandbox_config is not None:
5900
5895
  pulumi.set(__self__, "sandbox_config", sandbox_config)
5901
- if secondary_boot_disks is not None:
5902
- pulumi.set(__self__, "secondary_boot_disks", secondary_boot_disks)
5903
5896
  if service_account is not None:
5904
5897
  pulumi.set(__self__, "service_account", service_account)
5905
5898
  if shielded_instance_config is not None:
@@ -6333,18 +6326,6 @@ class ClusterNodeConfigArgs:
6333
6326
  def sandbox_config(self, value: Optional[pulumi.Input['ClusterNodeConfigSandboxConfigArgs']]):
6334
6327
  pulumi.set(self, "sandbox_config", value)
6335
6328
 
6336
- @property
6337
- @pulumi.getter(name="secondaryBootDisks")
6338
- def secondary_boot_disks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ClusterNodeConfigSecondaryBootDiskArgs']]]]:
6339
- """
6340
- Parameters for secondary boot disks to preload container images and data on new nodes. Structure is documented below. `gcfs_config` must be `enabled=true` for this feature to work. `min_master_version` must also be set to use GKE 1.28.3-gke.106700 or later versions.
6341
- """
6342
- return pulumi.get(self, "secondary_boot_disks")
6343
-
6344
- @secondary_boot_disks.setter
6345
- def secondary_boot_disks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ClusterNodeConfigSecondaryBootDiskArgs']]]]):
6346
- pulumi.set(self, "secondary_boot_disks", value)
6347
-
6348
6329
  @property
6349
6330
  @pulumi.getter(name="serviceAccount")
6350
6331
  def service_account(self) -> Optional[pulumi.Input[str]]:
@@ -6757,7 +6738,6 @@ class ClusterNodeConfigGuestAcceleratorGpuSharingConfigArgs:
6757
6738
  :param pulumi.Input[str] gpu_sharing_strategy: The type of GPU sharing strategy to enable on the GPU node.
6758
6739
  Accepted values are:
6759
6740
  * `"TIME_SHARING"`: Allow multiple containers to have [time-shared](https://cloud.google.com/kubernetes-engine/docs/concepts/timesharing-gpus) access to a single GPU device.
6760
- * `"MPS"`: Enable co-operative multi-process CUDA workloads to run concurrently on a single GPU device with [MPS](https://cloud.google.com/kubernetes-engine/docs/how-to/nvidia-mps-gpus)
6761
6741
  :param pulumi.Input[int] max_shared_clients_per_gpu: The maximum number of containers that can share a GPU.
6762
6742
  """
6763
6743
  pulumi.set(__self__, "gpu_sharing_strategy", gpu_sharing_strategy)
@@ -6770,7 +6750,6 @@ class ClusterNodeConfigGuestAcceleratorGpuSharingConfigArgs:
6770
6750
  The type of GPU sharing strategy to enable on the GPU node.
6771
6751
  Accepted values are:
6772
6752
  * `"TIME_SHARING"`: Allow multiple containers to have [time-shared](https://cloud.google.com/kubernetes-engine/docs/concepts/timesharing-gpus) access to a single GPU device.
6773
- * `"MPS"`: Enable co-operative multi-process CUDA workloads to run concurrently on a single GPU device with [MPS](https://cloud.google.com/kubernetes-engine/docs/how-to/nvidia-mps-gpus)
6774
6753
  """
6775
6754
  return pulumi.get(self, "gpu_sharing_strategy")
6776
6755
 
@@ -7092,44 +7071,6 @@ class ClusterNodeConfigSandboxConfigArgs:
7092
7071
  pulumi.set(self, "sandbox_type", value)
7093
7072
 
7094
7073
 
7095
- @pulumi.input_type
7096
- class ClusterNodeConfigSecondaryBootDiskArgs:
7097
- def __init__(__self__, *,
7098
- disk_image: pulumi.Input[str],
7099
- mode: Optional[pulumi.Input[str]] = None):
7100
- """
7101
- :param pulumi.Input[str] disk_image: Path to disk image to create the secondary boot disk from. After using the [gke-disk-image-builder](https://github.com/GoogleCloudPlatform/ai-on-gke/tree/main/tools/gke-disk-image-builder), this argument should be `global/images/DISK_IMAGE_NAME`.
7102
- :param pulumi.Input[str] mode: Mode for how the secondary boot disk is used. An example mode is `CONTAINER_IMAGE_CACHE`.
7103
- """
7104
- pulumi.set(__self__, "disk_image", disk_image)
7105
- if mode is not None:
7106
- pulumi.set(__self__, "mode", mode)
7107
-
7108
- @property
7109
- @pulumi.getter(name="diskImage")
7110
- def disk_image(self) -> pulumi.Input[str]:
7111
- """
7112
- Path to disk image to create the secondary boot disk from. After using the [gke-disk-image-builder](https://github.com/GoogleCloudPlatform/ai-on-gke/tree/main/tools/gke-disk-image-builder), this argument should be `global/images/DISK_IMAGE_NAME`.
7113
- """
7114
- return pulumi.get(self, "disk_image")
7115
-
7116
- @disk_image.setter
7117
- def disk_image(self, value: pulumi.Input[str]):
7118
- pulumi.set(self, "disk_image", value)
7119
-
7120
- @property
7121
- @pulumi.getter
7122
- def mode(self) -> Optional[pulumi.Input[str]]:
7123
- """
7124
- Mode for how the secondary boot disk is used. An example mode is `CONTAINER_IMAGE_CACHE`.
7125
- """
7126
- return pulumi.get(self, "mode")
7127
-
7128
- @mode.setter
7129
- def mode(self, value: Optional[pulumi.Input[str]]):
7130
- pulumi.set(self, "mode", value)
7131
-
7132
-
7133
7074
  @pulumi.input_type
7134
7075
  class ClusterNodeConfigShieldedInstanceConfigArgs:
7135
7076
  def __init__(__self__, *,
@@ -8233,7 +8174,6 @@ class ClusterNodePoolNodeConfigArgs:
8233
8174
  resource_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
8234
8175
  resource_manager_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
8235
8176
  sandbox_config: Optional[pulumi.Input['ClusterNodePoolNodeConfigSandboxConfigArgs']] = None,
8236
- secondary_boot_disks: Optional[pulumi.Input[Sequence[pulumi.Input['ClusterNodePoolNodeConfigSecondaryBootDiskArgs']]]] = None,
8237
8177
  service_account: Optional[pulumi.Input[str]] = None,
8238
8178
  shielded_instance_config: Optional[pulumi.Input['ClusterNodePoolNodeConfigShieldedInstanceConfigArgs']] = None,
8239
8179
  sole_tenant_config: Optional[pulumi.Input['ClusterNodePoolNodeConfigSoleTenantConfigArgs']] = None,
@@ -8319,7 +8259,6 @@ class ClusterNodePoolNodeConfigArgs:
8319
8259
  for how these labels are applied to clusters, node pools and nodes.
8320
8260
  :param pulumi.Input[Mapping[str, Any]] resource_manager_tags: A map of resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies. Tags must be according to specifications found [here](https://cloud.google.com/vpc/docs/tags-firewalls-overview#specifications). A maximum of 5 tag key-value pairs can be specified. Existing tags will be replaced with new values. Tags must be in one of the following formats ([KEY]=[VALUE]) 1. `tagKeys/{tag_key_id}=tagValues/{tag_value_id}` 2. `{org_id}/{tag_key_name}={tag_value_name}` 3. `{project_id}/{tag_key_name}={tag_value_name}`.
8321
8261
  :param pulumi.Input['ClusterNodePoolNodeConfigSandboxConfigArgs'] sandbox_config: Sandbox configuration for this node.
8322
- :param pulumi.Input[Sequence[pulumi.Input['ClusterNodePoolNodeConfigSecondaryBootDiskArgs']]] secondary_boot_disks: Parameters for secondary boot disks to preload container images and data on new nodes. Structure is documented below. `gcfs_config` must be `enabled=true` for this feature to work. `min_master_version` must also be set to use GKE 1.28.3-gke.106700 or later versions.
8323
8262
  :param pulumi.Input[str] service_account: The service account to be used by the Node VMs.
8324
8263
  If not specified, the "default" service account is used.
8325
8264
  :param pulumi.Input['ClusterNodePoolNodeConfigShieldedInstanceConfigArgs'] shielded_instance_config: Shielded Instance options. Structure is documented below.
@@ -8402,8 +8341,6 @@ class ClusterNodePoolNodeConfigArgs:
8402
8341
  pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
8403
8342
  if sandbox_config is not None:
8404
8343
  pulumi.set(__self__, "sandbox_config", sandbox_config)
8405
- if secondary_boot_disks is not None:
8406
- pulumi.set(__self__, "secondary_boot_disks", secondary_boot_disks)
8407
8344
  if service_account is not None:
8408
8345
  pulumi.set(__self__, "service_account", service_account)
8409
8346
  if shielded_instance_config is not None:
@@ -8837,18 +8774,6 @@ class ClusterNodePoolNodeConfigArgs:
8837
8774
  def sandbox_config(self, value: Optional[pulumi.Input['ClusterNodePoolNodeConfigSandboxConfigArgs']]):
8838
8775
  pulumi.set(self, "sandbox_config", value)
8839
8776
 
8840
- @property
8841
- @pulumi.getter(name="secondaryBootDisks")
8842
- def secondary_boot_disks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ClusterNodePoolNodeConfigSecondaryBootDiskArgs']]]]:
8843
- """
8844
- Parameters for secondary boot disks to preload container images and data on new nodes. Structure is documented below. `gcfs_config` must be `enabled=true` for this feature to work. `min_master_version` must also be set to use GKE 1.28.3-gke.106700 or later versions.
8845
- """
8846
- return pulumi.get(self, "secondary_boot_disks")
8847
-
8848
- @secondary_boot_disks.setter
8849
- def secondary_boot_disks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ClusterNodePoolNodeConfigSecondaryBootDiskArgs']]]]):
8850
- pulumi.set(self, "secondary_boot_disks", value)
8851
-
8852
8777
  @property
8853
8778
  @pulumi.getter(name="serviceAccount")
8854
8779
  def service_account(self) -> Optional[pulumi.Input[str]]:
@@ -9261,7 +9186,6 @@ class ClusterNodePoolNodeConfigGuestAcceleratorGpuSharingConfigArgs:
9261
9186
  :param pulumi.Input[str] gpu_sharing_strategy: The type of GPU sharing strategy to enable on the GPU node.
9262
9187
  Accepted values are:
9263
9188
  * `"TIME_SHARING"`: Allow multiple containers to have [time-shared](https://cloud.google.com/kubernetes-engine/docs/concepts/timesharing-gpus) access to a single GPU device.
9264
- * `"MPS"`: Enable co-operative multi-process CUDA workloads to run concurrently on a single GPU device with [MPS](https://cloud.google.com/kubernetes-engine/docs/how-to/nvidia-mps-gpus)
9265
9189
  :param pulumi.Input[int] max_shared_clients_per_gpu: The maximum number of containers that can share a GPU.
9266
9190
  """
9267
9191
  pulumi.set(__self__, "gpu_sharing_strategy", gpu_sharing_strategy)
@@ -9274,7 +9198,6 @@ class ClusterNodePoolNodeConfigGuestAcceleratorGpuSharingConfigArgs:
9274
9198
  The type of GPU sharing strategy to enable on the GPU node.
9275
9199
  Accepted values are:
9276
9200
  * `"TIME_SHARING"`: Allow multiple containers to have [time-shared](https://cloud.google.com/kubernetes-engine/docs/concepts/timesharing-gpus) access to a single GPU device.
9277
- * `"MPS"`: Enable co-operative multi-process CUDA workloads to run concurrently on a single GPU device with [MPS](https://cloud.google.com/kubernetes-engine/docs/how-to/nvidia-mps-gpus)
9278
9201
  """
9279
9202
  return pulumi.get(self, "gpu_sharing_strategy")
9280
9203
 
@@ -9596,44 +9519,6 @@ class ClusterNodePoolNodeConfigSandboxConfigArgs:
9596
9519
  pulumi.set(self, "sandbox_type", value)
9597
9520
 
9598
9521
 
9599
- @pulumi.input_type
9600
- class ClusterNodePoolNodeConfigSecondaryBootDiskArgs:
9601
- def __init__(__self__, *,
9602
- disk_image: pulumi.Input[str],
9603
- mode: Optional[pulumi.Input[str]] = None):
9604
- """
9605
- :param pulumi.Input[str] disk_image: Path to disk image to create the secondary boot disk from. After using the [gke-disk-image-builder](https://github.com/GoogleCloudPlatform/ai-on-gke/tree/main/tools/gke-disk-image-builder), this argument should be `global/images/DISK_IMAGE_NAME`.
9606
- :param pulumi.Input[str] mode: Mode for how the secondary boot disk is used. An example mode is `CONTAINER_IMAGE_CACHE`.
9607
- """
9608
- pulumi.set(__self__, "disk_image", disk_image)
9609
- if mode is not None:
9610
- pulumi.set(__self__, "mode", mode)
9611
-
9612
- @property
9613
- @pulumi.getter(name="diskImage")
9614
- def disk_image(self) -> pulumi.Input[str]:
9615
- """
9616
- Path to disk image to create the secondary boot disk from. After using the [gke-disk-image-builder](https://github.com/GoogleCloudPlatform/ai-on-gke/tree/main/tools/gke-disk-image-builder), this argument should be `global/images/DISK_IMAGE_NAME`.
9617
- """
9618
- return pulumi.get(self, "disk_image")
9619
-
9620
- @disk_image.setter
9621
- def disk_image(self, value: pulumi.Input[str]):
9622
- pulumi.set(self, "disk_image", value)
9623
-
9624
- @property
9625
- @pulumi.getter
9626
- def mode(self) -> Optional[pulumi.Input[str]]:
9627
- """
9628
- Mode for how the secondary boot disk is used. An example mode is `CONTAINER_IMAGE_CACHE`.
9629
- """
9630
- return pulumi.get(self, "mode")
9631
-
9632
- @mode.setter
9633
- def mode(self, value: Optional[pulumi.Input[str]]):
9634
- pulumi.set(self, "mode", value)
9635
-
9636
-
9637
9522
  @pulumi.input_type
9638
9523
  class ClusterNodePoolNodeConfigShieldedInstanceConfigArgs:
9639
9524
  def __init__(__self__, *,
@@ -11212,7 +11097,6 @@ class NodePoolNodeConfigArgs:
11212
11097
  resource_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
11213
11098
  resource_manager_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
11214
11099
  sandbox_config: Optional[pulumi.Input['NodePoolNodeConfigSandboxConfigArgs']] = None,
11215
- secondary_boot_disks: Optional[pulumi.Input[Sequence[pulumi.Input['NodePoolNodeConfigSecondaryBootDiskArgs']]]] = None,
11216
11100
  service_account: Optional[pulumi.Input[str]] = None,
11217
11101
  shielded_instance_config: Optional[pulumi.Input['NodePoolNodeConfigShieldedInstanceConfigArgs']] = None,
11218
11102
  sole_tenant_config: Optional[pulumi.Input['NodePoolNodeConfigSoleTenantConfigArgs']] = None,
@@ -11252,7 +11136,6 @@ class NodePoolNodeConfigArgs:
11252
11136
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_labels: The GCE resource labels (a map of key/value pairs) to be applied to the node pool.
11253
11137
  :param pulumi.Input[Mapping[str, Any]] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
11254
11138
  :param pulumi.Input['NodePoolNodeConfigSandboxConfigArgs'] sandbox_config: Sandbox configuration for this node.
11255
- :param pulumi.Input[Sequence[pulumi.Input['NodePoolNodeConfigSecondaryBootDiskArgs']]] secondary_boot_disks: Secondary boot disks for preloading data or container images.
11256
11139
  :param pulumi.Input[str] service_account: The Google Cloud Platform Service Account to be used by the node VMs.
11257
11140
  :param pulumi.Input['NodePoolNodeConfigShieldedInstanceConfigArgs'] shielded_instance_config: Shielded Instance options.
11258
11141
  :param pulumi.Input['NodePoolNodeConfigSoleTenantConfigArgs'] sole_tenant_config: Node affinity options for sole tenant node pools.
@@ -11323,8 +11206,6 @@ class NodePoolNodeConfigArgs:
11323
11206
  pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
11324
11207
  if sandbox_config is not None:
11325
11208
  pulumi.set(__self__, "sandbox_config", sandbox_config)
11326
- if secondary_boot_disks is not None:
11327
- pulumi.set(__self__, "secondary_boot_disks", secondary_boot_disks)
11328
11209
  if service_account is not None:
11329
11210
  pulumi.set(__self__, "service_account", service_account)
11330
11211
  if shielded_instance_config is not None:
@@ -11712,18 +11593,6 @@ class NodePoolNodeConfigArgs:
11712
11593
  def sandbox_config(self, value: Optional[pulumi.Input['NodePoolNodeConfigSandboxConfigArgs']]):
11713
11594
  pulumi.set(self, "sandbox_config", value)
11714
11595
 
11715
- @property
11716
- @pulumi.getter(name="secondaryBootDisks")
11717
- def secondary_boot_disks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NodePoolNodeConfigSecondaryBootDiskArgs']]]]:
11718
- """
11719
- Secondary boot disks for preloading data or container images.
11720
- """
11721
- return pulumi.get(self, "secondary_boot_disks")
11722
-
11723
- @secondary_boot_disks.setter
11724
- def secondary_boot_disks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NodePoolNodeConfigSecondaryBootDiskArgs']]]]):
11725
- pulumi.set(self, "secondary_boot_disks", value)
11726
-
11727
11596
  @property
11728
11597
  @pulumi.getter(name="serviceAccount")
11729
11598
  def service_account(self) -> Optional[pulumi.Input[str]]:
@@ -12393,44 +12262,6 @@ class NodePoolNodeConfigSandboxConfigArgs:
12393
12262
  pulumi.set(self, "sandbox_type", value)
12394
12263
 
12395
12264
 
12396
- @pulumi.input_type
12397
- class NodePoolNodeConfigSecondaryBootDiskArgs:
12398
- def __init__(__self__, *,
12399
- disk_image: pulumi.Input[str],
12400
- mode: Optional[pulumi.Input[str]] = None):
12401
- """
12402
- :param pulumi.Input[str] disk_image: Disk image to create the secondary boot disk from
12403
- :param pulumi.Input[str] mode: Mode for how the secondary boot disk is used.
12404
- """
12405
- pulumi.set(__self__, "disk_image", disk_image)
12406
- if mode is not None:
12407
- pulumi.set(__self__, "mode", mode)
12408
-
12409
- @property
12410
- @pulumi.getter(name="diskImage")
12411
- def disk_image(self) -> pulumi.Input[str]:
12412
- """
12413
- Disk image to create the secondary boot disk from
12414
- """
12415
- return pulumi.get(self, "disk_image")
12416
-
12417
- @disk_image.setter
12418
- def disk_image(self, value: pulumi.Input[str]):
12419
- pulumi.set(self, "disk_image", value)
12420
-
12421
- @property
12422
- @pulumi.getter
12423
- def mode(self) -> Optional[pulumi.Input[str]]:
12424
- """
12425
- Mode for how the secondary boot disk is used.
12426
- """
12427
- return pulumi.get(self, "mode")
12428
-
12429
- @mode.setter
12430
- def mode(self, value: Optional[pulumi.Input[str]]):
12431
- pulumi.set(self, "mode", value)
12432
-
12433
-
12434
12265
  @pulumi.input_type
12435
12266
  class NodePoolNodeConfigShieldedInstanceConfigArgs:
12436
12267
  def __init__(__self__, *,