pulumiverse-scaleway 1.26.0a1742897201__py3-none-any.whl → 1.27.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. pulumiverse_scaleway/__init__.py +105 -0
  2. pulumiverse_scaleway/_inputs.py +776 -0
  3. pulumiverse_scaleway/apple_silicon_server.py +105 -0
  4. pulumiverse_scaleway/applesilicon/server.py +105 -0
  5. pulumiverse_scaleway/baremetal_server.py +82 -0
  6. pulumiverse_scaleway/cockpit.py +7 -0
  7. pulumiverse_scaleway/domain/__init__.py +1 -0
  8. pulumiverse_scaleway/domain/_inputs.py +2697 -0
  9. pulumiverse_scaleway/domain/outputs.py +2145 -0
  10. pulumiverse_scaleway/domain/registration.py +777 -0
  11. pulumiverse_scaleway/edge_services_backend_stage.py +472 -0
  12. pulumiverse_scaleway/edge_services_cache_stage.py +584 -0
  13. pulumiverse_scaleway/edge_services_dns_stage.py +516 -0
  14. pulumiverse_scaleway/edge_services_head_stage.py +258 -0
  15. pulumiverse_scaleway/edge_services_pipeline.py +478 -0
  16. pulumiverse_scaleway/edge_services_plan.py +239 -0
  17. pulumiverse_scaleway/edge_services_route_stage.py +422 -0
  18. pulumiverse_scaleway/edge_services_tls_stage.py +640 -0
  19. pulumiverse_scaleway/edge_services_waf_stage.py +444 -0
  20. pulumiverse_scaleway/elasticmetal/__init__.py +1 -0
  21. pulumiverse_scaleway/elasticmetal/get_easy_partitioning.py +177 -0
  22. pulumiverse_scaleway/elasticmetal/ip.py +13 -7
  23. pulumiverse_scaleway/elasticmetal/server.py +82 -0
  24. pulumiverse_scaleway/flexible_ip.py +13 -7
  25. pulumiverse_scaleway/get_cockpit_plan.py +1 -0
  26. pulumiverse_scaleway/get_instance_server.py +12 -1
  27. pulumiverse_scaleway/get_lb_frontend.py +12 -1
  28. pulumiverse_scaleway/get_lb_route.py +12 -1
  29. pulumiverse_scaleway/get_secret.py +15 -4
  30. pulumiverse_scaleway/get_vpc_public_gateway.py +34 -1
  31. pulumiverse_scaleway/get_vpc_public_gateway_dhcp.py +8 -0
  32. pulumiverse_scaleway/get_vpc_public_gateway_dhcp_reservation.py +8 -0
  33. pulumiverse_scaleway/hosting/hosting.py +2 -2
  34. pulumiverse_scaleway/instance/get_server.py +12 -1
  35. pulumiverse_scaleway/instance/outputs.py +0 -11
  36. pulumiverse_scaleway/instance/server.py +54 -7
  37. pulumiverse_scaleway/instance_server.py +54 -7
  38. pulumiverse_scaleway/job/_inputs.py +113 -0
  39. pulumiverse_scaleway/job/definition.py +107 -0
  40. pulumiverse_scaleway/job/outputs.py +88 -0
  41. pulumiverse_scaleway/job_definition.py +107 -0
  42. pulumiverse_scaleway/loadbalancer_backend.py +2 -2
  43. pulumiverse_scaleway/loadbalancer_frontend.py +47 -0
  44. pulumiverse_scaleway/loadbalancer_route.py +48 -1
  45. pulumiverse_scaleway/loadbalancers/backend.py +2 -2
  46. pulumiverse_scaleway/loadbalancers/frontend.py +47 -0
  47. pulumiverse_scaleway/loadbalancers/get_frontend.py +12 -1
  48. pulumiverse_scaleway/loadbalancers/get_route.py +12 -1
  49. pulumiverse_scaleway/loadbalancers/outputs.py +13 -2
  50. pulumiverse_scaleway/loadbalancers/route.py +48 -1
  51. pulumiverse_scaleway/network/__init__.py +1 -0
  52. pulumiverse_scaleway/network/_inputs.py +194 -0
  53. pulumiverse_scaleway/network/acl.py +415 -0
  54. pulumiverse_scaleway/network/gateway_network.py +104 -122
  55. pulumiverse_scaleway/network/get_public_gateway.py +34 -1
  56. pulumiverse_scaleway/network/get_public_gateway_dhcp.py +8 -0
  57. pulumiverse_scaleway/network/get_public_gateway_dhcp_reservation.py +8 -0
  58. pulumiverse_scaleway/network/outputs.py +139 -0
  59. pulumiverse_scaleway/network/public_gateway.py +124 -21
  60. pulumiverse_scaleway/network/public_gateway_dhcp.py +8 -0
  61. pulumiverse_scaleway/network/public_gateway_dhcp_reservation.py +8 -0
  62. pulumiverse_scaleway/observability/cockpit.py +7 -0
  63. pulumiverse_scaleway/observability/get_plan.py +1 -0
  64. pulumiverse_scaleway/outputs.py +750 -13
  65. pulumiverse_scaleway/pulumi-plugin.json +1 -1
  66. pulumiverse_scaleway/secret.py +22 -2
  67. pulumiverse_scaleway/secret_version.py +6 -6
  68. pulumiverse_scaleway/secrets/_inputs.py +154 -0
  69. pulumiverse_scaleway/secrets/get_secret.py +15 -4
  70. pulumiverse_scaleway/secrets/outputs.py +200 -0
  71. pulumiverse_scaleway/secrets/secret.py +22 -2
  72. pulumiverse_scaleway/tem/__init__.py +2 -0
  73. pulumiverse_scaleway/tem/blocked_list.py +442 -0
  74. pulumiverse_scaleway/tem/domain.py +7 -0
  75. pulumiverse_scaleway/tem/get_offer_subscription.py +254 -0
  76. pulumiverse_scaleway/tem_domain.py +7 -0
  77. pulumiverse_scaleway/vpc_gateway_network.py +104 -122
  78. pulumiverse_scaleway/vpc_public_gateway.py +124 -21
  79. pulumiverse_scaleway/vpc_public_gateway_dhcp.py +8 -0
  80. pulumiverse_scaleway/vpc_public_gateway_dhcp_reservation.py +8 -0
  81. pulumiverse_scaleway/webhosting.py +2 -2
  82. {pulumiverse_scaleway-1.26.0a1742897201.dist-info → pulumiverse_scaleway-1.27.0.dist-info}/METADATA +1 -1
  83. {pulumiverse_scaleway-1.26.0a1742897201.dist-info → pulumiverse_scaleway-1.27.0.dist-info}/RECORD +85 -71
  84. {pulumiverse_scaleway-1.26.0a1742897201.dist-info → pulumiverse_scaleway-1.27.0.dist-info}/WHEEL +1 -1
  85. {pulumiverse_scaleway-1.26.0a1742897201.dist-info → pulumiverse_scaleway-1.27.0.dist-info}/top_level.txt +0 -0
