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
@@ -48,7 +48,6 @@ class BackendServiceArgs:
|
|
48
48
|
security_settings: Optional[pulumi.Input['BackendServiceSecuritySettingsArgs']] = None,
|
49
49
|
service_lb_policy: Optional[pulumi.Input[str]] = None,
|
50
50
|
session_affinity: Optional[pulumi.Input[str]] = None,
|
51
|
-
strong_session_affinity_cookie: Optional[pulumi.Input['BackendServiceStrongSessionAffinityCookieArgs']] = None,
|
52
51
|
timeout_sec: Optional[pulumi.Input[int]] = None):
|
53
52
|
"""
|
54
53
|
The set of arguments for constructing a BackendService resource.
|
@@ -189,9 +188,7 @@ class BackendServiceArgs:
|
|
189
188
|
Can only be set if load balancing scheme is EXTERNAL, EXTERNAL_MANAGED, INTERNAL_MANAGED or INTERNAL_SELF_MANAGED and the scope is global.
|
190
189
|
:param pulumi.Input[str] session_affinity: Type of session affinity to use. The default is NONE. Session affinity is
|
191
190
|
not applicable if the protocol is UDP.
|
192
|
-
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE
|
193
|
-
:param pulumi.Input['BackendServiceStrongSessionAffinityCookieArgs'] 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.
|
194
|
-
Structure is documented below.
|
191
|
+
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`.
|
195
192
|
:param pulumi.Input[int] timeout_sec: The backend service timeout has a different meaning depending on the type of load balancer.
|
196
193
|
For more information see, [Backend service settings](https://cloud.google.com/compute/docs/reference/rest/v1/backendServices).
|
197
194
|
The default is 30 seconds.
|
@@ -251,8 +248,6 @@ class BackendServiceArgs:
|
|
251
248
|
pulumi.set(__self__, "service_lb_policy", service_lb_policy)
|
252
249
|
if session_affinity is not None:
|
253
250
|
pulumi.set(__self__, "session_affinity", session_affinity)
|
254
|
-
if strong_session_affinity_cookie is not None:
|
255
|
-
pulumi.set(__self__, "strong_session_affinity_cookie", strong_session_affinity_cookie)
|
256
251
|
if timeout_sec is not None:
|
257
252
|
pulumi.set(__self__, "timeout_sec", timeout_sec)
|
258
253
|
|
@@ -683,7 +678,7 @@ class BackendServiceArgs:
|
|
683
678
|
"""
|
684
679
|
Type of session affinity to use. The default is NONE. Session affinity is
|
685
680
|
not applicable if the protocol is UDP.
|
686
|
-
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE
|
681
|
+
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`.
|
687
682
|
"""
|
688
683
|
return pulumi.get(self, "session_affinity")
|
689
684
|
|
@@ -691,19 +686,6 @@ class BackendServiceArgs:
|
|
691
686
|
def session_affinity(self, value: Optional[pulumi.Input[str]]):
|
692
687
|
pulumi.set(self, "session_affinity", value)
|
693
688
|
|
694
|
-
@property
|
695
|
-
@pulumi.getter(name="strongSessionAffinityCookie")
|
696
|
-
def strong_session_affinity_cookie(self) -> Optional[pulumi.Input['BackendServiceStrongSessionAffinityCookieArgs']]:
|
697
|
-
"""
|
698
|
-
Describes the HTTP cookie used for stateful session affinity. This field is applicable and required if the sessionAffinity is set to STRONG_COOKIE_AFFINITY.
|
699
|
-
Structure is documented below.
|
700
|
-
"""
|
701
|
-
return pulumi.get(self, "strong_session_affinity_cookie")
|
702
|
-
|
703
|
-
@strong_session_affinity_cookie.setter
|
704
|
-
def strong_session_affinity_cookie(self, value: Optional[pulumi.Input['BackendServiceStrongSessionAffinityCookieArgs']]):
|
705
|
-
pulumi.set(self, "strong_session_affinity_cookie", value)
|
706
|
-
|
707
689
|
@property
|
708
690
|
@pulumi.getter(name="timeoutSec")
|
709
691
|
def timeout_sec(self) -> Optional[pulumi.Input[int]]:
|
@@ -754,7 +736,6 @@ class _BackendServiceState:
|
|
754
736
|
self_link: Optional[pulumi.Input[str]] = None,
|
755
737
|
service_lb_policy: Optional[pulumi.Input[str]] = None,
|
756
738
|
session_affinity: Optional[pulumi.Input[str]] = None,
|
757
|
-
strong_session_affinity_cookie: Optional[pulumi.Input['BackendServiceStrongSessionAffinityCookieArgs']] = None,
|
758
739
|
timeout_sec: Optional[pulumi.Input[int]] = None):
|
759
740
|
"""
|
760
741
|
Input properties used for looking up and filtering BackendService resources.
|
@@ -900,9 +881,7 @@ class _BackendServiceState:
|
|
900
881
|
Can only be set if load balancing scheme is EXTERNAL, EXTERNAL_MANAGED, INTERNAL_MANAGED or INTERNAL_SELF_MANAGED and the scope is global.
|
901
882
|
:param pulumi.Input[str] session_affinity: Type of session affinity to use. The default is NONE. Session affinity is
|
902
883
|
not applicable if the protocol is UDP.
|
903
|
-
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE
|
904
|
-
:param pulumi.Input['BackendServiceStrongSessionAffinityCookieArgs'] 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.
|
905
|
-
Structure is documented below.
|
884
|
+
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`.
|
906
885
|
:param pulumi.Input[int] timeout_sec: The backend service timeout has a different meaning depending on the type of load balancer.
|
907
886
|
For more information see, [Backend service settings](https://cloud.google.com/compute/docs/reference/rest/v1/backendServices).
|
908
887
|
The default is 30 seconds.
|
@@ -970,8 +949,6 @@ class _BackendServiceState:
|
|
970
949
|
pulumi.set(__self__, "service_lb_policy", service_lb_policy)
|
971
950
|
if session_affinity is not None:
|
972
951
|
pulumi.set(__self__, "session_affinity", session_affinity)
|
973
|
-
if strong_session_affinity_cookie is not None:
|
974
|
-
pulumi.set(__self__, "strong_session_affinity_cookie", strong_session_affinity_cookie)
|
975
952
|
if timeout_sec is not None:
|
976
953
|
pulumi.set(__self__, "timeout_sec", timeout_sec)
|
977
954
|
|
@@ -1451,7 +1428,7 @@ class _BackendServiceState:
|
|
1451
1428
|
"""
|
1452
1429
|
Type of session affinity to use. The default is NONE. Session affinity is
|
1453
1430
|
not applicable if the protocol is UDP.
|
1454
|
-
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE
|
1431
|
+
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`.
|
1455
1432
|
"""
|
1456
1433
|
return pulumi.get(self, "session_affinity")
|
1457
1434
|
|
@@ -1459,19 +1436,6 @@ class _BackendServiceState:
|
|
1459
1436
|
def session_affinity(self, value: Optional[pulumi.Input[str]]):
|
1460
1437
|
pulumi.set(self, "session_affinity", value)
|
1461
1438
|
|
1462
|
-
@property
|
1463
|
-
@pulumi.getter(name="strongSessionAffinityCookie")
|
1464
|
-
def strong_session_affinity_cookie(self) -> Optional[pulumi.Input['BackendServiceStrongSessionAffinityCookieArgs']]:
|
1465
|
-
"""
|
1466
|
-
Describes the HTTP cookie used for stateful session affinity. This field is applicable and required if the sessionAffinity is set to STRONG_COOKIE_AFFINITY.
|
1467
|
-
Structure is documented below.
|
1468
|
-
"""
|
1469
|
-
return pulumi.get(self, "strong_session_affinity_cookie")
|
1470
|
-
|
1471
|
-
@strong_session_affinity_cookie.setter
|
1472
|
-
def strong_session_affinity_cookie(self, value: Optional[pulumi.Input['BackendServiceStrongSessionAffinityCookieArgs']]):
|
1473
|
-
pulumi.set(self, "strong_session_affinity_cookie", value)
|
1474
|
-
|
1475
1439
|
@property
|
1476
1440
|
@pulumi.getter(name="timeoutSec")
|
1477
1441
|
def timeout_sec(self) -> Optional[pulumi.Input[int]]:
|
@@ -1520,7 +1484,6 @@ class BackendService(pulumi.CustomResource):
|
|
1520
1484
|
security_settings: Optional[pulumi.Input[Union['BackendServiceSecuritySettingsArgs', 'BackendServiceSecuritySettingsArgsDict']]] = None,
|
1521
1485
|
service_lb_policy: Optional[pulumi.Input[str]] = None,
|
1522
1486
|
session_affinity: Optional[pulumi.Input[str]] = None,
|
1523
|
-
strong_session_affinity_cookie: Optional[pulumi.Input[Union['BackendServiceStrongSessionAffinityCookieArgs', 'BackendServiceStrongSessionAffinityCookieArgsDict']]] = None,
|
1524
1487
|
timeout_sec: Optional[pulumi.Input[int]] = None,
|
1525
1488
|
__props__=None):
|
1526
1489
|
"""
|
@@ -1750,31 +1713,6 @@ class BackendService(pulumi.CustomResource):
|
|
1750
1713
|
"success_rate_stdev_factor": 1900,
|
1751
1714
|
})
|
1752
1715
|
```
|
1753
|
-
### Backend Service Stateful Session Affinity
|
1754
|
-
|
1755
|
-
```python
|
1756
|
-
import pulumi
|
1757
|
-
import pulumi_gcp as gcp
|
1758
|
-
|
1759
|
-
health_check = gcp.compute.HealthCheck("health_check",
|
1760
|
-
name="health-check",
|
1761
|
-
http_health_check={
|
1762
|
-
"port": 80,
|
1763
|
-
})
|
1764
|
-
default = gcp.compute.BackendService("default",
|
1765
|
-
name="backend-service",
|
1766
|
-
health_checks=health_check.id,
|
1767
|
-
load_balancing_scheme="EXTERNAL_MANAGED",
|
1768
|
-
locality_lb_policy="RING_HASH",
|
1769
|
-
session_affinity="STRONG_COOKIE_AFFINITY",
|
1770
|
-
strong_session_affinity_cookie={
|
1771
|
-
"ttl": {
|
1772
|
-
"seconds": 11,
|
1773
|
-
"nanos": 1111,
|
1774
|
-
},
|
1775
|
-
"name": "mycookie",
|
1776
|
-
})
|
1777
|
-
```
|
1778
1716
|
### Backend Service Network Endpoint
|
1779
1717
|
|
1780
1718
|
```python
|
@@ -1980,9 +1918,7 @@ class BackendService(pulumi.CustomResource):
|
|
1980
1918
|
Can only be set if load balancing scheme is EXTERNAL, EXTERNAL_MANAGED, INTERNAL_MANAGED or INTERNAL_SELF_MANAGED and the scope is global.
|
1981
1919
|
:param pulumi.Input[str] session_affinity: Type of session affinity to use. The default is NONE. Session affinity is
|
1982
1920
|
not applicable if the protocol is UDP.
|
1983
|
-
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE
|
1984
|
-
:param pulumi.Input[Union['BackendServiceStrongSessionAffinityCookieArgs', 'BackendServiceStrongSessionAffinityCookieArgsDict']] 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.
|
1985
|
-
Structure is documented below.
|
1921
|
+
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`.
|
1986
1922
|
:param pulumi.Input[int] timeout_sec: The backend service timeout has a different meaning depending on the type of load balancer.
|
1987
1923
|
For more information see, [Backend service settings](https://cloud.google.com/compute/docs/reference/rest/v1/backendServices).
|
1988
1924
|
The default is 30 seconds.
|
@@ -2221,31 +2157,6 @@ class BackendService(pulumi.CustomResource):
|
|
2221
2157
|
"success_rate_stdev_factor": 1900,
|
2222
2158
|
})
|
2223
2159
|
```
|
2224
|
-
### Backend Service Stateful Session Affinity
|
2225
|
-
|
2226
|
-
```python
|
2227
|
-
import pulumi
|
2228
|
-
import pulumi_gcp as gcp
|
2229
|
-
|
2230
|
-
health_check = gcp.compute.HealthCheck("health_check",
|
2231
|
-
name="health-check",
|
2232
|
-
http_health_check={
|
2233
|
-
"port": 80,
|
2234
|
-
})
|
2235
|
-
default = gcp.compute.BackendService("default",
|
2236
|
-
name="backend-service",
|
2237
|
-
health_checks=health_check.id,
|
2238
|
-
load_balancing_scheme="EXTERNAL_MANAGED",
|
2239
|
-
locality_lb_policy="RING_HASH",
|
2240
|
-
session_affinity="STRONG_COOKIE_AFFINITY",
|
2241
|
-
strong_session_affinity_cookie={
|
2242
|
-
"ttl": {
|
2243
|
-
"seconds": 11,
|
2244
|
-
"nanos": 1111,
|
2245
|
-
},
|
2246
|
-
"name": "mycookie",
|
2247
|
-
})
|
2248
|
-
```
|
2249
2160
|
### Backend Service Network Endpoint
|
2250
2161
|
|
2251
2162
|
```python
|
@@ -2354,7 +2265,6 @@ class BackendService(pulumi.CustomResource):
|
|
2354
2265
|
security_settings: Optional[pulumi.Input[Union['BackendServiceSecuritySettingsArgs', 'BackendServiceSecuritySettingsArgsDict']]] = None,
|
2355
2266
|
service_lb_policy: Optional[pulumi.Input[str]] = None,
|
2356
2267
|
session_affinity: Optional[pulumi.Input[str]] = None,
|
2357
|
-
strong_session_affinity_cookie: Optional[pulumi.Input[Union['BackendServiceStrongSessionAffinityCookieArgs', 'BackendServiceStrongSessionAffinityCookieArgsDict']]] = None,
|
2358
2268
|
timeout_sec: Optional[pulumi.Input[int]] = None,
|
2359
2269
|
__props__=None):
|
2360
2270
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
@@ -2392,7 +2302,6 @@ class BackendService(pulumi.CustomResource):
|
|
2392
2302
|
__props__.__dict__["security_settings"] = security_settings
|
2393
2303
|
__props__.__dict__["service_lb_policy"] = service_lb_policy
|
2394
2304
|
__props__.__dict__["session_affinity"] = session_affinity
|
2395
|
-
__props__.__dict__["strong_session_affinity_cookie"] = strong_session_affinity_cookie
|
2396
2305
|
__props__.__dict__["timeout_sec"] = timeout_sec
|
2397
2306
|
__props__.__dict__["creation_timestamp"] = None
|
2398
2307
|
__props__.__dict__["fingerprint"] = None
|
@@ -2439,7 +2348,6 @@ class BackendService(pulumi.CustomResource):
|
|
2439
2348
|
self_link: Optional[pulumi.Input[str]] = None,
|
2440
2349
|
service_lb_policy: Optional[pulumi.Input[str]] = None,
|
2441
2350
|
session_affinity: Optional[pulumi.Input[str]] = None,
|
2442
|
-
strong_session_affinity_cookie: Optional[pulumi.Input[Union['BackendServiceStrongSessionAffinityCookieArgs', 'BackendServiceStrongSessionAffinityCookieArgsDict']]] = None,
|
2443
2351
|
timeout_sec: Optional[pulumi.Input[int]] = None) -> 'BackendService':
|
2444
2352
|
"""
|
2445
2353
|
Get an existing BackendService resource's state with the given name, id, and optional extra
|
@@ -2590,9 +2498,7 @@ class BackendService(pulumi.CustomResource):
|
|
2590
2498
|
Can only be set if load balancing scheme is EXTERNAL, EXTERNAL_MANAGED, INTERNAL_MANAGED or INTERNAL_SELF_MANAGED and the scope is global.
|
2591
2499
|
:param pulumi.Input[str] session_affinity: Type of session affinity to use. The default is NONE. Session affinity is
|
2592
2500
|
not applicable if the protocol is UDP.
|
2593
|
-
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE
|
2594
|
-
:param pulumi.Input[Union['BackendServiceStrongSessionAffinityCookieArgs', 'BackendServiceStrongSessionAffinityCookieArgsDict']] 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.
|
2595
|
-
Structure is documented below.
|
2501
|
+
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`.
|
2596
2502
|
:param pulumi.Input[int] timeout_sec: The backend service timeout has a different meaning depending on the type of load balancer.
|
2597
2503
|
For more information see, [Backend service settings](https://cloud.google.com/compute/docs/reference/rest/v1/backendServices).
|
2598
2504
|
The default is 30 seconds.
|
@@ -2633,7 +2539,6 @@ class BackendService(pulumi.CustomResource):
|
|
2633
2539
|
__props__.__dict__["self_link"] = self_link
|
2634
2540
|
__props__.__dict__["service_lb_policy"] = service_lb_policy
|
2635
2541
|
__props__.__dict__["session_affinity"] = session_affinity
|
2636
|
-
__props__.__dict__["strong_session_affinity_cookie"] = strong_session_affinity_cookie
|
2637
2542
|
__props__.__dict__["timeout_sec"] = timeout_sec
|
2638
2543
|
return BackendService(resource_name, opts=opts, __props__=__props__)
|
2639
2544
|
|
@@ -2993,19 +2898,10 @@ class BackendService(pulumi.CustomResource):
|
|
2993
2898
|
"""
|
2994
2899
|
Type of session affinity to use. The default is NONE. Session affinity is
|
2995
2900
|
not applicable if the protocol is UDP.
|
2996
|
-
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE
|
2901
|
+
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`.
|
2997
2902
|
"""
|
2998
2903
|
return pulumi.get(self, "session_affinity")
|
2999
2904
|
|
3000
|
-
@property
|
3001
|
-
@pulumi.getter(name="strongSessionAffinityCookie")
|
3002
|
-
def strong_session_affinity_cookie(self) -> pulumi.Output[Optional['outputs.BackendServiceStrongSessionAffinityCookie']]:
|
3003
|
-
"""
|
3004
|
-
Describes the HTTP cookie used for stateful session affinity. This field is applicable and required if the sessionAffinity is set to STRONG_COOKIE_AFFINITY.
|
3005
|
-
Structure is documented below.
|
3006
|
-
"""
|
3007
|
-
return pulumi.get(self, "strong_session_affinity_cookie")
|
3008
|
-
|
3009
2905
|
@property
|
3010
2906
|
@pulumi.getter(name="timeoutSec")
|
3011
2907
|
def timeout_sec(self) -> pulumi.Output[int]:
|
@@ -27,7 +27,7 @@ class GetBackendServiceResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getBackendService.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, affinity_cookie_ttl_sec=None, backends=None, cdn_policies=None, circuit_breakers=None, compression_mode=None, connection_draining_timeout_sec=None, consistent_hash=None, creation_timestamp=None, custom_request_headers=None, custom_response_headers=None, description=None, edge_security_policy=None, enable_cdn=None, fingerprint=None, generated_id=None, health_checks=None, iaps=None, id=None, load_balancing_scheme=None, locality_lb_policies=None, locality_lb_policy=None, log_configs=None, name=None, outlier_detections=None, port_name=None, project=None, protocol=None, security_policy=None, security_settings=None, self_link=None, service_lb_policy=None, session_affinity=None,
|
30
|
+
def __init__(__self__, affinity_cookie_ttl_sec=None, backends=None, cdn_policies=None, circuit_breakers=None, compression_mode=None, connection_draining_timeout_sec=None, consistent_hash=None, creation_timestamp=None, custom_request_headers=None, custom_response_headers=None, description=None, edge_security_policy=None, enable_cdn=None, fingerprint=None, generated_id=None, health_checks=None, iaps=None, id=None, load_balancing_scheme=None, locality_lb_policies=None, locality_lb_policy=None, log_configs=None, name=None, outlier_detections=None, port_name=None, project=None, protocol=None, security_policy=None, security_settings=None, self_link=None, service_lb_policy=None, session_affinity=None, timeout_sec=None):
|
31
31
|
if affinity_cookie_ttl_sec and not isinstance(affinity_cookie_ttl_sec, int):
|
32
32
|
raise TypeError("Expected argument 'affinity_cookie_ttl_sec' to be a int")
|
33
33
|
pulumi.set(__self__, "affinity_cookie_ttl_sec", affinity_cookie_ttl_sec)
|
@@ -124,9 +124,6 @@ class GetBackendServiceResult:
|
|
124
124
|
if session_affinity and not isinstance(session_affinity, str):
|
125
125
|
raise TypeError("Expected argument 'session_affinity' to be a str")
|
126
126
|
pulumi.set(__self__, "session_affinity", session_affinity)
|
127
|
-
if strong_session_affinity_cookies and not isinstance(strong_session_affinity_cookies, list):
|
128
|
-
raise TypeError("Expected argument 'strong_session_affinity_cookies' to be a list")
|
129
|
-
pulumi.set(__self__, "strong_session_affinity_cookies", strong_session_affinity_cookies)
|
130
127
|
if timeout_sec and not isinstance(timeout_sec, int):
|
131
128
|
raise TypeError("Expected argument 'timeout_sec' to be a int")
|
132
129
|
pulumi.set(__self__, "timeout_sec", timeout_sec)
|
@@ -327,11 +324,6 @@ class GetBackendServiceResult:
|
|
327
324
|
"""
|
328
325
|
return pulumi.get(self, "session_affinity")
|
329
326
|
|
330
|
-
@property
|
331
|
-
@pulumi.getter(name="strongSessionAffinityCookies")
|
332
|
-
def strong_session_affinity_cookies(self) -> Sequence['outputs.GetBackendServiceStrongSessionAffinityCookyResult']:
|
333
|
-
return pulumi.get(self, "strong_session_affinity_cookies")
|
334
|
-
|
335
327
|
@property
|
336
328
|
@pulumi.getter(name="timeoutSec")
|
337
329
|
def timeout_sec(self) -> int:
|
@@ -379,7 +371,6 @@ class AwaitableGetBackendServiceResult(GetBackendServiceResult):
|
|
379
371
|
self_link=self.self_link,
|
380
372
|
service_lb_policy=self.service_lb_policy,
|
381
373
|
session_affinity=self.session_affinity,
|
382
|
-
strong_session_affinity_cookies=self.strong_session_affinity_cookies,
|
383
374
|
timeout_sec=self.timeout_sec)
|
384
375
|
|
385
376
|
|
@@ -448,7 +439,6 @@ def get_backend_service(name: Optional[str] = None,
|
|
448
439
|
self_link=pulumi.get(__ret__, 'self_link'),
|
449
440
|
service_lb_policy=pulumi.get(__ret__, 'service_lb_policy'),
|
450
441
|
session_affinity=pulumi.get(__ret__, 'session_affinity'),
|
451
|
-
strong_session_affinity_cookies=pulumi.get(__ret__, 'strong_session_affinity_cookies'),
|
452
442
|
timeout_sec=pulumi.get(__ret__, 'timeout_sec'))
|
453
443
|
|
454
444
|
|
pulumi_gcp/compute/network.py
CHANGED
@@ -20,9 +20,6 @@ __all__ = ['NetworkArgs', 'Network']
|
|
20
20
|
class NetworkArgs:
|
21
21
|
def __init__(__self__, *,
|
22
22
|
auto_create_subnetworks: Optional[pulumi.Input[bool]] = None,
|
23
|
-
bgp_always_compare_med: Optional[pulumi.Input[bool]] = None,
|
24
|
-
bgp_best_path_selection_mode: Optional[pulumi.Input[str]] = None,
|
25
|
-
bgp_inter_region_cost: Optional[pulumi.Input[str]] = None,
|
26
23
|
delete_default_routes_on_create: Optional[pulumi.Input[bool]] = None,
|
27
24
|
description: Optional[pulumi.Input[str]] = None,
|
28
25
|
enable_ula_internal_ipv6: Optional[pulumi.Input[bool]] = None,
|
@@ -39,12 +36,6 @@ class NetworkArgs:
|
|
39
36
|
`10.128.0.0/9` address range.
|
40
37
|
When set to `false`, the network is created in "custom subnet mode" so
|
41
38
|
the user can explicitly connect subnetwork resources.
|
42
|
-
:param pulumi.Input[bool] bgp_always_compare_med: Enables/disables the comparison of MED across routes with different Neighbor ASNs.
|
43
|
-
This value can only be set if the --bgp-best-path-selection-mode is STANDARD
|
44
|
-
:param pulumi.Input[str] bgp_best_path_selection_mode: The BGP best selection algorithm to be employed. MODE can be LEGACY or STANDARD.
|
45
|
-
Possible values are: `LEGACY`, `STANDARD`.
|
46
|
-
:param pulumi.Input[str] bgp_inter_region_cost: Choice of the behavior of inter-regional cost and MED in the BPS algorithm.
|
47
|
-
Possible values are: `DEFAULT`, `ADD_COST_TO_MED`.
|
48
39
|
:param pulumi.Input[bool] delete_default_routes_on_create: If set to `true`, default routes (`0.0.0.0/0`) will be deleted
|
49
40
|
immediately after network creation. Defaults to `false`.
|
50
41
|
:param pulumi.Input[str] description: An optional description of this resource. The resource must be
|
@@ -85,12 +76,6 @@ class NetworkArgs:
|
|
85
76
|
"""
|
86
77
|
if auto_create_subnetworks is not None:
|
87
78
|
pulumi.set(__self__, "auto_create_subnetworks", auto_create_subnetworks)
|
88
|
-
if bgp_always_compare_med is not None:
|
89
|
-
pulumi.set(__self__, "bgp_always_compare_med", bgp_always_compare_med)
|
90
|
-
if bgp_best_path_selection_mode is not None:
|
91
|
-
pulumi.set(__self__, "bgp_best_path_selection_mode", bgp_best_path_selection_mode)
|
92
|
-
if bgp_inter_region_cost is not None:
|
93
|
-
pulumi.set(__self__, "bgp_inter_region_cost", bgp_inter_region_cost)
|
94
79
|
if delete_default_routes_on_create is not None:
|
95
80
|
pulumi.set(__self__, "delete_default_routes_on_create", delete_default_routes_on_create)
|
96
81
|
if description is not None:
|
@@ -126,45 +111,6 @@ class NetworkArgs:
|
|
126
111
|
def auto_create_subnetworks(self, value: Optional[pulumi.Input[bool]]):
|
127
112
|
pulumi.set(self, "auto_create_subnetworks", value)
|
128
113
|
|
129
|
-
@property
|
130
|
-
@pulumi.getter(name="bgpAlwaysCompareMed")
|
131
|
-
def bgp_always_compare_med(self) -> Optional[pulumi.Input[bool]]:
|
132
|
-
"""
|
133
|
-
Enables/disables the comparison of MED across routes with different Neighbor ASNs.
|
134
|
-
This value can only be set if the --bgp-best-path-selection-mode is STANDARD
|
135
|
-
"""
|
136
|
-
return pulumi.get(self, "bgp_always_compare_med")
|
137
|
-
|
138
|
-
@bgp_always_compare_med.setter
|
139
|
-
def bgp_always_compare_med(self, value: Optional[pulumi.Input[bool]]):
|
140
|
-
pulumi.set(self, "bgp_always_compare_med", value)
|
141
|
-
|
142
|
-
@property
|
143
|
-
@pulumi.getter(name="bgpBestPathSelectionMode")
|
144
|
-
def bgp_best_path_selection_mode(self) -> Optional[pulumi.Input[str]]:
|
145
|
-
"""
|
146
|
-
The BGP best selection algorithm to be employed. MODE can be LEGACY or STANDARD.
|
147
|
-
Possible values are: `LEGACY`, `STANDARD`.
|
148
|
-
"""
|
149
|
-
return pulumi.get(self, "bgp_best_path_selection_mode")
|
150
|
-
|
151
|
-
@bgp_best_path_selection_mode.setter
|
152
|
-
def bgp_best_path_selection_mode(self, value: Optional[pulumi.Input[str]]):
|
153
|
-
pulumi.set(self, "bgp_best_path_selection_mode", value)
|
154
|
-
|
155
|
-
@property
|
156
|
-
@pulumi.getter(name="bgpInterRegionCost")
|
157
|
-
def bgp_inter_region_cost(self) -> Optional[pulumi.Input[str]]:
|
158
|
-
"""
|
159
|
-
Choice of the behavior of inter-regional cost and MED in the BPS algorithm.
|
160
|
-
Possible values are: `DEFAULT`, `ADD_COST_TO_MED`.
|
161
|
-
"""
|
162
|
-
return pulumi.get(self, "bgp_inter_region_cost")
|
163
|
-
|
164
|
-
@bgp_inter_region_cost.setter
|
165
|
-
def bgp_inter_region_cost(self, value: Optional[pulumi.Input[str]]):
|
166
|
-
pulumi.set(self, "bgp_inter_region_cost", value)
|
167
|
-
|
168
114
|
@property
|
169
115
|
@pulumi.getter(name="deleteDefaultRoutesOnCreate")
|
170
116
|
def delete_default_routes_on_create(self) -> Optional[pulumi.Input[bool]]:
|
@@ -306,9 +252,6 @@ class NetworkArgs:
|
|
306
252
|
class _NetworkState:
|
307
253
|
def __init__(__self__, *,
|
308
254
|
auto_create_subnetworks: Optional[pulumi.Input[bool]] = None,
|
309
|
-
bgp_always_compare_med: Optional[pulumi.Input[bool]] = None,
|
310
|
-
bgp_best_path_selection_mode: Optional[pulumi.Input[str]] = None,
|
311
|
-
bgp_inter_region_cost: Optional[pulumi.Input[str]] = None,
|
312
255
|
delete_default_routes_on_create: Optional[pulumi.Input[bool]] = None,
|
313
256
|
description: Optional[pulumi.Input[str]] = None,
|
314
257
|
enable_ula_internal_ipv6: Optional[pulumi.Input[bool]] = None,
|
@@ -328,12 +271,6 @@ class _NetworkState:
|
|
328
271
|
`10.128.0.0/9` address range.
|
329
272
|
When set to `false`, the network is created in "custom subnet mode" so
|
330
273
|
the user can explicitly connect subnetwork resources.
|
331
|
-
:param pulumi.Input[bool] bgp_always_compare_med: Enables/disables the comparison of MED across routes with different Neighbor ASNs.
|
332
|
-
This value can only be set if the --bgp-best-path-selection-mode is STANDARD
|
333
|
-
:param pulumi.Input[str] bgp_best_path_selection_mode: The BGP best selection algorithm to be employed. MODE can be LEGACY or STANDARD.
|
334
|
-
Possible values are: `LEGACY`, `STANDARD`.
|
335
|
-
:param pulumi.Input[str] bgp_inter_region_cost: Choice of the behavior of inter-regional cost and MED in the BPS algorithm.
|
336
|
-
Possible values are: `DEFAULT`, `ADD_COST_TO_MED`.
|
337
274
|
:param pulumi.Input[bool] delete_default_routes_on_create: If set to `true`, default routes (`0.0.0.0/0`) will be deleted
|
338
275
|
immediately after network creation. Defaults to `false`.
|
339
276
|
:param pulumi.Input[str] description: An optional description of this resource. The resource must be
|
@@ -378,12 +315,6 @@ class _NetworkState:
|
|
378
315
|
"""
|
379
316
|
if auto_create_subnetworks is not None:
|
380
317
|
pulumi.set(__self__, "auto_create_subnetworks", auto_create_subnetworks)
|
381
|
-
if bgp_always_compare_med is not None:
|
382
|
-
pulumi.set(__self__, "bgp_always_compare_med", bgp_always_compare_med)
|
383
|
-
if bgp_best_path_selection_mode is not None:
|
384
|
-
pulumi.set(__self__, "bgp_best_path_selection_mode", bgp_best_path_selection_mode)
|
385
|
-
if bgp_inter_region_cost is not None:
|
386
|
-
pulumi.set(__self__, "bgp_inter_region_cost", bgp_inter_region_cost)
|
387
318
|
if delete_default_routes_on_create is not None:
|
388
319
|
pulumi.set(__self__, "delete_default_routes_on_create", delete_default_routes_on_create)
|
389
320
|
if description is not None:
|
@@ -425,45 +356,6 @@ class _NetworkState:
|
|
425
356
|
def auto_create_subnetworks(self, value: Optional[pulumi.Input[bool]]):
|
426
357
|
pulumi.set(self, "auto_create_subnetworks", value)
|
427
358
|
|
428
|
-
@property
|
429
|
-
@pulumi.getter(name="bgpAlwaysCompareMed")
|
430
|
-
def bgp_always_compare_med(self) -> Optional[pulumi.Input[bool]]:
|
431
|
-
"""
|
432
|
-
Enables/disables the comparison of MED across routes with different Neighbor ASNs.
|
433
|
-
This value can only be set if the --bgp-best-path-selection-mode is STANDARD
|
434
|
-
"""
|
435
|
-
return pulumi.get(self, "bgp_always_compare_med")
|
436
|
-
|
437
|
-
@bgp_always_compare_med.setter
|
438
|
-
def bgp_always_compare_med(self, value: Optional[pulumi.Input[bool]]):
|
439
|
-
pulumi.set(self, "bgp_always_compare_med", value)
|
440
|
-
|
441
|
-
@property
|
442
|
-
@pulumi.getter(name="bgpBestPathSelectionMode")
|
443
|
-
def bgp_best_path_selection_mode(self) -> Optional[pulumi.Input[str]]:
|
444
|
-
"""
|
445
|
-
The BGP best selection algorithm to be employed. MODE can be LEGACY or STANDARD.
|
446
|
-
Possible values are: `LEGACY`, `STANDARD`.
|
447
|
-
"""
|
448
|
-
return pulumi.get(self, "bgp_best_path_selection_mode")
|
449
|
-
|
450
|
-
@bgp_best_path_selection_mode.setter
|
451
|
-
def bgp_best_path_selection_mode(self, value: Optional[pulumi.Input[str]]):
|
452
|
-
pulumi.set(self, "bgp_best_path_selection_mode", value)
|
453
|
-
|
454
|
-
@property
|
455
|
-
@pulumi.getter(name="bgpInterRegionCost")
|
456
|
-
def bgp_inter_region_cost(self) -> Optional[pulumi.Input[str]]:
|
457
|
-
"""
|
458
|
-
Choice of the behavior of inter-regional cost and MED in the BPS algorithm.
|
459
|
-
Possible values are: `DEFAULT`, `ADD_COST_TO_MED`.
|
460
|
-
"""
|
461
|
-
return pulumi.get(self, "bgp_inter_region_cost")
|
462
|
-
|
463
|
-
@bgp_inter_region_cost.setter
|
464
|
-
def bgp_inter_region_cost(self, value: Optional[pulumi.Input[str]]):
|
465
|
-
pulumi.set(self, "bgp_inter_region_cost", value)
|
466
|
-
|
467
359
|
@property
|
468
360
|
@pulumi.getter(name="deleteDefaultRoutesOnCreate")
|
469
361
|
def delete_default_routes_on_create(self) -> Optional[pulumi.Input[bool]]:
|
@@ -644,9 +536,6 @@ class Network(pulumi.CustomResource):
|
|
644
536
|
resource_name: str,
|
645
537
|
opts: Optional[pulumi.ResourceOptions] = None,
|
646
538
|
auto_create_subnetworks: Optional[pulumi.Input[bool]] = None,
|
647
|
-
bgp_always_compare_med: Optional[pulumi.Input[bool]] = None,
|
648
|
-
bgp_best_path_selection_mode: Optional[pulumi.Input[str]] = None,
|
649
|
-
bgp_inter_region_cost: Optional[pulumi.Input[str]] = None,
|
650
539
|
delete_default_routes_on_create: Optional[pulumi.Input[bool]] = None,
|
651
540
|
description: Optional[pulumi.Input[str]] = None,
|
652
541
|
enable_ula_internal_ipv6: Optional[pulumi.Input[bool]] = None,
|
@@ -700,43 +589,6 @@ class Network(pulumi.CustomResource):
|
|
700
589
|
auto_create_subnetworks=True,
|
701
590
|
network_firewall_policy_enforcement_order="BEFORE_CLASSIC_FIREWALL")
|
702
591
|
```
|
703
|
-
### Network Bgp Best Path Selection Mode
|
704
|
-
|
705
|
-
```python
|
706
|
-
import pulumi
|
707
|
-
import pulumi_gcp as gcp
|
708
|
-
|
709
|
-
vpc_network = gcp.compute.Network("vpc_network",
|
710
|
-
project="my-project-name",
|
711
|
-
name="vpc-network",
|
712
|
-
routing_mode="GLOBAL")
|
713
|
-
```
|
714
|
-
### Network Bgp Best Path Selection Mode Standard
|
715
|
-
|
716
|
-
```python
|
717
|
-
import pulumi
|
718
|
-
import pulumi_gcp as gcp
|
719
|
-
|
720
|
-
vpc_network = gcp.compute.Network("vpc_network",
|
721
|
-
project="my-project-name",
|
722
|
-
name="vpc-network",
|
723
|
-
routing_mode="GLOBAL",
|
724
|
-
bgp_best_path_selection_mode="STANDARD")
|
725
|
-
```
|
726
|
-
### Network Bgp Best Path Selection Mode Standard Custom Fields
|
727
|
-
|
728
|
-
```python
|
729
|
-
import pulumi
|
730
|
-
import pulumi_gcp as gcp
|
731
|
-
|
732
|
-
vpc_network = gcp.compute.Network("vpc_network",
|
733
|
-
project="my-project-name",
|
734
|
-
name="vpc-network",
|
735
|
-
routing_mode="GLOBAL",
|
736
|
-
bgp_best_path_selection_mode="STANDARD",
|
737
|
-
bgp_always_compare_med=True,
|
738
|
-
bgp_inter_region_cost="ADD_COST_TO_MED")
|
739
|
-
```
|
740
592
|
|
741
593
|
## Import
|
742
594
|
|
@@ -769,12 +621,6 @@ class Network(pulumi.CustomResource):
|
|
769
621
|
`10.128.0.0/9` address range.
|
770
622
|
When set to `false`, the network is created in "custom subnet mode" so
|
771
623
|
the user can explicitly connect subnetwork resources.
|
772
|
-
:param pulumi.Input[bool] bgp_always_compare_med: Enables/disables the comparison of MED across routes with different Neighbor ASNs.
|
773
|
-
This value can only be set if the --bgp-best-path-selection-mode is STANDARD
|
774
|
-
:param pulumi.Input[str] bgp_best_path_selection_mode: The BGP best selection algorithm to be employed. MODE can be LEGACY or STANDARD.
|
775
|
-
Possible values are: `LEGACY`, `STANDARD`.
|
776
|
-
:param pulumi.Input[str] bgp_inter_region_cost: Choice of the behavior of inter-regional cost and MED in the BPS algorithm.
|
777
|
-
Possible values are: `DEFAULT`, `ADD_COST_TO_MED`.
|
778
624
|
:param pulumi.Input[bool] delete_default_routes_on_create: If set to `true`, default routes (`0.0.0.0/0`) will be deleted
|
779
625
|
immediately after network creation. Defaults to `false`.
|
780
626
|
:param pulumi.Input[str] description: An optional description of this resource. The resource must be
|
@@ -862,43 +708,6 @@ class Network(pulumi.CustomResource):
|
|
862
708
|
auto_create_subnetworks=True,
|
863
709
|
network_firewall_policy_enforcement_order="BEFORE_CLASSIC_FIREWALL")
|
864
710
|
```
|
865
|
-
### Network Bgp Best Path Selection Mode
|
866
|
-
|
867
|
-
```python
|
868
|
-
import pulumi
|
869
|
-
import pulumi_gcp as gcp
|
870
|
-
|
871
|
-
vpc_network = gcp.compute.Network("vpc_network",
|
872
|
-
project="my-project-name",
|
873
|
-
name="vpc-network",
|
874
|
-
routing_mode="GLOBAL")
|
875
|
-
```
|
876
|
-
### Network Bgp Best Path Selection Mode Standard
|
877
|
-
|
878
|
-
```python
|
879
|
-
import pulumi
|
880
|
-
import pulumi_gcp as gcp
|
881
|
-
|
882
|
-
vpc_network = gcp.compute.Network("vpc_network",
|
883
|
-
project="my-project-name",
|
884
|
-
name="vpc-network",
|
885
|
-
routing_mode="GLOBAL",
|
886
|
-
bgp_best_path_selection_mode="STANDARD")
|
887
|
-
```
|
888
|
-
### Network Bgp Best Path Selection Mode Standard Custom Fields
|
889
|
-
|
890
|
-
```python
|
891
|
-
import pulumi
|
892
|
-
import pulumi_gcp as gcp
|
893
|
-
|
894
|
-
vpc_network = gcp.compute.Network("vpc_network",
|
895
|
-
project="my-project-name",
|
896
|
-
name="vpc-network",
|
897
|
-
routing_mode="GLOBAL",
|
898
|
-
bgp_best_path_selection_mode="STANDARD",
|
899
|
-
bgp_always_compare_med=True,
|
900
|
-
bgp_inter_region_cost="ADD_COST_TO_MED")
|
901
|
-
```
|
902
711
|
|
903
712
|
## Import
|
904
713
|
|
@@ -940,9 +749,6 @@ class Network(pulumi.CustomResource):
|
|
940
749
|
resource_name: str,
|
941
750
|
opts: Optional[pulumi.ResourceOptions] = None,
|
942
751
|
auto_create_subnetworks: Optional[pulumi.Input[bool]] = None,
|
943
|
-
bgp_always_compare_med: Optional[pulumi.Input[bool]] = None,
|
944
|
-
bgp_best_path_selection_mode: Optional[pulumi.Input[str]] = None,
|
945
|
-
bgp_inter_region_cost: Optional[pulumi.Input[str]] = None,
|
946
752
|
delete_default_routes_on_create: Optional[pulumi.Input[bool]] = None,
|
947
753
|
description: Optional[pulumi.Input[str]] = None,
|
948
754
|
enable_ula_internal_ipv6: Optional[pulumi.Input[bool]] = None,
|
@@ -962,9 +768,6 @@ class Network(pulumi.CustomResource):
|
|
962
768
|
__props__ = NetworkArgs.__new__(NetworkArgs)
|
963
769
|
|
964
770
|
__props__.__dict__["auto_create_subnetworks"] = auto_create_subnetworks
|
965
|
-
__props__.__dict__["bgp_always_compare_med"] = bgp_always_compare_med
|
966
|
-
__props__.__dict__["bgp_best_path_selection_mode"] = bgp_best_path_selection_mode
|
967
|
-
__props__.__dict__["bgp_inter_region_cost"] = bgp_inter_region_cost
|
968
771
|
__props__.__dict__["delete_default_routes_on_create"] = delete_default_routes_on_create
|
969
772
|
__props__.__dict__["description"] = description
|
970
773
|
__props__.__dict__["enable_ula_internal_ipv6"] = enable_ula_internal_ipv6
|
@@ -988,9 +791,6 @@ class Network(pulumi.CustomResource):
|
|
988
791
|
id: pulumi.Input[str],
|
989
792
|
opts: Optional[pulumi.ResourceOptions] = None,
|
990
793
|
auto_create_subnetworks: Optional[pulumi.Input[bool]] = None,
|
991
|
-
bgp_always_compare_med: Optional[pulumi.Input[bool]] = None,
|
992
|
-
bgp_best_path_selection_mode: Optional[pulumi.Input[str]] = None,
|
993
|
-
bgp_inter_region_cost: Optional[pulumi.Input[str]] = None,
|
994
794
|
delete_default_routes_on_create: Optional[pulumi.Input[bool]] = None,
|
995
795
|
description: Optional[pulumi.Input[str]] = None,
|
996
796
|
enable_ula_internal_ipv6: Optional[pulumi.Input[bool]] = None,
|
@@ -1015,12 +815,6 @@ class Network(pulumi.CustomResource):
|
|
1015
815
|
`10.128.0.0/9` address range.
|
1016
816
|
When set to `false`, the network is created in "custom subnet mode" so
|
1017
817
|
the user can explicitly connect subnetwork resources.
|
1018
|
-
:param pulumi.Input[bool] bgp_always_compare_med: Enables/disables the comparison of MED across routes with different Neighbor ASNs.
|
1019
|
-
This value can only be set if the --bgp-best-path-selection-mode is STANDARD
|
1020
|
-
:param pulumi.Input[str] bgp_best_path_selection_mode: The BGP best selection algorithm to be employed. MODE can be LEGACY or STANDARD.
|
1021
|
-
Possible values are: `LEGACY`, `STANDARD`.
|
1022
|
-
:param pulumi.Input[str] bgp_inter_region_cost: Choice of the behavior of inter-regional cost and MED in the BPS algorithm.
|
1023
|
-
Possible values are: `DEFAULT`, `ADD_COST_TO_MED`.
|
1024
818
|
:param pulumi.Input[bool] delete_default_routes_on_create: If set to `true`, default routes (`0.0.0.0/0`) will be deleted
|
1025
819
|
immediately after network creation. Defaults to `false`.
|
1026
820
|
:param pulumi.Input[str] description: An optional description of this resource. The resource must be
|
@@ -1068,9 +862,6 @@ class Network(pulumi.CustomResource):
|
|
1068
862
|
__props__ = _NetworkState.__new__(_NetworkState)
|
1069
863
|
|
1070
864
|
__props__.__dict__["auto_create_subnetworks"] = auto_create_subnetworks
|
1071
|
-
__props__.__dict__["bgp_always_compare_med"] = bgp_always_compare_med
|
1072
|
-
__props__.__dict__["bgp_best_path_selection_mode"] = bgp_best_path_selection_mode
|
1073
|
-
__props__.__dict__["bgp_inter_region_cost"] = bgp_inter_region_cost
|
1074
865
|
__props__.__dict__["delete_default_routes_on_create"] = delete_default_routes_on_create
|
1075
866
|
__props__.__dict__["description"] = description
|
1076
867
|
__props__.__dict__["enable_ula_internal_ipv6"] = enable_ula_internal_ipv6
|
@@ -1097,33 +888,6 @@ class Network(pulumi.CustomResource):
|
|
1097
888
|
"""
|
1098
889
|
return pulumi.get(self, "auto_create_subnetworks")
|
1099
890
|
|
1100
|
-
@property
|
1101
|
-
@pulumi.getter(name="bgpAlwaysCompareMed")
|
1102
|
-
def bgp_always_compare_med(self) -> pulumi.Output[bool]:
|
1103
|
-
"""
|
1104
|
-
Enables/disables the comparison of MED across routes with different Neighbor ASNs.
|
1105
|
-
This value can only be set if the --bgp-best-path-selection-mode is STANDARD
|
1106
|
-
"""
|
1107
|
-
return pulumi.get(self, "bgp_always_compare_med")
|
1108
|
-
|
1109
|
-
@property
|
1110
|
-
@pulumi.getter(name="bgpBestPathSelectionMode")
|
1111
|
-
def bgp_best_path_selection_mode(self) -> pulumi.Output[str]:
|
1112
|
-
"""
|
1113
|
-
The BGP best selection algorithm to be employed. MODE can be LEGACY or STANDARD.
|
1114
|
-
Possible values are: `LEGACY`, `STANDARD`.
|
1115
|
-
"""
|
1116
|
-
return pulumi.get(self, "bgp_best_path_selection_mode")
|
1117
|
-
|
1118
|
-
@property
|
1119
|
-
@pulumi.getter(name="bgpInterRegionCost")
|
1120
|
-
def bgp_inter_region_cost(self) -> pulumi.Output[str]:
|
1121
|
-
"""
|
1122
|
-
Choice of the behavior of inter-regional cost and MED in the BPS algorithm.
|
1123
|
-
Possible values are: `DEFAULT`, `ADD_COST_TO_MED`.
|
1124
|
-
"""
|
1125
|
-
return pulumi.get(self, "bgp_inter_region_cost")
|
1126
|
-
|
1127
891
|
@property
|
1128
892
|
@pulumi.getter(name="deleteDefaultRoutesOnCreate")
|
1129
893
|
def delete_default_routes_on_create(self) -> pulumi.Output[Optional[bool]]:
|