Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scaleway-async/scaleway_async/vpc/v2/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,7 @@ async def migrate_zonal_private_networks(
:param project_id: Project to target. The specified zoned Private Networks within this Project will be migrated to regional.
One-Of ('scope'): at most one of 'organization_id', 'project_id' could be set.
:param private_network_ids: IDs of the Private Networks to migrate.
:deprecated
Usage:
::
Expand Down
1 change: 1 addition & 0 deletions scaleway/scaleway/vpc/v2/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,7 @@ def migrate_zonal_private_networks(
:param project_id: Project to target. The specified zoned Private Networks within this Project will be migrated to regional.
One-Of ('scope'): at most one of 'organization_id', 'project_id' could be set.
:param private_network_ids: IDs of the Private Networks to migrate.
:deprecated
Usage:
::
Expand Down