Skip to content

Commit 64d71fc

Browse files
authored
chore(instance): mark Volume's base_volume as deprecated (#366)
1 parent bb3cfcc commit 64d71fc

File tree

2 files changed

+2
-0
lines changed
  • scaleway-async/scaleway_async/instance/v1
  • scaleway/scaleway/instance/v1

2 files changed

+2
-0
lines changed

scaleway-async/scaleway_async/instance/v1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2539,6 +2539,7 @@ class CreateVolumeRequest:
25392539
ID of the volume on which this volume will be based.
25402540
25412541
One-of ('from_'): at most one of 'size', 'base_volume', 'base_snapshot' could be set.
2542+
:deprecated
25422543
"""
25432544

25442545
base_snapshot: Optional[str]

scaleway/scaleway/instance/v1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2539,6 +2539,7 @@ class CreateVolumeRequest:
25392539
ID of the volume on which this volume will be based.
25402540
25412541
One-of ('from_'): at most one of 'size', 'base_volume', 'base_snapshot' could be set.
2542+
:deprecated
25422543
"""
25432544

25442545
base_snapshot: Optional[str]

0 commit comments

Comments
 (0)