File tree 4 files changed +12
-2
lines changed
scaleway/scaleway/vpcgw/v1
scaleway-async/scaleway_async/vpcgw/v1
4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -2088,7 +2088,9 @@ async def migrate_to_v2(
2088
2088
zone : Optional [ScwZone ] = None ,
2089
2089
) -> None :
2090
2090
"""
2091
- :param gateway_id:
2091
+ Put a Public Gateway in IPAM mode.
2092
+ Put a Public Gateway in IPAM mode, so that it can be used with the Public Gateways API v2. This call is idempotent.
2093
+ :param gateway_id: ID of the gateway to put into IPAM mode.
2092
2094
:param zone: Zone to target. If none is passed will use default zone from the config.
2093
2095
2094
2096
Usage:
Original file line number Diff line number Diff line change @@ -1443,6 +1443,9 @@ class ListPATRulesResponse:
1443
1443
@dataclass
1444
1444
class MigrateToV2Request :
1445
1445
gateway_id : str
1446
+ """
1447
+ ID of the gateway to put into IPAM mode.
1448
+ """
1446
1449
1447
1450
zone : Optional [ScwZone ]
1448
1451
"""
Original file line number Diff line number Diff line change @@ -2086,7 +2086,9 @@ def migrate_to_v2(
2086
2086
zone : Optional [ScwZone ] = None ,
2087
2087
) -> None :
2088
2088
"""
2089
- :param gateway_id:
2089
+ Put a Public Gateway in IPAM mode.
2090
+ Put a Public Gateway in IPAM mode, so that it can be used with the Public Gateways API v2. This call is idempotent.
2091
+ :param gateway_id: ID of the gateway to put into IPAM mode.
2090
2092
:param zone: Zone to target. If none is passed will use default zone from the config.
2091
2093
2092
2094
Usage:
Original file line number Diff line number Diff line change @@ -1443,6 +1443,9 @@ class ListPATRulesResponse:
1443
1443
@dataclass
1444
1444
class MigrateToV2Request :
1445
1445
gateway_id : str
1446
+ """
1447
+ ID of the gateway to put into IPAM mode.
1448
+ """
1446
1449
1447
1450
zone : Optional [ScwZone ]
1448
1451
"""
You can’t perform that action at this time.
0 commit comments