@@ -1451,7 +1451,7 @@ class GetBackendsBackendHealthCheckHttpResult(dict):
1451
1451
  :param str host_header: The HTTP host header to use for health check requests.
1452
1452
  :param str method: The HTTP method to use for health check requests.
1453
1453
  :param str sni: The SNI to use for HC requests over SSL.
1454
- :param str uri: The HTTPS endpoint URL to call for health check requests.
1454
+ :param str uri: The path of health check requests.
1455
1455
  """
1456
1456
  pulumi.set(__self__, "code", code)
1457
1457
  pulumi.set(__self__, "host_header", host_header)
@@ -1495,7 +1495,7 @@ class GetBackendsBackendHealthCheckHttpResult(dict):
1495
1495
  @pulumi.getter
1496
1496
  def uri(self) -> str:
1497
1497
  """
1498
- The HTTPS endpoint URL to call for health check requests.
1498
+ The path of health check requests.
1499
1499
  """
1500
1500
  return pulumi.get(self, "uri")
1501
1501
 
@@ -2414,6 +2414,7 @@ class GetRoutesRouteResult(dict):
2414
2414
  id: str,
2415
2415
  match_host_header: str,
2416
2416
  match_sni: str,
2417
+ match_subdomains: bool,
2417
2418
  update_at: str):
2418
2419
  """
