File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed
scaleway-async/scaleway_async/vpcgw/v1
scaleway/scaleway/vpcgw/v1 Expand file tree Collapse file tree 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(
20882088 zone : Optional [ScwZone ] = None ,
20892089 ) -> None :
20902090 """
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.
20922094 :param zone: Zone to target. If none is passed will use default zone from the config.
20932095
20942096 Usage:
Original file line number Diff line number Diff line change @@ -1443,6 +1443,9 @@ class ListPATRulesResponse:
14431443@dataclass
14441444class MigrateToV2Request :
14451445 gateway_id : str
1446+ """
1447+ ID of the gateway to put into IPAM mode.
1448+ """
14461449
14471450 zone : Optional [ScwZone ]
14481451 """
Original file line number Diff line number Diff line change @@ -2086,7 +2086,9 @@ def migrate_to_v2(
20862086 zone : Optional [ScwZone ] = None ,
20872087 ) -> None :
20882088 """
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.
20902092 :param zone: Zone to target. If none is passed will use default zone from the config.
20912093
20922094 Usage:
Original file line number Diff line number Diff line change @@ -1443,6 +1443,9 @@ class ListPATRulesResponse:
14431443@dataclass
14441444class MigrateToV2Request :
14451445 gateway_id : str
1446+ """
1447+ ID of the gateway to put into IPAM mode.
1448+ """
14461449
14471450 zone : Optional [ScwZone ]
14481451 """
You can’t perform that action at this time.
0 commit comments