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.
- pulumi_gcp/__init__.py +0 -11
- pulumi_gcp/alloydb/_inputs.py +0 -139
- pulumi_gcp/alloydb/cluster.py +0 -54
- pulumi_gcp/alloydb/outputs.py +0 -145
- pulumi_gcp/applicationintegration/auth_config.py +6 -2
- pulumi_gcp/applicationintegration/client.py +18 -133
- pulumi_gcp/bigquery/dataset.py +2 -2
- pulumi_gcp/bigquery/job.py +20 -16
- pulumi_gcp/cloudrunv2/job.py +4 -2
- pulumi_gcp/cloudrunv2/service.py +4 -2
- pulumi_gcp/compute/_inputs.py +0 -4
- pulumi_gcp/compute/outputs.py +0 -4
- pulumi_gcp/compute/router_peer.py +14 -54
- pulumi_gcp/config/__init__.pyi +0 -2
- pulumi_gcp/config/vars.py +0 -4
- pulumi_gcp/container/_inputs.py +0 -169
- pulumi_gcp/container/outputs.py +0 -272
- pulumi_gcp/dataflow/flex_template_job.py +21 -21
- pulumi_gcp/dataflow/job.py +7 -21
- pulumi_gcp/essentialcontacts/document_ai_warehouse_document_schema.py +528 -0
- pulumi_gcp/firebaserules/release.py +2 -2
- pulumi_gcp/provider.py +0 -20
- pulumi_gcp/redis/cluster.py +2 -69
- pulumi_gcp/storage/__init__.py +0 -1
- pulumi_gcp/storage/outputs.py +0 -63
- {pulumi_gcp-7.22.0.dist-info → pulumi_gcp-7.22.0a1715206629.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.22.0.dist-info → pulumi_gcp-7.22.0a1715206629.dist-info}/RECORD +29 -34
- pulumi_gcp/privilegedaccessmanager/__init__.py +0 -10
- pulumi_gcp/privilegedaccessmanager/_inputs.py +0 -420
- pulumi_gcp/privilegedaccessmanager/entitlement.py +0 -852
- pulumi_gcp/privilegedaccessmanager/outputs.py +0 -491
- pulumi_gcp/storage/get_buckets.py +0 -138
- {pulumi_gcp-7.22.0.dist-info → pulumi_gcp-7.22.0a1715206629.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.22.0.dist-info → pulumi_gcp-7.22.0a1715206629.dist-info}/top_level.txt +0 -0
pulumi_gcp/container/outputs.py
CHANGED
@@ -149,7 +149,6 @@ __all__ = [
|
|
149
149
|
'ClusterNodeConfigLocalNvmeSsdBlockConfig',
|
150
150
|
'ClusterNodeConfigReservationAffinity',
|
151
151
|
'ClusterNodeConfigSandboxConfig',
|
152
|
-
'ClusterNodeConfigSecondaryBootDisk',
|
153
152
|
'ClusterNodeConfigShieldedInstanceConfig',
|
154
153
|
'ClusterNodeConfigSoleTenantConfig',
|
155
154
|
'ClusterNodeConfigSoleTenantConfigNodeAffinity',
|
@@ -186,7 +185,6 @@ __all__ = [
|
|
186
185
|
'ClusterNodePoolNodeConfigLocalNvmeSsdBlockConfig',
|
187
186
|
'ClusterNodePoolNodeConfigReservationAffinity',
|
188
187
|
'ClusterNodePoolNodeConfigSandboxConfig',
|
189
|
-
'ClusterNodePoolNodeConfigSecondaryBootDisk',
|
190
188
|
'ClusterNodePoolNodeConfigShieldedInstanceConfig',
|
191
189
|
'ClusterNodePoolNodeConfigSoleTenantConfig',
|
192
190
|
'ClusterNodePoolNodeConfigSoleTenantConfigNodeAffinity',
|
@@ -239,7 +237,6 @@ __all__ = [
|
|
239
237
|
'NodePoolNodeConfigLocalNvmeSsdBlockConfig',
|
240
238
|
'NodePoolNodeConfigReservationAffinity',
|
241
239
|
'NodePoolNodeConfigSandboxConfig',
|
242
|
-
'NodePoolNodeConfigSecondaryBootDisk',
|
243
240
|
'NodePoolNodeConfigShieldedInstanceConfig',
|
244
241
|
'NodePoolNodeConfigSoleTenantConfig',
|
245
242
|
'NodePoolNodeConfigSoleTenantConfigNodeAffinity',
|
@@ -321,7 +318,6 @@ __all__ = [
|
|
321
318
|
'GetClusterNodeConfigLocalNvmeSsdBlockConfigResult',
|
322
319
|
'GetClusterNodeConfigReservationAffinityResult',
|
323
320
|
'GetClusterNodeConfigSandboxConfigResult',
|
324
|
-
'GetClusterNodeConfigSecondaryBootDiskResult',
|
325
321
|
'GetClusterNodeConfigShieldedInstanceConfigResult',
|
326
322
|
'GetClusterNodeConfigSoleTenantConfigResult',
|
327
323
|
'GetClusterNodeConfigSoleTenantConfigNodeAffinityResult',
|
@@ -358,7 +354,6 @@ __all__ = [
|
|
358
354
|
'GetClusterNodePoolNodeConfigLocalNvmeSsdBlockConfigResult',
|
359
355
|
'GetClusterNodePoolNodeConfigReservationAffinityResult',
|
360
356
|
'GetClusterNodePoolNodeConfigSandboxConfigResult',
|
361
|
-
'GetClusterNodePoolNodeConfigSecondaryBootDiskResult',
|
362
357
|
'GetClusterNodePoolNodeConfigShieldedInstanceConfigResult',
|
363
358
|
'GetClusterNodePoolNodeConfigSoleTenantConfigResult',
|
364
359
|
'GetClusterNodePoolNodeConfigSoleTenantConfigNodeAffinityResult',
|
@@ -6447,8 +6442,6 @@ class ClusterNodeConfig(dict):
|
|
6447
6442
|
suggest = "resource_manager_tags"
|
6448
6443
|
elif key == "sandboxConfig":
|
6449
6444
|
suggest = "sandbox_config"
|
6450
|
-
elif key == "secondaryBootDisks":
|
6451
|
-
suggest = "secondary_boot_disks"
|
6452
6445
|
elif key == "serviceAccount":
|
6453
6446
|
suggest = "service_account"
|
6454
6447
|
elif key == "shieldedInstanceConfig":
|
@@ -6501,7 +6494,6 @@ class ClusterNodeConfig(dict):
|
|
6501
6494
|
resource_labels: Optional[Mapping[str, str]] = None,
|
6502
6495
|
resource_manager_tags: Optional[Mapping[str, Any]] = None,
|
6503
6496
|
sandbox_config: Optional['outputs.ClusterNodeConfigSandboxConfig'] = None,
|
6504
|
-
secondary_boot_disks: Optional[Sequence['outputs.ClusterNodeConfigSecondaryBootDisk']] = None,
|
6505
6497
|
service_account: Optional[str] = None,
|
6506
6498
|
shielded_instance_config: Optional['outputs.ClusterNodeConfigShieldedInstanceConfig'] = None,
|
6507
6499
|
sole_tenant_config: Optional['outputs.ClusterNodeConfigSoleTenantConfig'] = None,
|
@@ -6587,7 +6579,6 @@ class ClusterNodeConfig(dict):
|
|
6587
6579
|
for how these labels are applied to clusters, node pools and nodes.
|
6588
6580
|
:param 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}`.
|
6589
6581
|
:param 'ClusterNodeConfigSandboxConfigArgs' sandbox_config: Sandbox configuration for this node.
|
6590
|
-
:param Sequence['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.
|
6591
6582
|
:param str service_account: The service account to be used by the Node VMs.
|
6592
6583
|
If not specified, the "default" service account is used.
|
6593
6584
|
:param 'ClusterNodeConfigShieldedInstanceConfigArgs' shielded_instance_config: Shielded Instance options. Structure is documented below.
|
@@ -6670,8 +6661,6 @@ class ClusterNodeConfig(dict):
|
|
6670
6661
|
pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
|
6671
6662
|
if sandbox_config is not None:
|
6672
6663
|
pulumi.set(__self__, "sandbox_config", sandbox_config)
|
6673
|
-
if secondary_boot_disks is not None:
|
6674
|
-
pulumi.set(__self__, "secondary_boot_disks", secondary_boot_disks)
|
6675
6664
|
if service_account is not None:
|
6676
6665
|
pulumi.set(__self__, "service_account", service_account)
|
6677
6666
|
if shielded_instance_config is not None:
|
@@ -6981,14 +6970,6 @@ class ClusterNodeConfig(dict):
|
|
6981
6970
|
"""
|
6982
6971
|
return pulumi.get(self, "sandbox_config")
|
6983
6972
|
|
6984
|
-
@property
|
6985
|
-
@pulumi.getter(name="secondaryBootDisks")
|
6986
|
-
def secondary_boot_disks(self) -> Optional[Sequence['outputs.ClusterNodeConfigSecondaryBootDisk']]:
|
6987
|
-
"""
|
6988
|
-
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.
|
6989
|
-
"""
|
6990
|
-
return pulumi.get(self, "secondary_boot_disks")
|
6991
|
-
|
6992
6973
|
@property
|
6993
6974
|
@pulumi.getter(name="serviceAccount")
|
6994
6975
|
def service_account(self) -> Optional[str]:
|
@@ -7421,7 +7402,6 @@ class ClusterNodeConfigGuestAcceleratorGpuSharingConfig(dict):
|
|
7421
7402
|
:param str gpu_sharing_strategy: The type of GPU sharing strategy to enable on the GPU node.
|
7422
7403
|
Accepted values are:
|
7423
7404
|
* `"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.
|
7424
|
-
* `"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)
|
7425
7405
|
:param int max_shared_clients_per_gpu: The maximum number of containers that can share a GPU.
|
7426
7406
|
"""
|
7427
7407
|
pulumi.set(__self__, "gpu_sharing_strategy", gpu_sharing_strategy)
|
@@ -7434,7 +7414,6 @@ class ClusterNodeConfigGuestAcceleratorGpuSharingConfig(dict):
|
|
7434
7414
|
The type of GPU sharing strategy to enable on the GPU node.
|
7435
7415
|
Accepted values are:
|
7436
7416
|
* `"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.
|
7437
|
-
* `"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)
|
7438
7417
|
"""
|
7439
7418
|
return pulumi.get(self, "gpu_sharing_strategy")
|
7440
7419
|
|
@@ -7804,53 +7783,6 @@ class ClusterNodeConfigSandboxConfig(dict):
|
|
7804
7783
|
return pulumi.get(self, "sandbox_type")
|
7805
7784
|
|
7806
7785
|
|
7807
|
-
@pulumi.output_type
|
7808
|
-
class ClusterNodeConfigSecondaryBootDisk(dict):
|
7809
|
-
@staticmethod
|
7810
|
-
def __key_warning(key: str):
|
7811
|
-
suggest = None
|
7812
|
-
if key == "diskImage":
|
7813
|
-
suggest = "disk_image"
|
7814
|
-
|
7815
|
-
if suggest:
|
7816
|
-
pulumi.log.warn(f"Key '{key}' not found in ClusterNodeConfigSecondaryBootDisk. Access the value via the '{suggest}' property getter instead.")
|
7817
|
-
|
7818
|
-
def __getitem__(self, key: str) -> Any:
|
7819
|
-
ClusterNodeConfigSecondaryBootDisk.__key_warning(key)
|
7820
|
-
return super().__getitem__(key)
|
7821
|
-
|
7822
|
-
def get(self, key: str, default = None) -> Any:
|
7823
|
-
ClusterNodeConfigSecondaryBootDisk.__key_warning(key)
|
7824
|
-
return super().get(key, default)
|
7825
|
-
|
7826
|
-
def __init__(__self__, *,
|
7827
|
-
disk_image: str,
|
7828
|
-
mode: Optional[str] = None):
|
7829
|
-
"""
|
7830
|
-
:param 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`.
|
7831
|
-
:param str mode: Mode for how the secondary boot disk is used. An example mode is `CONTAINER_IMAGE_CACHE`.
|
7832
|
-
"""
|
7833
|
-
pulumi.set(__self__, "disk_image", disk_image)
|
7834
|
-
if mode is not None:
|
7835
|
-
pulumi.set(__self__, "mode", mode)
|
7836
|
-
|
7837
|
-
@property
|
7838
|
-
@pulumi.getter(name="diskImage")
|
7839
|
-
def disk_image(self) -> str:
|
7840
|
-
"""
|
7841
|
-
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`.
|
7842
|
-
"""
|
7843
|
-
return pulumi.get(self, "disk_image")
|
7844
|
-
|
7845
|
-
@property
|
7846
|
-
@pulumi.getter
|
7847
|
-
def mode(self) -> Optional[str]:
|
7848
|
-
"""
|
7849
|
-
Mode for how the secondary boot disk is used. An example mode is `CONTAINER_IMAGE_CACHE`.
|
7850
|
-
"""
|
7851
|
-
return pulumi.get(self, "mode")
|
7852
|
-
|
7853
|
-
|
7854
7786
|
@pulumi.output_type
|
7855
7787
|
class ClusterNodeConfigShieldedInstanceConfig(dict):
|
7856
7788
|
@staticmethod
|
@@ -9000,8 +8932,6 @@ class ClusterNodePoolNodeConfig(dict):
|
|
9000
8932
|
suggest = "resource_manager_tags"
|
9001
8933
|
elif key == "sandboxConfig":
|
9002
8934
|
suggest = "sandbox_config"
|
9003
|
-
elif key == "secondaryBootDisks":
|
9004
|
-
suggest = "secondary_boot_disks"
|
9005
8935
|
elif key == "serviceAccount":
|
9006
8936
|
suggest = "service_account"
|
9007
8937
|
elif key == "shieldedInstanceConfig":
|
@@ -9054,7 +8984,6 @@ class ClusterNodePoolNodeConfig(dict):
|
|
9054
8984
|
resource_labels: Optional[Mapping[str, str]] = None,
|
9055
8985
|
resource_manager_tags: Optional[Mapping[str, Any]] = None,
|
9056
8986
|
sandbox_config: Optional['outputs.ClusterNodePoolNodeConfigSandboxConfig'] = None,
|
9057
|
-
secondary_boot_disks: Optional[Sequence['outputs.ClusterNodePoolNodeConfigSecondaryBootDisk']] = None,
|
9058
8987
|
service_account: Optional[str] = None,
|
9059
8988
|
shielded_instance_config: Optional['outputs.ClusterNodePoolNodeConfigShieldedInstanceConfig'] = None,
|
9060
8989
|
sole_tenant_config: Optional['outputs.ClusterNodePoolNodeConfigSoleTenantConfig'] = None,
|
@@ -9140,7 +9069,6 @@ class ClusterNodePoolNodeConfig(dict):
|
|
9140
9069
|
for how these labels are applied to clusters, node pools and nodes.
|
9141
9070
|
:param 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}`.
|
9142
9071
|
:param 'ClusterNodePoolNodeConfigSandboxConfigArgs' sandbox_config: Sandbox configuration for this node.
|
9143
|
-
:param Sequence['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.
|
9144
9072
|
:param str service_account: The service account to be used by the Node VMs.
|
9145
9073
|
If not specified, the "default" service account is used.
|
9146
9074
|
:param 'ClusterNodePoolNodeConfigShieldedInstanceConfigArgs' shielded_instance_config: Shielded Instance options. Structure is documented below.
|
@@ -9223,8 +9151,6 @@ class ClusterNodePoolNodeConfig(dict):
|
|
9223
9151
|
pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
|
9224
9152
|
if sandbox_config is not None:
|
9225
9153
|
pulumi.set(__self__, "sandbox_config", sandbox_config)
|
9226
|
-
if secondary_boot_disks is not None:
|
9227
|
-
pulumi.set(__self__, "secondary_boot_disks", secondary_boot_disks)
|
9228
9154
|
if service_account is not None:
|
9229
9155
|
pulumi.set(__self__, "service_account", service_account)
|
9230
9156
|
if shielded_instance_config is not None:
|
@@ -9534,14 +9460,6 @@ class ClusterNodePoolNodeConfig(dict):
|
|
9534
9460
|
"""
|
9535
9461
|
return pulumi.get(self, "sandbox_config")
|
9536
9462
|
|
9537
|
-
@property
|
9538
|
-
@pulumi.getter(name="secondaryBootDisks")
|
9539
|
-
def secondary_boot_disks(self) -> Optional[Sequence['outputs.ClusterNodePoolNodeConfigSecondaryBootDisk']]:
|
9540
|
-
"""
|
9541
|
-
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.
|
9542
|
-
"""
|
9543
|
-
return pulumi.get(self, "secondary_boot_disks")
|
9544
|
-
|
9545
9463
|
@property
|
9546
9464
|
@pulumi.getter(name="serviceAccount")
|
9547
9465
|
def service_account(self) -> Optional[str]:
|
@@ -9974,7 +9892,6 @@ class ClusterNodePoolNodeConfigGuestAcceleratorGpuSharingConfig(dict):
|
|
9974
9892
|
:param str gpu_sharing_strategy: The type of GPU sharing strategy to enable on the GPU node.
|
9975
9893
|
Accepted values are:
|
9976
9894
|
* `"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.
|
9977
|
-
* `"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)
|
9978
9895
|
:param int max_shared_clients_per_gpu: The maximum number of containers that can share a GPU.
|
9979
9896
|
"""
|
9980
9897
|
pulumi.set(__self__, "gpu_sharing_strategy", gpu_sharing_strategy)
|
@@ -9987,7 +9904,6 @@ class ClusterNodePoolNodeConfigGuestAcceleratorGpuSharingConfig(dict):
|
|
9987
9904
|
The type of GPU sharing strategy to enable on the GPU node.
|
9988
9905
|
Accepted values are:
|
9989
9906
|
* `"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.
|
9990
|
-
* `"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)
|
9991
9907
|
"""
|
9992
9908
|
return pulumi.get(self, "gpu_sharing_strategy")
|
9993
9909
|
|
@@ -10357,53 +10273,6 @@ class ClusterNodePoolNodeConfigSandboxConfig(dict):
|
|
10357
10273
|
return pulumi.get(self, "sandbox_type")
|
10358
10274
|
|
10359
10275
|
|
10360
|
-
@pulumi.output_type
|
10361
|
-
class ClusterNodePoolNodeConfigSecondaryBootDisk(dict):
|
10362
|
-
@staticmethod
|
10363
|
-
def __key_warning(key: str):
|
10364
|
-
suggest = None
|
10365
|
-
if key == "diskImage":
|
10366
|
-
suggest = "disk_image"
|
10367
|
-
|
10368
|
-
if suggest:
|
10369
|
-
pulumi.log.warn(f"Key '{key}' not found in ClusterNodePoolNodeConfigSecondaryBootDisk. Access the value via the '{suggest}' property getter instead.")
|
10370
|
-
|
10371
|
-
def __getitem__(self, key: str) -> Any:
|
10372
|
-
ClusterNodePoolNodeConfigSecondaryBootDisk.__key_warning(key)
|
10373
|
-
return super().__getitem__(key)
|
10374
|
-
|
10375
|
-
def get(self, key: str, default = None) -> Any:
|
10376
|
-
ClusterNodePoolNodeConfigSecondaryBootDisk.__key_warning(key)
|
10377
|
-
return super().get(key, default)
|
10378
|
-
|
10379
|
-
def __init__(__self__, *,
|
10380
|
-
disk_image: str,
|
10381
|
-
mode: Optional[str] = None):
|
10382
|
-
"""
|
10383
|
-
:param 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`.
|
10384
|
-
:param str mode: Mode for how the secondary boot disk is used. An example mode is `CONTAINER_IMAGE_CACHE`.
|
10385
|
-
"""
|
10386
|
-
pulumi.set(__self__, "disk_image", disk_image)
|
10387
|
-
if mode is not None:
|
10388
|
-
pulumi.set(__self__, "mode", mode)
|
10389
|
-
|
10390
|
-
@property
|
10391
|
-
@pulumi.getter(name="diskImage")
|
10392
|
-
def disk_image(self) -> str:
|
10393
|
-
"""
|
10394
|
-
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`.
|
10395
|
-
"""
|
10396
|
-
return pulumi.get(self, "disk_image")
|
10397
|
-
|
10398
|
-
@property
|
10399
|
-
@pulumi.getter
|
10400
|
-
def mode(self) -> Optional[str]:
|
10401
|
-
"""
|
10402
|
-
Mode for how the secondary boot disk is used. An example mode is `CONTAINER_IMAGE_CACHE`.
|
10403
|
-
"""
|
10404
|
-
return pulumi.get(self, "mode")
|
10405
|
-
|
10406
|
-
|
10407
10276
|
@pulumi.output_type
|
10408
10277
|
class ClusterNodePoolNodeConfigShieldedInstanceConfig(dict):
|
10409
10278
|
@staticmethod
|
@@ -12118,8 +11987,6 @@ class NodePoolNodeConfig(dict):
|
|
12118
11987
|
suggest = "resource_manager_tags"
|
12119
11988
|
elif key == "sandboxConfig":
|
12120
11989
|
suggest = "sandbox_config"
|
12121
|
-
elif key == "secondaryBootDisks":
|
12122
|
-
suggest = "secondary_boot_disks"
|
12123
11990
|
elif key == "serviceAccount":
|
12124
11991
|
suggest = "service_account"
|
12125
11992
|
elif key == "shieldedInstanceConfig":
|
@@ -12172,7 +12039,6 @@ class NodePoolNodeConfig(dict):
|
|
12172
12039
|
resource_labels: Optional[Mapping[str, str]] = None,
|
12173
12040
|
resource_manager_tags: Optional[Mapping[str, Any]] = None,
|
12174
12041
|
sandbox_config: Optional['outputs.NodePoolNodeConfigSandboxConfig'] = None,
|
12175
|
-
secondary_boot_disks: Optional[Sequence['outputs.NodePoolNodeConfigSecondaryBootDisk']] = None,
|
12176
12042
|
service_account: Optional[str] = None,
|
12177
12043
|
shielded_instance_config: Optional['outputs.NodePoolNodeConfigShieldedInstanceConfig'] = None,
|
12178
12044
|
sole_tenant_config: Optional['outputs.NodePoolNodeConfigSoleTenantConfig'] = None,
|
@@ -12212,7 +12078,6 @@ class NodePoolNodeConfig(dict):
|
|
12212
12078
|
:param Mapping[str, str] resource_labels: The GCE resource labels (a map of key/value pairs) to be applied to the node pool.
|
12213
12079
|
:param 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.
|
12214
12080
|
:param 'NodePoolNodeConfigSandboxConfigArgs' sandbox_config: Sandbox configuration for this node.
|
12215
|
-
:param Sequence['NodePoolNodeConfigSecondaryBootDiskArgs'] secondary_boot_disks: Secondary boot disks for preloading data or container images.
|
12216
12081
|
:param str service_account: The Google Cloud Platform Service Account to be used by the node VMs.
|
12217
12082
|
:param 'NodePoolNodeConfigShieldedInstanceConfigArgs' shielded_instance_config: Shielded Instance options.
|
12218
12083
|
:param 'NodePoolNodeConfigSoleTenantConfigArgs' sole_tenant_config: Node affinity options for sole tenant node pools.
|
@@ -12283,8 +12148,6 @@ class NodePoolNodeConfig(dict):
|
|
12283
12148
|
pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
|
12284
12149
|
if sandbox_config is not None:
|
12285
12150
|
pulumi.set(__self__, "sandbox_config", sandbox_config)
|
12286
|
-
if secondary_boot_disks is not None:
|
12287
|
-
pulumi.set(__self__, "secondary_boot_disks", secondary_boot_disks)
|
12288
12151
|
if service_account is not None:
|
12289
12152
|
pulumi.set(__self__, "service_account", service_account)
|
12290
12153
|
if shielded_instance_config is not None:
|
@@ -12548,14 +12411,6 @@ class NodePoolNodeConfig(dict):
|
|
12548
12411
|
"""
|
12549
12412
|
return pulumi.get(self, "sandbox_config")
|
12550
12413
|
|
12551
|
-
@property
|
12552
|
-
@pulumi.getter(name="secondaryBootDisks")
|
12553
|
-
def secondary_boot_disks(self) -> Optional[Sequence['outputs.NodePoolNodeConfigSecondaryBootDisk']]:
|
12554
|
-
"""
|
12555
|
-
Secondary boot disks for preloading data or container images.
|
12556
|
-
"""
|
12557
|
-
return pulumi.get(self, "secondary_boot_disks")
|
12558
|
-
|
12559
12414
|
@property
|
12560
12415
|
@pulumi.getter(name="serviceAccount")
|
12561
12416
|
def service_account(self) -> Optional[str]:
|
@@ -13293,53 +13148,6 @@ class NodePoolNodeConfigSandboxConfig(dict):
|
|
13293
13148
|
return pulumi.get(self, "sandbox_type")
|
13294
13149
|
|
13295
13150
|
|
13296
|
-
@pulumi.output_type
|
13297
|
-
class NodePoolNodeConfigSecondaryBootDisk(dict):
|
13298
|
-
@staticmethod
|
13299
|
-
def __key_warning(key: str):
|
13300
|
-
suggest = None
|
13301
|
-
if key == "diskImage":
|
13302
|
-
suggest = "disk_image"
|
13303
|
-
|
13304
|
-
if suggest:
|
13305
|
-
pulumi.log.warn(f"Key '{key}' not found in NodePoolNodeConfigSecondaryBootDisk. Access the value via the '{suggest}' property getter instead.")
|
13306
|
-
|
13307
|
-
def __getitem__(self, key: str) -> Any:
|
13308
|
-
NodePoolNodeConfigSecondaryBootDisk.__key_warning(key)
|
13309
|
-
return super().__getitem__(key)
|
13310
|
-
|
13311
|
-
def get(self, key: str, default = None) -> Any:
|
13312
|
-
NodePoolNodeConfigSecondaryBootDisk.__key_warning(key)
|
13313
|
-
return super().get(key, default)
|
13314
|
-
|
13315
|
-
def __init__(__self__, *,
|
13316
|
-
disk_image: str,
|
13317
|
-
mode: Optional[str] = None):
|
13318
|
-
"""
|
13319
|
-
:param str disk_image: Disk image to create the secondary boot disk from
|
13320
|
-
:param str mode: Mode for how the secondary boot disk is used.
|
13321
|
-
"""
|
13322
|
-
pulumi.set(__self__, "disk_image", disk_image)
|
13323
|
-
if mode is not None:
|
13324
|
-
pulumi.set(__self__, "mode", mode)
|
13325
|
-
|
13326
|
-
@property
|
13327
|
-
@pulumi.getter(name="diskImage")
|
13328
|
-
def disk_image(self) -> str:
|
13329
|
-
"""
|
13330
|
-
Disk image to create the secondary boot disk from
|
13331
|
-
"""
|
13332
|
-
return pulumi.get(self, "disk_image")
|
13333
|
-
|
13334
|
-
@property
|
13335
|
-
@pulumi.getter
|
13336
|
-
def mode(self) -> Optional[str]:
|
13337
|
-
"""
|
13338
|
-
Mode for how the secondary boot disk is used.
|
13339
|
-
"""
|
13340
|
-
return pulumi.get(self, "mode")
|
13341
|
-
|
13342
|
-
|
13343
13151
|
@pulumi.output_type
|
13344
13152
|
class NodePoolNodeConfigShieldedInstanceConfig(dict):
|
13345
13153
|
@staticmethod
|
@@ -15465,7 +15273,6 @@ class GetClusterNodeConfigResult(dict):
|
|
15465
15273
|
resource_labels: Mapping[str, str],
|
15466
15274
|
resource_manager_tags: Mapping[str, Any],
|
15467
15275
|
sandbox_configs: Sequence['outputs.GetClusterNodeConfigSandboxConfigResult'],
|
15468
|
-
secondary_boot_disks: Sequence['outputs.GetClusterNodeConfigSecondaryBootDiskResult'],
|
15469
15276
|
service_account: str,
|
15470
15277
|
shielded_instance_configs: Sequence['outputs.GetClusterNodeConfigShieldedInstanceConfigResult'],
|
15471
15278
|
sole_tenant_configs: Sequence['outputs.GetClusterNodeConfigSoleTenantConfigResult'],
|
@@ -15505,7 +15312,6 @@ class GetClusterNodeConfigResult(dict):
|
|
15505
15312
|
:param Mapping[str, str] resource_labels: The GCE resource labels (a map of key/value pairs) to be applied to the node pool.
|
15506
15313
|
:param 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.
|
15507
15314
|
:param Sequence['GetClusterNodeConfigSandboxConfigArgs'] sandbox_configs: Sandbox configuration for this node.
|
15508
|
-
:param Sequence['GetClusterNodeConfigSecondaryBootDiskArgs'] secondary_boot_disks: Secondary boot disks for preloading data or container images.
|
15509
15315
|
:param str service_account: The Google Cloud Platform Service Account to be used by the node VMs.
|
15510
15316
|
:param Sequence['GetClusterNodeConfigShieldedInstanceConfigArgs'] shielded_instance_configs: Shielded Instance options.
|
15511
15317
|
:param Sequence['GetClusterNodeConfigSoleTenantConfigArgs'] sole_tenant_configs: Node affinity options for sole tenant node pools.
|
@@ -15545,7 +15351,6 @@ class GetClusterNodeConfigResult(dict):
|
|
15545
15351
|
pulumi.set(__self__, "resource_labels", resource_labels)
|
15546
15352
|
pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
|
15547
15353
|
pulumi.set(__self__, "sandbox_configs", sandbox_configs)
|
15548
|
-
pulumi.set(__self__, "secondary_boot_disks", secondary_boot_disks)
|
15549
15354
|
pulumi.set(__self__, "service_account", service_account)
|
15550
15355
|
pulumi.set(__self__, "shielded_instance_configs", shielded_instance_configs)
|
15551
15356
|
pulumi.set(__self__, "sole_tenant_configs", sole_tenant_configs)
|
@@ -15802,14 +15607,6 @@ class GetClusterNodeConfigResult(dict):
|
|
15802
15607
|
"""
|
15803
15608
|
return pulumi.get(self, "sandbox_configs")
|
15804
15609
|
|
15805
|
-
@property
|
15806
|
-
@pulumi.getter(name="secondaryBootDisks")
|
15807
|
-
def secondary_boot_disks(self) -> Sequence['outputs.GetClusterNodeConfigSecondaryBootDiskResult']:
|
15808
|
-
"""
|
15809
|
-
Secondary boot disks for preloading data or container images.
|
15810
|
-
"""
|
15811
|
-
return pulumi.get(self, "secondary_boot_disks")
|
15812
|
-
|
15813
15610
|
@property
|
15814
15611
|
@pulumi.getter(name="serviceAccount")
|
15815
15612
|
def service_account(self) -> str:
|
@@ -16316,35 +16113,6 @@ class GetClusterNodeConfigSandboxConfigResult(dict):
|
|
16316
16113
|
return pulumi.get(self, "sandbox_type")
|
16317
16114
|
|
16318
16115
|
|
16319
|
-
@pulumi.output_type
|
16320
|
-
class GetClusterNodeConfigSecondaryBootDiskResult(dict):
|
16321
|
-
def __init__(__self__, *,
|
16322
|
-
disk_image: str,
|
16323
|
-
mode: str):
|
16324
|
-
"""
|
16325
|
-
:param str disk_image: Disk image to create the secondary boot disk from
|
16326
|
-
:param str mode: Mode for how the secondary boot disk is used.
|
16327
|
-
"""
|
16328
|
-
pulumi.set(__self__, "disk_image", disk_image)
|
16329
|
-
pulumi.set(__self__, "mode", mode)
|
16330
|
-
|
16331
|
-
@property
|
16332
|
-
@pulumi.getter(name="diskImage")
|
16333
|
-
def disk_image(self) -> str:
|
16334
|
-
"""
|
16335
|
-
Disk image to create the secondary boot disk from
|
16336
|
-
"""
|
16337
|
-
return pulumi.get(self, "disk_image")
|
16338
|
-
|
16339
|
-
@property
|
16340
|
-
@pulumi.getter
|
16341
|
-
def mode(self) -> str:
|
16342
|
-
"""
|
16343
|
-
Mode for how the secondary boot disk is used.
|
16344
|
-
"""
|
16345
|
-
return pulumi.get(self, "mode")
|
16346
|
-
|
16347
|
-
|
16348
16116
|
@pulumi.output_type
|
16349
16117
|
class GetClusterNodeConfigShieldedInstanceConfigResult(dict):
|
16350
16118
|
def __init__(__self__, *,
|
@@ -17100,7 +16868,6 @@ class GetClusterNodePoolNodeConfigResult(dict):
|
|
17100
16868
|
resource_labels: Mapping[str, str],
|
17101
16869
|
resource_manager_tags: Mapping[str, Any],
|
17102
16870
|
sandbox_configs: Sequence['outputs.GetClusterNodePoolNodeConfigSandboxConfigResult'],
|
17103
|
-
secondary_boot_disks: Sequence['outputs.GetClusterNodePoolNodeConfigSecondaryBootDiskResult'],
|
17104
16871
|
service_account: str,
|
17105
16872
|
shielded_instance_configs: Sequence['outputs.GetClusterNodePoolNodeConfigShieldedInstanceConfigResult'],
|
17106
16873
|
sole_tenant_configs: Sequence['outputs.GetClusterNodePoolNodeConfigSoleTenantConfigResult'],
|
@@ -17140,7 +16907,6 @@ class GetClusterNodePoolNodeConfigResult(dict):
|
|
17140
16907
|
:param Mapping[str, str] resource_labels: The GCE resource labels (a map of key/value pairs) to be applied to the node pool.
|
17141
16908
|
:param 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.
|
17142
16909
|
:param Sequence['GetClusterNodePoolNodeConfigSandboxConfigArgs'] sandbox_configs: Sandbox configuration for this node.
|
17143
|
-
:param Sequence['GetClusterNodePoolNodeConfigSecondaryBootDiskArgs'] secondary_boot_disks: Secondary boot disks for preloading data or container images.
|
17144
16910
|
:param str service_account: The Google Cloud Platform Service Account to be used by the node VMs.
|
17145
16911
|
:param Sequence['GetClusterNodePoolNodeConfigShieldedInstanceConfigArgs'] shielded_instance_configs: Shielded Instance options.
|
17146
16912
|
:param Sequence['GetClusterNodePoolNodeConfigSoleTenantConfigArgs'] sole_tenant_configs: Node affinity options for sole tenant node pools.
|
@@ -17180,7 +16946,6 @@ class GetClusterNodePoolNodeConfigResult(dict):
|
|
17180
16946
|
pulumi.set(__self__, "resource_labels", resource_labels)
|
17181
16947
|
pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
|
17182
16948
|
pulumi.set(__self__, "sandbox_configs", sandbox_configs)
|
17183
|
-
pulumi.set(__self__, "secondary_boot_disks", secondary_boot_disks)
|
17184
16949
|
pulumi.set(__self__, "service_account", service_account)
|
17185
16950
|
pulumi.set(__self__, "shielded_instance_configs", shielded_instance_configs)
|
17186
16951
|
pulumi.set(__self__, "sole_tenant_configs", sole_tenant_configs)
|
@@ -17437,14 +17202,6 @@ class GetClusterNodePoolNodeConfigResult(dict):
|
|
17437
17202
|
"""
|
17438
17203
|
return pulumi.get(self, "sandbox_configs")
|
17439
17204
|
|
17440
|
-
@property
|
17441
|
-
@pulumi.getter(name="secondaryBootDisks")
|
17442
|
-
def secondary_boot_disks(self) -> Sequence['outputs.GetClusterNodePoolNodeConfigSecondaryBootDiskResult']:
|
17443
|
-
"""
|
17444
|
-
Secondary boot disks for preloading data or container images.
|
17445
|
-
"""
|
17446
|
-
return pulumi.get(self, "secondary_boot_disks")
|
17447
|
-
|
17448
17205
|
@property
|
17449
17206
|
@pulumi.getter(name="serviceAccount")
|
17450
17207
|
def service_account(self) -> str:
|
@@ -17951,35 +17708,6 @@ class GetClusterNodePoolNodeConfigSandboxConfigResult(dict):
|
|
17951
17708
|
return pulumi.get(self, "sandbox_type")
|
17952
17709
|
|
17953
17710
|
|
17954
|
-
@pulumi.output_type
|
17955
|
-
class GetClusterNodePoolNodeConfigSecondaryBootDiskResult(dict):
|
17956
|
-
def __init__(__self__, *,
|
17957
|
-
disk_image: str,
|
17958
|
-
mode: str):
|
17959
|
-
"""
|
17960
|
-
:param str disk_image: Disk image to create the secondary boot disk from
|
17961
|
-
:param str mode: Mode for how the secondary boot disk is used.
|
17962
|
-
"""
|
17963
|
-
pulumi.set(__self__, "disk_image", disk_image)
|
17964
|
-
pulumi.set(__self__, "mode", mode)
|
17965
|
-
|
17966
|
-
@property
|
17967
|
-
@pulumi.getter(name="diskImage")
|
17968
|
-
def disk_image(self) -> str:
|
17969
|
-
"""
|
17970
|
-
Disk image to create the secondary boot disk from
|
17971
|
-
"""
|
17972
|
-
return pulumi.get(self, "disk_image")
|
17973
|
-
|
17974
|
-
@property
|
17975
|
-
@pulumi.getter
|
17976
|
-
def mode(self) -> str:
|
17977
|
-
"""
|
17978
|
-
Mode for how the secondary boot disk is used.
|
17979
|
-
"""
|
17980
|
-
return pulumi.get(self, "mode")
|
17981
|
-
|
17982
|
-
|
17983
17711
|
@pulumi.output_type
|
17984
17712
|
class GetClusterNodePoolNodeConfigShieldedInstanceConfigResult(dict):
|
17985
17713
|
def __init__(__self__, *,
|
@@ -64,9 +64,9 @@ class FlexTemplateJobArgs:
|
|
64
64
|
:param pulumi.Input[int] num_workers: Immutable. The initial number of Google Compute Engine instances for the job.
|
65
65
|
:param pulumi.Input[str] on_delete: One of "drain" or "cancel". Specifies behavior of
|
66
66
|
deletion during `pulumi destroy`. See above note.
|
67
|
-
:param pulumi.Input[Mapping[str, Any]] parameters:
|
68
|
-
|
69
|
-
|
67
|
+
:param pulumi.Input[Mapping[str, Any]] parameters: Key/Value pairs to be passed to the Dataflow job (as
|
68
|
+
used in the template). Additional [pipeline options](https://cloud.google.com/dataflow/docs/guides/specifying-exec-params#setting-other-cloud-dataflow-pipeline-options)
|
69
|
+
such as `serviceAccount`, `workerMachineType`, etc can be specified here.
|
70
70
|
:param pulumi.Input[str] project: The project in which the resource belongs. If it is not
|
71
71
|
provided, the provider project is used.
|
72
72
|
:param pulumi.Input[str] region: Immutable. The region in which the created job should run.
|
@@ -307,9 +307,9 @@ class FlexTemplateJobArgs:
|
|
307
307
|
@pulumi.getter
|
308
308
|
def parameters(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
309
309
|
"""
|
310
|
-
|
311
|
-
|
312
|
-
|
310
|
+
Key/Value pairs to be passed to the Dataflow job (as
|
311
|
+
used in the template). Additional [pipeline options](https://cloud.google.com/dataflow/docs/guides/specifying-exec-params#setting-other-cloud-dataflow-pipeline-options)
|
312
|
+
such as `serviceAccount`, `workerMachineType`, etc can be specified here.
|
313
313
|
"""
|
314
314
|
return pulumi.get(self, "parameters")
|
315
315
|
|
@@ -483,9 +483,9 @@ class _FlexTemplateJobState:
|
|
483
483
|
:param pulumi.Input[int] num_workers: Immutable. The initial number of Google Compute Engine instances for the job.
|
484
484
|
:param pulumi.Input[str] on_delete: One of "drain" or "cancel". Specifies behavior of
|
485
485
|
deletion during `pulumi destroy`. See above note.
|
486
|
-
:param pulumi.Input[Mapping[str, Any]] parameters:
|
487
|
-
|
488
|
-
|
486
|
+
:param pulumi.Input[Mapping[str, Any]] parameters: Key/Value pairs to be passed to the Dataflow job (as
|
487
|
+
used in the template). Additional [pipeline options](https://cloud.google.com/dataflow/docs/guides/specifying-exec-params#setting-other-cloud-dataflow-pipeline-options)
|
488
|
+
such as `serviceAccount`, `workerMachineType`, etc can be specified here.
|
489
489
|
:param pulumi.Input[str] project: The project in which the resource belongs. If it is not
|
490
490
|
provided, the provider project is used.
|
491
491
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
|
@@ -761,9 +761,9 @@ class _FlexTemplateJobState:
|
|
761
761
|
@pulumi.getter
|
762
762
|
def parameters(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
763
763
|
"""
|
764
|
-
|
765
|
-
|
766
|
-
|
764
|
+
Key/Value pairs to be passed to the Dataflow job (as
|
765
|
+
used in the template). Additional [pipeline options](https://cloud.google.com/dataflow/docs/guides/specifying-exec-params#setting-other-cloud-dataflow-pipeline-options)
|
766
|
+
such as `serviceAccount`, `workerMachineType`, etc can be specified here.
|
767
767
|
"""
|
768
768
|
return pulumi.get(self, "parameters")
|
769
769
|
|
@@ -1043,9 +1043,9 @@ class FlexTemplateJob(pulumi.CustomResource):
|
|
1043
1043
|
:param pulumi.Input[int] num_workers: Immutable. The initial number of Google Compute Engine instances for the job.
|
1044
1044
|
:param pulumi.Input[str] on_delete: One of "drain" or "cancel". Specifies behavior of
|
1045
1045
|
deletion during `pulumi destroy`. See above note.
|
1046
|
-
:param pulumi.Input[Mapping[str, Any]] parameters:
|
1047
|
-
|
1048
|
-
|
1046
|
+
:param pulumi.Input[Mapping[str, Any]] parameters: Key/Value pairs to be passed to the Dataflow job (as
|
1047
|
+
used in the template). Additional [pipeline options](https://cloud.google.com/dataflow/docs/guides/specifying-exec-params#setting-other-cloud-dataflow-pipeline-options)
|
1048
|
+
such as `serviceAccount`, `workerMachineType`, etc can be specified here.
|
1049
1049
|
:param pulumi.Input[str] project: The project in which the resource belongs. If it is not
|
1050
1050
|
provided, the provider project is used.
|
1051
1051
|
:param pulumi.Input[str] region: Immutable. The region in which the created job should run.
|
@@ -1287,9 +1287,9 @@ class FlexTemplateJob(pulumi.CustomResource):
|
|
1287
1287
|
:param pulumi.Input[int] num_workers: Immutable. The initial number of Google Compute Engine instances for the job.
|
1288
1288
|
:param pulumi.Input[str] on_delete: One of "drain" or "cancel". Specifies behavior of
|
1289
1289
|
deletion during `pulumi destroy`. See above note.
|
1290
|
-
:param pulumi.Input[Mapping[str, Any]] parameters:
|
1291
|
-
|
1292
|
-
|
1290
|
+
:param pulumi.Input[Mapping[str, Any]] parameters: Key/Value pairs to be passed to the Dataflow job (as
|
1291
|
+
used in the template). Additional [pipeline options](https://cloud.google.com/dataflow/docs/guides/specifying-exec-params#setting-other-cloud-dataflow-pipeline-options)
|
1292
|
+
such as `serviceAccount`, `workerMachineType`, etc can be specified here.
|
1293
1293
|
:param pulumi.Input[str] project: The project in which the resource belongs. If it is not
|
1294
1294
|
provided, the provider project is used.
|
1295
1295
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
|
@@ -1477,9 +1477,9 @@ class FlexTemplateJob(pulumi.CustomResource):
|
|
1477
1477
|
@pulumi.getter
|
1478
1478
|
def parameters(self) -> pulumi.Output[Optional[Mapping[str, Any]]]:
|
1479
1479
|
"""
|
1480
|
-
|
1481
|
-
|
1482
|
-
|
1480
|
+
Key/Value pairs to be passed to the Dataflow job (as
|
1481
|
+
used in the template). Additional [pipeline options](https://cloud.google.com/dataflow/docs/guides/specifying-exec-params#setting-other-cloud-dataflow-pipeline-options)
|
1482
|
+
such as `serviceAccount`, `workerMachineType`, etc can be specified here.
|
1483
1483
|
"""
|
1484
1484
|
return pulumi.get(self, "parameters")
|
1485
1485
|
|