2419
2420
  :param str backend_id: The backend ID to redirect to
@@ -2422,6 +2423,7 @@ class GetRoutesRouteResult(dict):
2422
2423
  :param str id: The associated route ID.
2423
2424
  :param str match_host_header: Specifies the host of the server to which the request is being sent.
2424
2425
  :param str match_sni: Server Name Indication TLS extension field from an incoming connection made via an SSL/TLS transport layer.
2426
+ :param bool match_subdomains: If true, all subdomains will match.
2425
2427
  :param str update_at: The date on which the route was last updated (RFC 3339 format).
2426
2428
  """
2427
2429
  pulumi.set(__self__, "backend_id", backend_id)
@@ -2430,6 +2432,7 @@ class GetRoutesRouteResult(dict):
2430
2432
  pulumi.set(__self__, "id", id)
2431
2433
  pulumi.set(__self__, "match_host_header", match_host_header)
2432
2434
  pulumi.set(__self__, "match_sni", match_sni)
2435
+ pulumi.set(__self__, "match_subdomains", match_subdomains)
2433
2436
  pulumi.set(__self__, "update_at", update_at)
2434
2437
 
2435
2438
  @property
@@ -2480,6 +2483,14 @@ class GetRoutesRouteResult(dict):
2480
2483
  """
2481
2484
  return pulumi.get(self, "match_sni")
2482
2485
 
2486
+ @property
2487
+ @pulumi.getter(name="matchSubdomains")
2488
+ def match_subdomains(self) -> bool:
2489
+ """
2490
+ If true, all subdomains will match.
2491
+ """
2492
+ return pulumi.get(self, "match_subdomains")
2493
+
2483
2494
  @property
2484
2495
  @pulumi.getter(name="updateAt")
2485
2496
  def update_at(self) -> str:
@@ -22,7 +22,8 @@ class RouteArgs:
22
22
  backend_id: pulumi.Input[str],
23
23
  frontend_id: pulumi.Input[str],
24
24
  match_host_header: Optional[pulumi.Input[str]] = None,
25
- match_sni: Optional[pulumi.Input[str]] = None):
25
+ match_sni: Optional[pulumi.Input[str]] = None,
26
+ match_subdomains: Optional[pulumi.Input[bool]] = None):
26
27
  """
27
28
  The set of arguments for constructing a Route resource.
28
29
  :param pulumi.Input[str] backend_id: The ID of the backend the route is associated with.
@@ -35,6 +36,7 @@ class RouteArgs:
35
36
  Only one of `match_sni` and `match_host_header` should be specified.
36
37
 
37
38
  > **Important:** This field should be set for routes on TCP Load Balancers.
39
+ :param pulumi.Input[bool] match_subdomains: If true, all subdomains will match.
38
40
  """
39
41
  pulumi.set(__self__, "backend_id", backend_id)
40
42
  pulumi.set(__self__, "frontend_id", frontend_id)
@@ -42,6 +44,8 @@ class RouteArgs:
42
44
  pulumi.set(__self__, "match_host_header", match_host_header)
43
45
  if match_sni is not None:
44
46
  pulumi.set(__self__, "match_sni", match_sni)
47
+ if match_subdomains is not None:
48
+ pulumi.set(__self__, "match_subdomains", match_subdomains)
45
49
 
46
50
  @property
47
51
  @pulumi.getter(name="backendId")
@@ -97,6 +101,18 @@ class RouteArgs:
97
101
  def match_sni(self, value: Optional[pulumi.Input[str]]):
98
102
  pulumi.set(self, "match_sni", value)
99
103
 
