File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed
scaleway-async/scaleway_async/vpc/v2 Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -716,7 +716,7 @@ async def enable_routing(
716
716
"""
717
717
Enable routing on a VPC.
718
718
Enable routing on an existing VPC. Note that you will not be able to deactivate it afterwards.
719
- :param vpc_id:
719
+ :param vpc_id: VPC ID.
720
720
:param region: Region to target. If none is passed will use default region from the config.
721
721
:return: :class:`VPC <VPC>`
722
722
Original file line number Diff line number Diff line change @@ -450,6 +450,9 @@ class EnableDHCPRequest:
450
450
@dataclass
451
451
class EnableRoutingRequest :
452
452
vpc_id : str
453
+ """
454
+ VPC ID.
455
+ """
453
456
454
457
region : Optional [Region ]
455
458
"""
Original file line number Diff line number Diff line change @@ -716,7 +716,7 @@ def enable_routing(
716
716
"""
717
717
Enable routing on a VPC.
718
718
Enable routing on an existing VPC. Note that you will not be able to deactivate it afterwards.
719
- :param vpc_id:
719
+ :param vpc_id: VPC ID.
720
720
:param region: Region to target. If none is passed will use default region from the config.
721
721
:return: :class:`VPC <VPC>`
722
722
Original file line number Diff line number Diff line change @@ -450,6 +450,9 @@ class EnableDHCPRequest:
450
450
@dataclass
451
451
class EnableRoutingRequest :
452
452
vpc_id : str
453
+ """
454
+ VPC ID.
455
+ """
453
456
454
457
region : Optional [Region ]
455
458
"""
You can’t perform that action at this time.
0 commit comments