File tree Expand file tree Collapse file tree 6 files changed +32
-0
lines changed
scaleway-async/scaleway_async/instance/v1
scaleway/scaleway/instance/v1 Expand file tree Collapse file tree 6 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -3328,6 +3328,7 @@ async def list_bootscripts(
3328
3328
:param per_page:
3329
3329
:param page:
3330
3330
:return: :class:`ListBootscriptsResponse <ListBootscriptsResponse>`
3331
+ :deprecated
3331
3332
3332
3333
Usage:
3333
3334
::
@@ -3374,6 +3375,7 @@ async def list_bootscripts_all(
3374
3375
:param per_page:
3375
3376
:param page:
3376
3377
:return: :class:`List[ListBootscriptsResponse] <List[ListBootscriptsResponse]>`
3378
+ :deprecated
3377
3379
3378
3380
Usage:
3379
3381
::
@@ -3407,6 +3409,7 @@ async def get_bootscript(
3407
3409
:param zone: Zone to target. If none is passed will use default zone from the config
3408
3410
:param bootscript_id:
3409
3411
:return: :class:`GetBootscriptResponse <GetBootscriptResponse>`
3412
+ :deprecated
3410
3413
3411
3414
Usage:
3412
3415
::
Original file line number Diff line number Diff line change @@ -460,6 +460,9 @@ class Image:
460
460
modification_date : Optional [datetime ]
461
461
462
462
default_bootscript : Optional [Bootscript ]
463
+ """
464
+ :deprecated
465
+ """
463
466
464
467
extra_volumes : Dict [str , Volume ]
465
468
@@ -1028,6 +1031,7 @@ class Server:
1028
1031
bootscript : Optional [Bootscript ]
1029
1032
"""
1030
1033
The server bootscript
1034
+ :deprecated
1031
1035
"""
1032
1036
1033
1037
boot_type : BootType
@@ -2039,6 +2043,7 @@ class CreateImageRequest:
2039
2043
default_bootscript : Optional [str ]
2040
2044
"""
2041
2045
Default bootscript of the image
2046
+ :deprecated
2042
2047
"""
2043
2048
2044
2049
extra_volumes : Optional [Dict [str , VolumeTemplate ]]
Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ class _CreateServerRequest:
138
138
bootscript : Optional [str ]
139
139
"""
140
140
The bootscript ID to use when `boot_type` is set to `bootscript`
141
+ :deprecated
141
142
"""
142
143
143
144
organization : Optional [str ]
@@ -276,6 +277,7 @@ class _SetServerRequest:
276
277
bootscript : Optional [Bootscript ]
277
278
"""
278
279
The server bootscript
280
+ :deprecated
279
281
"""
280
282
281
283
boot_type : BootType
@@ -346,6 +348,9 @@ class _UpdateServerRequest:
346
348
volumes : Optional [Dict [str , VolumeServerTemplate ]]
347
349
348
350
bootscript : Optional [str ]
351
+ """
352
+ :deprecated
353
+ """
349
354
350
355
dynamic_ip_required : Optional [bool ]
351
356
@@ -384,6 +389,9 @@ class _SetImageRequest:
384
389
modification_date : Optional [datetime ]
385
390
386
391
default_bootscript : Optional [Bootscript ]
392
+ """
393
+ :deprecated
394
+ """
387
395
388
396
extra_volumes : Optional [Dict [str , Volume ]]
389
397
Original file line number Diff line number Diff line change @@ -3328,6 +3328,7 @@ def list_bootscripts(
3328
3328
:param per_page:
3329
3329
:param page:
3330
3330
:return: :class:`ListBootscriptsResponse <ListBootscriptsResponse>`
3331
+ :deprecated
3331
3332
3332
3333
Usage:
3333
3334
::
@@ -3374,6 +3375,7 @@ def list_bootscripts_all(
3374
3375
:param per_page:
3375
3376
:param page:
3376
3377
:return: :class:`List[ListBootscriptsResponse] <List[ListBootscriptsResponse]>`
3378
+ :deprecated
3377
3379
3378
3380
Usage:
3379
3381
::
@@ -3407,6 +3409,7 @@ def get_bootscript(
3407
3409
:param zone: Zone to target. If none is passed will use default zone from the config
3408
3410
:param bootscript_id:
3409
3411
:return: :class:`GetBootscriptResponse <GetBootscriptResponse>`
3412
+ :deprecated
3410
3413
3411
3414
Usage:
3412
3415
::
Original file line number Diff line number Diff line change @@ -460,6 +460,9 @@ class Image:
460
460
modification_date : Optional [datetime ]
461
461
462
462
default_bootscript : Optional [Bootscript ]
463
+ """
464
+ :deprecated
465
+ """
463
466
464
467
extra_volumes : Dict [str , Volume ]
465
468
@@ -1028,6 +1031,7 @@ class Server:
1028
1031
bootscript : Optional [Bootscript ]
1029
1032
"""
1030
1033
The server bootscript
1034
+ :deprecated
1031
1035
"""
1032
1036
1033
1037
boot_type : BootType
@@ -2039,6 +2043,7 @@ class CreateImageRequest:
2039
2043
default_bootscript : Optional [str ]
2040
2044
"""
2041
2045
Default bootscript of the image
2046
+ :deprecated
2042
2047
"""
2043
2048
2044
2049
extra_volumes : Optional [Dict [str , VolumeTemplate ]]
Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ class _CreateServerRequest:
138
138
bootscript : Optional [str ]
139
139
"""
140
140
The bootscript ID to use when `boot_type` is set to `bootscript`
141
+ :deprecated
141
142
"""
142
143
143
144
organization : Optional [str ]
@@ -276,6 +277,7 @@ class _SetServerRequest:
276
277
bootscript : Optional [Bootscript ]
277
278
"""
278
279
The server bootscript
280
+ :deprecated
279
281
"""
280
282
281
283
boot_type : BootType
@@ -346,6 +348,9 @@ class _UpdateServerRequest:
346
348
volumes : Optional [Dict [str , VolumeServerTemplate ]]
347
349
348
350
bootscript : Optional [str ]
351
+ """
352
+ :deprecated
353
+ """
349
354
350
355
dynamic_ip_required : Optional [bool ]
351
356
@@ -384,6 +389,9 @@ class _SetImageRequest:
384
389
modification_date : Optional [datetime ]
385
390
386
391
default_bootscript : Optional [Bootscript ]
392
+ """
393
+ :deprecated
394
+ """
387
395
388
396
extra_volumes : Optional [Dict [str , Volume ]]
389
397
You can’t perform that action at this time.
0 commit comments