104
+ @property
105
+ @pulumi.getter(name="matchSubdomains")
106
+ def match_subdomains(self) -> Optional[pulumi.Input[bool]]:
107
+ """
108
+ If true, all subdomains will match.
109
+ """
110
+ return pulumi.get(self, "match_subdomains")
111
+
112
+ @match_subdomains.setter
113
+ def match_subdomains(self, value: Optional[pulumi.Input[bool]]):
114
+ pulumi.set(self, "match_subdomains", value)
115
+
100
116
 
101
117
  @pulumi.input_type
102
118
  class _RouteState:
@@ -106,6 +122,7 @@ class _RouteState:
106
122
  frontend_id: Optional[pulumi.Input[str]] = None,
107
123
  match_host_header: Optional[pulumi.Input[str]] = None,
108
124
  match_sni: Optional[pulumi.Input[str]] = None,
125
+ match_subdomains: Optional[pulumi.Input[bool]] = None,
109
126
  updated_at: Optional[pulumi.Input[str]] = None):
110
127
  """
111
128
  Input properties used for looking up and filtering Route resources.
@@ -120,6 +137,7 @@ class _RouteState:
120
137
  Only one of `match_sni` and `match_host_header` should be specified.
121
138
 
122
139
  > **Important:** This field should be set for routes on TCP Load Balancers.
140
+ :param pulumi.Input[bool] match_subdomains: If true, all subdomains will match.
123
141
  :param pulumi.Input[str] updated_at: The date on which the route was last updated.
124
142
  """
125
143
  if backend_id is not None:
@@ -132,6 +150,8 @@ class _RouteState:
132
150
  pulumi.set(__self__, "match_host_header", match_host_header)
133
151
  if match_sni is not None:
134
152
  pulumi.set(__self__, "match_sni", match_sni)
153
+ if match_subdomains is not None:
154
+ pulumi.set(__self__, "match_subdomains", match_subdomains)
135
155
  if updated_at is not None:
136
156
  pulumi.set(__self__, "updated_at", updated_at)
137
157
 
@@ -201,6 +221,18 @@ class _RouteState:
201
221
  def match_sni(self, value: Optional[pulumi.Input[str]]):
202
222
  pulumi.set(self, "match_sni", value)
203
223
 
224
+ @property
225
+ @pulumi.getter(name="matchSubdomains")
226
+ def match_subdomains(self) -> Optional[pulumi.Input[bool]]:
227
+ """
228
+ If true, all subdomains will match.
229
+ """
230
+ return pulumi.get(self, "match_subdomains")
231
+
232
+ @match_subdomains.setter
233
+ def match_subdomains(self, value: Optional[pulumi.Input[bool]]):
234
+ pulumi.set(self, "match_subdomains", value)
235
+
204
236
  @property
205
237
  @pulumi.getter(name="updatedAt")
206
238
  def updated_at(self) -> Optional[pulumi.Input[str]]:
@@ -223,6 +255,7 @@ class Route(pulumi.CustomResource):
223
255
  frontend_id: Optional[pulumi.Input[str]] = None,
224
256
  match_host_header: Optional[pulumi.Input[str]] = None,
225
257
  match_sni: Optional[pulumi.Input[str]] = None,
258
+ match_subdomains: Optional[pulumi.Input[bool]] = None,
226
259
  __props__=None):
227
260
  """
228
261
  Creates and manages Scaleway Load Balancer routes.
@@ -305,6 +338,7 @@ class Route(pulumi.CustomResource):
305
338
  Only one of `match_sni` and `match_host_header` should be specified.
306
339
 
307
340
  > **Important:** This field should be set for routes on TCP Load Balancers.
341
+ :param pulumi.Input[bool] match_subdomains: If true, all subdomains will match.
308
342
  """
309
343
  ...
310
344
  @overload
@@ -400,6 +434,7 @@ class Route(pulumi.CustomResource):
400
434
  frontend_id: Optional[pulumi.Input[str]] = None,
401
435
  match_host_header: Optional[pulumi.Input[str]] = None,
402
436
  match_sni: Optional[pulumi.Input[str]] = None,
437
+ match_subdomains: Optional[pulumi.Input[bool]] = None,
403
438
  __props__=None):
