File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
scaleway-async/scaleway_async/instance/v1
scaleway/scaleway/instance/v1 Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -1097,6 +1097,7 @@ async def attach_server_volume(
1097
1097
boot : Optional [bool ] = None ,
1098
1098
) -> AttachServerVolumeResponse :
1099
1099
"""
1100
+ Attach a volume to an Instance.
1100
1101
:param server_id:
1101
1102
:param volume_id:
1102
1103
:param zone: Zone to target. If none is passed will use default zone from the config.
@@ -1142,6 +1143,7 @@ async def detach_server_volume(
1142
1143
zone : Optional [ScwZone ] = None ,
1143
1144
) -> DetachServerVolumeResponse :
1144
1145
"""
1146
+ Detach a volume from an Instance.
1145
1147
:param server_id:
1146
1148
:param volume_id:
1147
1149
:param zone: Zone to target. If none is passed will use default zone from the config.
@@ -1225,7 +1227,7 @@ async def detach_server_file_system(
1225
1227
zone : Optional [ScwZone ] = None ,
1226
1228
) -> DetachServerFileSystemResponse :
1227
1229
"""
1228
- Detach a filesystem volume to an Instance.
1230
+ Detach a filesystem volume from an Instance.
1229
1231
:param server_id:
1230
1232
:param filesystem_id:
1231
1233
:param zone: Zone to target. If none is passed will use default zone from the config.
Original file line number Diff line number Diff line change @@ -1097,6 +1097,7 @@ def attach_server_volume(
1097
1097
boot : Optional [bool ] = None ,
1098
1098
) -> AttachServerVolumeResponse :
1099
1099
"""
1100
+ Attach a volume to an Instance.
1100
1101
:param server_id:
1101
1102
:param volume_id:
1102
1103
:param zone: Zone to target. If none is passed will use default zone from the config.
@@ -1142,6 +1143,7 @@ def detach_server_volume(
1142
1143
zone : Optional [ScwZone ] = None ,
1143
1144
) -> DetachServerVolumeResponse :
1144
1145
"""
1146
+ Detach a volume from an Instance.
1145
1147
:param server_id:
1146
1148
:param volume_id:
1147
1149
:param zone: Zone to target. If none is passed will use default zone from the config.
@@ -1225,7 +1227,7 @@ def detach_server_file_system(
1225
1227
zone : Optional [ScwZone ] = None ,
1226
1228
) -> DetachServerFileSystemResponse :
1227
1229
"""
1228
- Detach a filesystem volume to an Instance.
1230
+ Detach a filesystem volume from an Instance.
1229
1231
:param server_id:
1230
1232
:param filesystem_id:
1231
1233
:param zone: Zone to target. If none is passed will use default zone from the config.
You can’t perform that action at this time.
0 commit comments