pulumi-gcp 8.5.0__py3-none-any.whl → 8.5.0a1727969630__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 -24
- pulumi_gcp/assuredworkloads/workload.py +7 -7
- pulumi_gcp/bigtable/gc_policy.py +0 -7
- pulumi_gcp/compute/_inputs.py +15 -299
- pulumi_gcp/compute/backend_service.py +7 -111
- pulumi_gcp/compute/get_backend_service.py +1 -11
- pulumi_gcp/compute/network.py +0 -236
- pulumi_gcp/compute/outputs.py +14 -399
- pulumi_gcp/compute/region_backend_service.py +7 -115
- pulumi_gcp/compute/route.py +0 -92
- pulumi_gcp/compute/subnetwork.py +2 -2
- pulumi_gcp/container/_inputs.py +0 -94
- pulumi_gcp/container/aws_node_pool.py +0 -59
- pulumi_gcp/container/outputs.py +0 -79
- pulumi_gcp/dataproc/__init__.py +0 -1
- pulumi_gcp/dataproc/_inputs.py +0 -1394
- pulumi_gcp/dataproc/outputs.py +0 -1127
- pulumi_gcp/firestore/field.py +4 -4
- 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/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/healthcare/__init__.py +0 -1
- pulumi_gcp/healthcare/_inputs.py +0 -538
- pulumi_gcp/healthcare/outputs.py +0 -467
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/logging/log_scope.py +7 -7
- pulumi_gcp/networkconnectivity/spoke.py +10 -10
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/pubsub/_inputs.py +1 -333
- pulumi_gcp/pubsub/outputs.py +2 -410
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pubsub/topic.py +0 -44
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securesourcemanager/repository.py +2 -0
- pulumi_gcp/securityposture/posture.py +2 -0
- pulumi_gcp/securityposture/posture_deployment.py +2 -0
- pulumi_gcp/serviceusage/consumer_quota_override.py +2 -0
- pulumi_gcp/siteverification/__init__.py +0 -1
- pulumi_gcp/sourcerepo/get_repository.py +1 -11
- pulumi_gcp/sourcerepo/repository.py +0 -47
- pulumi_gcp/tags/tag_key.py +7 -7
- pulumi_gcp/tags/tag_value.py +7 -7
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- {pulumi_gcp-8.5.0.dist-info → pulumi_gcp-8.5.0a1727969630.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.5.0.dist-info → pulumi_gcp-8.5.0a1727969630.dist-info}/RECORD +49 -52
- pulumi_gcp/dataproc/batch.py +0 -1514
- pulumi_gcp/healthcare/pipeline_job.py +0 -1233
- pulumi_gcp/siteverification/owner.py +0 -398
- {pulumi_gcp-8.5.0.dist-info → pulumi_gcp-8.5.0a1727969630.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.5.0.dist-info → pulumi_gcp-8.5.0a1727969630.dist-info}/top_level.txt +0 -0
@@ -45,7 +45,6 @@ class RegionBackendServiceArgs:
|
|
45
45
|
region: Optional[pulumi.Input[str]] = None,
|
46
46
|
security_policy: Optional[pulumi.Input[str]] = None,
|
47
47
|
session_affinity: Optional[pulumi.Input[str]] = None,
|
48
|
-
strong_session_affinity_cookie: Optional[pulumi.Input['RegionBackendServiceStrongSessionAffinityCookieArgs']] = None,
|
49
48
|
subsetting: Optional[pulumi.Input['RegionBackendServiceSubsettingArgs']] = None,
|
50
49
|
timeout_sec: Optional[pulumi.Input[int]] = None):
|
51
50
|
"""
|
@@ -176,9 +175,7 @@ class RegionBackendServiceArgs:
|
|
176
175
|
:param pulumi.Input[str] security_policy: The security policy associated with this backend service.
|
177
176
|
:param pulumi.Input[str] session_affinity: Type of session affinity to use. The default is NONE. Session affinity is
|
178
177
|
not applicable if the protocol is UDP.
|
179
|
-
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`, `CLIENT_IP_NO_DESTINATION
|
180
|
-
:param pulumi.Input['RegionBackendServiceStrongSessionAffinityCookieArgs'] strong_session_affinity_cookie: Describes the HTTP cookie used for stateful session affinity. This field is applicable and required if the sessionAffinity is set to STRONG_COOKIE_AFFINITY.
|
181
|
-
Structure is documented below.
|
178
|
+
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`, `CLIENT_IP_NO_DESTINATION`.
|
182
179
|
:param pulumi.Input['RegionBackendServiceSubsettingArgs'] subsetting: Subsetting configuration for this BackendService. Currently this is applicable only for Internal TCP/UDP load balancing and Internal HTTP(S) load balancing.
|
183
180
|
Structure is documented below.
|
184
181
|
:param pulumi.Input[int] timeout_sec: The backend service timeout has a different meaning depending on the type of load balancer.
|
@@ -234,8 +231,6 @@ class RegionBackendServiceArgs:
|
|
234
231
|
pulumi.set(__self__, "security_policy", security_policy)
|
235
232
|
if session_affinity is not None:
|
236
233
|
pulumi.set(__self__, "session_affinity", session_affinity)
|
237
|
-
if strong_session_affinity_cookie is not None:
|
238
|
-
pulumi.set(__self__, "strong_session_affinity_cookie", strong_session_affinity_cookie)
|
239
234
|
if subsetting is not None:
|
240
235
|
pulumi.set(__self__, "subsetting", subsetting)
|
241
236
|
if timeout_sec is not None:
|
@@ -624,7 +619,7 @@ class RegionBackendServiceArgs:
|
|
624
619
|
"""
|
625
620
|
Type of session affinity to use. The default is NONE. Session affinity is
|
626
621
|
not applicable if the protocol is UDP.
|
627
|
-
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`, `CLIENT_IP_NO_DESTINATION
|
622
|
+
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`, `CLIENT_IP_NO_DESTINATION`.
|
628
623
|
"""
|
629
624
|
return pulumi.get(self, "session_affinity")
|
630
625
|
|
@@ -632,19 +627,6 @@ class RegionBackendServiceArgs:
|
|
632
627
|
def session_affinity(self, value: Optional[pulumi.Input[str]]):
|
633
628
|
pulumi.set(self, "session_affinity", value)
|
634
629
|
|
635
|
-
@property
|
636
|
-
@pulumi.getter(name="strongSessionAffinityCookie")
|
637
|
-
def strong_session_affinity_cookie(self) -> Optional[pulumi.Input['RegionBackendServiceStrongSessionAffinityCookieArgs']]:
|
638
|
-
"""
|
639
|
-
Describes the HTTP cookie used for stateful session affinity. This field is applicable and required if the sessionAffinity is set to STRONG_COOKIE_AFFINITY.
|
640
|
-
Structure is documented below.
|
641
|
-
"""
|
642
|
-
return pulumi.get(self, "strong_session_affinity_cookie")
|
643
|
-
|
644
|
-
@strong_session_affinity_cookie.setter
|
645
|
-
def strong_session_affinity_cookie(self, value: Optional[pulumi.Input['RegionBackendServiceStrongSessionAffinityCookieArgs']]):
|
646
|
-
pulumi.set(self, "strong_session_affinity_cookie", value)
|
647
|
-
|
648
630
|
@property
|
649
631
|
@pulumi.getter
|
650
632
|
def subsetting(self) -> Optional[pulumi.Input['RegionBackendServiceSubsettingArgs']]:
|
@@ -705,7 +687,6 @@ class _RegionBackendServiceState:
|
|
705
687
|
security_policy: Optional[pulumi.Input[str]] = None,
|
706
688
|
self_link: Optional[pulumi.Input[str]] = None,
|
707
689
|
session_affinity: Optional[pulumi.Input[str]] = None,
|
708
|
-
strong_session_affinity_cookie: Optional[pulumi.Input['RegionBackendServiceStrongSessionAffinityCookieArgs']] = None,
|
709
690
|
subsetting: Optional[pulumi.Input['RegionBackendServiceSubsettingArgs']] = None,
|
710
691
|
timeout_sec: Optional[pulumi.Input[int]] = None):
|
711
692
|
"""
|
@@ -841,9 +822,7 @@ class _RegionBackendServiceState:
|
|
841
822
|
:param pulumi.Input[str] self_link: The URI of the created resource.
|
842
823
|
:param pulumi.Input[str] session_affinity: Type of session affinity to use. The default is NONE. Session affinity is
|
843
824
|
not applicable if the protocol is UDP.
|
844
|
-
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`, `CLIENT_IP_NO_DESTINATION
|
845
|
-
:param pulumi.Input['RegionBackendServiceStrongSessionAffinityCookieArgs'] strong_session_affinity_cookie: Describes the HTTP cookie used for stateful session affinity. This field is applicable and required if the sessionAffinity is set to STRONG_COOKIE_AFFINITY.
|
846
|
-
Structure is documented below.
|
825
|
+
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`, `CLIENT_IP_NO_DESTINATION`.
|
847
826
|
:param pulumi.Input['RegionBackendServiceSubsettingArgs'] subsetting: Subsetting configuration for this BackendService. Currently this is applicable only for Internal TCP/UDP load balancing and Internal HTTP(S) load balancing.
|
848
827
|
Structure is documented below.
|
849
828
|
:param pulumi.Input[int] timeout_sec: The backend service timeout has a different meaning depending on the type of load balancer.
|
@@ -907,8 +886,6 @@ class _RegionBackendServiceState:
|
|
907
886
|
pulumi.set(__self__, "self_link", self_link)
|
908
887
|
if session_affinity is not None:
|
909
888
|
pulumi.set(__self__, "session_affinity", session_affinity)
|
910
|
-
if strong_session_affinity_cookie is not None:
|
911
|
-
pulumi.set(__self__, "strong_session_affinity_cookie", strong_session_affinity_cookie)
|
912
889
|
if subsetting is not None:
|
913
890
|
pulumi.set(__self__, "subsetting", subsetting)
|
914
891
|
if timeout_sec is not None:
|
@@ -1346,7 +1323,7 @@ class _RegionBackendServiceState:
|
|
1346
1323
|
"""
|
1347
1324
|
Type of session affinity to use. The default is NONE. Session affinity is
|
1348
1325
|
not applicable if the protocol is UDP.
|
1349
|
-
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`, `CLIENT_IP_NO_DESTINATION
|
1326
|
+
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`, `CLIENT_IP_NO_DESTINATION`.
|
1350
1327
|
"""
|
1351
1328
|
return pulumi.get(self, "session_affinity")
|
1352
1329
|
|
@@ -1354,19 +1331,6 @@ class _RegionBackendServiceState:
|
|
1354
1331
|
def session_affinity(self, value: Optional[pulumi.Input[str]]):
|
1355
1332
|
pulumi.set(self, "session_affinity", value)
|
1356
1333
|
|
1357
|
-
@property
|
1358
|
-
@pulumi.getter(name="strongSessionAffinityCookie")
|
1359
|
-
def strong_session_affinity_cookie(self) -> Optional[pulumi.Input['RegionBackendServiceStrongSessionAffinityCookieArgs']]:
|
1360
|
-
"""
|
1361
|
-
Describes the HTTP cookie used for stateful session affinity. This field is applicable and required if the sessionAffinity is set to STRONG_COOKIE_AFFINITY.
|
1362
|
-
Structure is documented below.
|
1363
|
-
"""
|
1364
|
-
return pulumi.get(self, "strong_session_affinity_cookie")
|
1365
|
-
|
1366
|
-
@strong_session_affinity_cookie.setter
|
1367
|
-
def strong_session_affinity_cookie(self, value: Optional[pulumi.Input['RegionBackendServiceStrongSessionAffinityCookieArgs']]):
|
1368
|
-
pulumi.set(self, "strong_session_affinity_cookie", value)
|
1369
|
-
|
1370
1334
|
@property
|
1371
1335
|
@pulumi.getter
|
1372
1336
|
def subsetting(self) -> Optional[pulumi.Input['RegionBackendServiceSubsettingArgs']]:
|
@@ -1425,7 +1389,6 @@ class RegionBackendService(pulumi.CustomResource):
|
|
1425
1389
|
region: Optional[pulumi.Input[str]] = None,
|
1426
1390
|
security_policy: Optional[pulumi.Input[str]] = None,
|
1427
1391
|
session_affinity: Optional[pulumi.Input[str]] = None,
|
1428
|
-
strong_session_affinity_cookie: Optional[pulumi.Input[Union['RegionBackendServiceStrongSessionAffinityCookieArgs', 'RegionBackendServiceStrongSessionAffinityCookieArgsDict']]] = None,
|
1429
1392
|
subsetting: Optional[pulumi.Input[Union['RegionBackendServiceSubsettingArgs', 'RegionBackendServiceSubsettingArgsDict']]] = None,
|
1430
1393
|
timeout_sec: Optional[pulumi.Input[int]] = None,
|
1431
1394
|
__props__=None):
|
@@ -1599,33 +1562,6 @@ class RegionBackendService(pulumi.CustomResource):
|
|
1599
1562
|
"consecutive_errors": 2,
|
1600
1563
|
})
|
1601
1564
|
```
|
1602
|
-
### Region Backend Service Ilb Stateful Session Affinity
|
1603
|
-
|
1604
|
-
```python
|
1605
|
-
import pulumi
|
1606
|
-
import pulumi_gcp as gcp
|
1607
|
-
|
1608
|
-
health_check = gcp.compute.HealthCheck("health_check",
|
1609
|
-
name="rbs-health-check",
|
1610
|
-
http_health_check={
|
1611
|
-
"port": 80,
|
1612
|
-
})
|
1613
|
-
default = gcp.compute.RegionBackendService("default",
|
1614
|
-
region="us-central1",
|
1615
|
-
name="region-service",
|
1616
|
-
health_checks=health_check.id,
|
1617
|
-
load_balancing_scheme="INTERNAL_MANAGED",
|
1618
|
-
locality_lb_policy="RING_HASH",
|
1619
|
-
session_affinity="STRONG_COOKIE_AFFINITY",
|
1620
|
-
protocol="HTTP",
|
1621
|
-
strong_session_affinity_cookie={
|
1622
|
-
"ttl": {
|
1623
|
-
"seconds": 11,
|
1624
|
-
"nanos": 1111,
|
1625
|
-
},
|
1626
|
-
"name": "mycookie",
|
1627
|
-
})
|
1628
|
-
```
|
1629
1565
|
### Region Backend Service Balancing Mode
|
1630
1566
|
|
1631
1567
|
```python
|
@@ -1873,9 +1809,7 @@ class RegionBackendService(pulumi.CustomResource):
|
|
1873
1809
|
:param pulumi.Input[str] security_policy: The security policy associated with this backend service.
|
1874
1810
|
:param pulumi.Input[str] session_affinity: Type of session affinity to use. The default is NONE. Session affinity is
|
1875
1811
|
not applicable if the protocol is UDP.
|
1876
|
-
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`, `CLIENT_IP_NO_DESTINATION
|
1877
|
-
:param pulumi.Input[Union['RegionBackendServiceStrongSessionAffinityCookieArgs', 'RegionBackendServiceStrongSessionAffinityCookieArgsDict']] strong_session_affinity_cookie: Describes the HTTP cookie used for stateful session affinity. This field is applicable and required if the sessionAffinity is set to STRONG_COOKIE_AFFINITY.
|
1878
|
-
Structure is documented below.
|
1812
|
+
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`, `CLIENT_IP_NO_DESTINATION`.
|
1879
1813
|
:param pulumi.Input[Union['RegionBackendServiceSubsettingArgs', 'RegionBackendServiceSubsettingArgsDict']] subsetting: Subsetting configuration for this BackendService. Currently this is applicable only for Internal TCP/UDP load balancing and Internal HTTP(S) load balancing.
|
1880
1814
|
Structure is documented below.
|
1881
1815
|
:param pulumi.Input[int] timeout_sec: The backend service timeout has a different meaning depending on the type of load balancer.
|
@@ -2059,33 +1993,6 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2059
1993
|
"consecutive_errors": 2,
|
2060
1994
|
})
|
2061
1995
|
```
|
2062
|
-
### Region Backend Service Ilb Stateful Session Affinity
|
2063
|
-
|
2064
|
-
```python
|
2065
|
-
import pulumi
|
2066
|
-
import pulumi_gcp as gcp
|
2067
|
-
|
2068
|
-
health_check = gcp.compute.HealthCheck("health_check",
|
2069
|
-
name="rbs-health-check",
|
2070
|
-
http_health_check={
|
2071
|
-
"port": 80,
|
2072
|
-
})
|
2073
|
-
default = gcp.compute.RegionBackendService("default",
|
2074
|
-
region="us-central1",
|
2075
|
-
name="region-service",
|
2076
|
-
health_checks=health_check.id,
|
2077
|
-
load_balancing_scheme="INTERNAL_MANAGED",
|
2078
|
-
locality_lb_policy="RING_HASH",
|
2079
|
-
session_affinity="STRONG_COOKIE_AFFINITY",
|
2080
|
-
protocol="HTTP",
|
2081
|
-
strong_session_affinity_cookie={
|
2082
|
-
"ttl": {
|
2083
|
-
"seconds": 11,
|
2084
|
-
"nanos": 1111,
|
2085
|
-
},
|
2086
|
-
"name": "mycookie",
|
2087
|
-
})
|
2088
|
-
```
|
2089
1996
|
### Region Backend Service Balancing Mode
|
2090
1997
|
|
2091
1998
|
```python
|
@@ -2244,7 +2151,6 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2244
2151
|
region: Optional[pulumi.Input[str]] = None,
|
2245
2152
|
security_policy: Optional[pulumi.Input[str]] = None,
|
2246
2153
|
session_affinity: Optional[pulumi.Input[str]] = None,
|
2247
|
-
strong_session_affinity_cookie: Optional[pulumi.Input[Union['RegionBackendServiceStrongSessionAffinityCookieArgs', 'RegionBackendServiceStrongSessionAffinityCookieArgsDict']]] = None,
|
2248
2154
|
subsetting: Optional[pulumi.Input[Union['RegionBackendServiceSubsettingArgs', 'RegionBackendServiceSubsettingArgsDict']]] = None,
|
2249
2155
|
timeout_sec: Optional[pulumi.Input[int]] = None,
|
2250
2156
|
__props__=None):
|
@@ -2280,7 +2186,6 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2280
2186
|
__props__.__dict__["region"] = region
|
2281
2187
|
__props__.__dict__["security_policy"] = security_policy
|
2282
2188
|
__props__.__dict__["session_affinity"] = session_affinity
|
2283
|
-
__props__.__dict__["strong_session_affinity_cookie"] = strong_session_affinity_cookie
|
2284
2189
|
__props__.__dict__["subsetting"] = subsetting
|
2285
2190
|
__props__.__dict__["timeout_sec"] = timeout_sec
|
2286
2191
|
__props__.__dict__["creation_timestamp"] = None
|
@@ -2325,7 +2230,6 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2325
2230
|
security_policy: Optional[pulumi.Input[str]] = None,
|
2326
2231
|
self_link: Optional[pulumi.Input[str]] = None,
|
2327
2232
|
session_affinity: Optional[pulumi.Input[str]] = None,
|
2328
|
-
strong_session_affinity_cookie: Optional[pulumi.Input[Union['RegionBackendServiceStrongSessionAffinityCookieArgs', 'RegionBackendServiceStrongSessionAffinityCookieArgsDict']]] = None,
|
2329
2233
|
subsetting: Optional[pulumi.Input[Union['RegionBackendServiceSubsettingArgs', 'RegionBackendServiceSubsettingArgsDict']]] = None,
|
2330
2234
|
timeout_sec: Optional[pulumi.Input[int]] = None) -> 'RegionBackendService':
|
2331
2235
|
"""
|
@@ -2466,9 +2370,7 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2466
2370
|
:param pulumi.Input[str] self_link: The URI of the created resource.
|
2467
2371
|
:param pulumi.Input[str] session_affinity: Type of session affinity to use. The default is NONE. Session affinity is
|
2468
2372
|
not applicable if the protocol is UDP.
|
2469
|
-
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`, `CLIENT_IP_NO_DESTINATION
|
2470
|
-
:param pulumi.Input[Union['RegionBackendServiceStrongSessionAffinityCookieArgs', 'RegionBackendServiceStrongSessionAffinityCookieArgsDict']] strong_session_affinity_cookie: Describes the HTTP cookie used for stateful session affinity. This field is applicable and required if the sessionAffinity is set to STRONG_COOKIE_AFFINITY.
|
2471
|
-
Structure is documented below.
|
2373
|
+
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`, `CLIENT_IP_NO_DESTINATION`.
|
2472
2374
|
:param pulumi.Input[Union['RegionBackendServiceSubsettingArgs', 'RegionBackendServiceSubsettingArgsDict']] subsetting: Subsetting configuration for this BackendService. Currently this is applicable only for Internal TCP/UDP load balancing and Internal HTTP(S) load balancing.
|
2473
2375
|
Structure is documented below.
|
2474
2376
|
:param pulumi.Input[int] timeout_sec: The backend service timeout has a different meaning depending on the type of load balancer.
|
@@ -2508,7 +2410,6 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2508
2410
|
__props__.__dict__["security_policy"] = security_policy
|
2509
2411
|
__props__.__dict__["self_link"] = self_link
|
2510
2412
|
__props__.__dict__["session_affinity"] = session_affinity
|
2511
|
-
__props__.__dict__["strong_session_affinity_cookie"] = strong_session_affinity_cookie
|
2512
2413
|
__props__.__dict__["subsetting"] = subsetting
|
2513
2414
|
__props__.__dict__["timeout_sec"] = timeout_sec
|
2514
2415
|
return RegionBackendService(resource_name, opts=opts, __props__=__props__)
|
@@ -2837,19 +2738,10 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2837
2738
|
"""
|
2838
2739
|
Type of session affinity to use. The default is NONE. Session affinity is
|
2839
2740
|
not applicable if the protocol is UDP.
|
2840
|
-
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`, `CLIENT_IP_NO_DESTINATION
|
2741
|
+
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`, `CLIENT_IP_NO_DESTINATION`.
|
2841
2742
|
"""
|
2842
2743
|
return pulumi.get(self, "session_affinity")
|
2843
2744
|
|
2844
|
-
@property
|
2845
|
-
@pulumi.getter(name="strongSessionAffinityCookie")
|
2846
|
-
def strong_session_affinity_cookie(self) -> pulumi.Output[Optional['outputs.RegionBackendServiceStrongSessionAffinityCookie']]:
|
2847
|
-
"""
|
2848
|
-
Describes the HTTP cookie used for stateful session affinity. This field is applicable and required if the sessionAffinity is set to STRONG_COOKIE_AFFINITY.
|
2849
|
-
Structure is documented below.
|
2850
|
-
"""
|
2851
|
-
return pulumi.get(self, "strong_session_affinity_cookie")
|
2852
|
-
|
2853
2745
|
@property
|
2854
2746
|
@pulumi.getter
|
2855
2747
|
def subsetting(self) -> pulumi.Output[Optional['outputs.RegionBackendServiceSubsetting']]:
|
pulumi_gcp/compute/route.py
CHANGED
@@ -325,11 +325,8 @@ class _RouteState:
|
|
325
325
|
next_hop_ilb: Optional[pulumi.Input[str]] = None,
|
326
326
|
next_hop_instance: Optional[pulumi.Input[str]] = None,
|
327
327
|
next_hop_instance_zone: Optional[pulumi.Input[str]] = None,
|
328
|
-
next_hop_inter_region_cost: Optional[pulumi.Input[str]] = None,
|
329
328
|
next_hop_ip: Optional[pulumi.Input[str]] = None,
|
330
|
-
next_hop_med: Optional[pulumi.Input[str]] = None,
|
331
329
|
next_hop_network: Optional[pulumi.Input[str]] = None,
|
332
|
-
next_hop_origin: Optional[pulumi.Input[str]] = None,
|
333
330
|
next_hop_vpn_tunnel: Optional[pulumi.Input[str]] = None,
|
334
331
|
priority: Optional[pulumi.Input[int]] = None,
|
335
332
|
project: Optional[pulumi.Input[str]] = None,
|
@@ -382,13 +379,8 @@ class _RouteState:
|
|
382
379
|
specified) The zone of the instance specified in
|
383
380
|
`next_hop_instance`. Omit if `next_hop_instance` is specified as
|
384
381
|
a URL.
|
385
|
-
:param pulumi.Input[str] next_hop_inter_region_cost: Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance,
|
386
|
-
distance, and available bandwidth between regions.
|
387
382
|
:param pulumi.Input[str] next_hop_ip: Network IP address of an instance that should handle matching packets.
|
388
|
-
:param pulumi.Input[str] next_hop_med: Multi-Exit Discriminator, a BGP route metric that indicates the desirability of a particular route in a network.
|
389
383
|
:param pulumi.Input[str] next_hop_network: URL to a Network that should handle matching packets.
|
390
|
-
:param pulumi.Input[str] next_hop_origin: Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or
|
391
|
-
INCOMPLETE.
|
392
384
|
:param pulumi.Input[str] next_hop_vpn_tunnel: URL to a VpnTunnel that should handle matching packets.
|
393
385
|
:param pulumi.Input[int] priority: The priority of this route. Priority is used to break ties in cases
|
394
386
|
where there is more than one matching route of equal prefix length.
|
@@ -416,16 +408,10 @@ class _RouteState:
|
|
416
408
|
pulumi.set(__self__, "next_hop_instance", next_hop_instance)
|
417
409
|
if next_hop_instance_zone is not None:
|
418
410
|
pulumi.set(__self__, "next_hop_instance_zone", next_hop_instance_zone)
|
419
|
-
if next_hop_inter_region_cost is not None:
|
420
|
-
pulumi.set(__self__, "next_hop_inter_region_cost", next_hop_inter_region_cost)
|
421
411
|
if next_hop_ip is not None:
|
422
412
|
pulumi.set(__self__, "next_hop_ip", next_hop_ip)
|
423
|
-
if next_hop_med is not None:
|
424
|
-
pulumi.set(__self__, "next_hop_med", next_hop_med)
|
425
413
|
if next_hop_network is not None:
|
426
414
|
pulumi.set(__self__, "next_hop_network", next_hop_network)
|
427
|
-
if next_hop_origin is not None:
|
428
|
-
pulumi.set(__self__, "next_hop_origin", next_hop_origin)
|
429
415
|
if next_hop_vpn_tunnel is not None:
|
430
416
|
pulumi.set(__self__, "next_hop_vpn_tunnel", next_hop_vpn_tunnel)
|
431
417
|
if priority is not None:
|
@@ -570,19 +556,6 @@ class _RouteState:
|
|
570
556
|
def next_hop_instance_zone(self, value: Optional[pulumi.Input[str]]):
|
571
557
|
pulumi.set(self, "next_hop_instance_zone", value)
|
572
558
|
|
573
|
-
@property
|
574
|
-
@pulumi.getter(name="nextHopInterRegionCost")
|
575
|
-
def next_hop_inter_region_cost(self) -> Optional[pulumi.Input[str]]:
|
576
|
-
"""
|
577
|
-
Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance,
|
578
|
-
distance, and available bandwidth between regions.
|
579
|
-
"""
|
580
|
-
return pulumi.get(self, "next_hop_inter_region_cost")
|
581
|
-
|
582
|
-
@next_hop_inter_region_cost.setter
|
583
|
-
def next_hop_inter_region_cost(self, value: Optional[pulumi.Input[str]]):
|
584
|
-
pulumi.set(self, "next_hop_inter_region_cost", value)
|
585
|
-
|
586
559
|
@property
|
587
560
|
@pulumi.getter(name="nextHopIp")
|
588
561
|
def next_hop_ip(self) -> Optional[pulumi.Input[str]]:
|
@@ -595,18 +568,6 @@ class _RouteState:
|
|
595
568
|
def next_hop_ip(self, value: Optional[pulumi.Input[str]]):
|
596
569
|
pulumi.set(self, "next_hop_ip", value)
|
597
570
|
|
598
|
-
@property
|
599
|
-
@pulumi.getter(name="nextHopMed")
|
600
|
-
def next_hop_med(self) -> Optional[pulumi.Input[str]]:
|
601
|
-
"""
|
602
|
-
Multi-Exit Discriminator, a BGP route metric that indicates the desirability of a particular route in a network.
|
603
|
-
"""
|
604
|
-
return pulumi.get(self, "next_hop_med")
|
605
|
-
|
606
|
-
@next_hop_med.setter
|
607
|
-
def next_hop_med(self, value: Optional[pulumi.Input[str]]):
|
608
|
-
pulumi.set(self, "next_hop_med", value)
|
609
|
-
|
610
571
|
@property
|
611
572
|
@pulumi.getter(name="nextHopNetwork")
|
612
573
|
def next_hop_network(self) -> Optional[pulumi.Input[str]]:
|
@@ -619,19 +580,6 @@ class _RouteState:
|
|
619
580
|
def next_hop_network(self, value: Optional[pulumi.Input[str]]):
|
620
581
|
pulumi.set(self, "next_hop_network", value)
|
621
582
|
|
622
|
-
@property
|
623
|
-
@pulumi.getter(name="nextHopOrigin")
|
624
|
-
def next_hop_origin(self) -> Optional[pulumi.Input[str]]:
|
625
|
-
"""
|
626
|
-
Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or
|
627
|
-
INCOMPLETE.
|
628
|
-
"""
|
629
|
-
return pulumi.get(self, "next_hop_origin")
|
630
|
-
|
631
|
-
@next_hop_origin.setter
|
632
|
-
def next_hop_origin(self, value: Optional[pulumi.Input[str]]):
|
633
|
-
pulumi.set(self, "next_hop_origin", value)
|
634
|
-
|
635
583
|
@property
|
636
584
|
@pulumi.getter(name="nextHopVpnTunnel")
|
637
585
|
def next_hop_vpn_tunnel(self) -> Optional[pulumi.Input[str]]:
|
@@ -1185,10 +1133,7 @@ class Route(pulumi.CustomResource):
|
|
1185
1133
|
__props__.__dict__["priority"] = priority
|
1186
1134
|
__props__.__dict__["project"] = project
|
1187
1135
|
__props__.__dict__["tags"] = tags
|
1188
|
-
__props__.__dict__["next_hop_inter_region_cost"] = None
|
1189
|
-
__props__.__dict__["next_hop_med"] = None
|
1190
1136
|
__props__.__dict__["next_hop_network"] = None
|
1191
|
-
__props__.__dict__["next_hop_origin"] = None
|
1192
1137
|
__props__.__dict__["self_link"] = None
|
1193
1138
|
super(Route, __self__).__init__(
|
1194
1139
|
'gcp:compute/route:Route',
|
@@ -1208,11 +1153,8 @@ class Route(pulumi.CustomResource):
|
|
1208
1153
|
next_hop_ilb: Optional[pulumi.Input[str]] = None,
|
1209
1154
|
next_hop_instance: Optional[pulumi.Input[str]] = None,
|
1210
1155
|
next_hop_instance_zone: Optional[pulumi.Input[str]] = None,
|
1211
|
-
next_hop_inter_region_cost: Optional[pulumi.Input[str]] = None,
|
1212
1156
|
next_hop_ip: Optional[pulumi.Input[str]] = None,
|
1213
|
-
next_hop_med: Optional[pulumi.Input[str]] = None,
|
1214
1157
|
next_hop_network: Optional[pulumi.Input[str]] = None,
|
1215
|
-
next_hop_origin: Optional[pulumi.Input[str]] = None,
|
1216
1158
|
next_hop_vpn_tunnel: Optional[pulumi.Input[str]] = None,
|
1217
1159
|
priority: Optional[pulumi.Input[int]] = None,
|
1218
1160
|
project: Optional[pulumi.Input[str]] = None,
|
@@ -1270,13 +1212,8 @@ class Route(pulumi.CustomResource):
|
|
1270
1212
|
specified) The zone of the instance specified in
|
1271
1213
|
`next_hop_instance`. Omit if `next_hop_instance` is specified as
|
1272
1214
|
a URL.
|
1273
|
-
:param pulumi.Input[str] next_hop_inter_region_cost: Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance,
|
1274
|
-
distance, and available bandwidth between regions.
|
1275
1215
|
:param pulumi.Input[str] next_hop_ip: Network IP address of an instance that should handle matching packets.
|
1276
|
-
:param pulumi.Input[str] next_hop_med: Multi-Exit Discriminator, a BGP route metric that indicates the desirability of a particular route in a network.
|
1277
1216
|
:param pulumi.Input[str] next_hop_network: URL to a Network that should handle matching packets.
|
1278
|
-
:param pulumi.Input[str] next_hop_origin: Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or
|
1279
|
-
INCOMPLETE.
|
1280
1217
|
:param pulumi.Input[str] next_hop_vpn_tunnel: URL to a VpnTunnel that should handle matching packets.
|
1281
1218
|
:param pulumi.Input[int] priority: The priority of this route. Priority is used to break ties in cases
|
1282
1219
|
where there is more than one matching route of equal prefix length.
|
@@ -1300,11 +1237,8 @@ class Route(pulumi.CustomResource):
|
|
1300
1237
|
__props__.__dict__["next_hop_ilb"] = next_hop_ilb
|
1301
1238
|
__props__.__dict__["next_hop_instance"] = next_hop_instance
|
1302
1239
|
__props__.__dict__["next_hop_instance_zone"] = next_hop_instance_zone
|
1303
|
-
__props__.__dict__["next_hop_inter_region_cost"] = next_hop_inter_region_cost
|
1304
1240
|
__props__.__dict__["next_hop_ip"] = next_hop_ip
|
1305
|
-
__props__.__dict__["next_hop_med"] = next_hop_med
|
1306
1241
|
__props__.__dict__["next_hop_network"] = next_hop_network
|
1307
|
-
__props__.__dict__["next_hop_origin"] = next_hop_origin
|
1308
1242
|
__props__.__dict__["next_hop_vpn_tunnel"] = next_hop_vpn_tunnel
|
1309
1243
|
__props__.__dict__["priority"] = priority
|
1310
1244
|
__props__.__dict__["project"] = project
|
@@ -1413,15 +1347,6 @@ class Route(pulumi.CustomResource):
|
|
1413
1347
|
"""
|
1414
1348
|
return pulumi.get(self, "next_hop_instance_zone")
|
1415
1349
|
|
1416
|
-
@property
|
1417
|
-
@pulumi.getter(name="nextHopInterRegionCost")
|
1418
|
-
def next_hop_inter_region_cost(self) -> pulumi.Output[str]:
|
1419
|
-
"""
|
1420
|
-
Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance,
|
1421
|
-
distance, and available bandwidth between regions.
|
1422
|
-
"""
|
1423
|
-
return pulumi.get(self, "next_hop_inter_region_cost")
|
1424
|
-
|
1425
1350
|
@property
|
1426
1351
|
@pulumi.getter(name="nextHopIp")
|
1427
1352
|
def next_hop_ip(self) -> pulumi.Output[str]:
|
@@ -1430,14 +1355,6 @@ class Route(pulumi.CustomResource):
|
|
1430
1355
|
"""
|
1431
1356
|
return pulumi.get(self, "next_hop_ip")
|
1432
1357
|
|
1433
|
-
@property
|
1434
|
-
@pulumi.getter(name="nextHopMed")
|
1435
|
-
def next_hop_med(self) -> pulumi.Output[str]:
|
1436
|
-
"""
|
1437
|
-
Multi-Exit Discriminator, a BGP route metric that indicates the desirability of a particular route in a network.
|
1438
|
-
"""
|
1439
|
-
return pulumi.get(self, "next_hop_med")
|
1440
|
-
|
1441
1358
|
@property
|
1442
1359
|
@pulumi.getter(name="nextHopNetwork")
|
1443
1360
|
def next_hop_network(self) -> pulumi.Output[str]:
|
@@ -1446,15 +1363,6 @@ class Route(pulumi.CustomResource):
|
|
1446
1363
|
"""
|
1447
1364
|
return pulumi.get(self, "next_hop_network")
|
1448
1365
|
|
1449
|
-
@property
|
1450
|
-
@pulumi.getter(name="nextHopOrigin")
|
1451
|
-
def next_hop_origin(self) -> pulumi.Output[str]:
|
1452
|
-
"""
|
1453
|
-
Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or
|
1454
|
-
INCOMPLETE.
|
1455
|
-
"""
|
1456
|
-
return pulumi.get(self, "next_hop_origin")
|
1457
|
-
|
1458
1366
|
@property
|
1459
1367
|
@pulumi.getter(name="nextHopVpnTunnel")
|
1460
1368
|
def next_hop_vpn_tunnel(self) -> pulumi.Output[Optional[str]]:
|
pulumi_gcp/compute/subnetwork.py
CHANGED
@@ -1127,7 +1127,7 @@ class Subnetwork(pulumi.CustomResource):
|
|
1127
1127
|
name="network-reserved-secondary-range",
|
1128
1128
|
auto_create_subnetworks=False)
|
1129
1129
|
reserved = gcp.networkconnectivity.InternalRange("reserved",
|
1130
|
-
name="reserved
|
1130
|
+
name="reserved",
|
1131
1131
|
network=default.id,
|
1132
1132
|
usage="FOR_VPC",
|
1133
1133
|
peering="FOR_SELF",
|
@@ -1447,7 +1447,7 @@ class Subnetwork(pulumi.CustomResource):
|
|
1447
1447
|
name="network-reserved-secondary-range",
|
1448
1448
|
auto_create_subnetworks=False)
|
1449
1449
|
reserved = gcp.networkconnectivity.InternalRange("reserved",
|
1450
|
-
name="reserved
|
1450
|
+
name="reserved",
|
1451
1451
|
network=default.id,
|
1452
1452
|
usage="FOR_VPC",
|
1453
1453
|
peering="FOR_SELF",
|
pulumi_gcp/container/_inputs.py
CHANGED
@@ -97,8 +97,6 @@ __all__ = [
|
|
97
97
|
'AwsNodePoolConfigSshConfigArgsDict',
|
98
98
|
'AwsNodePoolConfigTaintArgs',
|
99
99
|
'AwsNodePoolConfigTaintArgsDict',
|
100
|
-
'AwsNodePoolKubeletConfigArgs',
|
101
|
-
'AwsNodePoolKubeletConfigArgsDict',
|
102
100
|
'AwsNodePoolManagementArgs',
|
103
101
|
'AwsNodePoolManagementArgsDict',
|
104
102
|
'AwsNodePoolMaxPodsConstraintArgs',
|
@@ -3048,98 +3046,6 @@ class AwsNodePoolConfigTaintArgs:
|
|
3048
3046
|
pulumi.set(self, "value", value)
|
3049
3047
|
|
3050
3048
|
|
3051
|
-
if not MYPY:
|
3052
|
-
class AwsNodePoolKubeletConfigArgsDict(TypedDict):
|
3053
|
-
cpu_cfs_quota: NotRequired[pulumi.Input[bool]]
|
3054
|
-
"""
|
3055
|
-
Whether or not to enable CPU CFS quota. Defaults to true.
|
3056
|
-
"""
|
3057
|
-
cpu_cfs_quota_period: NotRequired[pulumi.Input[str]]
|
3058
|
-
"""
|
3059
|
-
Optional. The CPU CFS quota period to use for the node. Defaults to "100ms".
|
3060
|
-
"""
|
3061
|
-
cpu_manager_policy: NotRequired[pulumi.Input[str]]
|
3062
|
-
"""
|
3063
|
-
The CpuManagerPolicy to use for the node. Defaults to "none".
|
3064
|
-
"""
|
3065
|
-
pod_pids_limit: NotRequired[pulumi.Input[int]]
|
3066
|
-
"""
|
3067
|
-
Optional. The maximum number of PIDs in each pod running on the node. The limit scales automatically based on underlying machine size if left unset.
|
3068
|
-
"""
|
3069
|
-
elif False:
|
3070
|
-
AwsNodePoolKubeletConfigArgsDict: TypeAlias = Mapping[str, Any]
|
3071
|
-
|
3072
|
-
@pulumi.input_type
|
3073
|
-
class AwsNodePoolKubeletConfigArgs:
|
3074
|
-
def __init__(__self__, *,
|
3075
|
-
cpu_cfs_quota: Optional[pulumi.Input[bool]] = None,
|
3076
|
-
cpu_cfs_quota_period: Optional[pulumi.Input[str]] = None,
|
3077
|
-
cpu_manager_policy: Optional[pulumi.Input[str]] = None,
|
3078
|
-
pod_pids_limit: Optional[pulumi.Input[int]] = None):
|
3079
|
-
"""
|
3080
|
-
:param pulumi.Input[bool] cpu_cfs_quota: Whether or not to enable CPU CFS quota. Defaults to true.
|
3081
|
-
:param pulumi.Input[str] cpu_cfs_quota_period: Optional. The CPU CFS quota period to use for the node. Defaults to "100ms".
|
3082
|
-
:param pulumi.Input[str] cpu_manager_policy: The CpuManagerPolicy to use for the node. Defaults to "none".
|
3083
|
-
:param pulumi.Input[int] pod_pids_limit: Optional. The maximum number of PIDs in each pod running on the node. The limit scales automatically based on underlying machine size if left unset.
|
3084
|
-
"""
|
3085
|
-
if cpu_cfs_quota is not None:
|
3086
|
-
pulumi.set(__self__, "cpu_cfs_quota", cpu_cfs_quota)
|
3087
|
-
if cpu_cfs_quota_period is not None:
|
3088
|
-
pulumi.set(__self__, "cpu_cfs_quota_period", cpu_cfs_quota_period)
|
3089
|
-
if cpu_manager_policy is not None:
|
3090
|
-
pulumi.set(__self__, "cpu_manager_policy", cpu_manager_policy)
|
3091
|
-
if pod_pids_limit is not None:
|
3092
|
-
pulumi.set(__self__, "pod_pids_limit", pod_pids_limit)
|
3093
|
-
|
3094
|
-
@property
|
3095
|
-
@pulumi.getter(name="cpuCfsQuota")
|
3096
|
-
def cpu_cfs_quota(self) -> Optional[pulumi.Input[bool]]:
|
3097
|
-
"""
|
3098
|
-
Whether or not to enable CPU CFS quota. Defaults to true.
|
3099
|
-
"""
|
3100
|
-
return pulumi.get(self, "cpu_cfs_quota")
|
3101
|
-
|
3102
|
-
@cpu_cfs_quota.setter
|
3103
|
-
def cpu_cfs_quota(self, value: Optional[pulumi.Input[bool]]):
|
3104
|
-
pulumi.set(self, "cpu_cfs_quota", value)
|
3105
|
-
|
3106
|
-
@property
|
3107
|
-
@pulumi.getter(name="cpuCfsQuotaPeriod")
|
3108
|
-
def cpu_cfs_quota_period(self) -> Optional[pulumi.Input[str]]:
|
3109
|
-
"""
|
3110
|
-
Optional. The CPU CFS quota period to use for the node. Defaults to "100ms".
|
3111
|
-
"""
|
3112
|
-
return pulumi.get(self, "cpu_cfs_quota_period")
|
3113
|
-
|
3114
|
-
@cpu_cfs_quota_period.setter
|
3115
|
-
def cpu_cfs_quota_period(self, value: Optional[pulumi.Input[str]]):
|
3116
|
-
pulumi.set(self, "cpu_cfs_quota_period", value)
|
3117
|
-
|
3118
|
-
@property
|
3119
|
-
@pulumi.getter(name="cpuManagerPolicy")
|
3120
|
-
def cpu_manager_policy(self) -> Optional[pulumi.Input[str]]:
|
3121
|
-
"""
|
3122
|
-
The CpuManagerPolicy to use for the node. Defaults to "none".
|
3123
|
-
"""
|
3124
|
-
return pulumi.get(self, "cpu_manager_policy")
|
3125
|
-
|
3126
|
-
@cpu_manager_policy.setter
|
3127
|
-
def cpu_manager_policy(self, value: Optional[pulumi.Input[str]]):
|
3128
|
-
pulumi.set(self, "cpu_manager_policy", value)
|
3129
|
-
|
3130
|
-
@property
|
3131
|
-
@pulumi.getter(name="podPidsLimit")
|
3132
|
-
def pod_pids_limit(self) -> Optional[pulumi.Input[int]]:
|
3133
|
-
"""
|
3134
|
-
Optional. The maximum number of PIDs in each pod running on the node. The limit scales automatically based on underlying machine size if left unset.
|
3135
|
-
"""
|
3136
|
-
return pulumi.get(self, "pod_pids_limit")
|
3137
|
-
|
3138
|
-
@pod_pids_limit.setter
|
3139
|
-
def pod_pids_limit(self, value: Optional[pulumi.Input[int]]):
|
3140
|
-
pulumi.set(self, "pod_pids_limit", value)
|
3141
|
-
|
3142
|
-
|
3143
3049
|
if not MYPY:
|
3144
3050
|
class AwsNodePoolManagementArgsDict(TypedDict):
|
3145
3051
|
auto_repair: NotRequired[pulumi.Input[bool]]
|