404
439
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
405
440
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -417,6 +452,7 @@ class Route(pulumi.CustomResource):
417
452
  __props__.__dict__["frontend_id"] = frontend_id
418
453
  __props__.__dict__["match_host_header"] = match_host_header
419
454
  __props__.__dict__["match_sni"] = match_sni
455
+ __props__.__dict__["match_subdomains"] = match_subdomains
420
456
  __props__.__dict__["created_at"] = None
421
457
  __props__.__dict__["updated_at"] = None
422
458
  alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="scaleway:index/loadbalancerRoute:LoadbalancerRoute")])
@@ -436,6 +472,7 @@ class Route(pulumi.CustomResource):
436
472
  frontend_id: Optional[pulumi.Input[str]] = None,
437
473
  match_host_header: Optional[pulumi.Input[str]] = None,
438
474
  match_sni: Optional[pulumi.Input[str]] = None,
475
+ match_subdomains: Optional[pulumi.Input[bool]] = None,
439
476
  updated_at: Optional[pulumi.Input[str]] = None) -> 'Route':
440
477
  """
441
478
  Get an existing Route resource's state with the given name, id, and optional extra
@@ -455,6 +492,7 @@ class Route(pulumi.CustomResource):
455
492
  Only one of `match_sni` and `match_host_header` should be specified.
456
493
 
457
494
  > **Important:** This field should be set for routes on TCP Load Balancers.
495
+ :param pulumi.Input[bool] match_subdomains: If true, all subdomains will match.
458
496
  :param pulumi.Input[str] updated_at: The date on which the route was last updated.
459
497
  """
460
498
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -466,6 +504,7 @@ class Route(pulumi.CustomResource):
466
504
  __props__.__dict__["frontend_id"] = frontend_id
467
505
  __props__.__dict__["match_host_header"] = match_host_header
468
506
  __props__.__dict__["match_sni"] = match_sni
507
+ __props__.__dict__["match_subdomains"] = match_subdomains
469
508
  __props__.__dict__["updated_at"] = updated_at
470
509
  return Route(resource_name, opts=opts, __props__=__props__)
471
510
 
