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(
716716 """
717717 Enable routing on a VPC.
718718 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.
720720 :param region: Region to target. If none is passed will use default region from the config.
721721 :return: :class:`VPC <VPC>`
722722
Original file line number Diff line number Diff line change @@ -450,6 +450,9 @@ class EnableDHCPRequest:
450450@dataclass
451451class EnableRoutingRequest :
452452 vpc_id : str
453+ """
454+ VPC ID.
455+ """
453456
454457 region : Optional [Region ]
455458 """
Original file line number Diff line number Diff line change @@ -716,7 +716,7 @@ def enable_routing(
716716 """
717717 Enable routing on a VPC.
718718 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.
720720 :param region: Region to target. If none is passed will use default region from the config.
721721 :return: :class:`VPC <VPC>`
722722
Original file line number Diff line number Diff line change @@ -450,6 +450,9 @@ class EnableDHCPRequest:
450450@dataclass
451451class EnableRoutingRequest :
452452 vpc_id : str
453+ """
454+ VPC ID.
455+ """
453456
454457 region : Optional [Region ]
455458 """
You can’t perform that action at this time.
0 commit comments