Skip to content

Commit 0a92386

Browse files
yfodilremyleone
andauthored
docs(baremetal): update descriptions (#1114)
Co-authored-by: Rémy Léone <[email protected]>
1 parent ce02a97 commit 0a92386

File tree

8 files changed

+1144
-1144
lines changed

8 files changed

+1144
-1144
lines changed

scaleway-async/scaleway_async/baremetal/v1/__init__.py

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,17 @@
2828
from .types import SchemaFilesystem
2929
from .types import SchemaRAID
3030
from .types import SchemaZFS
31+
from .types import Schema
3132
from .types import CertificationOption
3233
from .types import LicenseOption
3334
from .types import PrivateNetworkOption
3435
from .types import PublicBandwidthOption
3536
from .types import RemoteAccessOption
36-
from .types import Schema
37+
from .types import CreateServerRequestInstall
38+
from .types import IP
39+
from .types import ServerInstall
40+
from .types import ServerOption
41+
from .types import ServerRescueServer
3742
from .types import OSOSField
3843
from .types import CPU
3944
from .types import Disk
@@ -42,21 +47,16 @@
4247
from .types import OfferOptionOffer
4348
from .types import PersistentMemory
4449
from .types import RaidController
45-
from .types import IP
46-
from .types import ServerInstall
47-
from .types import ServerOption
48-
from .types import ServerRescueServer
49-
from .types import CreateServerRequestInstall
50+
from .types import CreateServerRequest
51+
from .types import Server
5052
from .types import OS
5153
from .types import Offer
5254
from .types import Option
5355
from .types import ServerEvent
5456
from .types import ServerPrivateNetwork
55-
from .types import Server
5657
from .types import Setting
5758
from .types import AddOptionServerRequest
5859
from .types import BMCAccess
59-
from .types import CreateServerRequest
6060
from .types import DeleteOptionServerRequest
6161
from .types import DeleteServerRequest
6262
from .types import GetBMCAccessRequest
@@ -128,12 +128,17 @@
128128
"SchemaFilesystem",
129129
"SchemaRAID",
130130
"SchemaZFS",
131+
"Schema",
131132
"CertificationOption",
132133
"LicenseOption",
133134
"PrivateNetworkOption",
134135
"PublicBandwidthOption",
135136
"RemoteAccessOption",
136-
"Schema",
137+
"CreateServerRequestInstall",
138+
"IP",
139+
"ServerInstall",
140+
"ServerOption",
141+
"ServerRescueServer",
137142
"OSOSField",
138143
"CPU",
139144
"Disk",
@@ -142,21 +147,16 @@
142147
"OfferOptionOffer",
143148
"PersistentMemory",
144149
"RaidController",
145-
"IP",
146-
"ServerInstall",
147-
"ServerOption",
148-
"ServerRescueServer",
149-
"CreateServerRequestInstall",
150+
"CreateServerRequest",
151+
"Server",
150152
"OS",
151153
"Offer",
152154
"Option",
153155
"ServerEvent",
154156
"ServerPrivateNetwork",
155-
"Server",
156157
"Setting",
157158
"AddOptionServerRequest",
158159
"BMCAccess",
159-
"CreateServerRequest",
160160
"DeleteOptionServerRequest",
161161
"DeleteServerRequest",
162162
"GetBMCAccessRequest",

scaleway-async/scaleway_async/baremetal/v1/api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@
6060
from .marshalling import (
6161
unmarshal_Schema,
6262
unmarshal_IP,
63+
unmarshal_Server,
6364
unmarshal_OS,
6465
unmarshal_Offer,
6566
unmarshal_Option,
6667
unmarshal_ServerPrivateNetwork,
67-
unmarshal_Server,
6868
unmarshal_Setting,
6969
unmarshal_BMCAccess,
7070
unmarshal_GetServerMetricsResponse,
@@ -76,8 +76,8 @@
7676
unmarshal_ListServersResponse,
7777
unmarshal_ListSettingsResponse,
7878
unmarshal_SetServerPrivateNetworksResponse,
79-
marshal_AddOptionServerRequest,
8079
marshal_CreateServerRequest,
80+
marshal_AddOptionServerRequest,
8181
marshal_InstallServerRequest,
8282
marshal_PrivateNetworkApiAddServerPrivateNetworkRequest,
8383
marshal_PrivateNetworkApiSetServerPrivateNetworksRequest,

0 commit comments

Comments
 (0)