pulumi-gcp 8.18.0a1738650987__py3-none-any.whl → 8.19.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +104 -0
- pulumi_gcp/accesscontextmanager/_inputs.py +288 -78
- pulumi_gcp/accesscontextmanager/outputs.py +186 -54
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +28 -0
- pulumi_gcp/alloydb/user.py +10 -1
- pulumi_gcp/appengine/_inputs.py +3 -0
- pulumi_gcp/appengine/outputs.py +2 -0
- pulumi_gcp/assuredworkloads/workload.py +7 -7
- pulumi_gcp/beyondcorp/__init__.py +9 -0
- pulumi_gcp/beyondcorp/_inputs.py +319 -0
- pulumi_gcp/beyondcorp/application.py +604 -0
- pulumi_gcp/beyondcorp/application_iam_binding.py +1049 -0
- pulumi_gcp/beyondcorp/application_iam_member.py +1049 -0
- pulumi_gcp/beyondcorp/application_iam_policy.py +868 -0
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +174 -0
- pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +180 -0
- pulumi_gcp/beyondcorp/outputs.py +187 -0
- pulumi_gcp/beyondcorp/security_gateway.py +52 -25
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +1075 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +1075 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +894 -0
- pulumi_gcp/bigquery/_inputs.py +33 -0
- pulumi_gcp/bigquery/dataset.py +7 -7
- pulumi_gcp/bigquery/outputs.py +36 -0
- pulumi_gcp/bigquery/table.py +61 -7
- pulumi_gcp/bigqueryanalyticshub/__init__.py +1 -0
- pulumi_gcp/bigqueryanalyticshub/_inputs.py +318 -0
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +808 -0
- pulumi_gcp/bigqueryanalyticshub/outputs.py +263 -0
- pulumi_gcp/certificateauthority/_inputs.py +54 -0
- pulumi_gcp/certificateauthority/authority.py +149 -3
- pulumi_gcp/certificateauthority/get_authority.py +15 -4
- pulumi_gcp/certificateauthority/outputs.py +81 -0
- pulumi_gcp/chronicle/retrohunt.py +0 -16
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +23 -23
- pulumi_gcp/cloudrunv2/_inputs.py +112 -0
- pulumi_gcp/cloudrunv2/outputs.py +144 -1
- pulumi_gcp/cloudrunv2/service.py +2 -0
- pulumi_gcp/colab/__init__.py +2 -0
- pulumi_gcp/colab/_inputs.py +655 -0
- pulumi_gcp/colab/notebook_execution.py +1259 -0
- pulumi_gcp/colab/outputs.py +512 -0
- pulumi_gcp/colab/runtime.py +266 -2
- pulumi_gcp/colab/runtime_template.py +79 -3
- pulumi_gcp/colab/schedule.py +1318 -0
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +213 -9
- pulumi_gcp/compute/firewall_policy.py +54 -43
- pulumi_gcp/compute/forwarding_rule.py +103 -0
- pulumi_gcp/compute/get_forwarding_rule.py +12 -1
- pulumi_gcp/compute/get_network.py +3 -3
- pulumi_gcp/compute/interconnect_attachment.py +12 -0
- pulumi_gcp/compute/network.py +7 -7
- pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +1011 -0
- pulumi_gcp/compute/outputs.py +193 -6
- pulumi_gcp/compute/public_advertised_prefix.py +35 -7
- pulumi_gcp/compute/public_delegated_prefix.py +171 -7
- pulumi_gcp/compute/region_resize_request.py +21 -22
- pulumi_gcp/compute/resize_request.py +22 -23
- pulumi_gcp/compute/router_peer.py +112 -0
- pulumi_gcp/compute/subnetwork.py +14 -7
- pulumi_gcp/container/_inputs.py +133 -21
- pulumi_gcp/container/outputs.py +154 -13
- pulumi_gcp/dataproc/_inputs.py +34 -0
- pulumi_gcp/dataproc/outputs.py +37 -0
- pulumi_gcp/dataproc/workflow_template.py +47 -0
- pulumi_gcp/datastream/connection_profile.py +120 -46
- pulumi_gcp/discoveryengine/chat_engine.py +7 -7
- pulumi_gcp/filestore/_inputs.py +222 -0
- pulumi_gcp/filestore/get_instance.py +23 -1
- pulumi_gcp/filestore/instance.py +86 -0
- pulumi_gcp/filestore/outputs.py +282 -0
- pulumi_gcp/firestore/field.py +60 -0
- pulumi_gcp/gemini/__init__.py +2 -0
- pulumi_gcp/gemini/logging_setting.py +671 -0
- pulumi_gcp/gemini/release_channel_setting.py +639 -0
- pulumi_gcp/gkehub/_inputs.py +20 -0
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/outputs.py +26 -1
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/memorystore/_inputs.py +296 -0
- pulumi_gcp/memorystore/instance.py +32 -28
- pulumi_gcp/memorystore/outputs.py +224 -0
- pulumi_gcp/monitoring/_inputs.py +12 -9
- pulumi_gcp/monitoring/outputs.py +8 -6
- pulumi_gcp/netapp/storage_pool.py +1 -1
- pulumi_gcp/networkconnectivity/spoke.py +76 -14
- pulumi_gcp/networkservices/_inputs.py +89 -0
- pulumi_gcp/networkservices/outputs.py +75 -0
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/parametermanager/__init__.py +5 -0
- pulumi_gcp/parametermanager/get_parameter_version.py +216 -0
- pulumi_gcp/parametermanager/get_parameter_version_render.py +199 -0
- pulumi_gcp/parametermanager/get_parameters.py +140 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version.py +235 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version_render.py +220 -0
- pulumi_gcp/parametermanager/outputs.py +156 -0
- pulumi_gcp/privilegedaccessmanager/entitlement.py +14 -0
- pulumi_gcp/pubsub/_inputs.py +264 -0
- pulumi_gcp/pubsub/outputs.py +353 -0
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pubsub/topic.py +70 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/resourcemanager/lien.py +12 -0
- pulumi_gcp/secretmanager/regional_secret.py +4 -0
- pulumi_gcp/secretmanager/regional_secret_version.py +12 -0
- pulumi_gcp/secretmanager/secret.py +4 -0
- pulumi_gcp/secretmanager/secret_version.py +12 -0
- pulumi_gcp/securesourcemanager/branch_rule.py +4 -0
- pulumi_gcp/securesourcemanager/repository.py +4 -0
- pulumi_gcp/securityposture/posture.py +4 -0
- pulumi_gcp/securityposture/posture_deployment.py +4 -0
- pulumi_gcp/serviceaccount/get_s.py +98 -8
- pulumi_gcp/spanner/_inputs.py +68 -0
- pulumi_gcp/spanner/backup_schedule.py +70 -4
- pulumi_gcp/spanner/outputs.py +60 -0
- pulumi_gcp/storage/bucket_object.py +8 -0
- pulumi_gcp/storage/get_bucket_object_content.py +4 -4
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/workbench/instance.py +70 -2
- pulumi_gcp/workflows/workflow.py +175 -0
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/RECORD +130 -110
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/container/_inputs.py
CHANGED
@@ -271,6 +271,8 @@ __all__ = [
|
|
271
271
|
'ClusterMonitoringConfigAdvancedDatapathObservabilityConfigArgsDict',
|
272
272
|
'ClusterMonitoringConfigManagedPrometheusArgs',
|
273
273
|
'ClusterMonitoringConfigManagedPrometheusArgsDict',
|
274
|
+
'ClusterMonitoringConfigManagedPrometheusAutoMonitoringConfigArgs',
|
275
|
+
'ClusterMonitoringConfigManagedPrometheusAutoMonitoringConfigArgsDict',
|
274
276
|
'ClusterNetworkPolicyArgs',
|
275
277
|
'ClusterNetworkPolicyArgsDict',
|
276
278
|
'ClusterNodeConfigArgs',
|
@@ -6398,16 +6400,16 @@ class ClusterClusterAutoscalingAutoProvisioningDefaultsUpgradeSettingsBlueGreenS
|
|
6398
6400
|
|
6399
6401
|
if not MYPY:
|
6400
6402
|
class ClusterClusterAutoscalingResourceLimitArgsDict(TypedDict):
|
6403
|
+
maximum: pulumi.Input[int]
|
6404
|
+
"""
|
6405
|
+
Maximum amount of the resource in the cluster.
|
6406
|
+
"""
|
6401
6407
|
resource_type: pulumi.Input[str]
|
6402
6408
|
"""
|
6403
6409
|
The type of the resource. For example, `cpu` and
|
6404
6410
|
`memory`. See the [guide to using Node Auto-Provisioning](https://cloud.google.com/kubernetes-engine/docs/how-to/node-auto-provisioning)
|
6405
6411
|
for a list of types.
|
6406
6412
|
"""
|
6407
|
-
maximum: NotRequired[pulumi.Input[int]]
|
6408
|
-
"""
|
6409
|
-
Maximum amount of the resource in the cluster.
|
6410
|
-
"""
|
6411
6413
|
minimum: NotRequired[pulumi.Input[int]]
|
6412
6414
|
"""
|
6413
6415
|
Minimum amount of the resource in the cluster.
|
@@ -6418,22 +6420,33 @@ elif False:
|
|
6418
6420
|
@pulumi.input_type
|
6419
6421
|
class ClusterClusterAutoscalingResourceLimitArgs:
|
6420
6422
|
def __init__(__self__, *,
|
6423
|
+
maximum: pulumi.Input[int],
|
6421
6424
|
resource_type: pulumi.Input[str],
|
6422
|
-
maximum: Optional[pulumi.Input[int]] = None,
|
6423
6425
|
minimum: Optional[pulumi.Input[int]] = None):
|
6424
6426
|
"""
|
6427
|
+
:param pulumi.Input[int] maximum: Maximum amount of the resource in the cluster.
|
6425
6428
|
:param pulumi.Input[str] resource_type: The type of the resource. For example, `cpu` and
|
6426
6429
|
`memory`. See the [guide to using Node Auto-Provisioning](https://cloud.google.com/kubernetes-engine/docs/how-to/node-auto-provisioning)
|
6427
6430
|
for a list of types.
|
6428
|
-
:param pulumi.Input[int] maximum: Maximum amount of the resource in the cluster.
|
6429
6431
|
:param pulumi.Input[int] minimum: Minimum amount of the resource in the cluster.
|
6430
6432
|
"""
|
6433
|
+
pulumi.set(__self__, "maximum", maximum)
|
6431
6434
|
pulumi.set(__self__, "resource_type", resource_type)
|
6432
|
-
if maximum is not None:
|
6433
|
-
pulumi.set(__self__, "maximum", maximum)
|
6434
6435
|
if minimum is not None:
|
6435
6436
|
pulumi.set(__self__, "minimum", minimum)
|
6436
6437
|
|
6438
|
+
@property
|
6439
|
+
@pulumi.getter
|
6440
|
+
def maximum(self) -> pulumi.Input[int]:
|
6441
|
+
"""
|
6442
|
+
Maximum amount of the resource in the cluster.
|
6443
|
+
"""
|
6444
|
+
return pulumi.get(self, "maximum")
|
6445
|
+
|
6446
|
+
@maximum.setter
|
6447
|
+
def maximum(self, value: pulumi.Input[int]):
|
6448
|
+
pulumi.set(self, "maximum", value)
|
6449
|
+
|
6437
6450
|
@property
|
6438
6451
|
@pulumi.getter(name="resourceType")
|
6439
6452
|
def resource_type(self) -> pulumi.Input[str]:
|
@@ -6448,18 +6461,6 @@ class ClusterClusterAutoscalingResourceLimitArgs:
|
|
6448
6461
|
def resource_type(self, value: pulumi.Input[str]):
|
6449
6462
|
pulumi.set(self, "resource_type", value)
|
6450
6463
|
|
6451
|
-
@property
|
6452
|
-
@pulumi.getter
|
6453
|
-
def maximum(self) -> Optional[pulumi.Input[int]]:
|
6454
|
-
"""
|
6455
|
-
Maximum amount of the resource in the cluster.
|
6456
|
-
"""
|
6457
|
-
return pulumi.get(self, "maximum")
|
6458
|
-
|
6459
|
-
@maximum.setter
|
6460
|
-
def maximum(self, value: Optional[pulumi.Input[int]]):
|
6461
|
-
pulumi.set(self, "maximum", value)
|
6462
|
-
|
6463
6464
|
@property
|
6464
6465
|
@pulumi.getter
|
6465
6466
|
def minimum(self) -> Optional[pulumi.Input[int]]:
|
@@ -8283,17 +8284,25 @@ if not MYPY:
|
|
8283
8284
|
"""
|
8284
8285
|
Whether or not the managed collection is enabled.
|
8285
8286
|
"""
|
8287
|
+
auto_monitoring_config: NotRequired[pulumi.Input['ClusterMonitoringConfigManagedPrometheusAutoMonitoringConfigArgsDict']]
|
8288
|
+
"""
|
8289
|
+
Configuration options for GKE Auto-Monitoring.
|
8290
|
+
"""
|
8286
8291
|
elif False:
|
8287
8292
|
ClusterMonitoringConfigManagedPrometheusArgsDict: TypeAlias = Mapping[str, Any]
|
8288
8293
|
|
8289
8294
|
@pulumi.input_type
|
8290
8295
|
class ClusterMonitoringConfigManagedPrometheusArgs:
|
8291
8296
|
def __init__(__self__, *,
|
8292
|
-
enabled: pulumi.Input[bool]
|
8297
|
+
enabled: pulumi.Input[bool],
|
8298
|
+
auto_monitoring_config: Optional[pulumi.Input['ClusterMonitoringConfigManagedPrometheusAutoMonitoringConfigArgs']] = None):
|
8293
8299
|
"""
|
8294
8300
|
:param pulumi.Input[bool] enabled: Whether or not the managed collection is enabled.
|
8301
|
+
:param pulumi.Input['ClusterMonitoringConfigManagedPrometheusAutoMonitoringConfigArgs'] auto_monitoring_config: Configuration options for GKE Auto-Monitoring.
|
8295
8302
|
"""
|
8296
8303
|
pulumi.set(__self__, "enabled", enabled)
|
8304
|
+
if auto_monitoring_config is not None:
|
8305
|
+
pulumi.set(__self__, "auto_monitoring_config", auto_monitoring_config)
|
8297
8306
|
|
8298
8307
|
@property
|
8299
8308
|
@pulumi.getter
|
@@ -8307,6 +8316,49 @@ class ClusterMonitoringConfigManagedPrometheusArgs:
|
|
8307
8316
|
def enabled(self, value: pulumi.Input[bool]):
|
8308
8317
|
pulumi.set(self, "enabled", value)
|
8309
8318
|
|
8319
|
+
@property
|
8320
|
+
@pulumi.getter(name="autoMonitoringConfig")
|
8321
|
+
def auto_monitoring_config(self) -> Optional[pulumi.Input['ClusterMonitoringConfigManagedPrometheusAutoMonitoringConfigArgs']]:
|
8322
|
+
"""
|
8323
|
+
Configuration options for GKE Auto-Monitoring.
|
8324
|
+
"""
|
8325
|
+
return pulumi.get(self, "auto_monitoring_config")
|
8326
|
+
|
8327
|
+
@auto_monitoring_config.setter
|
8328
|
+
def auto_monitoring_config(self, value: Optional[pulumi.Input['ClusterMonitoringConfigManagedPrometheusAutoMonitoringConfigArgs']]):
|
8329
|
+
pulumi.set(self, "auto_monitoring_config", value)
|
8330
|
+
|
8331
|
+
|
8332
|
+
if not MYPY:
|
8333
|
+
class ClusterMonitoringConfigManagedPrometheusAutoMonitoringConfigArgsDict(TypedDict):
|
8334
|
+
scope: pulumi.Input[str]
|
8335
|
+
"""
|
8336
|
+
Whether or not to enable GKE Auto-Monitoring. Supported values include: `ALL`, `NONE`.
|
8337
|
+
"""
|
8338
|
+
elif False:
|
8339
|
+
ClusterMonitoringConfigManagedPrometheusAutoMonitoringConfigArgsDict: TypeAlias = Mapping[str, Any]
|
8340
|
+
|
8341
|
+
@pulumi.input_type
|
8342
|
+
class ClusterMonitoringConfigManagedPrometheusAutoMonitoringConfigArgs:
|
8343
|
+
def __init__(__self__, *,
|
8344
|
+
scope: pulumi.Input[str]):
|
8345
|
+
"""
|
8346
|
+
:param pulumi.Input[str] scope: Whether or not to enable GKE Auto-Monitoring. Supported values include: `ALL`, `NONE`.
|
8347
|
+
"""
|
8348
|
+
pulumi.set(__self__, "scope", scope)
|
8349
|
+
|
8350
|
+
@property
|
8351
|
+
@pulumi.getter
|
8352
|
+
def scope(self) -> pulumi.Input[str]:
|
8353
|
+
"""
|
8354
|
+
Whether or not to enable GKE Auto-Monitoring. Supported values include: `ALL`, `NONE`.
|
8355
|
+
"""
|
8356
|
+
return pulumi.get(self, "scope")
|
8357
|
+
|
8358
|
+
@scope.setter
|
8359
|
+
def scope(self, value: pulumi.Input[str]):
|
8360
|
+
pulumi.set(self, "scope", value)
|
8361
|
+
|
8310
8362
|
|
8311
8363
|
if not MYPY:
|
8312
8364
|
class ClusterNetworkPolicyArgsDict(TypedDict):
|
@@ -8491,6 +8543,10 @@ if not MYPY:
|
|
8491
8543
|
Defaults to `e2-medium`. To create a custom machine type, value should be set as specified
|
8492
8544
|
[here](https://cloud.google.com/compute/docs/reference/latest/instances#machineType).
|
8493
8545
|
"""
|
8546
|
+
max_run_duration: NotRequired[pulumi.Input[str]]
|
8547
|
+
"""
|
8548
|
+
The runtime of each node in the node pool in seconds, terminated by 's'. Example: "3600s".
|
8549
|
+
"""
|
8494
8550
|
metadata: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
8495
8551
|
"""
|
8496
8552
|
The metadata key/value pairs assigned to instances in
|
@@ -8620,6 +8676,7 @@ class ClusterNodeConfigArgs:
|
|
8620
8676
|
local_ssd_encryption_mode: Optional[pulumi.Input[str]] = None,
|
8621
8677
|
logging_variant: Optional[pulumi.Input[str]] = None,
|
8622
8678
|
machine_type: Optional[pulumi.Input[str]] = None,
|
8679
|
+
max_run_duration: Optional[pulumi.Input[str]] = None,
|
8623
8680
|
metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
8624
8681
|
min_cpu_platform: Optional[pulumi.Input[str]] = None,
|
8625
8682
|
node_group: Optional[pulumi.Input[str]] = None,
|
@@ -8697,6 +8754,7 @@ class ClusterNodeConfigArgs:
|
|
8697
8754
|
:param pulumi.Input[str] machine_type: The name of a Google Compute Engine machine type.
|
8698
8755
|
Defaults to `e2-medium`. To create a custom machine type, value should be set as specified
|
8699
8756
|
[here](https://cloud.google.com/compute/docs/reference/latest/instances#machineType).
|
8757
|
+
:param pulumi.Input[str] max_run_duration: The runtime of each node in the node pool in seconds, terminated by 's'. Example: "3600s".
|
8700
8758
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] metadata: The metadata key/value pairs assigned to instances in
|
8701
8759
|
the cluster. From GKE `1.12` onwards, `disable-legacy-endpoints` is set to
|
8702
8760
|
`true` by the API; if `metadata` is set but that default value is not
|
@@ -8791,6 +8849,8 @@ class ClusterNodeConfigArgs:
|
|
8791
8849
|
pulumi.set(__self__, "logging_variant", logging_variant)
|
8792
8850
|
if machine_type is not None:
|
8793
8851
|
pulumi.set(__self__, "machine_type", machine_type)
|
8852
|
+
if max_run_duration is not None:
|
8853
|
+
pulumi.set(__self__, "max_run_duration", max_run_duration)
|
8794
8854
|
if metadata is not None:
|
8795
8855
|
pulumi.set(__self__, "metadata", metadata)
|
8796
8856
|
if min_cpu_platform is not None:
|
@@ -9150,6 +9210,18 @@ class ClusterNodeConfigArgs:
|
|
9150
9210
|
def machine_type(self, value: Optional[pulumi.Input[str]]):
|
9151
9211
|
pulumi.set(self, "machine_type", value)
|
9152
9212
|
|
9213
|
+
@property
|
9214
|
+
@pulumi.getter(name="maxRunDuration")
|
9215
|
+
def max_run_duration(self) -> Optional[pulumi.Input[str]]:
|
9216
|
+
"""
|
9217
|
+
The runtime of each node in the node pool in seconds, terminated by 's'. Example: "3600s".
|
9218
|
+
"""
|
9219
|
+
return pulumi.get(self, "max_run_duration")
|
9220
|
+
|
9221
|
+
@max_run_duration.setter
|
9222
|
+
def max_run_duration(self, value: Optional[pulumi.Input[str]]):
|
9223
|
+
pulumi.set(self, "max_run_duration", value)
|
9224
|
+
|
9153
9225
|
@property
|
9154
9226
|
@pulumi.getter
|
9155
9227
|
def metadata(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
@@ -12481,6 +12553,10 @@ if not MYPY:
|
|
12481
12553
|
Defaults to `e2-medium`. To create a custom machine type, value should be set as specified
|
12482
12554
|
[here](https://cloud.google.com/compute/docs/reference/latest/instances#machineType).
|
12483
12555
|
"""
|
12556
|
+
max_run_duration: NotRequired[pulumi.Input[str]]
|
12557
|
+
"""
|
12558
|
+
The runtime of each node in the node pool in seconds, terminated by 's'. Example: "3600s".
|
12559
|
+
"""
|
12484
12560
|
metadata: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
12485
12561
|
"""
|
12486
12562
|
The metadata key/value pairs assigned to instances in
|
@@ -12610,6 +12686,7 @@ class ClusterNodePoolNodeConfigArgs:
|
|
12610
12686
|
local_ssd_encryption_mode: Optional[pulumi.Input[str]] = None,
|
12611
12687
|
logging_variant: Optional[pulumi.Input[str]] = None,
|
12612
12688
|
machine_type: Optional[pulumi.Input[str]] = None,
|
12689
|
+
max_run_duration: Optional[pulumi.Input[str]] = None,
|
12613
12690
|
metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
12614
12691
|
min_cpu_platform: Optional[pulumi.Input[str]] = None,
|
12615
12692
|
node_group: Optional[pulumi.Input[str]] = None,
|
@@ -12687,6 +12764,7 @@ class ClusterNodePoolNodeConfigArgs:
|
|
12687
12764
|
:param pulumi.Input[str] machine_type: The name of a Google Compute Engine machine type.
|
12688
12765
|
Defaults to `e2-medium`. To create a custom machine type, value should be set as specified
|
12689
12766
|
[here](https://cloud.google.com/compute/docs/reference/latest/instances#machineType).
|
12767
|
+
:param pulumi.Input[str] max_run_duration: The runtime of each node in the node pool in seconds, terminated by 's'. Example: "3600s".
|
12690
12768
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] metadata: The metadata key/value pairs assigned to instances in
|
12691
12769
|
the cluster. From GKE `1.12` onwards, `disable-legacy-endpoints` is set to
|
12692
12770
|
`true` by the API; if `metadata` is set but that default value is not
|
@@ -12781,6 +12859,8 @@ class ClusterNodePoolNodeConfigArgs:
|
|
12781
12859
|
pulumi.set(__self__, "logging_variant", logging_variant)
|
12782
12860
|
if machine_type is not None:
|
12783
12861
|
pulumi.set(__self__, "machine_type", machine_type)
|
12862
|
+
if max_run_duration is not None:
|
12863
|
+
pulumi.set(__self__, "max_run_duration", max_run_duration)
|
12784
12864
|
if metadata is not None:
|
12785
12865
|
pulumi.set(__self__, "metadata", metadata)
|
12786
12866
|
if min_cpu_platform is not None:
|
@@ -13140,6 +13220,18 @@ class ClusterNodePoolNodeConfigArgs:
|
|
13140
13220
|
def machine_type(self, value: Optional[pulumi.Input[str]]):
|
13141
13221
|
pulumi.set(self, "machine_type", value)
|
13142
13222
|
|
13223
|
+
@property
|
13224
|
+
@pulumi.getter(name="maxRunDuration")
|
13225
|
+
def max_run_duration(self) -> Optional[pulumi.Input[str]]:
|
13226
|
+
"""
|
13227
|
+
The runtime of each node in the node pool in seconds, terminated by 's'. Example: "3600s".
|
13228
|
+
"""
|
13229
|
+
return pulumi.get(self, "max_run_duration")
|
13230
|
+
|
13231
|
+
@max_run_duration.setter
|
13232
|
+
def max_run_duration(self, value: Optional[pulumi.Input[str]]):
|
13233
|
+
pulumi.set(self, "max_run_duration", value)
|
13234
|
+
|
13143
13235
|
@property
|
13144
13236
|
@pulumi.getter
|
13145
13237
|
def metadata(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
@@ -16986,6 +17078,10 @@ if not MYPY:
|
|
16986
17078
|
"""
|
16987
17079
|
The name of a Google Compute Engine machine type.
|
16988
17080
|
"""
|
17081
|
+
max_run_duration: NotRequired[pulumi.Input[str]]
|
17082
|
+
"""
|
17083
|
+
The runtime of each node in the node pool in seconds, terminated by 's'. Example: "3600s".
|
17084
|
+
"""
|
16989
17085
|
metadata: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
16990
17086
|
"""
|
16991
17087
|
The metadata key/value pairs assigned to instances in the cluster.
|
@@ -17091,6 +17187,7 @@ class NodePoolNodeConfigArgs:
|
|
17091
17187
|
local_ssd_encryption_mode: Optional[pulumi.Input[str]] = None,
|
17092
17188
|
logging_variant: Optional[pulumi.Input[str]] = None,
|
17093
17189
|
machine_type: Optional[pulumi.Input[str]] = None,
|
17190
|
+
max_run_duration: Optional[pulumi.Input[str]] = None,
|
17094
17191
|
metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
17095
17192
|
min_cpu_platform: Optional[pulumi.Input[str]] = None,
|
17096
17193
|
node_group: Optional[pulumi.Input[str]] = None,
|
@@ -17134,6 +17231,7 @@ class NodePoolNodeConfigArgs:
|
|
17134
17231
|
:param pulumi.Input[str] local_ssd_encryption_mode: LocalSsdEncryptionMode specified the method used for encrypting the local SSDs attached to the node.
|
17135
17232
|
:param pulumi.Input[str] logging_variant: Type of logging agent that is used as the default value for node pools in the cluster. Valid values include DEFAULT and MAX_THROUGHPUT.
|
17136
17233
|
:param pulumi.Input[str] machine_type: The name of a Google Compute Engine machine type.
|
17234
|
+
:param pulumi.Input[str] max_run_duration: The runtime of each node in the node pool in seconds, terminated by 's'. Example: "3600s".
|
17137
17235
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] metadata: The metadata key/value pairs assigned to instances in the cluster.
|
17138
17236
|
:param pulumi.Input[str] min_cpu_platform: Minimum CPU platform to be used by this instance. The instance may be scheduled on the specified or newer CPU platform.
|
17139
17237
|
:param pulumi.Input[str] node_group: Setting this field will assign instances of this pool to run on the specified node group. This is useful for running workloads on sole tenant nodes.
|
@@ -17204,6 +17302,8 @@ class NodePoolNodeConfigArgs:
|
|
17204
17302
|
pulumi.set(__self__, "logging_variant", logging_variant)
|
17205
17303
|
if machine_type is not None:
|
17206
17304
|
pulumi.set(__self__, "machine_type", machine_type)
|
17305
|
+
if max_run_duration is not None:
|
17306
|
+
pulumi.set(__self__, "max_run_duration", max_run_duration)
|
17207
17307
|
if metadata is not None:
|
17208
17308
|
pulumi.set(__self__, "metadata", metadata)
|
17209
17309
|
if min_cpu_platform is not None:
|
@@ -17529,6 +17629,18 @@ class NodePoolNodeConfigArgs:
|
|
17529
17629
|
def machine_type(self, value: Optional[pulumi.Input[str]]):
|
17530
17630
|
pulumi.set(self, "machine_type", value)
|
17531
17631
|
|
17632
|
+
@property
|
17633
|
+
@pulumi.getter(name="maxRunDuration")
|
17634
|
+
def max_run_duration(self) -> Optional[pulumi.Input[str]]:
|
17635
|
+
"""
|
17636
|
+
The runtime of each node in the node pool in seconds, terminated by 's'. Example: "3600s".
|
17637
|
+
"""
|
17638
|
+
return pulumi.get(self, "max_run_duration")
|
17639
|
+
|
17640
|
+
@max_run_duration.setter
|
17641
|
+
def max_run_duration(self, value: Optional[pulumi.Input[str]]):
|
17642
|
+
pulumi.set(self, "max_run_duration", value)
|
17643
|
+
|
17532
17644
|
@property
|
17533
17645
|
@pulumi.getter
|
17534
17646
|
def metadata(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|