@@ -515,6 +554,14 @@ class Route(pulumi.CustomResource):
515
554
  """
516
555
  return pulumi.get(self, "match_sni")
517
556
 
557
+ @property
558
+ @pulumi.getter(name="matchSubdomains")
559
+ def match_subdomains(self) -> pulumi.Output[Optional[bool]]:
560
+ """
561
+ If true, all subdomains will match.
562
+ """
563
+ return pulumi.get(self, "match_subdomains")
564
+
518
565
  @property
519
566
  @pulumi.getter(name="updatedAt")
520
567
  def updated_at(self) -> pulumi.Output[str]:
@@ -5,6 +5,7 @@
5
5
  from .. import _utilities
6
6
  import typing
7
7
  # Export this package's modules as members:
8
+ from .acl import *
8
9
  from .gateway_network import *
9
10
  from .get_gateway_network import *
10
11
  from .get_private_network import *
@@ -15,6 +15,8 @@ else:
15
15
  from .. import _utilities
16
16
 
17
17
  __all__ = [
18
+ 'AclRuleArgs',
19
+ 'AclRuleArgsDict',
18
20
  'GatewayNetworkIpamConfigArgs',
19
21
  'GatewayNetworkIpamConfigArgsDict',
20
22
  'PrivateNetworkIpv4SubnetArgs',
@@ -25,6 +27,198 @@ __all__ = [
25
27
 
26
28
  MYPY = False
27
29
 
30
+ if not MYPY:
31
+ class AclRuleArgsDict(TypedDict):
32
+ action: NotRequired[pulumi.Input[str]]
33
+ """
34
+ The policy to apply to the packet.
35
+ """
36
+ description: NotRequired[pulumi.Input[str]]
37
+ """
38
+ The rule description.
39
+ """
40
+ destination: NotRequired[pulumi.Input[str]]
41
+ """
42
+ The destination IP range to which this rule applies (CIDR notation with subnet mask).
43
+ """
44
+ dst_port_high: NotRequired[pulumi.Input[int]]
45
+ """
46
+ The ending port of the destination port range to which this rule applies (inclusive).
47
+ """
48
+ dst_port_low: NotRequired[pulumi.Input[int]]
49
+ """
50
+ The starting port of the destination port range to which this rule applies (inclusive).
51
+ """
52
+ protocol: NotRequired[pulumi.Input[str]]
53
+ """
54
+ The protocol to which this rule applies. Default value: ANY.
55
+ """
56
+ source: NotRequired[pulumi.Input[str]]
57
+ """
58
+ The Source IP range to which this rule applies (CIDR notation with subnet mask).
59
+ """
60
+ src_port_high: NotRequired[pulumi.Input[int]]
61
+ """
62
+ The ending port of the source port range to which this rule applies (inclusive).
63
+ """
64
+ src_port_low: NotRequired[pulumi.Input[int]]
65
+ """
66
+ The starting port of the source port range to which this rule applies (inclusive).
67
+ """
68
+ elif False:
69
+ AclRuleArgsDict: TypeAlias = Mapping[str, Any]
70
+
71
+ @pulumi.input_type
72
+ class AclRuleArgs:
73
+ def __init__(__self__, *,
74
+ action: Optional[pulumi.Input[str]] = None,
75
+ description: Optional[pulumi.Input[str]] = None,
76
+ destination: Optional[pulumi.Input[str]] = None,
77
+ dst_port_high: Optional[pulumi.Input[int]] = None,
78
+ dst_port_low: Optional[pulumi.Input[int]] = None,
79
+ protocol: Optional[pulumi.Input[str]] = None,
80
+ source: Optional[pulumi.Input[str]] = None,
81
+ src_port_high: Optional[pulumi.Input[int]] = None,
82
+ src_port_low: Optional[pulumi.Input[int]] = None):
83
+ """
84
+ :param pulumi.Input[str] action: The policy to apply to the packet.
85
+ :param pulumi.Input[str] description: The rule description.
86
+ :param pulumi.Input[str] destination: The destination IP range to which this rule applies (CIDR notation with subnet mask).
87
+ :param pulumi.Input[int] dst_port_high: The ending port of the destination port range to which this rule applies (inclusive).
88
+ :param pulumi.Input[int] dst_port_low: The starting port of the destination port range to which this rule applies (inclusive).
89
+ :param pulumi.Input[str] protocol: The protocol to which this rule applies. Default value: ANY.
90
+ :param pulumi.Input[str] source: The Source IP range to which this rule applies (CIDR notation with subnet mask).
91
+ :param pulumi.Input[int] src_port_high: The ending port of the source port range to which this rule applies (inclusive).
92
+ :param pulumi.Input[int] src_port_low: The starting port of the source port range to which this rule applies (inclusive).
93
+ """
94
+ if action is not None:
95
+ pulumi.set(__self__, "action", action)
96
+ if description is not None:
97
+ pulumi.set(__self__, "description", description)
98
+ if destination is not None:
99
+ pulumi.set(__self__, "destination", destination)
100
+ if dst_port_high is not None:
101
+ pulumi.set(__self__, "dst_port_high", dst_port_high)
102
+ if dst_port_low is not None:
103
+ pulumi.set(__self__, "dst_port_low", dst_port_low)
104
+ if protocol is not None:
105
+ pulumi.set(__self__, "protocol", protocol)
106
+ if source is not None:
107
+ pulumi.set(__self__, "source", source)
108
+ if src_port_high is not None:
109
+ pulumi.set(__self__, "src_port_high", src_port_high)
110
+ if src_port_low is not None:
111
+ pulumi.set(__self__, "src_port_low", src_port_low)
112
+
113
+ @property
114
+ @pulumi.getter
115
+ def action(self) -> Optional[pulumi.Input[str]]:
116
+ """
117
+ The policy to apply to the packet.
118
+ """
119
+ return pulumi.get(self, "action")
120
+
121
+ @action.setter
122
+ def action(self, value: Optional[pulumi.Input[str]]):
123
+ pulumi.set(self, "action", value)
124
+
125
+ @property
126
+ @pulumi.getter
127
+ def description(self) -> Optional[pulumi.Input[str]]:
128
+ """
129
+ The rule description.
130
+ """
131
+ return pulumi.get(self, "description")
132
+
133
+ @description.setter
134
+ def description(self, value: Optional[pulumi.Input[str]]):
135
+ pulumi.set(self, "description", value)
136
+
137
+ @property
138
+ @pulumi.getter
139
+ def destination(self) -> Optional[pulumi.Input[str]]:
140
+ """
141
+ The destination IP range to which this rule applies (CIDR notation with subnet mask).
142
+ """
143
+ return pulumi.get(self, "destination")
144
+
145
+ @destination.setter
146
+ def destination(self, value: Optional[pulumi.Input[str]]):
147
+ pulumi.set(self, "destination", value)
148
+
149
+ @property
150
+ @pulumi.getter(name="dstPortHigh")
151
+ def dst_port_high(self) -> Optional[pulumi.Input[int]]:
152
+ """
153
+ The ending port of the destination port range to which this rule applies (inclusive).
154
+ """
155
+ return pulumi.get(self, "dst_port_high")
156
+
157
+ @dst_port_high.setter
158
+ def dst_port_high(self, value: Optional[pulumi.Input[int]]):
159
+ pulumi.set(self, "dst_port_high", value)
160
+
161
+ @property
162
+ @pulumi.getter(name="dstPortLow")
163
+ def dst_port_low(self) -> Optional[pulumi.Input[int]]:
164
+ """
165
+ The starting port of the destination port range to which this rule applies (inclusive).
166
+ """
167
+ return pulumi.get(self, "dst_port_low")
168
+
169
+ @dst_port_low.setter
170
+ def dst_port_low(self, value: Optional[pulumi.Input[int]]):
171
+ pulumi.set(self, "dst_port_low", value)
172
+
173
+ @property
174
+ @pulumi.getter
175
+ def protocol(self) -> Optional[pulumi.Input[str]]:
176
+ """
177
+ The protocol to which this rule applies. Default value: ANY.
178
+ """
179
+ return pulumi.get(self, "protocol")
180
+
181
+ @protocol.setter
182
+ def protocol(self, value: Optional[pulumi.Input[str]]):
183
+ pulumi.set(self, "protocol", value)
184
+
185
+ @property
186
+ @pulumi.getter
187
+ def source(self) -> Optional[pulumi.Input[str]]:
188
+ """
189
+ The Source IP range to which this rule applies (CIDR notation with subnet mask).
190
+ """
191
+ return pulumi.get(self, "source")
192
+
193
+ @source.setter
194
+ def source(self, value: Optional[pulumi.Input[str]]):
195
+ pulumi.set(self, "source", value)
196
+
197
+ @property
198
+ @pulumi.getter(name="srcPortHigh")
199
+ def src_port_high(self) -> Optional[pulumi.Input[int]]:
200
+ """
201
+ The ending port of the source port range to which this rule applies (inclusive).
202
+ """
203
+ return pulumi.get(self, "src_port_high")
204
+
205
+ @src_port_high.setter
206
+ def src_port_high(self, value: Optional[pulumi.Input[int]]):
207
+ pulumi.set(self, "src_port_high", value)
208
+
209
+ @property
210
+ @pulumi.getter(name="srcPortLow")
211
+ def src_port_low(self) -> Optional[pulumi.Input[int]]:
212
+ """
213
+ The starting port of the source port range to which this rule applies (inclusive).
214
+ """
215
+ return pulumi.get(self, "src_port_low")
216
+
217
+ @src_port_low.setter
218
+ def src_port_low(self, value: Optional[pulumi.Input[int]]):
219
+ pulumi.set(self, "src_port_low", value)
220
+
221
+
28
222
  if not MYPY:
29
223
  class GatewayNetworkIpamConfigArgsDict(TypedDict):
30
224
  ipam_ip_id: NotRequired[pulumi.Input[str]]