|
28 | 28 | from .types import SchemaFilesystem
|
29 | 29 | from .types import SchemaRAID
|
30 | 30 | from .types import SchemaZFS
|
| 31 | +from .types import Schema |
31 | 32 | from .types import CertificationOption
|
32 | 33 | from .types import LicenseOption
|
33 | 34 | from .types import PrivateNetworkOption
|
34 | 35 | from .types import PublicBandwidthOption
|
35 | 36 | 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 |
37 | 42 | from .types import OSOSField
|
38 | 43 | from .types import CPU
|
39 | 44 | from .types import Disk
|
|
42 | 47 | from .types import OfferOptionOffer
|
43 | 48 | from .types import PersistentMemory
|
44 | 49 | 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 |
50 | 52 | from .types import OS
|
51 | 53 | from .types import Offer
|
52 | 54 | from .types import Option
|
53 | 55 | from .types import ServerEvent
|
54 | 56 | from .types import ServerPrivateNetwork
|
55 |
| -from .types import Server |
56 | 57 | from .types import Setting
|
57 | 58 | from .types import AddOptionServerRequest
|
58 | 59 | from .types import BMCAccess
|
59 |
| -from .types import CreateServerRequest |
60 | 60 | from .types import DeleteOptionServerRequest
|
61 | 61 | from .types import DeleteServerRequest
|
62 | 62 | from .types import GetBMCAccessRequest
|
|
128 | 128 | "SchemaFilesystem",
|
129 | 129 | "SchemaRAID",
|
130 | 130 | "SchemaZFS",
|
| 131 | + "Schema", |
131 | 132 | "CertificationOption",
|
132 | 133 | "LicenseOption",
|
133 | 134 | "PrivateNetworkOption",
|
134 | 135 | "PublicBandwidthOption",
|
135 | 136 | "RemoteAccessOption",
|
136 |
| - "Schema", |
| 137 | + "CreateServerRequestInstall", |
| 138 | + "IP", |
| 139 | + "ServerInstall", |
| 140 | + "ServerOption", |
| 141 | + "ServerRescueServer", |
137 | 142 | "OSOSField",
|
138 | 143 | "CPU",
|
139 | 144 | "Disk",
|
|
142 | 147 | "OfferOptionOffer",
|
143 | 148 | "PersistentMemory",
|
144 | 149 | "RaidController",
|
145 |
| - "IP", |
146 |
| - "ServerInstall", |
147 |
| - "ServerOption", |
148 |
| - "ServerRescueServer", |
149 |
| - "CreateServerRequestInstall", |
| 150 | + "CreateServerRequest", |
| 151 | + "Server", |
150 | 152 | "OS",
|
151 | 153 | "Offer",
|
152 | 154 | "Option",
|
153 | 155 | "ServerEvent",
|
154 | 156 | "ServerPrivateNetwork",
|
155 |
| - "Server", |
156 | 157 | "Setting",
|
157 | 158 | "AddOptionServerRequest",
|
158 | 159 | "BMCAccess",
|
159 |
| - "CreateServerRequest", |
160 | 160 | "DeleteOptionServerRequest",
|
161 | 161 | "DeleteServerRequest",
|
162 | 162 | "GetBMCAccessRequest",
|
|
0 commit comments