pulumi-gcp 7.34.0__py3-none-any.whl → 7.34.0a1722421695__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.
Potentially problematic release.
This version of pulumi-gcp might be problematic. Click here for more details.
- pulumi_gcp/__init__.py +0 -40
- pulumi_gcp/alloydb/_inputs.py +0 -174
- pulumi_gcp/alloydb/instance.py +0 -54
- pulumi_gcp/alloydb/outputs.py +0 -133
- pulumi_gcp/apigee/__init__.py +0 -2
- pulumi_gcp/apigee/instance.py +2 -2
- pulumi_gcp/apigee/nat_address.py +2 -2
- pulumi_gcp/apigee/organization.py +4 -4
- pulumi_gcp/apphub/service_project_attachment.py +11 -11
- pulumi_gcp/bigquery/_inputs.py +0 -36
- pulumi_gcp/bigquery/app_profile.py +0 -54
- pulumi_gcp/bigquery/outputs.py +0 -38
- pulumi_gcp/bigquery/reservation.py +4 -34
- pulumi_gcp/bigquery/table.py +21 -65
- pulumi_gcp/bigtable/table.py +26 -27
- pulumi_gcp/certificateauthority/authority.py +4 -4
- pulumi_gcp/cloudfunctions/function.py +0 -47
- pulumi_gcp/cloudfunctions/get_function.py +1 -11
- pulumi_gcp/cloudfunctionsv2/function.py +2 -2
- pulumi_gcp/cloudrun/_inputs.py +21 -24
- pulumi_gcp/cloudrun/outputs.py +24 -20
- pulumi_gcp/cloudrunv2/_inputs.py +0 -3
- pulumi_gcp/cloudrunv2/outputs.py +0 -4
- pulumi_gcp/compute/__init__.py +0 -2
- pulumi_gcp/compute/_inputs.py +328 -2333
- pulumi_gcp/compute/backend_service.py +0 -6
- pulumi_gcp/compute/outputs.py +7 -1466
- pulumi_gcp/compute/public_advertised_prefix.py +2 -30
- pulumi_gcp/compute/router_peer.py +0 -437
- pulumi_gcp/compute/service_attachment.py +14 -7
- pulumi_gcp/container/_inputs.py +18 -215
- pulumi_gcp/container/node_pool.py +14 -0
- pulumi_gcp/container/outputs.py +12 -226
- pulumi_gcp/databasemigrationservice/private_connection.py +6 -10
- pulumi_gcp/dataloss/_inputs.py +21 -707
- pulumi_gcp/dataloss/outputs.py +14 -588
- pulumi_gcp/datastore/data_store_index.py +12 -24
- pulumi_gcp/datastream/_inputs.py +3 -83
- pulumi_gcp/datastream/outputs.py +3 -51
- pulumi_gcp/datastream/stream.py +0 -170
- pulumi_gcp/firebase/database_instance.py +8 -8
- pulumi_gcp/firebase/hosting_site.py +8 -8
- pulumi_gcp/firestore/index.py +10 -10
- pulumi_gcp/gkeonprem/_inputs.py +78 -78
- pulumi_gcp/gkeonprem/outputs.py +52 -52
- pulumi_gcp/iap/client.py +4 -4
- pulumi_gcp/integrationconnectors/_inputs.py +30 -30
- pulumi_gcp/integrationconnectors/outputs.py +20 -20
- pulumi_gcp/netapp/volume.py +1 -1
- pulumi_gcp/networkconnectivity/_inputs.py +6 -3
- pulumi_gcp/networkconnectivity/hub.py +49 -60
- pulumi_gcp/networkconnectivity/outputs.py +4 -2
- pulumi_gcp/networkconnectivity/spoke.py +104 -159
- pulumi_gcp/networksecurity/tls_inspection_policy.py +2 -2
- pulumi_gcp/orgpolicy/policy.py +4 -4
- pulumi_gcp/projects/get_project_service.py +1 -11
- pulumi_gcp/projects/service.py +0 -68
- pulumi_gcp/projects/service_identity.py +2 -30
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securesourcemanager/instance.py +4 -528
- pulumi_gcp/securitycenter/__init__.py +0 -1
- pulumi_gcp/sql/database_instance.py +2 -2
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vmwareengine/get_private_cloud.py +1 -21
- pulumi_gcp/vmwareengine/private_cloud.py +2 -121
- pulumi_gcp/workbench/_inputs.py +0 -77
- pulumi_gcp/workbench/instance.py +4 -18
- pulumi_gcp/workbench/outputs.py +1 -67
- {pulumi_gcp-7.34.0.dist-info → pulumi_gcp-7.34.0a1722421695.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.34.0.dist-info → pulumi_gcp-7.34.0a1722421695.dist-info}/RECORD +73 -78
- pulumi_gcp/apigee/environment_keyvaluemaps.py +0 -370
- pulumi_gcp/apigee/environment_keyvaluemaps_entries.py +0 -440
- pulumi_gcp/compute/resize_request.py +0 -782
- pulumi_gcp/compute/router_route_policy.py +0 -616
- pulumi_gcp/securitycenter/v2_organization_mute_config.py +0 -673
- {pulumi_gcp-7.34.0.dist-info → pulumi_gcp-7.34.0a1722421695.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.34.0.dist-info → pulumi_gcp-7.34.0a1722421695.dist-info}/top_level.txt +0 -0
@@ -44,7 +44,8 @@ class ServiceAttachmentArgs:
|
|
44
44
|
|
45
45
|
- - -
|
46
46
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] nat_subnets: An array of subnets that is provided for NAT in this service attachment.
|
47
|
-
:param pulumi.Input[str] target_service: The URL of a
|
47
|
+
:param pulumi.Input[str] target_service: The URL of a forwarding rule that represents the service identified by
|
48
|
+
this service attachment.
|
48
49
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceAttachmentConsumerAcceptListArgs']]] consumer_accept_lists: An array of projects that are allowed to connect to this service
|
49
50
|
attachment.
|
50
51
|
Structure is documented below.
|
@@ -135,7 +136,8 @@ class ServiceAttachmentArgs:
|
|
135
136
|
@pulumi.getter(name="targetService")
|
136
137
|
def target_service(self) -> pulumi.Input[str]:
|
137
138
|
"""
|
138
|
-
The URL of a
|
139
|
+
The URL of a forwarding rule that represents the service identified by
|
140
|
+
this service attachment.
|
139
141
|
"""
|
140
142
|
return pulumi.get(self, "target_service")
|
141
143
|
|
@@ -311,7 +313,8 @@ class _ServiceAttachmentState:
|
|
311
313
|
If true, update will affect both PENDING and ACCEPTED/REJECTED PSC endpoints. For example, an ACCEPTED PSC endpoint will be moved to REJECTED if its project is added to the reject list.
|
312
314
|
:param pulumi.Input[str] region: URL of the region where the resource resides.
|
313
315
|
:param pulumi.Input[str] self_link: The URI of the created resource.
|
314
|
-
:param pulumi.Input[str] target_service: The URL of a
|
316
|
+
:param pulumi.Input[str] target_service: The URL of a forwarding rule that represents the service identified by
|
317
|
+
this service attachment.
|
315
318
|
"""
|
316
319
|
if connected_endpoints is not None:
|
317
320
|
pulumi.set(__self__, "connected_endpoints", connected_endpoints)
|
@@ -539,7 +542,8 @@ class _ServiceAttachmentState:
|
|
539
542
|
@pulumi.getter(name="targetService")
|
540
543
|
def target_service(self) -> Optional[pulumi.Input[str]]:
|
541
544
|
"""
|
542
|
-
The URL of a
|
545
|
+
The URL of a forwarding rule that represents the service identified by
|
546
|
+
this service attachment.
|
543
547
|
"""
|
544
548
|
return pulumi.get(self, "target_service")
|
545
549
|
|
@@ -902,7 +906,8 @@ class ServiceAttachment(pulumi.CustomResource):
|
|
902
906
|
If false, connection policy update will only affect existing PENDING PSC endpoints. Existing ACCEPTED/REJECTED endpoints will remain untouched regardless how the connection policy is modified .
|
903
907
|
If true, update will affect both PENDING and ACCEPTED/REJECTED PSC endpoints. For example, an ACCEPTED PSC endpoint will be moved to REJECTED if its project is added to the reject list.
|
904
908
|
:param pulumi.Input[str] region: URL of the region where the resource resides.
|
905
|
-
:param pulumi.Input[str] target_service: The URL of a
|
909
|
+
:param pulumi.Input[str] target_service: The URL of a forwarding rule that represents the service identified by
|
910
|
+
this service attachment.
|
906
911
|
"""
|
907
912
|
...
|
908
913
|
@overload
|
@@ -1341,7 +1346,8 @@ class ServiceAttachment(pulumi.CustomResource):
|
|
1341
1346
|
If true, update will affect both PENDING and ACCEPTED/REJECTED PSC endpoints. For example, an ACCEPTED PSC endpoint will be moved to REJECTED if its project is added to the reject list.
|
1342
1347
|
:param pulumi.Input[str] region: URL of the region where the resource resides.
|
1343
1348
|
:param pulumi.Input[str] self_link: The URI of the created resource.
|
1344
|
-
:param pulumi.Input[str] target_service: The URL of a
|
1349
|
+
:param pulumi.Input[str] target_service: The URL of a forwarding rule that represents the service identified by
|
1350
|
+
this service attachment.
|
1345
1351
|
"""
|
1346
1352
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
1347
1353
|
|
@@ -1503,7 +1509,8 @@ class ServiceAttachment(pulumi.CustomResource):
|
|
1503
1509
|
@pulumi.getter(name="targetService")
|
1504
1510
|
def target_service(self) -> pulumi.Output[str]:
|
1505
1511
|
"""
|
1506
|
-
The URL of a
|
1512
|
+
The URL of a forwarding rule that represents the service identified by
|
1513
|
+
this service attachment.
|
1507
1514
|
"""
|
1508
1515
|
return pulumi.get(self, "target_service")
|
1509
1516
|
|
pulumi_gcp/container/_inputs.py
CHANGED
@@ -175,12 +175,6 @@ __all__ = [
|
|
175
175
|
'ClusterAddonsConfigKalmConfigArgsDict',
|
176
176
|
'ClusterAddonsConfigNetworkPolicyConfigArgs',
|
177
177
|
'ClusterAddonsConfigNetworkPolicyConfigArgsDict',
|
178
|
-
'ClusterAddonsConfigRayOperatorConfigArgs',
|
179
|
-
'ClusterAddonsConfigRayOperatorConfigArgsDict',
|
180
|
-
'ClusterAddonsConfigRayOperatorConfigRayClusterLoggingConfigArgs',
|
181
|
-
'ClusterAddonsConfigRayOperatorConfigRayClusterLoggingConfigArgsDict',
|
182
|
-
'ClusterAddonsConfigRayOperatorConfigRayClusterMonitoringConfigArgs',
|
183
|
-
'ClusterAddonsConfigRayOperatorConfigRayClusterMonitoringConfigArgsDict',
|
184
178
|
'ClusterAddonsConfigStatefulHaConfigArgs',
|
185
179
|
'ClusterAddonsConfigStatefulHaConfigArgsDict',
|
186
180
|
'ClusterAuthenticatorGroupsConfigArgs',
|
@@ -4478,29 +4472,13 @@ if not MYPY:
|
|
4478
4472
|
It can only be disabled if the nodes already do not have network policies enabled.
|
4479
4473
|
Defaults to disabled; set `disabled = false` to enable.
|
4480
4474
|
"""
|
4481
|
-
ray_operator_configs: NotRequired[pulumi.Input[Sequence[pulumi.Input['ClusterAddonsConfigRayOperatorConfigArgsDict']]]]
|
4482
|
-
"""
|
4483
|
-
. The status of the [Ray Operator
|
4484
|
-
addon](https://cloud.google.com/kubernetes-engine/docs/add-on/ray-on-gke/concepts/overview).
|
4485
|
-
It is disabled by default. Set `enabled = true` to enable. The minimum
|
4486
|
-
cluster version to enable Ray is 1.30.0-gke.1747000.
|
4487
|
-
|
4488
|
-
Ray Operator config has optional subfields
|
4489
|
-
`ray_cluster_logging_config.enabled` and
|
4490
|
-
`ray_cluster_monitoring_config.enabled` which control Ray Cluster logging
|
4491
|
-
and monitoring respectively. See [Collect and view logs and metrics for Ray
|
4492
|
-
clusters on
|
4493
|
-
GKE](https://cloud.google.com/kubernetes-engine/docs/add-on/ray-on-gke/how-to/collect-view-logs-metrics)
|
4494
|
-
for more information.
|
4495
|
-
|
4496
|
-
|
4497
|
-
This example `addons_config` disables two addons:
|
4498
|
-
"""
|
4499
4475
|
stateful_ha_config: NotRequired[pulumi.Input['ClusterAddonsConfigStatefulHaConfigArgsDict']]
|
4500
4476
|
"""
|
4501
4477
|
.
|
4502
4478
|
The status of the Stateful HA addon, which provides automatic configurable failover for stateful applications.
|
4503
4479
|
It is disabled by default for Standard clusters. Set `enabled = true` to enable.
|
4480
|
+
|
4481
|
+
This example `addons_config` disables two addons:
|
4504
4482
|
"""
|
4505
4483
|
elif False:
|
4506
4484
|
ClusterAddonsConfigArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -4520,7 +4498,6 @@ class ClusterAddonsConfigArgs:
|
|
4520
4498
|
istio_config: Optional[pulumi.Input['ClusterAddonsConfigIstioConfigArgs']] = None,
|
4521
4499
|
kalm_config: Optional[pulumi.Input['ClusterAddonsConfigKalmConfigArgs']] = None,
|
4522
4500
|
network_policy_config: Optional[pulumi.Input['ClusterAddonsConfigNetworkPolicyConfigArgs']] = None,
|
4523
|
-
ray_operator_configs: Optional[pulumi.Input[Sequence[pulumi.Input['ClusterAddonsConfigRayOperatorConfigArgs']]]] = None,
|
4524
4501
|
stateful_ha_config: Optional[pulumi.Input['ClusterAddonsConfigStatefulHaConfigArgs']] = None):
|
4525
4502
|
"""
|
4526
4503
|
:param pulumi.Input['ClusterAddonsConfigCloudrunConfigArgs'] cloudrun_config: . Structure is documented below.
|
@@ -4564,24 +4541,11 @@ class ClusterAddonsConfigArgs:
|
|
4564
4541
|
otherwise nothing will happen.
|
4565
4542
|
It can only be disabled if the nodes already do not have network policies enabled.
|
4566
4543
|
Defaults to disabled; set `disabled = false` to enable.
|
4567
|
-
:param pulumi.Input[Sequence[pulumi.Input['ClusterAddonsConfigRayOperatorConfigArgs']]] ray_operator_configs: . The status of the [Ray Operator
|
4568
|
-
addon](https://cloud.google.com/kubernetes-engine/docs/add-on/ray-on-gke/concepts/overview).
|
4569
|
-
It is disabled by default. Set `enabled = true` to enable. The minimum
|
4570
|
-
cluster version to enable Ray is 1.30.0-gke.1747000.
|
4571
|
-
|
4572
|
-
Ray Operator config has optional subfields
|
4573
|
-
`ray_cluster_logging_config.enabled` and
|
4574
|
-
`ray_cluster_monitoring_config.enabled` which control Ray Cluster logging
|
4575
|
-
and monitoring respectively. See [Collect and view logs and metrics for Ray
|
4576
|
-
clusters on
|
4577
|
-
GKE](https://cloud.google.com/kubernetes-engine/docs/add-on/ray-on-gke/how-to/collect-view-logs-metrics)
|
4578
|
-
for more information.
|
4579
|
-
|
4580
|
-
|
4581
|
-
This example `addons_config` disables two addons:
|
4582
4544
|
:param pulumi.Input['ClusterAddonsConfigStatefulHaConfigArgs'] stateful_ha_config: .
|
4583
4545
|
The status of the Stateful HA addon, which provides automatic configurable failover for stateful applications.
|
4584
4546
|
It is disabled by default for Standard clusters. Set `enabled = true` to enable.
|
4547
|
+
|
4548
|
+
This example `addons_config` disables two addons:
|
4585
4549
|
"""
|
4586
4550
|
if cloudrun_config is not None:
|
4587
4551
|
pulumi.set(__self__, "cloudrun_config", cloudrun_config)
|
@@ -4607,8 +4571,6 @@ class ClusterAddonsConfigArgs:
|
|
4607
4571
|
pulumi.set(__self__, "kalm_config", kalm_config)
|
4608
4572
|
if network_policy_config is not None:
|
4609
4573
|
pulumi.set(__self__, "network_policy_config", network_policy_config)
|
4610
|
-
if ray_operator_configs is not None:
|
4611
|
-
pulumi.set(__self__, "ray_operator_configs", ray_operator_configs)
|
4612
4574
|
if stateful_ha_config is not None:
|
4613
4575
|
pulumi.set(__self__, "stateful_ha_config", stateful_ha_config)
|
4614
4576
|
|
@@ -4785,32 +4747,6 @@ class ClusterAddonsConfigArgs:
|
|
4785
4747
|
def network_policy_config(self, value: Optional[pulumi.Input['ClusterAddonsConfigNetworkPolicyConfigArgs']]):
|
4786
4748
|
pulumi.set(self, "network_policy_config", value)
|
4787
4749
|
|
4788
|
-
@property
|
4789
|
-
@pulumi.getter(name="rayOperatorConfigs")
|
4790
|
-
def ray_operator_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ClusterAddonsConfigRayOperatorConfigArgs']]]]:
|
4791
|
-
"""
|
4792
|
-
. The status of the [Ray Operator
|
4793
|
-
addon](https://cloud.google.com/kubernetes-engine/docs/add-on/ray-on-gke/concepts/overview).
|
4794
|
-
It is disabled by default. Set `enabled = true` to enable. The minimum
|
4795
|
-
cluster version to enable Ray is 1.30.0-gke.1747000.
|
4796
|
-
|
4797
|
-
Ray Operator config has optional subfields
|
4798
|
-
`ray_cluster_logging_config.enabled` and
|
4799
|
-
`ray_cluster_monitoring_config.enabled` which control Ray Cluster logging
|
4800
|
-
and monitoring respectively. See [Collect and view logs and metrics for Ray
|
4801
|
-
clusters on
|
4802
|
-
GKE](https://cloud.google.com/kubernetes-engine/docs/add-on/ray-on-gke/how-to/collect-view-logs-metrics)
|
4803
|
-
for more information.
|
4804
|
-
|
4805
|
-
|
4806
|
-
This example `addons_config` disables two addons:
|
4807
|
-
"""
|
4808
|
-
return pulumi.get(self, "ray_operator_configs")
|
4809
|
-
|
4810
|
-
@ray_operator_configs.setter
|
4811
|
-
def ray_operator_configs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ClusterAddonsConfigRayOperatorConfigArgs']]]]):
|
4812
|
-
pulumi.set(self, "ray_operator_configs", value)
|
4813
|
-
|
4814
4750
|
@property
|
4815
4751
|
@pulumi.getter(name="statefulHaConfig")
|
4816
4752
|
def stateful_ha_config(self) -> Optional[pulumi.Input['ClusterAddonsConfigStatefulHaConfigArgs']]:
|
@@ -4818,6 +4754,8 @@ class ClusterAddonsConfigArgs:
|
|
4818
4754
|
.
|
4819
4755
|
The status of the Stateful HA addon, which provides automatic configurable failover for stateful applications.
|
4820
4756
|
It is disabled by default for Standard clusters. Set `enabled = true` to enable.
|
4757
|
+
|
4758
|
+
This example `addons_config` disables two addons:
|
4821
4759
|
"""
|
4822
4760
|
return pulumi.get(self, "stateful_ha_config")
|
4823
4761
|
|
@@ -5199,114 +5137,6 @@ class ClusterAddonsConfigNetworkPolicyConfigArgs:
|
|
5199
5137
|
pulumi.set(self, "disabled", value)
|
5200
5138
|
|
5201
5139
|
|
5202
|
-
if not MYPY:
|
5203
|
-
class ClusterAddonsConfigRayOperatorConfigArgsDict(TypedDict):
|
5204
|
-
enabled: pulumi.Input[bool]
|
5205
|
-
ray_cluster_logging_config: NotRequired[pulumi.Input['ClusterAddonsConfigRayOperatorConfigRayClusterLoggingConfigArgsDict']]
|
5206
|
-
"""
|
5207
|
-
The status of Ray Logging, which scrapes Ray cluster logs to Cloud Logging. Defaults to disabled; set enabled = true to enable.
|
5208
|
-
"""
|
5209
|
-
ray_cluster_monitoring_config: NotRequired[pulumi.Input['ClusterAddonsConfigRayOperatorConfigRayClusterMonitoringConfigArgsDict']]
|
5210
|
-
"""
|
5211
|
-
The status of Ray Cluster monitoring, which shows Ray cluster metrics in Cloud Console. Defaults to disabled; set enabled = true to enable.
|
5212
|
-
"""
|
5213
|
-
elif False:
|
5214
|
-
ClusterAddonsConfigRayOperatorConfigArgsDict: TypeAlias = Mapping[str, Any]
|
5215
|
-
|
5216
|
-
@pulumi.input_type
|
5217
|
-
class ClusterAddonsConfigRayOperatorConfigArgs:
|
5218
|
-
def __init__(__self__, *,
|
5219
|
-
enabled: pulumi.Input[bool],
|
5220
|
-
ray_cluster_logging_config: Optional[pulumi.Input['ClusterAddonsConfigRayOperatorConfigRayClusterLoggingConfigArgs']] = None,
|
5221
|
-
ray_cluster_monitoring_config: Optional[pulumi.Input['ClusterAddonsConfigRayOperatorConfigRayClusterMonitoringConfigArgs']] = None):
|
5222
|
-
"""
|
5223
|
-
:param pulumi.Input['ClusterAddonsConfigRayOperatorConfigRayClusterLoggingConfigArgs'] ray_cluster_logging_config: The status of Ray Logging, which scrapes Ray cluster logs to Cloud Logging. Defaults to disabled; set enabled = true to enable.
|
5224
|
-
:param pulumi.Input['ClusterAddonsConfigRayOperatorConfigRayClusterMonitoringConfigArgs'] ray_cluster_monitoring_config: The status of Ray Cluster monitoring, which shows Ray cluster metrics in Cloud Console. Defaults to disabled; set enabled = true to enable.
|
5225
|
-
"""
|
5226
|
-
pulumi.set(__self__, "enabled", enabled)
|
5227
|
-
if ray_cluster_logging_config is not None:
|
5228
|
-
pulumi.set(__self__, "ray_cluster_logging_config", ray_cluster_logging_config)
|
5229
|
-
if ray_cluster_monitoring_config is not None:
|
5230
|
-
pulumi.set(__self__, "ray_cluster_monitoring_config", ray_cluster_monitoring_config)
|
5231
|
-
|
5232
|
-
@property
|
5233
|
-
@pulumi.getter
|
5234
|
-
def enabled(self) -> pulumi.Input[bool]:
|
5235
|
-
return pulumi.get(self, "enabled")
|
5236
|
-
|
5237
|
-
@enabled.setter
|
5238
|
-
def enabled(self, value: pulumi.Input[bool]):
|
5239
|
-
pulumi.set(self, "enabled", value)
|
5240
|
-
|
5241
|
-
@property
|
5242
|
-
@pulumi.getter(name="rayClusterLoggingConfig")
|
5243
|
-
def ray_cluster_logging_config(self) -> Optional[pulumi.Input['ClusterAddonsConfigRayOperatorConfigRayClusterLoggingConfigArgs']]:
|
5244
|
-
"""
|
5245
|
-
The status of Ray Logging, which scrapes Ray cluster logs to Cloud Logging. Defaults to disabled; set enabled = true to enable.
|
5246
|
-
"""
|
5247
|
-
return pulumi.get(self, "ray_cluster_logging_config")
|
5248
|
-
|
5249
|
-
@ray_cluster_logging_config.setter
|
5250
|
-
def ray_cluster_logging_config(self, value: Optional[pulumi.Input['ClusterAddonsConfigRayOperatorConfigRayClusterLoggingConfigArgs']]):
|
5251
|
-
pulumi.set(self, "ray_cluster_logging_config", value)
|
5252
|
-
|
5253
|
-
@property
|
5254
|
-
@pulumi.getter(name="rayClusterMonitoringConfig")
|
5255
|
-
def ray_cluster_monitoring_config(self) -> Optional[pulumi.Input['ClusterAddonsConfigRayOperatorConfigRayClusterMonitoringConfigArgs']]:
|
5256
|
-
"""
|
5257
|
-
The status of Ray Cluster monitoring, which shows Ray cluster metrics in Cloud Console. Defaults to disabled; set enabled = true to enable.
|
5258
|
-
"""
|
5259
|
-
return pulumi.get(self, "ray_cluster_monitoring_config")
|
5260
|
-
|
5261
|
-
@ray_cluster_monitoring_config.setter
|
5262
|
-
def ray_cluster_monitoring_config(self, value: Optional[pulumi.Input['ClusterAddonsConfigRayOperatorConfigRayClusterMonitoringConfigArgs']]):
|
5263
|
-
pulumi.set(self, "ray_cluster_monitoring_config", value)
|
5264
|
-
|
5265
|
-
|
5266
|
-
if not MYPY:
|
5267
|
-
class ClusterAddonsConfigRayOperatorConfigRayClusterLoggingConfigArgsDict(TypedDict):
|
5268
|
-
enabled: pulumi.Input[bool]
|
5269
|
-
elif False:
|
5270
|
-
ClusterAddonsConfigRayOperatorConfigRayClusterLoggingConfigArgsDict: TypeAlias = Mapping[str, Any]
|
5271
|
-
|
5272
|
-
@pulumi.input_type
|
5273
|
-
class ClusterAddonsConfigRayOperatorConfigRayClusterLoggingConfigArgs:
|
5274
|
-
def __init__(__self__, *,
|
5275
|
-
enabled: pulumi.Input[bool]):
|
5276
|
-
pulumi.set(__self__, "enabled", enabled)
|
5277
|
-
|
5278
|
-
@property
|
5279
|
-
@pulumi.getter
|
5280
|
-
def enabled(self) -> pulumi.Input[bool]:
|
5281
|
-
return pulumi.get(self, "enabled")
|
5282
|
-
|
5283
|
-
@enabled.setter
|
5284
|
-
def enabled(self, value: pulumi.Input[bool]):
|
5285
|
-
pulumi.set(self, "enabled", value)
|
5286
|
-
|
5287
|
-
|
5288
|
-
if not MYPY:
|
5289
|
-
class ClusterAddonsConfigRayOperatorConfigRayClusterMonitoringConfigArgsDict(TypedDict):
|
5290
|
-
enabled: pulumi.Input[bool]
|
5291
|
-
elif False:
|
5292
|
-
ClusterAddonsConfigRayOperatorConfigRayClusterMonitoringConfigArgsDict: TypeAlias = Mapping[str, Any]
|
5293
|
-
|
5294
|
-
@pulumi.input_type
|
5295
|
-
class ClusterAddonsConfigRayOperatorConfigRayClusterMonitoringConfigArgs:
|
5296
|
-
def __init__(__self__, *,
|
5297
|
-
enabled: pulumi.Input[bool]):
|
5298
|
-
pulumi.set(__self__, "enabled", enabled)
|
5299
|
-
|
5300
|
-
@property
|
5301
|
-
@pulumi.getter
|
5302
|
-
def enabled(self) -> pulumi.Input[bool]:
|
5303
|
-
return pulumi.get(self, "enabled")
|
5304
|
-
|
5305
|
-
@enabled.setter
|
5306
|
-
def enabled(self, value: pulumi.Input[bool]):
|
5307
|
-
pulumi.set(self, "enabled", value)
|
5308
|
-
|
5309
|
-
|
5310
5140
|
if not MYPY:
|
5311
5141
|
class ClusterAddonsConfigStatefulHaConfigArgsDict(TypedDict):
|
5312
5142
|
enabled: pulumi.Input[bool]
|
@@ -16066,10 +15896,7 @@ if not MYPY:
|
|
16066
15896
|
"""
|
16067
15897
|
reservation_affinity: NotRequired[pulumi.Input['NodePoolNodeConfigReservationAffinityArgsDict']]
|
16068
15898
|
"""
|
16069
|
-
The
|
16070
|
-
Structure is documented below.
|
16071
|
-
|
16072
|
-
<a name="nested_autoscaling"></a>The `autoscaling` block supports (either total or per zone limits are required):
|
15899
|
+
The reservation affinity configuration for the node pool.
|
16073
15900
|
"""
|
16074
15901
|
resource_labels: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
16075
15902
|
"""
|
@@ -16190,10 +16017,7 @@ class NodePoolNodeConfigArgs:
|
|
16190
16017
|
: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.
|
16191
16018
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] oauth_scopes: The set of Google API scopes to be made available on all of the node VMs.
|
16192
16019
|
:param pulumi.Input[bool] preemptible: Whether the nodes are created as preemptible VM instances.
|
16193
|
-
:param pulumi.Input['NodePoolNodeConfigReservationAffinityArgs'] reservation_affinity: The
|
16194
|
-
Structure is documented below.
|
16195
|
-
|
16196
|
-
<a name="nested_autoscaling"></a>The `autoscaling` block supports (either total or per zone limits are required):
|
16020
|
+
:param pulumi.Input['NodePoolNodeConfigReservationAffinityArgs'] reservation_affinity: The reservation affinity configuration for the node pool.
|
16197
16021
|
: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.
|
16198
16022
|
: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.
|
16199
16023
|
:param pulumi.Input['NodePoolNodeConfigSandboxConfigArgs'] sandbox_config: Sandbox configuration for this node.
|
@@ -16627,10 +16451,7 @@ class NodePoolNodeConfigArgs:
|
|
16627
16451
|
@pulumi.getter(name="reservationAffinity")
|
16628
16452
|
def reservation_affinity(self) -> Optional[pulumi.Input['NodePoolNodeConfigReservationAffinityArgs']]:
|
16629
16453
|
"""
|
16630
|
-
The
|
16631
|
-
Structure is documented below.
|
16632
|
-
|
16633
|
-
<a name="nested_autoscaling"></a>The `autoscaling` block supports (either total or per zone limits are required):
|
16454
|
+
The reservation affinity configuration for the node pool.
|
16634
16455
|
"""
|
16635
16456
|
return pulumi.get(self, "reservation_affinity")
|
16636
16457
|
|
@@ -17647,21 +17468,15 @@ if not MYPY:
|
|
17647
17468
|
class NodePoolNodeConfigReservationAffinityArgsDict(TypedDict):
|
17648
17469
|
consume_reservation_type: pulumi.Input[str]
|
17649
17470
|
"""
|
17650
|
-
|
17651
|
-
Accepted values are:
|
17652
|
-
|
17653
|
-
* `"UNSPECIFIED"`: Default value. This should not be used.
|
17654
|
-
* `"NO_RESERVATION"`: Do not consume from any reserved capacity.
|
17655
|
-
* `"ANY_RESERVATION"`: Consume any reservation available.
|
17656
|
-
* `"SPECIFIC_RESERVATION"`: Must consume from a specific reservation. Must specify key value fields for specifying the reservations.
|
17471
|
+
Corresponds to the type of reservation consumption.
|
17657
17472
|
"""
|
17658
17473
|
key: NotRequired[pulumi.Input[str]]
|
17659
17474
|
"""
|
17660
|
-
The label key of a reservation resource.
|
17475
|
+
The label key of a reservation resource.
|
17661
17476
|
"""
|
17662
17477
|
values: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
17663
17478
|
"""
|
17664
|
-
The
|
17479
|
+
The label values of the reservation resource.
|
17665
17480
|
"""
|
17666
17481
|
elif False:
|
17667
17482
|
NodePoolNodeConfigReservationAffinityArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -17673,15 +17488,9 @@ class NodePoolNodeConfigReservationAffinityArgs:
|
|
17673
17488
|
key: Optional[pulumi.Input[str]] = None,
|
17674
17489
|
values: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
17675
17490
|
"""
|
17676
|
-
:param pulumi.Input[str] consume_reservation_type:
|
17677
|
-
|
17678
|
-
|
17679
|
-
* `"UNSPECIFIED"`: Default value. This should not be used.
|
17680
|
-
* `"NO_RESERVATION"`: Do not consume from any reserved capacity.
|
17681
|
-
* `"ANY_RESERVATION"`: Consume any reservation available.
|
17682
|
-
* `"SPECIFIC_RESERVATION"`: Must consume from a specific reservation. Must specify key value fields for specifying the reservations.
|
17683
|
-
:param pulumi.Input[str] key: The label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, specify "compute.googleapis.com/reservation-name" as the key and specify the name of your reservation as its value.
|
17684
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] values: The list of label values of reservation resources. For example: the name of the specific reservation when using a key of "compute.googleapis.com/reservation-name"
|
17491
|
+
:param pulumi.Input[str] consume_reservation_type: Corresponds to the type of reservation consumption.
|
17492
|
+
:param pulumi.Input[str] key: The label key of a reservation resource.
|
17493
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] values: The label values of the reservation resource.
|
17685
17494
|
"""
|
17686
17495
|
pulumi.set(__self__, "consume_reservation_type", consume_reservation_type)
|
17687
17496
|
if key is not None:
|
@@ -17693,13 +17502,7 @@ class NodePoolNodeConfigReservationAffinityArgs:
|
|
17693
17502
|
@pulumi.getter(name="consumeReservationType")
|
17694
17503
|
def consume_reservation_type(self) -> pulumi.Input[str]:
|
17695
17504
|
"""
|
17696
|
-
|
17697
|
-
Accepted values are:
|
17698
|
-
|
17699
|
-
* `"UNSPECIFIED"`: Default value. This should not be used.
|
17700
|
-
* `"NO_RESERVATION"`: Do not consume from any reserved capacity.
|
17701
|
-
* `"ANY_RESERVATION"`: Consume any reservation available.
|
17702
|
-
* `"SPECIFIC_RESERVATION"`: Must consume from a specific reservation. Must specify key value fields for specifying the reservations.
|
17505
|
+
Corresponds to the type of reservation consumption.
|
17703
17506
|
"""
|
17704
17507
|
return pulumi.get(self, "consume_reservation_type")
|
17705
17508
|
|
@@ -17711,7 +17514,7 @@ class NodePoolNodeConfigReservationAffinityArgs:
|
|
17711
17514
|
@pulumi.getter
|
17712
17515
|
def key(self) -> Optional[pulumi.Input[str]]:
|
17713
17516
|
"""
|
17714
|
-
The label key of a reservation resource.
|
17517
|
+
The label key of a reservation resource.
|
17715
17518
|
"""
|
17716
17519
|
return pulumi.get(self, "key")
|
17717
17520
|
|
@@ -17723,7 +17526,7 @@ class NodePoolNodeConfigReservationAffinityArgs:
|
|
17723
17526
|
@pulumi.getter
|
17724
17527
|
def values(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
17725
17528
|
"""
|
17726
|
-
The
|
17529
|
+
The label values of the reservation resource.
|
17727
17530
|
"""
|
17728
17531
|
return pulumi.get(self, "values")
|
17729
17532
|
|
@@ -87,6 +87,8 @@ class NodePoolArgs:
|
|
87
87
|
the provider-configured project will be used.
|
88
88
|
:param pulumi.Input['NodePoolQueuedProvisioningArgs'] queued_provisioning: Specifies node pool-level settings of queued provisioning.
|
89
89
|
Structure is documented below.
|
90
|
+
|
91
|
+
<a name="nested_autoscaling"></a>The `autoscaling` block supports (either total or per zone limits are required):
|
90
92
|
:param pulumi.Input['NodePoolUpgradeSettingsArgs'] upgrade_settings: Specify node upgrade settings to change how GKE upgrades nodes.
|
91
93
|
The maximum number of nodes upgraded simultaneously is limited to 20. Structure is documented below.
|
92
94
|
:param pulumi.Input[str] version: The Kubernetes version for the nodes in this pool. Note that if this field
|
@@ -335,6 +337,8 @@ class NodePoolArgs:
|
|
335
337
|
"""
|
336
338
|
Specifies node pool-level settings of queued provisioning.
|
337
339
|
Structure is documented below.
|
340
|
+
|
341
|
+
<a name="nested_autoscaling"></a>The `autoscaling` block supports (either total or per zone limits are required):
|
338
342
|
"""
|
339
343
|
return pulumi.get(self, "queued_provisioning")
|
340
344
|
|
@@ -447,6 +451,8 @@ class _NodePoolState:
|
|
447
451
|
the provider-configured project will be used.
|
448
452
|
:param pulumi.Input['NodePoolQueuedProvisioningArgs'] queued_provisioning: Specifies node pool-level settings of queued provisioning.
|
449
453
|
Structure is documented below.
|
454
|
+
|
455
|
+
<a name="nested_autoscaling"></a>The `autoscaling` block supports (either total or per zone limits are required):
|
450
456
|
:param pulumi.Input['NodePoolUpgradeSettingsArgs'] upgrade_settings: Specify node upgrade settings to change how GKE upgrades nodes.
|
451
457
|
The maximum number of nodes upgraded simultaneously is limited to 20. Structure is documented below.
|
452
458
|
:param pulumi.Input[str] version: The Kubernetes version for the nodes in this pool. Note that if this field
|
@@ -735,6 +741,8 @@ class _NodePoolState:
|
|
735
741
|
"""
|
736
742
|
Specifies node pool-level settings of queued provisioning.
|
737
743
|
Structure is documented below.
|
744
|
+
|
745
|
+
<a name="nested_autoscaling"></a>The `autoscaling` block supports (either total or per zone limits are required):
|
738
746
|
"""
|
739
747
|
return pulumi.get(self, "queued_provisioning")
|
740
748
|
|
@@ -930,6 +938,8 @@ class NodePool(pulumi.CustomResource):
|
|
930
938
|
the provider-configured project will be used.
|
931
939
|
:param pulumi.Input[Union['NodePoolQueuedProvisioningArgs', 'NodePoolQueuedProvisioningArgsDict']] queued_provisioning: Specifies node pool-level settings of queued provisioning.
|
932
940
|
Structure is documented below.
|
941
|
+
|
942
|
+
<a name="nested_autoscaling"></a>The `autoscaling` block supports (either total or per zone limits are required):
|
933
943
|
:param pulumi.Input[Union['NodePoolUpgradeSettingsArgs', 'NodePoolUpgradeSettingsArgsDict']] upgrade_settings: Specify node upgrade settings to change how GKE upgrades nodes.
|
934
944
|
The maximum number of nodes upgraded simultaneously is limited to 20. Structure is documented below.
|
935
945
|
:param pulumi.Input[str] version: The Kubernetes version for the nodes in this pool. Note that if this field
|
@@ -1179,6 +1189,8 @@ class NodePool(pulumi.CustomResource):
|
|
1179
1189
|
the provider-configured project will be used.
|
1180
1190
|
:param pulumi.Input[Union['NodePoolQueuedProvisioningArgs', 'NodePoolQueuedProvisioningArgsDict']] queued_provisioning: Specifies node pool-level settings of queued provisioning.
|
1181
1191
|
Structure is documented below.
|
1192
|
+
|
1193
|
+
<a name="nested_autoscaling"></a>The `autoscaling` block supports (either total or per zone limits are required):
|
1182
1194
|
:param pulumi.Input[Union['NodePoolUpgradeSettingsArgs', 'NodePoolUpgradeSettingsArgsDict']] upgrade_settings: Specify node upgrade settings to change how GKE upgrades nodes.
|
1183
1195
|
The maximum number of nodes upgraded simultaneously is limited to 20. Structure is documented below.
|
1184
1196
|
:param pulumi.Input[str] version: The Kubernetes version for the nodes in this pool. Note that if this field
|
@@ -1384,6 +1396,8 @@ class NodePool(pulumi.CustomResource):
|
|
1384
1396
|
"""
|
1385
1397
|
Specifies node pool-level settings of queued provisioning.
|
1386
1398
|
Structure is documented below.
|
1399
|
+
|
1400
|
+
<a name="nested_autoscaling"></a>The `autoscaling` block supports (either total or per zone limits are required):
|
1387
1401
|
"""
|
1388
1402
|
return pulumi.get(self, "queued_provisioning")
|
1389
1403
|
|