@distilled.cloud/ovh 0.0.0 → 1.0.0-rc.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (192) hide show
  1. package/LICENSE +201 -0
  2. package/lib/credentials.d.ts +38 -0
  3. package/lib/credentials.d.ts.map +1 -0
  4. package/lib/credentials.js +54 -0
  5. package/lib/credentials.js.map +1 -0
  6. package/lib/errors.d.ts +36 -0
  7. package/lib/errors.d.ts.map +1 -0
  8. package/lib/errors.js +26 -0
  9. package/lib/errors.js.map +1 -0
  10. package/lib/index.d.ts +22 -0
  11. package/lib/index.d.ts.map +1 -0
  12. package/lib/index.js +22 -0
  13. package/lib/index.js.map +1 -0
  14. package/lib/pagination.d.ts +8 -0
  15. package/lib/pagination.d.ts.map +1 -0
  16. package/lib/pagination.js +8 -0
  17. package/lib/pagination.js.map +1 -0
  18. package/lib/protocol.d.ts +18 -0
  19. package/lib/protocol.d.ts.map +1 -0
  20. package/lib/protocol.js +60 -0
  21. package/lib/protocol.js.map +1 -0
  22. package/lib/retry.d.ts +32 -0
  23. package/lib/retry.d.ts.map +1 -0
  24. package/lib/retry.js +32 -0
  25. package/lib/retry.js.map +1 -0
  26. package/lib/services/baremetal.d.ts +3551 -0
  27. package/lib/services/baremetal.d.ts.map +1 -0
  28. package/lib/services/baremetal.js +4200 -0
  29. package/lib/services/baremetal.js.map +1 -0
  30. package/lib/services/cloud.d.ts +26011 -0
  31. package/lib/services/cloud.d.ts.map +1 -0
  32. package/lib/services/cloud.js +31119 -0
  33. package/lib/services/cloud.js.map +1 -0
  34. package/lib/services/cloud_v2.d.ts +5642 -0
  35. package/lib/services/cloud_v2.d.ts.map +1 -0
  36. package/lib/services/cloud_v2.js +5760 -0
  37. package/lib/services/cloud_v2.js.map +1 -0
  38. package/lib/services/dedicatedceph.d.ts +747 -0
  39. package/lib/services/dedicatedceph.d.ts.map +1 -0
  40. package/lib/services/dedicatedceph.js +962 -0
  41. package/lib/services/dedicatedceph.js.map +1 -0
  42. package/lib/services/dedicatednasha.d.ts +755 -0
  43. package/lib/services/dedicatednasha.d.ts.map +1 -0
  44. package/lib/services/dedicatednasha.js +967 -0
  45. package/lib/services/dedicatednasha.js.map +1 -0
  46. package/lib/services/domain.d.ts +2995 -0
  47. package/lib/services/domain.d.ts.map +1 -0
  48. package/lib/services/domain.js +3080 -0
  49. package/lib/services/domain.js.map +1 -0
  50. package/lib/services/emaildomain.d.ts +1913 -0
  51. package/lib/services/emaildomain.d.ts.map +1 -0
  52. package/lib/services/emaildomain.js +2550 -0
  53. package/lib/services/emaildomain.js.map +1 -0
  54. package/lib/services/emailmxplan.d.ts +1012 -0
  55. package/lib/services/emailmxplan.d.ts.map +1 -0
  56. package/lib/services/emailmxplan.js +1155 -0
  57. package/lib/services/emailmxplan.js.map +1 -0
  58. package/lib/services/emailpro.d.ts +1287 -0
  59. package/lib/services/emailpro.d.ts.map +1 -0
  60. package/lib/services/emailpro.js +1471 -0
  61. package/lib/services/emailpro.js.map +1 -0
  62. package/lib/services/hostingprivatedatabase.d.ts +1402 -0
  63. package/lib/services/hostingprivatedatabase.d.ts.map +1 -0
  64. package/lib/services/hostingprivatedatabase.js +1833 -0
  65. package/lib/services/hostingprivatedatabase.js.map +1 -0
  66. package/lib/services/iam.d.ts +829 -0
  67. package/lib/services/iam.d.ts.map +1 -0
  68. package/lib/services/iam.js +793 -0
  69. package/lib/services/iam.js.map +1 -0
  70. package/lib/services/index.d.ts +31 -0
  71. package/lib/services/index.d.ts.map +1 -0
  72. package/lib/services/index.js +32 -0
  73. package/lib/services/index.js.map +1 -0
  74. package/lib/services/ip.d.ts +1417 -0
  75. package/lib/services/ip.d.ts.map +1 -0
  76. package/lib/services/ip.js +1691 -0
  77. package/lib/services/ip.js.map +1 -0
  78. package/lib/services/iploadbalancing.d.ts +3059 -0
  79. package/lib/services/iploadbalancing.d.ts.map +1 -0
  80. package/lib/services/iploadbalancing.js +3554 -0
  81. package/lib/services/iploadbalancing.js.map +1 -0
  82. package/lib/services/ldp.d.ts +2492 -0
  83. package/lib/services/ldp.d.ts.map +1 -0
  84. package/lib/services/ldp.js +3072 -0
  85. package/lib/services/ldp.js.map +1 -0
  86. package/lib/services/me.d.ts +7511 -0
  87. package/lib/services/me.d.ts.map +1 -0
  88. package/lib/services/me.js +8878 -0
  89. package/lib/services/me.js.map +1 -0
  90. package/lib/services/overthebox.d.ts +981 -0
  91. package/lib/services/overthebox.d.ts.map +1 -0
  92. package/lib/services/overthebox.js +1122 -0
  93. package/lib/services/overthebox.js.map +1 -0
  94. package/lib/services/ovhcloudconnect.d.ts +1123 -0
  95. package/lib/services/ovhcloudconnect.d.ts.map +1 -0
  96. package/lib/services/ovhcloudconnect.js +1353 -0
  97. package/lib/services/ovhcloudconnect.js.map +1 -0
  98. package/lib/services/packxdsl.d.ts +1583 -0
  99. package/lib/services/packxdsl.d.ts.map +1 -0
  100. package/lib/services/packxdsl.js +1791 -0
  101. package/lib/services/packxdsl.js.map +1 -0
  102. package/lib/services/sms.d.ts +2602 -0
  103. package/lib/services/sms.d.ts.map +1 -0
  104. package/lib/services/sms.js +2995 -0
  105. package/lib/services/sms.js.map +1 -0
  106. package/lib/services/sslgateway.d.ts +493 -0
  107. package/lib/services/sslgateway.d.ts.map +1 -0
  108. package/lib/services/sslgateway.js +569 -0
  109. package/lib/services/sslgateway.js.map +1 -0
  110. package/lib/services/storagenetapp.d.ts +859 -0
  111. package/lib/services/storagenetapp.d.ts.map +1 -0
  112. package/lib/services/storagenetapp.js +1022 -0
  113. package/lib/services/storagenetapp.js.map +1 -0
  114. package/lib/services/support.d.ts +233 -0
  115. package/lib/services/support.d.ts.map +1 -0
  116. package/lib/services/support.js +237 -0
  117. package/lib/services/support.js.map +1 -0
  118. package/lib/services/telephony.d.ts +10825 -0
  119. package/lib/services/telephony.d.ts.map +1 -0
  120. package/lib/services/telephony.js +14894 -0
  121. package/lib/services/telephony.js.map +1 -0
  122. package/lib/services/vmwareclouddirectorbackup.d.ts +784 -0
  123. package/lib/services/vmwareclouddirectorbackup.d.ts.map +1 -0
  124. package/lib/services/vmwareclouddirectorbackup.js +842 -0
  125. package/lib/services/vmwareclouddirectorbackup.js.map +1 -0
  126. package/lib/services/vmwareclouddirectororganization.d.ts +784 -0
  127. package/lib/services/vmwareclouddirectororganization.d.ts.map +1 -0
  128. package/lib/services/vmwareclouddirectororganization.js +842 -0
  129. package/lib/services/vmwareclouddirectororganization.js.map +1 -0
  130. package/lib/services/vps.d.ts +1579 -0
  131. package/lib/services/vps.d.ts.map +1 -0
  132. package/lib/services/vps.js +1914 -0
  133. package/lib/services/vps.js.map +1 -0
  134. package/lib/services/vrack.d.ts +1204 -0
  135. package/lib/services/vrack.d.ts.map +1 -0
  136. package/lib/services/vrack.js +1627 -0
  137. package/lib/services/vrack.js.map +1 -0
  138. package/lib/services/vrackservices.d.ts +394 -0
  139. package/lib/services/vrackservices.d.ts.map +1 -0
  140. package/lib/services/vrackservices.js +355 -0
  141. package/lib/services/vrackservices.js.map +1 -0
  142. package/lib/services/webhosting.d.ts +3986 -0
  143. package/lib/services/webhosting.d.ts.map +1 -0
  144. package/lib/services/webhosting.js +4527 -0
  145. package/lib/services/webhosting.js.map +1 -0
  146. package/lib/services/xdsl.d.ts +3433 -0
  147. package/lib/services/xdsl.d.ts.map +1 -0
  148. package/lib/services/xdsl.js +3682 -0
  149. package/lib/services/xdsl.js.map +1 -0
  150. package/lib/traits.d.ts +11 -0
  151. package/lib/traits.d.ts.map +1 -0
  152. package/lib/traits.js +11 -0
  153. package/lib/traits.js.map +1 -0
  154. package/package.json +77 -6
  155. package/src/credentials.ts +77 -0
  156. package/src/errors.ts +50 -0
  157. package/src/index.ts +21 -0
  158. package/src/pagination.ts +7 -0
  159. package/src/protocol.ts +86 -0
  160. package/src/retry.ts +54 -0
  161. package/src/services/baremetal.ts +10954 -0
  162. package/src/services/cloud.ts +75508 -0
  163. package/src/services/cloud_v2.ts +14751 -0
  164. package/src/services/dedicatedceph.ts +2233 -0
  165. package/src/services/dedicatednasha.ts +2269 -0
  166. package/src/services/domain.ts +7998 -0
  167. package/src/services/emaildomain.ts +5751 -0
  168. package/src/services/emailmxplan.ts +2764 -0
  169. package/src/services/emailpro.ts +3519 -0
  170. package/src/services/hostingprivatedatabase.ts +4218 -0
  171. package/src/services/iam.ts +2060 -0
  172. package/src/services/index.ts +31 -0
  173. package/src/services/ip.ts +4462 -0
  174. package/src/services/iploadbalancing.ts +8422 -0
  175. package/src/services/ldp.ts +7274 -0
  176. package/src/services/me.ts +21720 -0
  177. package/src/services/overthebox.ts +2693 -0
  178. package/src/services/ovhcloudconnect.ts +3226 -0
  179. package/src/services/packxdsl.ts +4623 -0
  180. package/src/services/sms.ts +7255 -0
  181. package/src/services/sslgateway.ts +1408 -0
  182. package/src/services/storagenetapp.ts +2433 -0
  183. package/src/services/support.ts +598 -0
  184. package/src/services/telephony.ts +32941 -0
  185. package/src/services/vmwareclouddirectorbackup.ts +2171 -0
  186. package/src/services/vmwareclouddirectororganization.ts +2171 -0
  187. package/src/services/vps.ts +5134 -0
  188. package/src/services/vrack.ts +3730 -0
  189. package/src/services/vrackservices.ts +939 -0
  190. package/src/services/webhosting.ts +11290 -0
  191. package/src/services/xdsl.ts +9278 -0
  192. package/src/traits.ts +44 -0
@@ -0,0 +1,4200 @@
1
+ // AUTO-GENERATED by scripts/generate.ts from .generated-specs (specs/spec-mirror-ovh). Do not edit.
2
+ import * as S from "@distilled.cloud/core/schema";
3
+ import * as Redacted from "effect/Redacted";
4
+ import * as API from "@distilled.cloud/core/api";
5
+ import * as C from "@distilled.cloud/core/category";
6
+ import * as T from "../traits.js";
7
+ import { OvhProtocol, } from "../protocol.js";
8
+ import { UnknownOvhError } from "../errors.js";
9
+ import * as Retry from "../retry.js";
10
+ export class BadRequest extends /*@__PURE__*/ /*@__PURE__*/ T.applyErrorMatchers(
11
+ /*@__PURE__*/ S.TaggedError()("BadRequest", {
12
+ code: S.Number,
13
+ message: S.String,
14
+ }).pipe(C.withBadRequestError), [{ status: 400 }]) {
15
+ }
16
+ export class Conflict extends /*@__PURE__*/ /*@__PURE__*/ T.applyErrorMatchers(
17
+ /*@__PURE__*/ S.TaggedError()("Conflict", {
18
+ code: S.Number,
19
+ message: S.String,
20
+ }).pipe(C.withConflictError), [{ status: 409 }]) {
21
+ }
22
+ export class Forbidden extends /*@__PURE__*/ /*@__PURE__*/ T.applyErrorMatchers(
23
+ /*@__PURE__*/ S.TaggedError()("Forbidden", {
24
+ code: S.Number,
25
+ message: S.String,
26
+ }).pipe(C.withAuthError), [{ status: 403 }]) {
27
+ }
28
+ export class NotFound extends /*@__PURE__*/ /*@__PURE__*/ T.applyErrorMatchers(
29
+ /*@__PURE__*/ S.TaggedError()("NotFound", {
30
+ code: S.Number,
31
+ message: S.String,
32
+ }).pipe(C.withBadRequestError), [{ status: 404 }]) {
33
+ }
34
+ export const ActivateDedicatedServerAntiDDosGameRequest =
35
+ /*@__PURE__*/ S.suspend(() => S.Struct({
36
+ serviceName: S.String.pipe(T.Label()),
37
+ enable: S.Boolean,
38
+ }).pipe(T.Http({
39
+ method: "POST",
40
+ uri: "/dedicated/server/{serviceName}/antiDDosGame/activate",
41
+ code: 200,
42
+ }))).annotate({
43
+ identifier: "ActivateDedicatedServerAntiDDosGameRequest",
44
+ });
45
+ export const DedicatedTaskFunctionEnum = /*@__PURE__*/ S.String;
46
+ export const DedicatedTaskStatusEnum = /*@__PURE__*/ S.String;
47
+ export const ComplexTypeSafeKeyValueCanBeNullString = /*@__PURE__*/ S.suspend(() => S.Struct({
48
+ key: S.optional(S.NullOr(S.String)),
49
+ value: S.optional(S.String),
50
+ })).annotate({
51
+ identifier: "ComplexTypeSafeKeyValueCanBeNullString",
52
+ });
53
+ export const DedicatedServerTaskTagsList = /*@__PURE__*/ S.Array(ComplexTypeSafeKeyValueCanBeNullString);
54
+ export const DedicatedServerTask = /*@__PURE__*/ S.suspend(() => S.Struct({
55
+ comment: S.optional(S.NullOr(S.String)),
56
+ doneDate: S.optional(S.NullOr(S.String)),
57
+ function: S.optional(DedicatedTaskFunctionEnum),
58
+ lastUpdate: S.optional(S.NullOr(S.String)),
59
+ needSchedule: S.optional(S.Boolean),
60
+ note: S.optional(S.NullOr(S.String)),
61
+ plannedInterventionId: S.optional(S.NullOr(S.Number)),
62
+ startDate: S.optional(S.String),
63
+ status: S.optional(DedicatedTaskStatusEnum),
64
+ tags: S.optional(S.NullOr(DedicatedServerTaskTagsList)),
65
+ taskId: S.optional(S.Number),
66
+ ticketReference: S.optional(S.NullOr(S.String)),
67
+ })).annotate({
68
+ identifier: "DedicatedServerTask",
69
+ });
70
+ export const CancelDedicatedServerTaskRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
71
+ serviceName: S.String.pipe(T.Label()),
72
+ taskId: S.Number.pipe(T.Label()),
73
+ }).pipe(T.Http({
74
+ method: "POST",
75
+ uri: "/dedicated/server/{serviceName}/task/{taskId}/cancel",
76
+ code: 200,
77
+ }))).annotate({
78
+ identifier: "CancelDedicatedServerTaskRequest",
79
+ });
80
+ export const CancelDedicatedServerTaskResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
81
+ identifier: "CancelDedicatedServerTaskResponse",
82
+ });
83
+ export const ServiceTerminationFutureUseEnum = /*@__PURE__*/ S.String;
84
+ export const ServiceTerminationReasonEnum = /*@__PURE__*/ S.String;
85
+ export const ConfirmDedicatedServerTerminationRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
86
+ serviceName: S.String.pipe(T.Label()),
87
+ commentary: S.optional(S.String),
88
+ futureUse: S.optional(ServiceTerminationFutureUseEnum),
89
+ reason: S.optional(ServiceTerminationReasonEnum),
90
+ token: S.String,
91
+ }).pipe(T.Http({
92
+ method: "POST",
93
+ uri: "/dedicated/server/{serviceName}/confirmTermination",
94
+ code: 200,
95
+ }))).annotate({
96
+ identifier: "ConfirmDedicatedServerTerminationRequest",
97
+ });
98
+ export const ConfirmDedicatedServerTerminationResponse =
99
+ /*@__PURE__*/ S.suspend(() => S.String.pipe(T.RawResponseRoot())).annotate({
100
+ identifier: "ConfirmDedicatedServerTerminationResponse",
101
+ });
102
+ export const CreateDedicatedServerAuthenticationSecretRequest =
103
+ /*@__PURE__*/ S.suspend(() => S.Struct({
104
+ serviceName: S.String.pipe(T.Label()),
105
+ }).pipe(T.Http({
106
+ method: "POST",
107
+ uri: "/dedicated/server/{serviceName}/authenticationSecret",
108
+ code: 200,
109
+ }))).annotate({
110
+ identifier: "CreateDedicatedServerAuthenticationSecretRequest",
111
+ });
112
+ export const DedicatedServerAccessTypeEnum = /*@__PURE__*/ S.String;
113
+ export const DedicatedServerAccess = /*@__PURE__*/ S.suspend(() => S.Struct({
114
+ password: S.optional(S.NullOr(S.String).pipe(T.SensitiveValue({}))),
115
+ type: S.optional(DedicatedServerAccessTypeEnum),
116
+ url: S.optional(S.NullOr(S.String)),
117
+ user: S.optional(S.NullOr(S.String)),
118
+ })).annotate({
119
+ identifier: "DedicatedServerAccess",
120
+ });
121
+ export const CreateDedicatedServerAuthenticationSecretResponseBodyList =
122
+ /*@__PURE__*/ S.Array(DedicatedServerAccess);
123
+ export const CreateDedicatedServerAuthenticationSecretResponse =
124
+ /*@__PURE__*/ S.suspend(() => CreateDedicatedServerAuthenticationSecretResponseBodyList.pipe(T.RawResponseRoot())).annotate({
125
+ identifier: "CreateDedicatedServerAuthenticationSecretResponse",
126
+ });
127
+ export const DedicatedServerBiosSettingsSgxPrmrrEnum = /*@__PURE__*/ S.String;
128
+ export const DedicatedServerBiosSettingsSgxStatusEnum = /*@__PURE__*/ S.String;
129
+ export const CreateDedicatedServerBiosSettingsSgxConfigureRequest =
130
+ /*@__PURE__*/ S.suspend(() => S.Struct({
131
+ serviceName: S.String.pipe(T.Label()),
132
+ prmrr: S.optional(DedicatedServerBiosSettingsSgxPrmrrEnum),
133
+ status: S.optional(DedicatedServerBiosSettingsSgxStatusEnum),
134
+ }).pipe(T.Http({
135
+ method: "POST",
136
+ uri: "/dedicated/server/{serviceName}/biosSettings/sgx/configure",
137
+ code: 200,
138
+ }))).annotate({
139
+ identifier: "CreateDedicatedServerBiosSettingsSgxConfigureRequest",
140
+ });
141
+ export const CreateDedicatedServerChangeContactRequest =
142
+ /*@__PURE__*/ S.suspend(() => S.Struct({
143
+ serviceName: S.String.pipe(T.Label()),
144
+ contactAdmin: S.optional(S.String),
145
+ contactBilling: S.optional(S.String),
146
+ contactTech: S.optional(S.String),
147
+ }).pipe(T.Http({
148
+ method: "POST",
149
+ uri: "/dedicated/server/{serviceName}/changeContact",
150
+ code: 200,
151
+ }))).annotate({
152
+ identifier: "CreateDedicatedServerChangeContactRequest",
153
+ });
154
+ export const CreateDedicatedServerChangeContactResponseBodyList =
155
+ /*@__PURE__*/ S.Array(S.Number);
156
+ export const CreateDedicatedServerChangeContactResponse =
157
+ /*@__PURE__*/ S.suspend(() => CreateDedicatedServerChangeContactResponseBodyList.pipe(T.RawResponseRoot())).annotate({
158
+ identifier: "CreateDedicatedServerChangeContactResponse",
159
+ });
160
+ export const CreateDedicatedServerFeatureBackupCloudRequest =
161
+ /*@__PURE__*/ S.suspend(() => S.Struct({
162
+ serviceName: S.String.pipe(T.Label()),
163
+ cloudProjectId: S.optional(S.String),
164
+ projectDescription: S.optional(S.String),
165
+ }).pipe(T.Http({
166
+ method: "POST",
167
+ uri: "/dedicated/server/{serviceName}/features/backupCloud",
168
+ code: 200,
169
+ }))).annotate({
170
+ identifier: "CreateDedicatedServerFeatureBackupCloudRequest",
171
+ });
172
+ export const DedicatedServerBackupCloudAgreementsList = /*@__PURE__*/ S.Array(S.Number);
173
+ export const DedicatedServerBackupBackupProject = /*@__PURE__*/ S.suspend(() => S.Struct({
174
+ description: S.optional(S.NullOr(S.String)),
175
+ projectId: S.optional(S.NullOr(S.String)),
176
+ })).annotate({
177
+ identifier: "DedicatedServerBackupBackupProject",
178
+ });
179
+ export const ComplexTypeUnitAndValueLong = /*@__PURE__*/ S.suspend(() => S.Struct({
180
+ unit: S.optional(S.String),
181
+ value: S.optional(S.Number),
182
+ })).annotate({
183
+ identifier: "ComplexTypeUnitAndValueLong",
184
+ });
185
+ export const DedicatedServerBackupBackupQuota = /*@__PURE__*/ S.suspend(() => S.Struct({
186
+ maxBandwidth: S.optional(S.NullOr(ComplexTypeUnitAndValueLong)),
187
+ maxStorage: S.optional(S.NullOr(ComplexTypeUnitAndValueLong)),
188
+ storageUsed: S.optional(S.NullOr(ComplexTypeUnitAndValueLong)),
189
+ usagePercent: S.optional(S.NullOr(S.Number)),
190
+ })).annotate({
191
+ identifier: "DedicatedServerBackupBackupQuota",
192
+ });
193
+ export const DedicatedServerBackupBackupSftp = /*@__PURE__*/ S.suspend(() => S.Struct({
194
+ password: S.optional(S.NullOr(S.String).pipe(T.SensitiveValue({}))),
195
+ url: S.optional(S.NullOr(S.String)),
196
+ username: S.optional(S.NullOr(S.String)),
197
+ })).annotate({
198
+ identifier: "DedicatedServerBackupBackupSftp",
199
+ });
200
+ export const DedicatedServerBackupBackupSwift = /*@__PURE__*/ S.suspend(() => S.Struct({
201
+ authUrl: S.optional(S.NullOr(S.String)),
202
+ password: S.optional(S.NullOr(S.String).pipe(T.SensitiveValue({}))),
203
+ username: S.optional(S.NullOr(S.String)),
204
+ })).annotate({
205
+ identifier: "DedicatedServerBackupBackupSwift",
206
+ });
207
+ export const DedicatedServerBackupBackupContainer = /*@__PURE__*/ S.suspend(() => S.Struct({
208
+ cloudProject: S.optional(S.NullOr(DedicatedServerBackupBackupProject)),
209
+ id: S.optional(S.NullOr(S.String)),
210
+ name: S.optional(S.NullOr(S.String)),
211
+ quota: S.optional(S.NullOr(DedicatedServerBackupBackupQuota)),
212
+ region: S.optional(S.NullOr(S.String)),
213
+ sftp: S.optional(S.NullOr(DedicatedServerBackupBackupSftp)),
214
+ swift: S.optional(S.NullOr(DedicatedServerBackupBackupSwift)),
215
+ })).annotate({
216
+ identifier: "DedicatedServerBackupBackupContainer",
217
+ });
218
+ export const DedicatedServerBackupBackupStatusCodeEnum = /*@__PURE__*/ S.String;
219
+ export const DedicatedServerBackupBackupStatus = /*@__PURE__*/ S.suspend(() => S.Struct({
220
+ code: S.optional(DedicatedServerBackupBackupStatusCodeEnum),
221
+ reason: S.optional(S.NullOr(S.String)),
222
+ })).annotate({
223
+ identifier: "DedicatedServerBackupBackupStatus",
224
+ });
225
+ export const DedicatedServerBackupCloud = /*@__PURE__*/ S.suspend(() => S.Struct({
226
+ agreements: S.optional(S.NullOr(DedicatedServerBackupCloudAgreementsList)),
227
+ archive: S.optional(S.NullOr(DedicatedServerBackupBackupContainer)),
228
+ status: S.optional(DedicatedServerBackupBackupStatus),
229
+ storage: S.optional(S.NullOr(DedicatedServerBackupBackupContainer)),
230
+ })).annotate({
231
+ identifier: "DedicatedServerBackupCloud",
232
+ });
233
+ export const CreateDedicatedServerFeatureBackupCloudPasswordRequest =
234
+ /*@__PURE__*/ S.suspend(() => S.Struct({
235
+ serviceName: S.String.pipe(T.Label()),
236
+ }).pipe(T.Http({
237
+ method: "POST",
238
+ uri: "/dedicated/server/{serviceName}/features/backupCloud/password",
239
+ code: 200,
240
+ }))).annotate({
241
+ identifier: "CreateDedicatedServerFeatureBackupCloudPasswordRequest",
242
+ });
243
+ export const DedicatedServerBackupBackupPassword = /*@__PURE__*/ S.suspend(() => S.Struct({
244
+ sftpArchive: S.optional(S.NullOr(S.String)),
245
+ sftpStorage: S.optional(S.NullOr(S.String)),
246
+ swiftArchive: S.optional(S.NullOr(S.String)),
247
+ swiftStorage: S.optional(S.NullOr(S.String)),
248
+ })).annotate({
249
+ identifier: "DedicatedServerBackupBackupPassword",
250
+ });
251
+ export const CreateDedicatedServerFeatureBackupFTPRequest =
252
+ /*@__PURE__*/ S.suspend(() => S.Struct({
253
+ serviceName: S.String.pipe(T.Label()),
254
+ }).pipe(T.Http({
255
+ method: "POST",
256
+ uri: "/dedicated/server/{serviceName}/features/backupFTP",
257
+ code: 200,
258
+ }))).annotate({
259
+ identifier: "CreateDedicatedServerFeatureBackupFTPRequest",
260
+ });
261
+ export const CreateDedicatedServerFeatureBackupFTPAccessRequest =
262
+ /*@__PURE__*/ S.suspend(() => S.Struct({
263
+ serviceName: S.String.pipe(T.Label()),
264
+ cifs: S.Boolean,
265
+ ftp: S.optional(S.Boolean),
266
+ ipBlock: S.String,
267
+ nfs: S.Boolean,
268
+ }).pipe(T.Http({
269
+ method: "POST",
270
+ uri: "/dedicated/server/{serviceName}/features/backupFTP/access",
271
+ code: 200,
272
+ }))).annotate({
273
+ identifier: "CreateDedicatedServerFeatureBackupFTPAccessRequest",
274
+ });
275
+ export const CreateDedicatedServerFeatureBackupFTPPasswordRequest =
276
+ /*@__PURE__*/ S.suspend(() => S.Struct({
277
+ serviceName: S.String.pipe(T.Label()),
278
+ }).pipe(T.Http({
279
+ method: "POST",
280
+ uri: "/dedicated/server/{serviceName}/features/backupFTP/password",
281
+ code: 200,
282
+ }))).annotate({
283
+ identifier: "CreateDedicatedServerFeatureBackupFTPPasswordRequest",
284
+ });
285
+ export const DedicatedServerCacheTTLEnum = /*@__PURE__*/ S.Number;
286
+ export const CreateDedicatedServerFeatureBmcJavaKvmRequest =
287
+ /*@__PURE__*/ S.suspend(() => S.Struct({
288
+ serviceName: S.String.pipe(T.Label()),
289
+ ipToAllow: S.optional(S.String),
290
+ ttl: S.optional(DedicatedServerCacheTTLEnum),
291
+ }).pipe(T.Http({
292
+ method: "POST",
293
+ uri: "/dedicated/server/{serviceName}/features/bmc/javaKvm",
294
+ code: 200,
295
+ }))).annotate({
296
+ identifier: "CreateDedicatedServerFeatureBmcJavaKvmRequest",
297
+ });
298
+ export const DedicatedOperationFunctionEnum = /*@__PURE__*/ S.String;
299
+ export const DedicatedServerOperation = /*@__PURE__*/ S.suspend(() => S.Struct({
300
+ comment: S.optional(S.NullOr(S.String)),
301
+ doneDate: S.optional(S.NullOr(S.String)),
302
+ function: S.optional(DedicatedOperationFunctionEnum),
303
+ lastUpdate: S.optional(S.NullOr(S.String)),
304
+ operationId: S.optional(S.String),
305
+ startDate: S.optional(S.String),
306
+ status: S.optional(DedicatedTaskStatusEnum),
307
+ })).annotate({
308
+ identifier: "DedicatedServerOperation",
309
+ });
310
+ export const CreateDedicatedServerFeatureBmcSshSolRequest =
311
+ /*@__PURE__*/ S.suspend(() => S.Struct({
312
+ serviceName: S.String.pipe(T.Label()),
313
+ sshKey: S.String,
314
+ ttl: S.optional(DedicatedServerCacheTTLEnum),
315
+ }).pipe(T.Http({
316
+ method: "POST",
317
+ uri: "/dedicated/server/{serviceName}/features/bmc/sshSol",
318
+ code: 200,
319
+ }))).annotate({
320
+ identifier: "CreateDedicatedServerFeatureBmcSshSolRequest",
321
+ });
322
+ export const CreateDedicatedServerFeatureBmcWebKvmRequest =
323
+ /*@__PURE__*/ S.suspend(() => S.Struct({
324
+ serviceName: S.String.pipe(T.Label()),
325
+ ipToAllow: S.optional(S.String),
326
+ ttl: S.optional(DedicatedServerCacheTTLEnum),
327
+ }).pipe(T.Http({
328
+ method: "POST",
329
+ uri: "/dedicated/server/{serviceName}/features/bmc/webKvm",
330
+ code: 200,
331
+ }))).annotate({
332
+ identifier: "CreateDedicatedServerFeatureBmcWebKvmRequest",
333
+ });
334
+ export const CreateDedicatedServerFeatureBmcWebSolRequest =
335
+ /*@__PURE__*/ S.suspend(() => S.Struct({
336
+ serviceName: S.String.pipe(T.Label()),
337
+ ipToAllow: S.optional(S.String),
338
+ ttl: S.optional(DedicatedServerCacheTTLEnum),
339
+ }).pipe(T.Http({
340
+ method: "POST",
341
+ uri: "/dedicated/server/{serviceName}/features/bmc/webSol",
342
+ code: 200,
343
+ }))).annotate({
344
+ identifier: "CreateDedicatedServerFeatureBmcWebSolRequest",
345
+ });
346
+ export const DedicatedServerIpmiAccessTypeEnum = /*@__PURE__*/ S.String;
347
+ export const CreateDedicatedServerFeatureIpmiAccessRequest =
348
+ /*@__PURE__*/ S.suspend(() => S.Struct({
349
+ serviceName: S.String.pipe(T.Label()),
350
+ ipToAllow: S.optional(S.String),
351
+ sshKey: S.optional(S.String),
352
+ ttl: DedicatedServerCacheTTLEnum,
353
+ type: DedicatedServerIpmiAccessTypeEnum,
354
+ }).pipe(T.Http({
355
+ method: "POST",
356
+ uri: "/dedicated/server/{serviceName}/features/ipmi/access",
357
+ code: 200,
358
+ }))).annotate({
359
+ identifier: "CreateDedicatedServerFeatureIpmiAccessRequest",
360
+ });
361
+ export const CreateDedicatedServerIpBlockMergeRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
362
+ serviceName: S.String.pipe(T.Label()),
363
+ block: S.String,
364
+ }).pipe(T.Http({
365
+ method: "POST",
366
+ uri: "/dedicated/server/{serviceName}/ipBlockMerge",
367
+ code: 200,
368
+ }))).annotate({
369
+ identifier: "CreateDedicatedServerIpBlockMergeRequest",
370
+ });
371
+ export const CreateDedicatedServerIpMoveRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
372
+ serviceName: S.String.pipe(T.Label()),
373
+ ip: S.String,
374
+ }).pipe(T.Http({
375
+ method: "POST",
376
+ uri: "/dedicated/server/{serviceName}/ipMove",
377
+ code: 200,
378
+ }))).annotate({
379
+ identifier: "CreateDedicatedServerIpMoveRequest",
380
+ });
381
+ export const LicenseWindowsOsVersionEnum = /*@__PURE__*/ S.String;
382
+ export const CreateDedicatedServerLicenseWindowsRequest =
383
+ /*@__PURE__*/ S.suspend(() => S.Struct({
384
+ serviceName: S.String.pipe(T.Label()),
385
+ licenseId: S.String,
386
+ version: LicenseWindowsOsVersionEnum,
387
+ }).pipe(T.Http({
388
+ method: "POST",
389
+ uri: "/dedicated/server/{serviceName}/license/windows",
390
+ code: 200,
391
+ }))).annotate({
392
+ identifier: "CreateDedicatedServerLicenseWindowsRequest",
393
+ });
394
+ export const DedicatedServerInterfacesMacsList = /*@__PURE__*/ S.Array(S.String);
395
+ export const DedicatedServerNetworkingTypeEnum = /*@__PURE__*/ S.String;
396
+ export const DedicatedServerInterfaces = /*@__PURE__*/ S.suspend(() => S.Struct({
397
+ macs: S.optional(DedicatedServerInterfacesMacsList),
398
+ type: S.optional(DedicatedServerNetworkingTypeEnum),
399
+ })).annotate({
400
+ identifier: "DedicatedServerInterfaces",
401
+ });
402
+ export const CreateDedicatedServerNetworkingRequestInterfacesList =
403
+ /*@__PURE__*/ S.Array(DedicatedServerInterfaces);
404
+ export const CreateDedicatedServerNetworkingRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
405
+ serviceName: S.String.pipe(T.Label()),
406
+ interfaces: CreateDedicatedServerNetworkingRequestInterfacesList,
407
+ }).pipe(T.Http({
408
+ method: "POST",
409
+ uri: "/dedicated/server/{serviceName}/networking",
410
+ code: 200,
411
+ }))).annotate({
412
+ identifier: "CreateDedicatedServerNetworkingRequest",
413
+ });
414
+ export const DedicatedServerNetworkingInterfacesList = /*@__PURE__*/ S.Array(DedicatedServerInterfaces);
415
+ export const DedicatedServerNetworkingOperationEnum = /*@__PURE__*/ S.String;
416
+ export const DedicatedServerNetworking = /*@__PURE__*/ S.suspend(() => S.Struct({
417
+ description: S.optional(S.NullOr(S.String)),
418
+ interfaces: S.optional(DedicatedServerNetworkingInterfacesList),
419
+ status: S.optional(S.NullOr(DedicatedServerNetworkingOperationEnum)),
420
+ })).annotate({
421
+ identifier: "DedicatedServerNetworking",
422
+ });
423
+ export const CreateDedicatedServerOlaAggregationRequestVirtualNetworkInterfacesList =
424
+ /*@__PURE__*/ S.Array(S.String);
425
+ export const CreateDedicatedServerOlaAggregationRequest =
426
+ /*@__PURE__*/ S.suspend(() => S.Struct({
427
+ serviceName: S.String.pipe(T.Label()),
428
+ name: S.String,
429
+ virtualNetworkInterfaces: CreateDedicatedServerOlaAggregationRequestVirtualNetworkInterfacesList,
430
+ }).pipe(T.Http({
431
+ method: "POST",
432
+ uri: "/dedicated/server/{serviceName}/ola/aggregation",
433
+ code: 200,
434
+ }))).annotate({
435
+ identifier: "CreateDedicatedServerOlaAggregationRequest",
436
+ });
437
+ export const DedicatedServerReinstallCustomizationsHttpHeadersMap =
438
+ /*@__PURE__*/ S.Record(S.String, S.String);
439
+ export const DedicatedServerReinstallCustomizationsImageCheckSumTypeEnum =
440
+ /*@__PURE__*/ S.String;
441
+ export const DedicatedServerReinstallCustomizationsImageTypeEnum =
442
+ /*@__PURE__*/ S.String;
443
+ export const DedicatedServerReinstallCustomizationsLanguageEnum =
444
+ /*@__PURE__*/ S.String;
445
+ export const DedicatedServerReinstallCustomizationsPostInstallationScriptExtensionEnum =
446
+ /*@__PURE__*/ S.String;
447
+ export const DedicatedServerReinstallCustomizations = /*@__PURE__*/ S.suspend(() => S.Struct({
448
+ configDriveUserData: S.optional(S.String),
449
+ efiBootloaderPath: S.optional(S.String),
450
+ hostname: S.optional(S.String),
451
+ httpHeaders: S.optional(DedicatedServerReinstallCustomizationsHttpHeadersMap),
452
+ imageCheckSum: S.optional(S.String),
453
+ imageCheckSumType: S.optional(DedicatedServerReinstallCustomizationsImageCheckSumTypeEnum),
454
+ imageType: S.optional(DedicatedServerReinstallCustomizationsImageTypeEnum),
455
+ imageURL: S.optional(S.String),
456
+ language: S.optional(DedicatedServerReinstallCustomizationsLanguageEnum),
457
+ postInstallationScript: S.optional(S.String),
458
+ postInstallationScriptExtension: S.optional(DedicatedServerReinstallCustomizationsPostInstallationScriptExtensionEnum),
459
+ sshKey: S.optional(S.String),
460
+ })).annotate({
461
+ identifier: "DedicatedServerReinstallCustomizations",
462
+ });
463
+ export const CreateDedicatedServerReinstallRequestPropertiesMap =
464
+ /*@__PURE__*/ S.Record(S.String, S.String);
465
+ export const DedicatedServerReinstallStorageHardwareRaidRaidLevelEnum =
466
+ /*@__PURE__*/ S.Number;
467
+ export const DedicatedServerReinstallStorageHardwareRaid =
468
+ /*@__PURE__*/ S.suspend(() => S.Struct({
469
+ arrays: S.optional(S.Number),
470
+ disks: S.optional(S.Number),
471
+ raidLevel: S.optional(DedicatedServerReinstallStorageHardwareRaidRaidLevelEnum),
472
+ spares: S.optional(S.Number),
473
+ })).annotate({
474
+ identifier: "DedicatedServerReinstallStorageHardwareRaid",
475
+ });
476
+ export const DedicatedServerReinstallStorageHardwareRaidList =
477
+ /*@__PURE__*/ S.Array(DedicatedServerReinstallStorageHardwareRaid);
478
+ export const DedicatedServerReinstallStoragePartitioningLayoutExtrasLv =
479
+ /*@__PURE__*/ S.suspend(() => S.Struct({
480
+ name: S.optional(S.String),
481
+ })).annotate({
482
+ identifier: "DedicatedServerReinstallStoragePartitioningLayoutExtrasLv",
483
+ });
484
+ export const DedicatedServerReinstallStoragePartitioningLayoutExtrasZp =
485
+ /*@__PURE__*/ S.suspend(() => S.Struct({
486
+ name: S.optional(S.String),
487
+ })).annotate({
488
+ identifier: "DedicatedServerReinstallStoragePartitioningLayoutExtrasZp",
489
+ });
490
+ export const DedicatedServerReinstallStoragePartitioningLayoutExtras =
491
+ /*@__PURE__*/ S.suspend(() => S.Struct({
492
+ lv: S.optional(DedicatedServerReinstallStoragePartitioningLayoutExtrasLv),
493
+ zp: S.optional(DedicatedServerReinstallStoragePartitioningLayoutExtrasZp),
494
+ })).annotate({
495
+ identifier: "DedicatedServerReinstallStoragePartitioningLayoutExtras",
496
+ });
497
+ export const DedicatedServerReinstallStoragePartitioningLayoutFileSystemEnum =
498
+ /*@__PURE__*/ S.String;
499
+ export const DedicatedServerReinstallStoragePartitioningLayoutRaidLevelEnum =
500
+ /*@__PURE__*/ S.Number;
501
+ export const DedicatedServerReinstallStoragePartitioningLayout =
502
+ /*@__PURE__*/ S.suspend(() => S.Struct({
503
+ extras: S.optional(DedicatedServerReinstallStoragePartitioningLayoutExtras),
504
+ fileSystem: DedicatedServerReinstallStoragePartitioningLayoutFileSystemEnum,
505
+ mountPoint: S.String,
506
+ raidLevel: S.optional(DedicatedServerReinstallStoragePartitioningLayoutRaidLevelEnum),
507
+ size: S.optional(S.Number),
508
+ })).annotate({
509
+ identifier: "DedicatedServerReinstallStoragePartitioningLayout",
510
+ });
511
+ export const DedicatedServerReinstallStoragePartitioningLayoutList =
512
+ /*@__PURE__*/ S.Array(DedicatedServerReinstallStoragePartitioningLayout);
513
+ export const DedicatedServerReinstallStoragePartitioning =
514
+ /*@__PURE__*/ S.suspend(() => S.Struct({
515
+ disks: S.optional(S.Number),
516
+ layout: S.optional(DedicatedServerReinstallStoragePartitioningLayoutList),
517
+ schemeName: S.optional(S.String),
518
+ })).annotate({
519
+ identifier: "DedicatedServerReinstallStoragePartitioning",
520
+ });
521
+ export const DedicatedServerReinstallStorage = /*@__PURE__*/ S.suspend(() => S.Struct({
522
+ diskGroupId: S.optional(S.Number),
523
+ hardwareRaid: S.optional(DedicatedServerReinstallStorageHardwareRaidList),
524
+ partitioning: S.optional(DedicatedServerReinstallStoragePartitioning),
525
+ })).annotate({
526
+ identifier: "DedicatedServerReinstallStorage",
527
+ });
528
+ export const CreateDedicatedServerReinstallRequestStorageList =
529
+ /*@__PURE__*/ S.Array(DedicatedServerReinstallStorage);
530
+ export const CreateDedicatedServerReinstallRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
531
+ serviceName: S.String.pipe(T.Label()),
532
+ customizations: S.optional(DedicatedServerReinstallCustomizations),
533
+ operatingSystem: S.String,
534
+ properties: S.optional(CreateDedicatedServerReinstallRequestPropertiesMap),
535
+ storage: S.optional(CreateDedicatedServerReinstallRequestStorageList),
536
+ }).pipe(T.Http({
537
+ method: "POST",
538
+ uri: "/dedicated/server/{serviceName}/reinstall",
539
+ code: 200,
540
+ }))).annotate({
541
+ identifier: "CreateDedicatedServerReinstallRequest",
542
+ });
543
+ export const DedicatedServerTaskFunctionEnum = /*@__PURE__*/ S.String;
544
+ export const DedicatedServerTaskStatusEnum = /*@__PURE__*/ S.String;
545
+ export const DedicatedServerTaskResponse = /*@__PURE__*/ S.suspend(() => S.Struct({
546
+ comment: S.optional(S.String),
547
+ doneDate: S.optional(S.NullOr(S.String)),
548
+ function: S.optional(DedicatedServerTaskFunctionEnum),
549
+ startDate: S.optional(S.String),
550
+ status: S.optional(DedicatedServerTaskStatusEnum),
551
+ taskId: S.optional(S.Number),
552
+ })).annotate({
553
+ identifier: "DedicatedServerTaskResponse",
554
+ });
555
+ export const CreateDedicatedServerSecondaryDnsDomainRequest =
556
+ /*@__PURE__*/ S.suspend(() => S.Struct({
557
+ serviceName: S.String.pipe(T.Label()),
558
+ domain: S.String,
559
+ ip: S.optional(S.String),
560
+ }).pipe(T.Http({
561
+ method: "POST",
562
+ uri: "/dedicated/server/{serviceName}/secondaryDnsDomains",
563
+ code: 200,
564
+ }))).annotate({
565
+ identifier: "CreateDedicatedServerSecondaryDnsDomainRequest",
566
+ });
567
+ export const CreateDedicatedServerSecondaryDnsDomainResponse =
568
+ /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
569
+ identifier: "CreateDedicatedServerSecondaryDnsDomainResponse",
570
+ });
571
+ export const DedicatedServerSplaTypeEnum = /*@__PURE__*/ S.String;
572
+ export const CreateDedicatedServerSplaRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
573
+ serviceName: S.String.pipe(T.Label()),
574
+ serialNumber: S.String,
575
+ type: DedicatedServerSplaTypeEnum,
576
+ }).pipe(T.Http({
577
+ method: "POST",
578
+ uri: "/dedicated/server/{serviceName}/spla",
579
+ code: 200,
580
+ }))).annotate({
581
+ identifier: "CreateDedicatedServerSplaRequest",
582
+ });
583
+ export const CreateDedicatedServerSplaResponse = /*@__PURE__*/ S.suspend(() => S.Number.pipe(T.RawResponseRoot())).annotate({
584
+ identifier: "CreateDedicatedServerSplaResponse",
585
+ });
586
+ export const CreateDedicatedServerSupportReplaceCoolingRequest =
587
+ /*@__PURE__*/ S.suspend(() => S.Struct({
588
+ serviceName: S.String.pipe(T.Label()),
589
+ comment: S.String,
590
+ details: S.String,
591
+ }).pipe(T.Http({
592
+ method: "POST",
593
+ uri: "/dedicated/server/{serviceName}/support/replace/cooling",
594
+ code: 200,
595
+ }))).annotate({
596
+ identifier: "CreateDedicatedServerSupportReplaceCoolingRequest",
597
+ });
598
+ export const SupportNewMessageInfo = /*@__PURE__*/ S.suspend(() => S.Struct({
599
+ additionalNotice: S.optional(S.NullOr(S.String)),
600
+ messageId: S.optional(S.Number),
601
+ ticketId: S.optional(S.Number),
602
+ ticketNumber: S.optional(S.Number),
603
+ })).annotate({
604
+ identifier: "SupportNewMessageInfo",
605
+ });
606
+ export const DedicatedServerSupportReplaceHddInfo = /*@__PURE__*/ S.suspend(() => S.Struct({
607
+ disk_serial: S.optional(S.String),
608
+ slot_id: S.optional(S.NullOr(S.Number)),
609
+ })).annotate({
610
+ identifier: "DedicatedServerSupportReplaceHddInfo",
611
+ });
612
+ export const CreateDedicatedServerSupportReplaceHardDiskDriveRequestDisksList =
613
+ /*@__PURE__*/ S.Array(DedicatedServerSupportReplaceHddInfo);
614
+ export const CreateDedicatedServerSupportReplaceHardDiskDriveRequest =
615
+ /*@__PURE__*/ S.suspend(() => S.Struct({
616
+ serviceName: S.String.pipe(T.Label()),
617
+ comment: S.String,
618
+ disks: CreateDedicatedServerSupportReplaceHardDiskDriveRequestDisksList,
619
+ inverse: S.Boolean,
620
+ }).pipe(T.Http({
621
+ method: "POST",
622
+ uri: "/dedicated/server/{serviceName}/support/replace/hardDiskDrive",
623
+ code: 200,
624
+ }))).annotate({
625
+ identifier: "CreateDedicatedServerSupportReplaceHardDiskDriveRequest",
626
+ });
627
+ export const CreateDedicatedServerSupportReplaceMemoryRequestSlotsList =
628
+ /*@__PURE__*/ S.Array(S.String);
629
+ export const CreateDedicatedServerSupportReplaceMemoryRequest =
630
+ /*@__PURE__*/ S.suspend(() => S.Struct({
631
+ serviceName: S.String.pipe(T.Label()),
632
+ comment: S.String,
633
+ details: S.String,
634
+ slots: S.optional(CreateDedicatedServerSupportReplaceMemoryRequestSlotsList),
635
+ }).pipe(T.Http({
636
+ method: "POST",
637
+ uri: "/dedicated/server/{serviceName}/support/replace/memory",
638
+ code: 200,
639
+ }))).annotate({
640
+ identifier: "CreateDedicatedServerSupportReplaceMemoryRequest",
641
+ });
642
+ export const CreateDedicatedServerTaskScheduleRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
643
+ serviceName: S.String.pipe(T.Label()),
644
+ taskId: S.Number.pipe(T.Label()),
645
+ hasPerformedBackup: S.Boolean,
646
+ wantedBeginingDate: S.String,
647
+ }).pipe(T.Http({
648
+ method: "POST",
649
+ uri: "/dedicated/server/{serviceName}/task/{taskId}/schedule",
650
+ code: 200,
651
+ }))).annotate({
652
+ identifier: "CreateDedicatedServerTaskScheduleRequest",
653
+ });
654
+ export const CreateDedicatedServerTaskScheduleResponse =
655
+ /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
656
+ identifier: "CreateDedicatedServerTaskScheduleResponse",
657
+ });
658
+ export const DedicatedServerVmacTypeEnum = /*@__PURE__*/ S.String;
659
+ export const CreateDedicatedServerVirtualMacRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
660
+ serviceName: S.String.pipe(T.Label()),
661
+ ipAddress: S.String,
662
+ type: DedicatedServerVmacTypeEnum,
663
+ virtualMachineName: S.String,
664
+ }).pipe(T.Http({
665
+ method: "POST",
666
+ uri: "/dedicated/server/{serviceName}/virtualMac",
667
+ code: 200,
668
+ }))).annotate({
669
+ identifier: "CreateDedicatedServerVirtualMacRequest",
670
+ });
671
+ export const CreateDedicatedServerVirtualMacVirtualAddressRequest =
672
+ /*@__PURE__*/ S.suspend(() => S.Struct({
673
+ serviceName: S.String.pipe(T.Label()),
674
+ macAddress: S.String.pipe(T.Label()),
675
+ ipAddress: S.String,
676
+ virtualMachineName: S.String,
677
+ }).pipe(T.Http({
678
+ method: "POST",
679
+ uri: "/dedicated/server/{serviceName}/virtualMac/{macAddress}/virtualAddress",
680
+ code: 200,
681
+ }))).annotate({
682
+ identifier: "CreateDedicatedServerVirtualMacVirtualAddressRequest",
683
+ });
684
+ export const DeleteDedicatedServerFeatureBackupCloudRequest =
685
+ /*@__PURE__*/ S.suspend(() => S.Struct({
686
+ serviceName: S.String.pipe(T.Label()),
687
+ }).pipe(T.Http({
688
+ method: "DELETE",
689
+ uri: "/dedicated/server/{serviceName}/features/backupCloud",
690
+ code: 200,
691
+ }))).annotate({
692
+ identifier: "DeleteDedicatedServerFeatureBackupCloudRequest",
693
+ });
694
+ export const DeleteDedicatedServerFeatureBackupCloudResponse =
695
+ /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
696
+ identifier: "DeleteDedicatedServerFeatureBackupCloudResponse",
697
+ });
698
+ export const DeleteDedicatedServerFeatureBackupFTPRequest =
699
+ /*@__PURE__*/ S.suspend(() => S.Struct({
700
+ serviceName: S.String.pipe(T.Label()),
701
+ }).pipe(T.Http({
702
+ method: "DELETE",
703
+ uri: "/dedicated/server/{serviceName}/features/backupFTP",
704
+ code: 200,
705
+ }))).annotate({
706
+ identifier: "DeleteDedicatedServerFeatureBackupFTPRequest",
707
+ });
708
+ export const DeleteDedicatedServerFeatureBackupFTPAccessRequest =
709
+ /*@__PURE__*/ S.suspend(() => S.Struct({
710
+ serviceName: S.String.pipe(T.Label()),
711
+ ipBlock: S.String.pipe(T.Label()),
712
+ }).pipe(T.Http({
713
+ method: "DELETE",
714
+ uri: "/dedicated/server/{serviceName}/features/backupFTP/access/{ipBlock}",
715
+ code: 200,
716
+ }))).annotate({
717
+ identifier: "DeleteDedicatedServerFeatureBackupFTPAccessRequest",
718
+ });
719
+ export const DeleteDedicatedServerNetworkingRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
720
+ serviceName: S.String.pipe(T.Label()),
721
+ }).pipe(T.Http({
722
+ method: "DELETE",
723
+ uri: "/dedicated/server/{serviceName}/networking",
724
+ code: 200,
725
+ }))).annotate({
726
+ identifier: "DeleteDedicatedServerNetworkingRequest",
727
+ });
728
+ export const DeleteDedicatedServerOptionRequestOption = /*@__PURE__*/ S.String;
729
+ export const DeleteDedicatedServerOptionRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
730
+ serviceName: S.String.pipe(T.Label()),
731
+ option: DeleteDedicatedServerOptionRequestOption.pipe(T.Label()),
732
+ }).pipe(T.Http({
733
+ method: "DELETE",
734
+ uri: "/dedicated/server/{serviceName}/option/{option}",
735
+ code: 200,
736
+ }))).annotate({
737
+ identifier: "DeleteDedicatedServerOptionRequest",
738
+ });
739
+ export const DeleteDedicatedServerOptionResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
740
+ identifier: "DeleteDedicatedServerOptionResponse",
741
+ });
742
+ export const DeleteDedicatedServerSecondaryDnsDomainRequest =
743
+ /*@__PURE__*/ S.suspend(() => S.Struct({
744
+ serviceName: S.String.pipe(T.Label()),
745
+ domain: S.String.pipe(T.Label()),
746
+ }).pipe(T.Http({
747
+ method: "DELETE",
748
+ uri: "/dedicated/server/{serviceName}/secondaryDnsDomains/{domain}",
749
+ code: 200,
750
+ }))).annotate({
751
+ identifier: "DeleteDedicatedServerSecondaryDnsDomainRequest",
752
+ });
753
+ export const DeleteDedicatedServerSecondaryDnsDomainResponse =
754
+ /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
755
+ identifier: "DeleteDedicatedServerSecondaryDnsDomainResponse",
756
+ });
757
+ export const DeleteDedicatedServerVirtualMacVirtualAddressRequest =
758
+ /*@__PURE__*/ S.suspend(() => S.Struct({
759
+ serviceName: S.String.pipe(T.Label()),
760
+ macAddress: S.String.pipe(T.Label()),
761
+ ipAddress: S.String.pipe(T.Label()),
762
+ }).pipe(T.Http({
763
+ method: "DELETE",
764
+ uri: "/dedicated/server/{serviceName}/virtualMac/{macAddress}/virtualAddress/{ipAddress}",
765
+ code: 200,
766
+ }))).annotate({
767
+ identifier: "DeleteDedicatedServerVirtualMacVirtualAddressRequest",
768
+ });
769
+ export const DeleteDedicatedServerVrackRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
770
+ serviceName: S.String.pipe(T.Label()),
771
+ vrack: S.String.pipe(T.Label()),
772
+ }).pipe(T.Http({
773
+ method: "DELETE",
774
+ uri: "/dedicated/server/{serviceName}/vrack/{vrack}",
775
+ code: 200,
776
+ }))).annotate({
777
+ identifier: "DeleteDedicatedServerVrackRequest",
778
+ });
779
+ export const VrackTaskStatusEnum = /*@__PURE__*/ S.String;
780
+ export const VrackTask = /*@__PURE__*/ S.suspend(() => S.Struct({
781
+ function: S.optional(S.String),
782
+ id: S.optional(S.Number),
783
+ lastUpdate: S.optional(S.NullOr(S.String)),
784
+ orderId: S.optional(S.NullOr(S.Number)),
785
+ serviceName: S.optional(S.NullOr(S.String)),
786
+ status: S.optional(VrackTaskStatusEnum),
787
+ targetDomain: S.optional(S.NullOr(S.String)),
788
+ todoDate: S.optional(S.NullOr(S.String)),
789
+ })).annotate({ identifier: "VrackTask" });
790
+ export const GetDedicatedServerRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
791
+ serviceName: S.String.pipe(T.Label()),
792
+ }).pipe(T.Http({
793
+ method: "GET",
794
+ uri: "/dedicated/server/{serviceName}",
795
+ code: 200,
796
+ }))).annotate({
797
+ identifier: "GetDedicatedServerRequest",
798
+ });
799
+ export const DedicatedDatacenterEnum = /*@__PURE__*/ S.String;
800
+ export const IamResourceMetadataTagsMap = /*@__PURE__*/ S.Record(S.String, S.String);
801
+ export const IamResourceMetadata = /*@__PURE__*/ S.suspend(() => S.Struct({
802
+ displayName: S.optional(S.NullOr(S.String)),
803
+ id: S.optional(S.String),
804
+ tags: S.optional(S.NullOr(IamResourceMetadataTagsMap)),
805
+ urn: S.optional(S.String),
806
+ })).annotate({
807
+ identifier: "IamResourceMetadata",
808
+ });
809
+ export const DedicatedServerPowerStateEnum = /*@__PURE__*/ S.String;
810
+ export const DedicatedServerStateEnum = /*@__PURE__*/ S.String;
811
+ export const DedicatedServerSupportLevelEnum = /*@__PURE__*/ S.String;
812
+ export const DedicatedServerDedicatedWithIAM = /*@__PURE__*/ S.suspend(() => S.Struct({
813
+ availabilityZone: S.optional(S.String),
814
+ bootId: S.optional(S.NullOr(S.Number)),
815
+ bootScript: S.optional(S.NullOr(S.String)),
816
+ commercialRange: S.optional(S.NullOr(S.String)),
817
+ datacenter: S.optional(DedicatedDatacenterEnum),
818
+ efiBootloaderPath: S.optional(S.NullOr(S.String)),
819
+ iam: S.optional(S.NullOr(IamResourceMetadata)),
820
+ ip: S.optional(S.String),
821
+ linkSpeed: S.optional(S.NullOr(S.Number)),
822
+ monitoring: S.optional(S.Boolean),
823
+ name: S.optional(S.String),
824
+ newUpgradeSystem: S.optional(S.Boolean),
825
+ noIntervention: S.optional(S.Boolean),
826
+ os: S.optional(S.String),
827
+ powerState: S.optional(DedicatedServerPowerStateEnum),
828
+ professionalUse: S.optional(S.Boolean),
829
+ rack: S.optional(S.String),
830
+ region: S.optional(S.String),
831
+ rescueMail: S.optional(S.NullOr(S.String)),
832
+ rescueSshKey: S.optional(S.NullOr(S.String)),
833
+ reverse: S.optional(S.NullOr(S.String)),
834
+ rootDevice: S.optional(S.NullOr(S.String)),
835
+ serverId: S.optional(S.Number),
836
+ state: S.optional(DedicatedServerStateEnum),
837
+ supportLevel: S.optional(DedicatedServerSupportLevelEnum),
838
+ })).annotate({
839
+ identifier: "DedicatedServerDedicatedWithIAM",
840
+ });
841
+ export const GetDedicatedServerAntiDDosGameStatusRequest =
842
+ /*@__PURE__*/ S.suspend(() => S.Struct({
843
+ serviceName: S.String.pipe(T.Label()),
844
+ }).pipe(T.Http({
845
+ method: "GET",
846
+ uri: "/dedicated/server/{serviceName}/antiDDosGame/status",
847
+ code: 200,
848
+ }))).annotate({
849
+ identifier: "GetDedicatedServerAntiDDosGameStatusRequest",
850
+ });
851
+ export const DedicatedStatusEnum = /*@__PURE__*/ S.String;
852
+ export const GetDedicatedServerAntiDDosGameStatusResponse =
853
+ /*@__PURE__*/ S.suspend(() => DedicatedStatusEnum.pipe(T.RawResponseRoot())).annotate({
854
+ identifier: "GetDedicatedServerAntiDDosGameStatusResponse",
855
+ });
856
+ export const GetDedicatedServerBackupCloudOfferDetailsRequest =
857
+ /*@__PURE__*/ S.suspend(() => S.Struct({
858
+ serviceName: S.String.pipe(T.Label()),
859
+ }).pipe(T.Http({
860
+ method: "GET",
861
+ uri: "/dedicated/server/{serviceName}/backupCloudOfferDetails",
862
+ code: 200,
863
+ }))).annotate({
864
+ identifier: "GetDedicatedServerBackupCloudOfferDetailsRequest",
865
+ });
866
+ export const DedicatedServerBackupBackupOffer = /*@__PURE__*/ S.suspend(() => S.Struct({
867
+ maxArchive: S.optional(S.NullOr(ComplexTypeUnitAndValueLong)),
868
+ maxBandwidthArchive: S.optional(S.NullOr(ComplexTypeUnitAndValueLong)),
869
+ maxBandwidthStorage: S.optional(S.NullOr(ComplexTypeUnitAndValueLong)),
870
+ maxStorage: S.optional(S.NullOr(ComplexTypeUnitAndValueLong)),
871
+ })).annotate({
872
+ identifier: "DedicatedServerBackupBackupOffer",
873
+ });
874
+ export const GetDedicatedServerBiosSettingsRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
875
+ serviceName: S.String.pipe(T.Label()),
876
+ }).pipe(T.Http({
877
+ method: "GET",
878
+ uri: "/dedicated/server/{serviceName}/biosSettings",
879
+ code: 200,
880
+ }))).annotate({
881
+ identifier: "GetDedicatedServerBiosSettingsRequest",
882
+ });
883
+ export const DedicatedServerBiosSettingsSupportSgxOptionsPrmrrList =
884
+ /*@__PURE__*/ S.Array(DedicatedServerBiosSettingsSgxPrmrrEnum);
885
+ export const DedicatedServerBiosSettingsSupportSgxOptionsStatusList =
886
+ /*@__PURE__*/ S.Array(DedicatedServerBiosSettingsSgxStatusEnum);
887
+ export const DedicatedServerBiosSettingsSupportSgxOptions =
888
+ /*@__PURE__*/ S.suspend(() => S.Struct({
889
+ prmrr: S.optional(DedicatedServerBiosSettingsSupportSgxOptionsPrmrrList),
890
+ status: S.optional(DedicatedServerBiosSettingsSupportSgxOptionsStatusList),
891
+ })).annotate({
892
+ identifier: "DedicatedServerBiosSettingsSupportSgxOptions",
893
+ });
894
+ export const DedicatedServerBiosSettingsSupport = /*@__PURE__*/ S.suspend(() => S.Struct({
895
+ sgx: S.optional(S.Boolean),
896
+ sgxOptions: S.optional(DedicatedServerBiosSettingsSupportSgxOptions),
897
+ })).annotate({
898
+ identifier: "DedicatedServerBiosSettingsSupport",
899
+ });
900
+ export const DedicatedBiosSettingsBiosSettings = /*@__PURE__*/ S.suspend(() => S.Struct({
901
+ supportedSettings: S.optional(DedicatedServerBiosSettingsSupport),
902
+ })).annotate({
903
+ identifier: "DedicatedBiosSettingsBiosSettings",
904
+ });
905
+ export const GetDedicatedServerBiosSettingsSgxRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
906
+ serviceName: S.String.pipe(T.Label()),
907
+ }).pipe(T.Http({
908
+ method: "GET",
909
+ uri: "/dedicated/server/{serviceName}/biosSettings/sgx",
910
+ code: 200,
911
+ }))).annotate({
912
+ identifier: "GetDedicatedServerBiosSettingsSgxRequest",
913
+ });
914
+ export const DedicatedBiosSettingsSgxBiosSettingsSgx = /*@__PURE__*/ S.suspend(() => S.Struct({
915
+ prmrr: S.optional(DedicatedServerBiosSettingsSgxPrmrrEnum),
916
+ status: S.optional(DedicatedServerBiosSettingsSgxStatusEnum),
917
+ })).annotate({
918
+ identifier: "DedicatedBiosSettingsSgxBiosSettingsSgx",
919
+ });
920
+ export const GetDedicatedServerBootRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
921
+ serviceName: S.String.pipe(T.Label()),
922
+ bootId: S.Number.pipe(T.Label()),
923
+ }).pipe(T.Http({
924
+ method: "GET",
925
+ uri: "/dedicated/server/{serviceName}/boot/{bootId}",
926
+ code: 200,
927
+ }))).annotate({
928
+ identifier: "GetDedicatedServerBootRequest",
929
+ });
930
+ export const DedicatedServerBootTypeEnum = /*@__PURE__*/ S.String;
931
+ export const DedicatedServerNetboot = /*@__PURE__*/ S.suspend(() => S.Struct({
932
+ bootId: S.optional(S.Number),
933
+ bootType: S.optional(DedicatedServerBootTypeEnum),
934
+ description: S.optional(S.String),
935
+ kernel: S.optional(S.String),
936
+ })).annotate({
937
+ identifier: "DedicatedServerNetboot",
938
+ });
939
+ export const GetDedicatedServerBootOptionRequestOption = /*@__PURE__*/ S.String;
940
+ export const GetDedicatedServerBootOptionRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
941
+ serviceName: S.String.pipe(T.Label()),
942
+ bootId: S.Number.pipe(T.Label()),
943
+ option: GetDedicatedServerBootOptionRequestOption.pipe(T.Label()),
944
+ }).pipe(T.Http({
945
+ method: "GET",
946
+ uri: "/dedicated/server/{serviceName}/boot/{bootId}/option/{option}",
947
+ code: 200,
948
+ }))).annotate({
949
+ identifier: "GetDedicatedServerBootOptionRequest",
950
+ });
951
+ export const DedicatedServerBootOptionEnum = /*@__PURE__*/ S.String;
952
+ export const DedicatedServerNetbootOption = /*@__PURE__*/ S.suspend(() => S.Struct({
953
+ option: S.optional(DedicatedServerBootOptionEnum),
954
+ value: S.optional(S.String),
955
+ })).annotate({
956
+ identifier: "DedicatedServerNetbootOption",
957
+ });
958
+ export const GetDedicatedServerBurstRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
959
+ serviceName: S.String.pipe(T.Label()),
960
+ }).pipe(T.Http({
961
+ method: "GET",
962
+ uri: "/dedicated/server/{serviceName}/burst",
963
+ code: 200,
964
+ }))).annotate({
965
+ identifier: "GetDedicatedServerBurstRequest",
966
+ });
967
+ export const DedicatedServerBurstStatusEnum = /*@__PURE__*/ S.String;
968
+ export const DedicatedServerServerBurst = /*@__PURE__*/ S.suspend(() => S.Struct({
969
+ capacity: S.optional(S.NullOr(ComplexTypeUnitAndValueLong)),
970
+ status: S.optional(DedicatedServerBurstStatusEnum),
971
+ })).annotate({
972
+ identifier: "DedicatedServerServerBurst",
973
+ });
974
+ export const GetDedicatedServerFeatureBackupFTPRequest =
975
+ /*@__PURE__*/ S.suspend(() => S.Struct({
976
+ serviceName: S.String.pipe(T.Label()),
977
+ }).pipe(T.Http({
978
+ method: "GET",
979
+ uri: "/dedicated/server/{serviceName}/features/backupFTP",
980
+ code: 200,
981
+ }))).annotate({
982
+ identifier: "GetDedicatedServerFeatureBackupFTPRequest",
983
+ });
984
+ export const DedicatedServerBackupStorageTypeEnum = /*@__PURE__*/ S.String;
985
+ export const DedicatedServerBackupFtp = /*@__PURE__*/ S.suspend(() => S.Struct({
986
+ ftpBackupName: S.optional(S.String),
987
+ quota: S.optional(S.NullOr(ComplexTypeUnitAndValueLong)),
988
+ readOnlyDate: S.optional(S.NullOr(S.String)),
989
+ type: S.optional(DedicatedServerBackupStorageTypeEnum),
990
+ usage: S.optional(S.NullOr(ComplexTypeUnitAndValueLong)),
991
+ })).annotate({
992
+ identifier: "DedicatedServerBackupFtp",
993
+ });
994
+ export const GetDedicatedServerFeatureBackupFTPAccessRequest =
995
+ /*@__PURE__*/ S.suspend(() => S.Struct({
996
+ serviceName: S.String.pipe(T.Label()),
997
+ ipBlock: S.String.pipe(T.Label()),
998
+ }).pipe(T.Http({
999
+ method: "GET",
1000
+ uri: "/dedicated/server/{serviceName}/features/backupFTP/access/{ipBlock}",
1001
+ code: 200,
1002
+ }))).annotate({
1003
+ identifier: "GetDedicatedServerFeatureBackupFTPAccessRequest",
1004
+ });
1005
+ export const DedicatedServerBackupFtpAcl = /*@__PURE__*/ S.suspend(() => S.Struct({
1006
+ cifs: S.optional(S.Boolean),
1007
+ ftp: S.optional(S.Boolean),
1008
+ ipBlock: S.optional(S.String),
1009
+ isApplied: S.optional(S.Boolean),
1010
+ lastUpdate: S.optional(S.String),
1011
+ nfs: S.optional(S.Boolean),
1012
+ })).annotate({
1013
+ identifier: "DedicatedServerBackupFtpAcl",
1014
+ });
1015
+ export const GetDedicatedServerFeatureBmcRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1016
+ serviceName: S.String.pipe(T.Label()),
1017
+ }).pipe(T.Http({
1018
+ method: "GET",
1019
+ uri: "/dedicated/server/{serviceName}/features/bmc",
1020
+ code: 200,
1021
+ }))).annotate({
1022
+ identifier: "GetDedicatedServerFeatureBmcRequest",
1023
+ });
1024
+ export const DedicatedServerBmcSupportedFeatures = /*@__PURE__*/ S.suspend(() => S.Struct({
1025
+ javaKvm: S.optional(S.Boolean),
1026
+ sshSol: S.optional(S.Boolean),
1027
+ testPassword: S.optional(S.Boolean),
1028
+ testPing: S.optional(S.Boolean),
1029
+ testWeb: S.optional(S.Boolean),
1030
+ webKvm: S.optional(S.Boolean),
1031
+ webSol: S.optional(S.Boolean),
1032
+ })).annotate({
1033
+ identifier: "DedicatedServerBmcSupportedFeatures",
1034
+ });
1035
+ export const DedicatedServerBMC = /*@__PURE__*/ S.suspend(() => S.Struct({
1036
+ available: S.optional(S.Boolean),
1037
+ supportedFeatures: S.optional(DedicatedServerBmcSupportedFeatures),
1038
+ })).annotate({
1039
+ identifier: "DedicatedServerBMC",
1040
+ });
1041
+ export const GetDedicatedServerFeatureBmcJavaKvmRequest =
1042
+ /*@__PURE__*/ S.suspend(() => S.Struct({
1043
+ serviceName: S.String.pipe(T.Label()),
1044
+ operationId: S.String.pipe(T.Query()),
1045
+ }).pipe(T.Http({
1046
+ method: "GET",
1047
+ uri: "/dedicated/server/{serviceName}/features/bmc/javaKvm",
1048
+ code: 200,
1049
+ }))).annotate({
1050
+ identifier: "GetDedicatedServerFeatureBmcJavaKvmRequest",
1051
+ });
1052
+ export const DedicatedServerBmcJavaKvmValue = /*@__PURE__*/ S.suspend(() => S.Struct({
1053
+ expirationDate: S.optional(S.String),
1054
+ jnlp: S.optional(S.String),
1055
+ })).annotate({
1056
+ identifier: "DedicatedServerBmcJavaKvmValue",
1057
+ });
1058
+ export const GetDedicatedServerFeatureBmcSshSolRequest =
1059
+ /*@__PURE__*/ S.suspend(() => S.Struct({
1060
+ serviceName: S.String.pipe(T.Label()),
1061
+ operationId: S.String.pipe(T.Query()),
1062
+ }).pipe(T.Http({
1063
+ method: "GET",
1064
+ uri: "/dedicated/server/{serviceName}/features/bmc/sshSol",
1065
+ code: 200,
1066
+ }))).annotate({
1067
+ identifier: "GetDedicatedServerFeatureBmcSshSolRequest",
1068
+ });
1069
+ export const DedicatedServerBmcSshSolValue = /*@__PURE__*/ S.suspend(() => S.Struct({
1070
+ expirationDate: S.optional(S.String),
1071
+ uri: S.optional(S.String),
1072
+ })).annotate({
1073
+ identifier: "DedicatedServerBmcSshSolValue",
1074
+ });
1075
+ export const DedicatedServerBmcTestTypeEnum = /*@__PURE__*/ S.String;
1076
+ export const GetDedicatedServerFeatureBmcTestRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1077
+ serviceName: S.String.pipe(T.Label()),
1078
+ operationId: S.String.pipe(T.Query()),
1079
+ type: DedicatedServerBmcTestTypeEnum.pipe(T.Query()),
1080
+ }).pipe(T.Http({
1081
+ method: "GET",
1082
+ uri: "/dedicated/server/{serviceName}/features/bmc/test",
1083
+ code: 200,
1084
+ }))).annotate({
1085
+ identifier: "GetDedicatedServerFeatureBmcTestRequest",
1086
+ });
1087
+ export const DedicatedServerBmcTestResult = /*@__PURE__*/ S.suspend(() => S.Struct({
1088
+ expirationDate: S.optional(S.String),
1089
+ message: S.optional(S.NullOr(S.String)),
1090
+ status: S.optional(S.Boolean),
1091
+ })).annotate({
1092
+ identifier: "DedicatedServerBmcTestResult",
1093
+ });
1094
+ export const GetDedicatedServerFeatureBmcWebKvmRequest =
1095
+ /*@__PURE__*/ S.suspend(() => S.Struct({
1096
+ serviceName: S.String.pipe(T.Label()),
1097
+ operationId: S.String.pipe(T.Query()),
1098
+ }).pipe(T.Http({
1099
+ method: "GET",
1100
+ uri: "/dedicated/server/{serviceName}/features/bmc/webKvm",
1101
+ code: 200,
1102
+ }))).annotate({
1103
+ identifier: "GetDedicatedServerFeatureBmcWebKvmRequest",
1104
+ });
1105
+ export const DedicatedServerBmcWebKvmValue = /*@__PURE__*/ S.suspend(() => S.Struct({
1106
+ expirationDate: S.optional(S.String),
1107
+ url: S.optional(S.String),
1108
+ })).annotate({
1109
+ identifier: "DedicatedServerBmcWebKvmValue",
1110
+ });
1111
+ export const GetDedicatedServerFeatureBmcWebSolRequest =
1112
+ /*@__PURE__*/ S.suspend(() => S.Struct({
1113
+ serviceName: S.String.pipe(T.Label()),
1114
+ operationId: S.String.pipe(T.Query()),
1115
+ }).pipe(T.Http({
1116
+ method: "GET",
1117
+ uri: "/dedicated/server/{serviceName}/features/bmc/webSol",
1118
+ code: 200,
1119
+ }))).annotate({
1120
+ identifier: "GetDedicatedServerFeatureBmcWebSolRequest",
1121
+ });
1122
+ export const DedicatedServerBmcWebSolValue = /*@__PURE__*/ S.suspend(() => S.Struct({
1123
+ expirationDate: S.optional(S.String),
1124
+ url: S.optional(S.String),
1125
+ })).annotate({
1126
+ identifier: "DedicatedServerBmcWebSolValue",
1127
+ });
1128
+ export const GetDedicatedServerFeatureFirewallRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1129
+ serviceName: S.String.pipe(T.Label()),
1130
+ }).pipe(T.Http({
1131
+ method: "GET",
1132
+ uri: "/dedicated/server/{serviceName}/features/firewall",
1133
+ code: 200,
1134
+ }))).annotate({
1135
+ identifier: "GetDedicatedServerFeatureFirewallRequest",
1136
+ });
1137
+ export const DedicatedServerFirewallModeEnum = /*@__PURE__*/ S.String;
1138
+ export const DedicatedServerFirewallModelEnum = /*@__PURE__*/ S.String;
1139
+ export const DedicatedServerFirewall = /*@__PURE__*/ S.suspend(() => S.Struct({
1140
+ enabled: S.optional(S.Boolean),
1141
+ firewall: S.optional(S.String),
1142
+ ip: S.optional(S.String),
1143
+ mode: S.optional(DedicatedServerFirewallModeEnum),
1144
+ model: S.optional(S.NullOr(DedicatedServerFirewallModelEnum)),
1145
+ })).annotate({
1146
+ identifier: "DedicatedServerFirewall",
1147
+ });
1148
+ export const GetDedicatedServerFeatureIpmiRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1149
+ serviceName: S.String.pipe(T.Label()),
1150
+ }).pipe(T.Http({
1151
+ method: "GET",
1152
+ uri: "/dedicated/server/{serviceName}/features/ipmi",
1153
+ code: 200,
1154
+ }))).annotate({
1155
+ identifier: "GetDedicatedServerFeatureIpmiRequest",
1156
+ });
1157
+ export const DedicatedServerIpmiSupportedFeatures = /*@__PURE__*/ S.suspend(() => S.Struct({
1158
+ kvmipHtml5URL: S.optional(S.Boolean),
1159
+ kvmipJnlp: S.optional(S.Boolean),
1160
+ serialOverLanSshKey: S.optional(S.Boolean),
1161
+ serialOverLanURL: S.optional(S.Boolean),
1162
+ })).annotate({
1163
+ identifier: "DedicatedServerIpmiSupportedFeatures",
1164
+ });
1165
+ export const DedicatedServerIpmi = /*@__PURE__*/ S.suspend(() => S.Struct({
1166
+ activated: S.optional(S.Boolean),
1167
+ supportedFeatures: S.optional(DedicatedServerIpmiSupportedFeatures),
1168
+ })).annotate({
1169
+ identifier: "DedicatedServerIpmi",
1170
+ });
1171
+ export const GetDedicatedServerFeatureIpmiAccessRequest =
1172
+ /*@__PURE__*/ S.suspend(() => S.Struct({
1173
+ serviceName: S.String.pipe(T.Label()),
1174
+ type: DedicatedServerIpmiAccessTypeEnum.pipe(T.Query()),
1175
+ }).pipe(T.Http({
1176
+ method: "GET",
1177
+ uri: "/dedicated/server/{serviceName}/features/ipmi/access",
1178
+ code: 200,
1179
+ }))).annotate({
1180
+ identifier: "GetDedicatedServerFeatureIpmiAccessRequest",
1181
+ });
1182
+ export const DedicatedServerIpmiAccessValue = /*@__PURE__*/ S.suspend(() => S.Struct({
1183
+ expiration: S.optional(S.NullOr(S.String)),
1184
+ value: S.optional(S.NullOr(S.String)),
1185
+ })).annotate({
1186
+ identifier: "DedicatedServerIpmiAccessValue",
1187
+ });
1188
+ export const DedicatedServerIpmiTestTypeEnum = /*@__PURE__*/ S.String;
1189
+ export const GetDedicatedServerFeatureIpmiTestRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1190
+ serviceName: S.String.pipe(T.Label()),
1191
+ type: DedicatedServerIpmiTestTypeEnum.pipe(T.Query()),
1192
+ }).pipe(T.Http({
1193
+ method: "GET",
1194
+ uri: "/dedicated/server/{serviceName}/features/ipmi/test",
1195
+ code: 200,
1196
+ }))).annotate({
1197
+ identifier: "GetDedicatedServerFeatureIpmiTestRequest",
1198
+ });
1199
+ export const DedicatedServerIpmiTestResult = /*@__PURE__*/ S.suspend(() => S.Struct({
1200
+ date: S.optional(S.NullOr(S.String)),
1201
+ status: S.optional(S.NullOr(S.String)),
1202
+ })).annotate({
1203
+ identifier: "DedicatedServerIpmiTestResult",
1204
+ });
1205
+ export const GetDedicatedServerFeatureKvmRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1206
+ serviceName: S.String.pipe(T.Label()),
1207
+ }).pipe(T.Http({
1208
+ method: "GET",
1209
+ uri: "/dedicated/server/{serviceName}/features/kvm",
1210
+ code: 200,
1211
+ }))).annotate({
1212
+ identifier: "GetDedicatedServerFeatureKvmRequest",
1213
+ });
1214
+ export const DedicatedServerKvm = /*@__PURE__*/ S.suspend(() => S.Struct({
1215
+ expiration: S.optional(S.String),
1216
+ ip: S.optional(S.NullOr(S.String)),
1217
+ name: S.optional(S.String),
1218
+ })).annotate({
1219
+ identifier: "DedicatedServerKvm",
1220
+ });
1221
+ export const GetDedicatedServerInterventionRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1222
+ serviceName: S.String.pipe(T.Label()),
1223
+ interventionId: S.Number.pipe(T.Label()),
1224
+ }).pipe(T.Http({
1225
+ method: "GET",
1226
+ uri: "/dedicated/server/{serviceName}/intervention/{interventionId}",
1227
+ code: 200,
1228
+ }))).annotate({
1229
+ identifier: "GetDedicatedServerInterventionRequest",
1230
+ });
1231
+ export const DedicatedServerIntervention = /*@__PURE__*/ S.suspend(() => S.Struct({
1232
+ date: S.optional(S.NullOr(S.String)),
1233
+ interventionId: S.optional(S.Number),
1234
+ type: S.optional(S.NullOr(S.String)),
1235
+ })).annotate({
1236
+ identifier: "DedicatedServerIntervention",
1237
+ });
1238
+ export const GetDedicatedServerIpCanBeMovedToRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1239
+ serviceName: S.String.pipe(T.Label()),
1240
+ ip: S.String.pipe(T.Query()),
1241
+ }).pipe(T.Http({
1242
+ method: "GET",
1243
+ uri: "/dedicated/server/{serviceName}/ipCanBeMovedTo",
1244
+ code: 200,
1245
+ }))).annotate({
1246
+ identifier: "GetDedicatedServerIpCanBeMovedToRequest",
1247
+ });
1248
+ export const GetDedicatedServerIpCanBeMovedToResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
1249
+ identifier: "GetDedicatedServerIpCanBeMovedToResponse",
1250
+ });
1251
+ export const GetDedicatedServerNetworkInterfaceControllerRequest =
1252
+ /*@__PURE__*/ S.suspend(() => S.Struct({
1253
+ serviceName: S.String.pipe(T.Label()),
1254
+ mac: S.String.pipe(T.Label()),
1255
+ }).pipe(T.Http({
1256
+ method: "GET",
1257
+ uri: "/dedicated/server/{serviceName}/networkInterfaceController/{mac}",
1258
+ code: 200,
1259
+ }))).annotate({
1260
+ identifier: "GetDedicatedServerNetworkInterfaceControllerRequest",
1261
+ });
1262
+ export const DedicatedNetworkInterfaceControllerNetworkInterfaceControllerLinkTypeEnum =
1263
+ /*@__PURE__*/ S.String;
1264
+ export const DedicatedNetworkInterfaceControllerNetworkInterfaceController =
1265
+ /*@__PURE__*/ S.suspend(() => S.Struct({
1266
+ linkType: S.optional(DedicatedNetworkInterfaceControllerNetworkInterfaceControllerLinkTypeEnum),
1267
+ mac: S.optional(S.String),
1268
+ virtualNetworkInterface: S.optional(S.NullOr(S.String)),
1269
+ })).annotate({
1270
+ identifier: "DedicatedNetworkInterfaceControllerNetworkInterfaceController",
1271
+ });
1272
+ export const GetDedicatedServerOperationRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1273
+ serviceName: S.String.pipe(T.Label()),
1274
+ operationId: S.String.pipe(T.Label()),
1275
+ }).pipe(T.Http({
1276
+ method: "GET",
1277
+ uri: "/dedicated/server/{serviceName}/operation/{operationId}",
1278
+ code: 200,
1279
+ }))).annotate({
1280
+ identifier: "GetDedicatedServerOperationRequest",
1281
+ });
1282
+ export const GetDedicatedServerOptionRequestOption = /*@__PURE__*/ S.String;
1283
+ export const GetDedicatedServerOptionRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1284
+ serviceName: S.String.pipe(T.Label()),
1285
+ option: GetDedicatedServerOptionRequestOption.pipe(T.Label()),
1286
+ }).pipe(T.Http({
1287
+ method: "GET",
1288
+ uri: "/dedicated/server/{serviceName}/option/{option}",
1289
+ code: 200,
1290
+ }))).annotate({
1291
+ identifier: "GetDedicatedServerOptionRequest",
1292
+ });
1293
+ export const DedicatedServerOptionEnum = /*@__PURE__*/ S.String;
1294
+ export const DedicatedServerOptionStateEnum = /*@__PURE__*/ S.String;
1295
+ export const DedicatedServerOption = /*@__PURE__*/ S.suspend(() => S.Struct({
1296
+ option: S.optional(DedicatedServerOptionEnum),
1297
+ state: S.optional(DedicatedServerOptionStateEnum),
1298
+ })).annotate({
1299
+ identifier: "DedicatedServerOption",
1300
+ });
1301
+ export const DedicatedServerOrderableSysFeatureEnum = /*@__PURE__*/ S.String;
1302
+ export const GetDedicatedServerOrderableFeatureRequest =
1303
+ /*@__PURE__*/ S.suspend(() => S.Struct({
1304
+ serviceName: S.String.pipe(T.Label()),
1305
+ feature: DedicatedServerOrderableSysFeatureEnum.pipe(T.Query()),
1306
+ }).pipe(T.Http({
1307
+ method: "GET",
1308
+ uri: "/dedicated/server/{serviceName}/orderable/feature",
1309
+ code: 200,
1310
+ }))).annotate({
1311
+ identifier: "GetDedicatedServerOrderableFeatureRequest",
1312
+ });
1313
+ export const GetDedicatedServerOrderableFeatureResponse =
1314
+ /*@__PURE__*/ S.suspend(() => S.Boolean.pipe(T.RawResponseRoot())).annotate({
1315
+ identifier: "GetDedicatedServerOrderableFeatureResponse",
1316
+ });
1317
+ export const GetDedicatedServerOrderableKvmRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1318
+ serviceName: S.String.pipe(T.Label()),
1319
+ }).pipe(T.Http({
1320
+ method: "GET",
1321
+ uri: "/dedicated/server/{serviceName}/orderable/kvm",
1322
+ code: 200,
1323
+ }))).annotate({
1324
+ identifier: "GetDedicatedServerOrderableKvmRequest",
1325
+ });
1326
+ export const GetDedicatedServerOrderableKvmResponse = /*@__PURE__*/ S.suspend(() => S.Boolean.pipe(T.RawResponseRoot())).annotate({
1327
+ identifier: "GetDedicatedServerOrderableKvmResponse",
1328
+ });
1329
+ export const GetDedicatedServerOrderableKvmExpressRequest =
1330
+ /*@__PURE__*/ S.suspend(() => S.Struct({
1331
+ serviceName: S.String.pipe(T.Label()),
1332
+ }).pipe(T.Http({
1333
+ method: "GET",
1334
+ uri: "/dedicated/server/{serviceName}/orderable/kvmExpress",
1335
+ code: 200,
1336
+ }))).annotate({
1337
+ identifier: "GetDedicatedServerOrderableKvmExpressRequest",
1338
+ });
1339
+ export const GetDedicatedServerOrderableKvmExpressResponse =
1340
+ /*@__PURE__*/ S.suspend(() => S.Boolean.pipe(T.RawResponseRoot())).annotate({
1341
+ identifier: "GetDedicatedServerOrderableKvmExpressResponse",
1342
+ });
1343
+ export const GetDedicatedServerOrderableProfessionalUseRequest =
1344
+ /*@__PURE__*/ S.suspend(() => S.Struct({
1345
+ serviceName: S.String.pipe(T.Label()),
1346
+ }).pipe(T.Http({
1347
+ method: "GET",
1348
+ uri: "/dedicated/server/{serviceName}/orderable/professionalUse",
1349
+ code: 200,
1350
+ }))).annotate({
1351
+ identifier: "GetDedicatedServerOrderableProfessionalUseRequest",
1352
+ });
1353
+ export const GetDedicatedServerOrderableProfessionalUseResponse =
1354
+ /*@__PURE__*/ S.suspend(() => S.Boolean.pipe(T.RawResponseRoot())).annotate({
1355
+ identifier: "GetDedicatedServerOrderableProfessionalUseResponse",
1356
+ });
1357
+ export const GetDedicatedServerPlannedInterventionRequest =
1358
+ /*@__PURE__*/ S.suspend(() => S.Struct({
1359
+ serviceName: S.String.pipe(T.Label()),
1360
+ interventionId: S.Number.pipe(T.Label()),
1361
+ }).pipe(T.Http({
1362
+ method: "GET",
1363
+ uri: "/dedicated/server/{serviceName}/plannedIntervention/{interventionId}",
1364
+ code: 200,
1365
+ }))).annotate({
1366
+ identifier: "GetDedicatedServerPlannedInterventionRequest",
1367
+ });
1368
+ export const DedicatedPlannedInterventionStatusEnum = /*@__PURE__*/ S.String;
1369
+ export const DedicatedPlannedInterventionTypeEnum = /*@__PURE__*/ S.String;
1370
+ export const DedicatedServerPlannedIntervention = /*@__PURE__*/ S.suspend(() => S.Struct({
1371
+ expectedEndDate: S.optional(S.String),
1372
+ id: S.optional(S.Number),
1373
+ status: S.optional(DedicatedPlannedInterventionStatusEnum),
1374
+ type: S.optional(DedicatedPlannedInterventionTypeEnum),
1375
+ wantedStartDate: S.optional(S.String),
1376
+ })).annotate({
1377
+ identifier: "DedicatedServerPlannedIntervention",
1378
+ });
1379
+ export const GetDedicatedServerSecondaryDnsDomainRequest =
1380
+ /*@__PURE__*/ S.suspend(() => S.Struct({
1381
+ serviceName: S.String.pipe(T.Label()),
1382
+ domain: S.String.pipe(T.Label()),
1383
+ }).pipe(T.Http({
1384
+ method: "GET",
1385
+ uri: "/dedicated/server/{serviceName}/secondaryDnsDomains/{domain}",
1386
+ code: 200,
1387
+ }))).annotate({
1388
+ identifier: "GetDedicatedServerSecondaryDnsDomainRequest",
1389
+ });
1390
+ export const SecondaryDnsSecondaryDNS = /*@__PURE__*/ S.suspend(() => S.Struct({
1391
+ creationDate: S.optional(S.String),
1392
+ dns: S.optional(S.String),
1393
+ domain: S.optional(S.String),
1394
+ ipMaster: S.optional(S.String),
1395
+ })).annotate({
1396
+ identifier: "SecondaryDnsSecondaryDNS",
1397
+ });
1398
+ export const GetDedicatedServerSecondaryDnsDomainDnsServerRequest =
1399
+ /*@__PURE__*/ S.suspend(() => S.Struct({
1400
+ serviceName: S.String.pipe(T.Label()),
1401
+ domain: S.String.pipe(T.Label()),
1402
+ }).pipe(T.Http({
1403
+ method: "GET",
1404
+ uri: "/dedicated/server/{serviceName}/secondaryDnsDomains/{domain}/dnsServer",
1405
+ code: 200,
1406
+ }))).annotate({
1407
+ identifier: "GetDedicatedServerSecondaryDnsDomainDnsServerRequest",
1408
+ });
1409
+ export const SecondaryDnsSecondaryDNSNameServer = /*@__PURE__*/ S.suspend(() => S.Struct({
1410
+ hostname: S.optional(S.String),
1411
+ ip: S.optional(S.String),
1412
+ ipv6: S.optional(S.NullOr(S.String)),
1413
+ })).annotate({
1414
+ identifier: "SecondaryDnsSecondaryDNSNameServer",
1415
+ });
1416
+ export const GetDedicatedServerSecondaryDnsNameDomainTokenRequest =
1417
+ /*@__PURE__*/ S.suspend(() => S.Struct({
1418
+ serviceName: S.String.pipe(T.Label()),
1419
+ domain: S.String.pipe(T.Query()),
1420
+ }).pipe(T.Http({
1421
+ method: "GET",
1422
+ uri: "/dedicated/server/{serviceName}/secondaryDnsNameDomainToken",
1423
+ code: 200,
1424
+ }))).annotate({
1425
+ identifier: "GetDedicatedServerSecondaryDnsNameDomainTokenRequest",
1426
+ });
1427
+ export const ZoneNamedResolutionFieldTypeEnum = /*@__PURE__*/ S.String;
1428
+ export const SecondaryDnsSecondaryDNSCheckField = /*@__PURE__*/ S.suspend(() => S.Struct({
1429
+ fieldType: S.optional(ZoneNamedResolutionFieldTypeEnum),
1430
+ fieldValue: S.optional(S.String),
1431
+ subDomain: S.optional(S.String),
1432
+ })).annotate({
1433
+ identifier: "SecondaryDnsSecondaryDNSCheckField",
1434
+ });
1435
+ export const GetDedicatedServerSecondaryDnsNameServerAvailableRequest =
1436
+ /*@__PURE__*/ S.suspend(() => S.Struct({
1437
+ serviceName: S.String.pipe(T.Label()),
1438
+ }).pipe(T.Http({
1439
+ method: "GET",
1440
+ uri: "/dedicated/server/{serviceName}/secondaryDnsNameServerAvailable",
1441
+ code: 200,
1442
+ }))).annotate({
1443
+ identifier: "GetDedicatedServerSecondaryDnsNameServerAvailableRequest",
1444
+ });
1445
+ export const GetDedicatedServerServiceInfosRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1446
+ serviceName: S.String.pipe(T.Label()),
1447
+ }).pipe(T.Http({
1448
+ method: "GET",
1449
+ uri: "/dedicated/server/{serviceName}/serviceInfos",
1450
+ code: 200,
1451
+ }))).annotate({
1452
+ identifier: "GetDedicatedServerServiceInfosRequest",
1453
+ });
1454
+ export const ServicesServicePossibleRenewPeriodList = /*@__PURE__*/ S.Array(S.Number);
1455
+ export const ServiceRenewType = /*@__PURE__*/ S.suspend(() => S.Struct({
1456
+ automatic: S.optional(S.Boolean),
1457
+ deleteAtExpiration: S.optional(S.Boolean),
1458
+ forced: S.optional(S.Boolean),
1459
+ manualPayment: S.optional(S.NullOr(S.Boolean)),
1460
+ period: S.optional(S.NullOr(S.Number)),
1461
+ })).annotate({
1462
+ identifier: "ServiceRenewType",
1463
+ });
1464
+ export const ServiceRenewalTypeEnum = /*@__PURE__*/ S.String;
1465
+ export const ServiceStateEnum = /*@__PURE__*/ S.String;
1466
+ export const ServicesService = /*@__PURE__*/ S.suspend(() => S.Struct({
1467
+ canDeleteAtExpiration: S.optional(S.Boolean),
1468
+ contactAdmin: S.optional(S.String),
1469
+ contactBilling: S.optional(S.String),
1470
+ contactTech: S.optional(S.String),
1471
+ creation: S.optional(S.String),
1472
+ domain: S.optional(S.String),
1473
+ engagedUpTo: S.optional(S.NullOr(S.String)),
1474
+ expiration: S.optional(S.String),
1475
+ possibleRenewPeriod: S.optional(S.NullOr(ServicesServicePossibleRenewPeriodList)),
1476
+ renew: S.optional(S.NullOr(ServiceRenewType)),
1477
+ renewalType: S.optional(ServiceRenewalTypeEnum),
1478
+ serviceId: S.optional(S.Number),
1479
+ status: S.optional(ServiceStateEnum),
1480
+ })).annotate({
1481
+ identifier: "ServicesService",
1482
+ });
1483
+ export const GetDedicatedServerSpecificationHardwareRequest =
1484
+ /*@__PURE__*/ S.suspend(() => S.Struct({
1485
+ serviceName: S.String.pipe(T.Label()),
1486
+ }).pipe(T.Http({
1487
+ method: "GET",
1488
+ uri: "/dedicated/server/{serviceName}/specifications/hardware",
1489
+ code: 200,
1490
+ }))).annotate({
1491
+ identifier: "GetDedicatedServerSpecificationHardwareRequest",
1492
+ });
1493
+ export const DedicatedServerBootModeEnum = /*@__PURE__*/ S.String;
1494
+ export const DedicatedServerHardwareSpecificationsRaidHardEnum =
1495
+ /*@__PURE__*/ S.String;
1496
+ export const DedicatedServerHardwareSpecificationsDisk =
1497
+ /*@__PURE__*/ S.suspend(() => S.Struct({
1498
+ defaultHardwareRaidSize: S.optional(S.NullOr(ComplexTypeUnitAndValueLong)),
1499
+ defaultHardwareRaidType: S.optional(S.NullOr(DedicatedServerHardwareSpecificationsRaidHardEnum)),
1500
+ description: S.optional(S.NullOr(S.String)),
1501
+ diskGroupId: S.optional(S.NullOr(S.Number)),
1502
+ diskSize: S.optional(S.NullOr(ComplexTypeUnitAndValueLong)),
1503
+ diskType: S.optional(S.NullOr(S.String)),
1504
+ numberOfDisks: S.optional(S.NullOr(S.Number)),
1505
+ raidController: S.optional(S.NullOr(S.String)),
1506
+ })).annotate({
1507
+ identifier: "DedicatedServerHardwareSpecificationsDisk",
1508
+ });
1509
+ export const DedicatedServerHardwareSpecificationsDiskGroupsList =
1510
+ /*@__PURE__*/ S.Array(DedicatedServerHardwareSpecificationsDisk);
1511
+ export const DedicatedServerHardwareSpecificationsExpansionCardTypeEnum =
1512
+ /*@__PURE__*/ S.String;
1513
+ export const DedicatedServerHardwareSpecificationsExpansionCard =
1514
+ /*@__PURE__*/ S.suspend(() => S.Struct({
1515
+ description: S.optional(S.String),
1516
+ type: S.optional(DedicatedServerHardwareSpecificationsExpansionCardTypeEnum),
1517
+ })).annotate({
1518
+ identifier: "DedicatedServerHardwareSpecificationsExpansionCard",
1519
+ });
1520
+ export const DedicatedServerHardwareSpecificationsExpansionCardsList =
1521
+ /*@__PURE__*/ S.Array(DedicatedServerHardwareSpecificationsExpansionCard);
1522
+ export const DedicatedServerFormFactorEnum = /*@__PURE__*/ S.String;
1523
+ export const DedicatedServerCpuFamilyEnum = /*@__PURE__*/ S.String;
1524
+ export const DedicatedServerHardwareSpecificationsUsbKeysList =
1525
+ /*@__PURE__*/ S.Array(ComplexTypeUnitAndValueLong);
1526
+ export const DedicatedServerHardwareSpecifications = /*@__PURE__*/ S.suspend(() => S.Struct({
1527
+ bootMode: S.optional(DedicatedServerBootModeEnum),
1528
+ coresPerProcessor: S.optional(S.NullOr(S.Number)),
1529
+ defaultHardwareRaidSize: S.optional(S.NullOr(ComplexTypeUnitAndValueLong)),
1530
+ defaultHardwareRaidType: S.optional(S.NullOr(DedicatedServerHardwareSpecificationsRaidHardEnum)),
1531
+ description: S.optional(S.NullOr(S.String)),
1532
+ diskGroups: S.optional(S.NullOr(DedicatedServerHardwareSpecificationsDiskGroupsList)),
1533
+ expansionCards: S.optional(S.NullOr(DedicatedServerHardwareSpecificationsExpansionCardsList)),
1534
+ formFactor: S.optional(S.NullOr(DedicatedServerFormFactorEnum)),
1535
+ memorySize: S.optional(S.NullOr(ComplexTypeUnitAndValueLong)),
1536
+ motherboard: S.optional(S.NullOr(S.String)),
1537
+ numberOfProcessors: S.optional(S.NullOr(S.Number)),
1538
+ processorArchitecture: S.optional(S.NullOr(DedicatedServerCpuFamilyEnum)),
1539
+ processorName: S.optional(S.NullOr(S.String)),
1540
+ threadsPerProcessor: S.optional(S.NullOr(S.Number)),
1541
+ usbKeys: S.optional(S.NullOr(DedicatedServerHardwareSpecificationsUsbKeysList)),
1542
+ })).annotate({
1543
+ identifier: "DedicatedServerHardwareSpecifications",
1544
+ });
1545
+ export const GetDedicatedServerSpecificationNetworkRequest =
1546
+ /*@__PURE__*/ S.suspend(() => S.Struct({
1547
+ serviceName: S.String.pipe(T.Label()),
1548
+ }).pipe(T.Http({
1549
+ method: "GET",
1550
+ uri: "/dedicated/server/{serviceName}/specifications/network",
1551
+ code: 200,
1552
+ }))).annotate({
1553
+ identifier: "GetDedicatedServerSpecificationNetworkRequest",
1554
+ });
1555
+ export const DedicatedServerBandwidthTypeEnum = /*@__PURE__*/ S.String;
1556
+ export const DedicatedServerBandwidthDetails = /*@__PURE__*/ S.suspend(() => S.Struct({
1557
+ InternetToOvh: S.optional(S.NullOr(ComplexTypeUnitAndValueLong)),
1558
+ OvhToInternet: S.optional(S.NullOr(ComplexTypeUnitAndValueLong)),
1559
+ OvhToOvh: S.optional(S.NullOr(ComplexTypeUnitAndValueLong)),
1560
+ type: S.optional(S.NullOr(DedicatedServerBandwidthTypeEnum)),
1561
+ })).annotate({
1562
+ identifier: "DedicatedServerBandwidthDetails",
1563
+ });
1564
+ export const DedicatedServerOlaInterfaceModeEnum = /*@__PURE__*/ S.String;
1565
+ export const DedicatedServerOlaInterface = /*@__PURE__*/ S.suspend(() => S.Struct({
1566
+ aggregation: S.optional(S.Boolean),
1567
+ count: S.optional(S.Number),
1568
+ type: S.optional(DedicatedServerOlaInterfaceModeEnum),
1569
+ })).annotate({
1570
+ identifier: "DedicatedServerOlaInterface",
1571
+ });
1572
+ export const DedicatedServerOlaAvailableModesInterfacesList =
1573
+ /*@__PURE__*/ S.Array(DedicatedServerOlaInterface);
1574
+ export const DedicatedServerOlaAvailableModes = /*@__PURE__*/ S.suspend(() => S.Struct({
1575
+ default: S.optional(S.Boolean),
1576
+ interfaces: S.optional(DedicatedServerOlaAvailableModesInterfacesList),
1577
+ name: S.optional(S.String),
1578
+ })).annotate({
1579
+ identifier: "DedicatedServerOlaAvailableModes",
1580
+ });
1581
+ export const DedicatedServerOlaDetailsAvailableModesList =
1582
+ /*@__PURE__*/ S.Array(DedicatedServerOlaAvailableModes);
1583
+ export const DedicatedVirtualNetworkInterfaceVirtualNetworkInterfaceModeEnum =
1584
+ /*@__PURE__*/ S.String;
1585
+ export const DedicatedServerOlaDetailsSupportedModesList =
1586
+ /*@__PURE__*/ S.Array(DedicatedVirtualNetworkInterfaceVirtualNetworkInterfaceModeEnum);
1587
+ export const DedicatedServerOlaDetails = /*@__PURE__*/ S.suspend(() => S.Struct({
1588
+ available: S.optional(S.Boolean),
1589
+ availableModes: S.optional(DedicatedServerOlaDetailsAvailableModesList),
1590
+ supportedModes: S.optional(S.NullOr(DedicatedServerOlaDetailsSupportedModesList)),
1591
+ })).annotate({
1592
+ identifier: "DedicatedServerOlaDetails",
1593
+ });
1594
+ export const DedicatedServerRoutingDetailsIpv4 = /*@__PURE__*/ S.suspend(() => S.Struct({
1595
+ gateway: S.optional(S.NullOr(S.String)),
1596
+ ip: S.optional(S.NullOr(S.String)),
1597
+ network: S.optional(S.NullOr(S.String)),
1598
+ })).annotate({
1599
+ identifier: "DedicatedServerRoutingDetailsIpv4",
1600
+ });
1601
+ export const DedicatedServerRoutingDetailsIpv6 = DedicatedServerRoutingDetailsIpv4;
1602
+ export const DedicatedServerRoutingDetails = /*@__PURE__*/ S.suspend(() => S.Struct({
1603
+ ipv4: S.optional(S.NullOr(DedicatedServerRoutingDetailsIpv4)),
1604
+ ipv6: S.optional(S.NullOr(DedicatedServerRoutingDetailsIpv4)),
1605
+ })).annotate({
1606
+ identifier: "DedicatedServerRoutingDetails",
1607
+ });
1608
+ export const DedicatedServerSwitchingDetails = /*@__PURE__*/ S.suspend(() => S.Struct({
1609
+ name: S.optional(S.NullOr(S.String)),
1610
+ })).annotate({
1611
+ identifier: "DedicatedServerSwitchingDetails",
1612
+ });
1613
+ export const DedicatedServerTrafficDetails = /*@__PURE__*/ S.suspend(() => S.Struct({
1614
+ inputQuotaSize: S.optional(S.NullOr(ComplexTypeUnitAndValueLong)),
1615
+ inputQuotaUsed: S.optional(S.NullOr(ComplexTypeUnitAndValueLong)),
1616
+ isThrottled: S.optional(S.NullOr(S.Boolean)),
1617
+ outputQuotaSize: S.optional(S.NullOr(ComplexTypeUnitAndValueLong)),
1618
+ outputQuotaUsed: S.optional(S.NullOr(ComplexTypeUnitAndValueLong)),
1619
+ resetQuotaDate: S.optional(S.NullOr(S.String)),
1620
+ })).annotate({
1621
+ identifier: "DedicatedServerTrafficDetails",
1622
+ });
1623
+ export const DedicatedServerVmacDetails = /*@__PURE__*/ S.suspend(() => S.Struct({
1624
+ quota: S.optional(S.Number),
1625
+ supported: S.optional(S.Boolean),
1626
+ })).annotate({
1627
+ identifier: "DedicatedServerVmacDetails",
1628
+ });
1629
+ export const DedicatedServerBandwidthvRackTypeEnum = /*@__PURE__*/ S.String;
1630
+ export const DedicatedServerBandwidthvRackDetails = /*@__PURE__*/ S.suspend(() => S.Struct({
1631
+ bandwidth: S.optional(S.NullOr(ComplexTypeUnitAndValueLong)),
1632
+ type: S.optional(S.NullOr(DedicatedServerBandwidthvRackTypeEnum)),
1633
+ })).annotate({
1634
+ identifier: "DedicatedServerBandwidthvRackDetails",
1635
+ });
1636
+ export const DedicatedServerNetworkSpecifications = /*@__PURE__*/ S.suspend(() => S.Struct({
1637
+ bandwidth: S.optional(S.NullOr(DedicatedServerBandwidthDetails)),
1638
+ connection: S.optional(S.NullOr(ComplexTypeUnitAndValueLong)),
1639
+ ola: S.optional(S.NullOr(DedicatedServerOlaDetails)),
1640
+ routing: S.optional(S.NullOr(DedicatedServerRoutingDetails)),
1641
+ switching: S.optional(S.NullOr(DedicatedServerSwitchingDetails)),
1642
+ traffic: S.optional(S.NullOr(DedicatedServerTrafficDetails)),
1643
+ vmac: S.optional(DedicatedServerVmacDetails),
1644
+ vrack: S.optional(S.NullOr(DedicatedServerBandwidthvRackDetails)),
1645
+ })).annotate({
1646
+ identifier: "DedicatedServerNetworkSpecifications",
1647
+ });
1648
+ export const GetDedicatedServerSplaRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1649
+ serviceName: S.String.pipe(T.Label()),
1650
+ id: S.Number.pipe(T.Label()),
1651
+ }).pipe(T.Http({
1652
+ method: "GET",
1653
+ uri: "/dedicated/server/{serviceName}/spla/{id}",
1654
+ code: 200,
1655
+ }))).annotate({
1656
+ identifier: "GetDedicatedServerSplaRequest",
1657
+ });
1658
+ export const DedicatedServerSplaStatusEnum = /*@__PURE__*/ S.String;
1659
+ export const DedicatedServerSpla = /*@__PURE__*/ S.suspend(() => S.Struct({
1660
+ id: S.optional(S.Number),
1661
+ lastUpdate: S.optional(S.String),
1662
+ serialNumber: S.optional(S.String),
1663
+ status: S.optional(DedicatedServerSplaStatusEnum),
1664
+ type: S.optional(DedicatedServerSplaTypeEnum),
1665
+ })).annotate({
1666
+ identifier: "DedicatedServerSpla",
1667
+ });
1668
+ export const GetDedicatedServerTaskRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1669
+ serviceName: S.String.pipe(T.Label()),
1670
+ taskId: S.Number.pipe(T.Label()),
1671
+ }).pipe(T.Http({
1672
+ method: "GET",
1673
+ uri: "/dedicated/server/{serviceName}/task/{taskId}",
1674
+ code: 200,
1675
+ }))).annotate({
1676
+ identifier: "GetDedicatedServerTaskRequest",
1677
+ });
1678
+ export const GetDedicatedServerVirtualMacRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1679
+ serviceName: S.String.pipe(T.Label()),
1680
+ macAddress: S.String.pipe(T.Label()),
1681
+ }).pipe(T.Http({
1682
+ method: "GET",
1683
+ uri: "/dedicated/server/{serviceName}/virtualMac/{macAddress}",
1684
+ code: 200,
1685
+ }))).annotate({
1686
+ identifier: "GetDedicatedServerVirtualMacRequest",
1687
+ });
1688
+ export const DedicatedServerVirtualMac = /*@__PURE__*/ S.suspend(() => S.Struct({
1689
+ macAddress: S.optional(S.String),
1690
+ type: S.optional(DedicatedServerVmacTypeEnum),
1691
+ })).annotate({
1692
+ identifier: "DedicatedServerVirtualMac",
1693
+ });
1694
+ export const GetDedicatedServerVirtualMacVirtualAddressRequest =
1695
+ /*@__PURE__*/ S.suspend(() => S.Struct({
1696
+ serviceName: S.String.pipe(T.Label()),
1697
+ macAddress: S.String.pipe(T.Label()),
1698
+ ipAddress: S.String.pipe(T.Label()),
1699
+ }).pipe(T.Http({
1700
+ method: "GET",
1701
+ uri: "/dedicated/server/{serviceName}/virtualMac/{macAddress}/virtualAddress/{ipAddress}",
1702
+ code: 200,
1703
+ }))).annotate({
1704
+ identifier: "GetDedicatedServerVirtualMacVirtualAddressRequest",
1705
+ });
1706
+ export const DedicatedServerVirtualMacManagement = /*@__PURE__*/ S.suspend(() => S.Struct({
1707
+ ipAddress: S.optional(S.String),
1708
+ virtualMachineName: S.optional(S.String),
1709
+ })).annotate({
1710
+ identifier: "DedicatedServerVirtualMacManagement",
1711
+ });
1712
+ export const GetDedicatedServerVirtualNetworkInterfaceRequest =
1713
+ /*@__PURE__*/ S.suspend(() => S.Struct({
1714
+ uuid: S.String.pipe(T.Label()),
1715
+ }).pipe(T.Http({
1716
+ method: "GET",
1717
+ uri: "/dedicated/server/virtualNetworkInterface/{uuid}",
1718
+ code: 200,
1719
+ }))).annotate({
1720
+ identifier: "GetDedicatedServerVirtualNetworkInterfaceRequest",
1721
+ });
1722
+ export const DedicatedServerVirtualNetworkInterfaceNetworkInterfaceControllerList =
1723
+ /*@__PURE__*/ S.Array(S.String);
1724
+ export const DedicatedServerVirtualNetworkInterface = /*@__PURE__*/ S.suspend(() => S.Struct({
1725
+ enabled: S.optional(S.Boolean),
1726
+ mode: S.optional(DedicatedVirtualNetworkInterfaceVirtualNetworkInterfaceModeEnum),
1727
+ name: S.optional(S.String),
1728
+ networkInterfaceController: S.optional(DedicatedServerVirtualNetworkInterfaceNetworkInterfaceControllerList),
1729
+ serverName: S.optional(S.String),
1730
+ uuid: S.optional(S.String),
1731
+ vrack: S.optional(S.NullOr(S.String)),
1732
+ })).annotate({
1733
+ identifier: "DedicatedServerVirtualNetworkInterface",
1734
+ });
1735
+ export const GetDedicatedServerVirtualNetworkInterfaceByUuidRequest =
1736
+ /*@__PURE__*/ S.suspend(() => S.Struct({
1737
+ serviceName: S.String.pipe(T.Label()),
1738
+ uuid: S.String.pipe(T.Label()),
1739
+ }).pipe(T.Http({
1740
+ method: "GET",
1741
+ uri: "/dedicated/server/{serviceName}/virtualNetworkInterface/{uuid}",
1742
+ code: 200,
1743
+ }))).annotate({
1744
+ identifier: "GetDedicatedServerVirtualNetworkInterfaceByUuidRequest",
1745
+ });
1746
+ export const DedicatedVirtualNetworkInterfaceVirtualNetworkInterfaceNetworkInterfaceControllerList =
1747
+ /*@__PURE__*/ S.Array(S.String);
1748
+ export const DedicatedVirtualNetworkInterfaceVirtualNetworkInterface =
1749
+ /*@__PURE__*/ S.suspend(() => S.Struct({
1750
+ enabled: S.optional(S.Boolean),
1751
+ mode: S.optional(DedicatedVirtualNetworkInterfaceVirtualNetworkInterfaceModeEnum),
1752
+ name: S.optional(S.String),
1753
+ networkInterfaceController: S.optional(DedicatedVirtualNetworkInterfaceVirtualNetworkInterfaceNetworkInterfaceControllerList),
1754
+ serverName: S.optional(S.String),
1755
+ uuid: S.optional(S.String),
1756
+ vrack: S.optional(S.NullOr(S.String)),
1757
+ })).annotate({
1758
+ identifier: "DedicatedVirtualNetworkInterfaceVirtualNetworkInterface",
1759
+ });
1760
+ export const GetDedicatedServerVrackRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1761
+ serviceName: S.String.pipe(T.Label()),
1762
+ vrack: S.String.pipe(T.Label()),
1763
+ }).pipe(T.Http({
1764
+ method: "GET",
1765
+ uri: "/dedicated/server/{serviceName}/vrack/{vrack}",
1766
+ code: 200,
1767
+ }))).annotate({
1768
+ identifier: "GetDedicatedServerVrackRequest",
1769
+ });
1770
+ export const VrackDedicatedServer = /*@__PURE__*/ S.suspend(() => S.Struct({
1771
+ dedicatedServer: S.optional(S.String),
1772
+ vrack: S.optional(S.String),
1773
+ })).annotate({
1774
+ identifier: "VrackDedicatedServer",
1775
+ });
1776
+ export const IamResourceTagFilterInput = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
1777
+ identifier: "IamResourceTagFilterInput",
1778
+ });
1779
+ export const ListDedicatedServerRequestIamTagsValueList = /*@__PURE__*/ S.Array(IamResourceTagFilterInput);
1780
+ export const ListDedicatedServerRequestIamTagsMap = /*@__PURE__*/ S.Record(S.String, ListDedicatedServerRequestIamTagsValueList);
1781
+ export const ListDedicatedServerRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1782
+ iamTags: S.optional(ListDedicatedServerRequestIamTagsMap.pipe(T.Query())),
1783
+ }).pipe(T.Http({ method: "GET", uri: "/dedicated/server", code: 200 }))).annotate({
1784
+ identifier: "ListDedicatedServerRequest",
1785
+ });
1786
+ export const ListDedicatedServerResponseBodyList = /*@__PURE__*/ S.Array(S.String);
1787
+ export const ListDedicatedServerResponse = /*@__PURE__*/ S.suspend(() => ListDedicatedServerResponseBodyList.pipe(T.RawResponseRoot())).annotate({
1788
+ identifier: "ListDedicatedServerResponse",
1789
+ });
1790
+ export const ListDedicatedServerAvailabilityRawRequest =
1791
+ /*@__PURE__*/ S.suspend(() => S.Struct({}).pipe(T.Http({
1792
+ method: "GET",
1793
+ uri: "/dedicated/server/availabilities/raw",
1794
+ code: 200,
1795
+ }))).annotate({
1796
+ identifier: "ListDedicatedServerAvailabilityRawRequest",
1797
+ });
1798
+ export const DedicatedAvailabilityEnum = /*@__PURE__*/ S.String;
1799
+ export const DedicatedAvailabilityRegionEnum = /*@__PURE__*/ S.String;
1800
+ export const DedicatedAvailabilitiesRaw = /*@__PURE__*/ S.suspend(() => S.Struct({
1801
+ availability: S.optional(DedicatedAvailabilityEnum),
1802
+ available: S.optional(S.Number),
1803
+ incomingDatacenter: S.optional(S.NullOr(S.Number)),
1804
+ lastRule: S.optional(S.NullOr(S.String)),
1805
+ ordered: S.optional(S.Number),
1806
+ orderedCheck: S.optional(S.NullOr(S.Number)),
1807
+ parentAvailable: S.optional(S.NullOr(S.Number)),
1808
+ reference: S.optional(S.String),
1809
+ trueAvailable: S.optional(S.Number),
1810
+ trueAvailable24H: S.optional(S.NullOr(S.Number)),
1811
+ trueAvailable4H: S.optional(S.NullOr(S.Number)),
1812
+ zone: S.optional(DedicatedAvailabilityRegionEnum),
1813
+ })).annotate({
1814
+ identifier: "DedicatedAvailabilitiesRaw",
1815
+ });
1816
+ export const ListDedicatedServerAvailabilityRawResponseBodyList =
1817
+ /*@__PURE__*/ S.Array(DedicatedAvailabilitiesRaw);
1818
+ export const ListDedicatedServerAvailabilityRawResponse =
1819
+ /*@__PURE__*/ S.suspend(() => ListDedicatedServerAvailabilityRawResponseBodyList.pipe(T.RawResponseRoot())).annotate({
1820
+ identifier: "ListDedicatedServerAvailabilityRawResponse",
1821
+ });
1822
+ export const ListDedicatedServerBootRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1823
+ serviceName: S.String.pipe(T.Label()),
1824
+ bootType: S.optional(DedicatedServerBootTypeEnum.pipe(T.Query())),
1825
+ }).pipe(T.Http({
1826
+ method: "GET",
1827
+ uri: "/dedicated/server/{serviceName}/boot",
1828
+ code: 200,
1829
+ }))).annotate({
1830
+ identifier: "ListDedicatedServerBootRequest",
1831
+ });
1832
+ export const ListDedicatedServerBootResponseBodyList = /*@__PURE__*/ S.Array(S.Number);
1833
+ export const ListDedicatedServerBootResponse = /*@__PURE__*/ S.suspend(() => ListDedicatedServerBootResponseBodyList.pipe(T.RawResponseRoot())).annotate({
1834
+ identifier: "ListDedicatedServerBootResponse",
1835
+ });
1836
+ export const ListDedicatedServerBootOptionRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1837
+ serviceName: S.String.pipe(T.Label()),
1838
+ bootId: S.Number.pipe(T.Label()),
1839
+ }).pipe(T.Http({
1840
+ method: "GET",
1841
+ uri: "/dedicated/server/{serviceName}/boot/{bootId}/option",
1842
+ code: 200,
1843
+ }))).annotate({
1844
+ identifier: "ListDedicatedServerBootOptionRequest",
1845
+ });
1846
+ export const ListDedicatedServerBootOptionResponseBodyList =
1847
+ /*@__PURE__*/ S.Array(DedicatedServerBootOptionEnum);
1848
+ export const ListDedicatedServerBootOptionResponse = /*@__PURE__*/ S.suspend(() => ListDedicatedServerBootOptionResponseBodyList.pipe(T.RawResponseRoot())).annotate({
1849
+ identifier: "ListDedicatedServerBootOptionResponse",
1850
+ });
1851
+ export const ListDedicatedServerDatacenterAvailabilitiesRequest =
1852
+ /*@__PURE__*/ S.suspend(() => S.Struct({
1853
+ datacenters: S.optional(S.String.pipe(T.Query())),
1854
+ excludeDatacenters: S.optional(S.Boolean.pipe(T.Query())),
1855
+ gpu: S.optional(S.String.pipe(T.Query())),
1856
+ memory: S.optional(S.String.pipe(T.Query())),
1857
+ planCode: S.optional(S.String.pipe(T.Query())),
1858
+ server: S.optional(S.String.pipe(T.Query())),
1859
+ storage: S.optional(S.String.pipe(T.Query())),
1860
+ systemStorage: S.optional(S.String.pipe(T.Query())),
1861
+ }).pipe(T.Http({
1862
+ method: "GET",
1863
+ uri: "/dedicated/server/datacenter/availabilities",
1864
+ code: 200,
1865
+ }))).annotate({
1866
+ identifier: "ListDedicatedServerDatacenterAvailabilitiesRequest",
1867
+ });
1868
+ export const DedicatedAvailabilityDatacenterEnum = /*@__PURE__*/ S.String;
1869
+ export const DedicatedAvailabilityDatacenter = /*@__PURE__*/ S.suspend(() => S.Struct({
1870
+ availability: S.optional(DedicatedAvailabilityEnum),
1871
+ datacenter: S.optional(DedicatedAvailabilityDatacenterEnum),
1872
+ })).annotate({
1873
+ identifier: "DedicatedAvailabilityDatacenter",
1874
+ });
1875
+ export const DedicatedDatacenterAvailabilityDatacentersList =
1876
+ /*@__PURE__*/ S.Array(DedicatedAvailabilityDatacenter);
1877
+ export const DedicatedDatacenterAvailability = /*@__PURE__*/ S.suspend(() => S.Struct({
1878
+ datacenters: S.optional(DedicatedDatacenterAvailabilityDatacentersList),
1879
+ fqn: S.optional(S.String),
1880
+ gpu: S.optional(S.NullOr(S.String)),
1881
+ memory: S.optional(S.NullOr(S.String)),
1882
+ planCode: S.optional(S.String),
1883
+ server: S.optional(S.String),
1884
+ storage: S.optional(S.NullOr(S.String)),
1885
+ systemStorage: S.optional(S.NullOr(S.String)),
1886
+ })).annotate({
1887
+ identifier: "DedicatedDatacenterAvailability",
1888
+ });
1889
+ export const ListDedicatedServerDatacenterAvailabilitiesResponseBodyList =
1890
+ /*@__PURE__*/ S.Array(DedicatedDatacenterAvailability);
1891
+ export const ListDedicatedServerDatacenterAvailabilitiesResponse =
1892
+ /*@__PURE__*/ S.suspend(() => ListDedicatedServerDatacenterAvailabilitiesResponseBodyList.pipe(T.RawResponseRoot())).annotate({
1893
+ identifier: "ListDedicatedServerDatacenterAvailabilitiesResponse",
1894
+ });
1895
+ export const ListDedicatedServerDatacenterAvailabilityRawRequest =
1896
+ /*@__PURE__*/ S.suspend(() => S.Struct({
1897
+ datacenters: S.optional(S.String.pipe(T.Query())),
1898
+ excludeDatacenters: S.optional(S.Boolean.pipe(T.Query())),
1899
+ gpu: S.optional(S.String.pipe(T.Query())),
1900
+ memory: S.optional(S.String.pipe(T.Query())),
1901
+ planCode: S.optional(S.String.pipe(T.Query())),
1902
+ server: S.optional(S.String.pipe(T.Query())),
1903
+ storage: S.optional(S.String.pipe(T.Query())),
1904
+ systemStorage: S.optional(S.String.pipe(T.Query())),
1905
+ }).pipe(T.Http({
1906
+ method: "GET",
1907
+ uri: "/dedicated/server/datacenter/availabilities/raw",
1908
+ code: 200,
1909
+ }))).annotate({
1910
+ identifier: "ListDedicatedServerDatacenterAvailabilityRawRequest",
1911
+ });
1912
+ export const DedicatedAvailabilityRawDatacenter = /*@__PURE__*/ S.suspend(() => S.Struct({
1913
+ availability: S.optional(DedicatedAvailabilityEnum),
1914
+ datacenter: S.optional(DedicatedAvailabilityDatacenterEnum),
1915
+ lastRule: S.optional(S.NullOr(S.String)),
1916
+ parentAvailable: S.optional(S.Number),
1917
+ trueAvailable: S.optional(S.Number),
1918
+ })).annotate({
1919
+ identifier: "DedicatedAvailabilityRawDatacenter",
1920
+ });
1921
+ export const DedicatedDatacenterRawAvailabilityDatacentersList =
1922
+ /*@__PURE__*/ S.Array(DedicatedAvailabilityRawDatacenter);
1923
+ export const DedicatedAvailabilityAvailabilityZoneEnum = /*@__PURE__*/ S.String;
1924
+ export const DedicatedAvailabilityRawAvailabilityZones =
1925
+ /*@__PURE__*/ S.suspend(() => S.Struct({
1926
+ availability: S.optional(DedicatedAvailabilityEnum),
1927
+ availabilityZone: S.optional(DedicatedAvailabilityAvailabilityZoneEnum),
1928
+ lastRule: S.optional(S.NullOr(S.String)),
1929
+ parentAvailable: S.optional(S.Number),
1930
+ trueAvailable: S.optional(S.Number),
1931
+ })).annotate({
1932
+ identifier: "DedicatedAvailabilityRawAvailabilityZones",
1933
+ });
1934
+ export const DedicatedAvailabilityRawRegionAvailabilityZonesList =
1935
+ /*@__PURE__*/ S.Array(DedicatedAvailabilityRawAvailabilityZones);
1936
+ export const DedicatedAvailabilityRegionalizationEnum = /*@__PURE__*/ S.String;
1937
+ export const DedicatedAvailabilityRawRegion = /*@__PURE__*/ S.suspend(() => S.Struct({
1938
+ availability: S.optional(DedicatedAvailabilityEnum),
1939
+ availabilityZones: S.optional(DedicatedAvailabilityRawRegionAvailabilityZonesList),
1940
+ lastRule: S.optional(S.NullOr(S.String)),
1941
+ parentAvailable: S.optional(S.Number),
1942
+ region: S.optional(DedicatedAvailabilityRegionalizationEnum),
1943
+ trueAvailable: S.optional(S.Number),
1944
+ })).annotate({
1945
+ identifier: "DedicatedAvailabilityRawRegion",
1946
+ });
1947
+ export const DedicatedDatacenterRawAvailabilityRegionsList =
1948
+ /*@__PURE__*/ S.Array(DedicatedAvailabilityRawRegion);
1949
+ export const DedicatedDatacenterRawAvailability = /*@__PURE__*/ S.suspend(() => S.Struct({
1950
+ datacenters: S.optional(DedicatedDatacenterRawAvailabilityDatacentersList),
1951
+ fqn: S.optional(S.String),
1952
+ gpu: S.optional(S.NullOr(S.String)),
1953
+ memory: S.optional(S.NullOr(S.String)),
1954
+ planCode: S.optional(S.String),
1955
+ regions: S.optional(S.NullOr(DedicatedDatacenterRawAvailabilityRegionsList)),
1956
+ server: S.optional(S.String),
1957
+ storage: S.optional(S.NullOr(S.String)),
1958
+ systemStorage: S.optional(S.NullOr(S.String)),
1959
+ })).annotate({
1960
+ identifier: "DedicatedDatacenterRawAvailability",
1961
+ });
1962
+ export const ListDedicatedServerDatacenterAvailabilityRawResponseBodyList =
1963
+ /*@__PURE__*/ S.Array(DedicatedDatacenterRawAvailability);
1964
+ export const ListDedicatedServerDatacenterAvailabilityRawResponse =
1965
+ /*@__PURE__*/ S.suspend(() => ListDedicatedServerDatacenterAvailabilityRawResponseBodyList.pipe(T.RawResponseRoot())).annotate({
1966
+ identifier: "ListDedicatedServerDatacenterAvailabilityRawResponse",
1967
+ });
1968
+ export const ListDedicatedServerFeatureBackupCloudRequest =
1969
+ /*@__PURE__*/ S.suspend(() => S.Struct({
1970
+ serviceName: S.String.pipe(T.Label()),
1971
+ }).pipe(T.Http({
1972
+ method: "GET",
1973
+ uri: "/dedicated/server/{serviceName}/features/backupCloud",
1974
+ code: 200,
1975
+ }))).annotate({
1976
+ identifier: "ListDedicatedServerFeatureBackupCloudRequest",
1977
+ });
1978
+ export const ListDedicatedServerFeatureBackupFTPAccessRequest =
1979
+ /*@__PURE__*/ S.suspend(() => S.Struct({
1980
+ serviceName: S.String.pipe(T.Label()),
1981
+ }).pipe(T.Http({
1982
+ method: "GET",
1983
+ uri: "/dedicated/server/{serviceName}/features/backupFTP/access",
1984
+ code: 200,
1985
+ }))).annotate({
1986
+ identifier: "ListDedicatedServerFeatureBackupFTPAccessRequest",
1987
+ });
1988
+ export const ListDedicatedServerFeatureBackupFTPAccessResponseBodyList =
1989
+ /*@__PURE__*/ S.Array(S.String);
1990
+ export const ListDedicatedServerFeatureBackupFTPAccessResponse =
1991
+ /*@__PURE__*/ S.suspend(() => ListDedicatedServerFeatureBackupFTPAccessResponseBodyList.pipe(T.RawResponseRoot())).annotate({
1992
+ identifier: "ListDedicatedServerFeatureBackupFTPAccessResponse",
1993
+ });
1994
+ export const ListDedicatedServerFeatureBackupFTPAuthorizableBlocksRequest =
1995
+ /*@__PURE__*/ S.suspend(() => S.Struct({
1996
+ serviceName: S.String.pipe(T.Label()),
1997
+ }).pipe(T.Http({
1998
+ method: "GET",
1999
+ uri: "/dedicated/server/{serviceName}/features/backupFTP/authorizableBlocks",
2000
+ code: 200,
2001
+ }))).annotate({
2002
+ identifier: "ListDedicatedServerFeatureBackupFTPAuthorizableBlocksRequest",
2003
+ });
2004
+ export const ListDedicatedServerFeatureBackupFTPAuthorizableBlocksResponseBodyList =
2005
+ /*@__PURE__*/ S.Array(S.String);
2006
+ export const ListDedicatedServerFeatureBackupFTPAuthorizableBlocksResponse =
2007
+ /*@__PURE__*/ S.suspend(() => ListDedicatedServerFeatureBackupFTPAuthorizableBlocksResponseBodyList.pipe(T.RawResponseRoot())).annotate({
2008
+ identifier: "ListDedicatedServerFeatureBackupFTPAuthorizableBlocksResponse",
2009
+ });
2010
+ export const ListDedicatedServerInstallCompatibleTemplatePartitionSchemesRequest =
2011
+ /*@__PURE__*/ S.suspend(() => S.Struct({
2012
+ serviceName: S.String.pipe(T.Label()),
2013
+ templateName: S.String.pipe(T.Query()),
2014
+ }).pipe(T.Http({
2015
+ method: "GET",
2016
+ uri: "/dedicated/server/{serviceName}/install/compatibleTemplatePartitionSchemes",
2017
+ code: 200,
2018
+ }))).annotate({
2019
+ identifier: "ListDedicatedServerInstallCompatibleTemplatePartitionSchemesRequest",
2020
+ });
2021
+ export const ListDedicatedServerInstallCompatibleTemplatePartitionSchemesResponseBodyList =
2022
+ /*@__PURE__*/ S.Array(S.String);
2023
+ export const ListDedicatedServerInstallCompatibleTemplatePartitionSchemesResponse =
2024
+ /*@__PURE__*/ S.suspend(() => ListDedicatedServerInstallCompatibleTemplatePartitionSchemesResponseBodyList.pipe(T.RawResponseRoot())).annotate({
2025
+ identifier: "ListDedicatedServerInstallCompatibleTemplatePartitionSchemesResponse",
2026
+ });
2027
+ export const ListDedicatedServerInstallCompatibleTemplatesRequest =
2028
+ /*@__PURE__*/ S.suspend(() => S.Struct({
2029
+ serviceName: S.String.pipe(T.Label()),
2030
+ }).pipe(T.Http({
2031
+ method: "GET",
2032
+ uri: "/dedicated/server/{serviceName}/install/compatibleTemplates",
2033
+ code: 200,
2034
+ }))).annotate({
2035
+ identifier: "ListDedicatedServerInstallCompatibleTemplatesRequest",
2036
+ });
2037
+ export const DedicatedServerInstallTemplateOvhList = /*@__PURE__*/ S.Array(S.String);
2038
+ export const DedicatedServerInstallTemplatePersonalList = /*@__PURE__*/ S.Array(S.String);
2039
+ export const DedicatedServerInstallTemplate = /*@__PURE__*/ S.suspend(() => S.Struct({
2040
+ ovh: S.optional(S.NullOr(DedicatedServerInstallTemplateOvhList)),
2041
+ personal: S.optional(S.NullOr(DedicatedServerInstallTemplatePersonalList)),
2042
+ })).annotate({
2043
+ identifier: "DedicatedServerInstallTemplate",
2044
+ });
2045
+ export const ListDedicatedServerInstallHardwareRaidProfileRequest =
2046
+ /*@__PURE__*/ S.suspend(() => S.Struct({
2047
+ serviceName: S.String.pipe(T.Label()),
2048
+ }).pipe(T.Http({
2049
+ method: "GET",
2050
+ uri: "/dedicated/server/{serviceName}/install/hardwareRaidProfile",
2051
+ code: 200,
2052
+ }))).annotate({
2053
+ identifier: "ListDedicatedServerInstallHardwareRaidProfileRequest",
2054
+ });
2055
+ export const DedicatedServerHardwareRaidDiskGroupNamesList =
2056
+ /*@__PURE__*/ S.Array(S.String);
2057
+ export const ComplexTypeUnitAndValueString = /*@__PURE__*/ S.suspend(() => S.Struct({
2058
+ unit: S.optional(S.String),
2059
+ value: S.optional(S.String),
2060
+ })).annotate({
2061
+ identifier: "ComplexTypeUnitAndValueString",
2062
+ });
2063
+ export const DedicatedServerDiskTypeEnum = /*@__PURE__*/ S.String;
2064
+ export const DedicatedServerHardwareRaidDiskGroup = /*@__PURE__*/ S.suspend(() => S.Struct({
2065
+ capacity: S.optional(ComplexTypeUnitAndValueLong),
2066
+ diskGroupId: S.optional(S.Number),
2067
+ names: S.optional(DedicatedServerHardwareRaidDiskGroupNamesList),
2068
+ speed: S.optional(ComplexTypeUnitAndValueString),
2069
+ type: S.optional(DedicatedServerDiskTypeEnum),
2070
+ })).annotate({
2071
+ identifier: "DedicatedServerHardwareRaidDiskGroup",
2072
+ });
2073
+ export const DedicatedServerHardwareRaidControllerDisksList =
2074
+ /*@__PURE__*/ S.Array(DedicatedServerHardwareRaidDiskGroup);
2075
+ export const DedicatedServerHardwareRaidController = /*@__PURE__*/ S.suspend(() => S.Struct({
2076
+ disks: S.optional(DedicatedServerHardwareRaidControllerDisksList),
2077
+ model: S.optional(S.String),
2078
+ type: S.optional(S.String),
2079
+ })).annotate({
2080
+ identifier: "DedicatedServerHardwareRaidController",
2081
+ });
2082
+ export const DedicatedServerHardwareRaidProfileControllersList =
2083
+ /*@__PURE__*/ S.Array(DedicatedServerHardwareRaidController);
2084
+ export const DedicatedServerHardwareRaidProfile = /*@__PURE__*/ S.suspend(() => S.Struct({
2085
+ controllers: S.optional(DedicatedServerHardwareRaidProfileControllersList),
2086
+ })).annotate({
2087
+ identifier: "DedicatedServerHardwareRaidProfile",
2088
+ });
2089
+ export const ListDedicatedServerInstallHardwareRaidSizeRequest =
2090
+ /*@__PURE__*/ S.suspend(() => S.Struct({
2091
+ serviceName: S.String.pipe(T.Label()),
2092
+ partitionSchemeName: S.String.pipe(T.Query()),
2093
+ templateName: S.String.pipe(T.Query()),
2094
+ }).pipe(T.Http({
2095
+ method: "GET",
2096
+ uri: "/dedicated/server/{serviceName}/install/hardwareRaidSize",
2097
+ code: 200,
2098
+ }))).annotate({
2099
+ identifier: "ListDedicatedServerInstallHardwareRaidSizeRequest",
2100
+ });
2101
+ export const DedicatedServerHardwareRaidConfiguration = /*@__PURE__*/ S.suspend(() => S.Struct({
2102
+ capacity: S.optional(ComplexTypeUnitAndValueLong),
2103
+ diskCount: S.optional(S.Number),
2104
+ diskSize: S.optional(ComplexTypeUnitAndValueLong),
2105
+ diskSpanSize: S.optional(S.Number),
2106
+ mode: S.optional(DedicatedServerHardwareSpecificationsRaidHardEnum),
2107
+ name: S.optional(S.String),
2108
+ type: S.optional(S.String),
2109
+ })).annotate({
2110
+ identifier: "DedicatedServerHardwareRaidConfiguration",
2111
+ });
2112
+ export const DedicatedServerHardwareRaidSizeConfigurationsList =
2113
+ /*@__PURE__*/ S.Array(DedicatedServerHardwareRaidConfiguration);
2114
+ export const DedicatedServerHardwareRaidSize = /*@__PURE__*/ S.suspend(() => S.Struct({
2115
+ configurations: S.optional(DedicatedServerHardwareRaidSizeConfigurationsList),
2116
+ })).annotate({
2117
+ identifier: "DedicatedServerHardwareRaidSize",
2118
+ });
2119
+ export const ListDedicatedServerInstallStatusRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2120
+ serviceName: S.String.pipe(T.Label()),
2121
+ }).pipe(T.Http({
2122
+ method: "GET",
2123
+ uri: "/dedicated/server/{serviceName}/install/status",
2124
+ code: 200,
2125
+ }))).annotate({
2126
+ identifier: "ListDedicatedServerInstallStatusRequest",
2127
+ });
2128
+ export const DedicatedServerInstallationProgressStatusEnum =
2129
+ /*@__PURE__*/ S.String;
2130
+ export const DedicatedServerInstallationProgressSteps = /*@__PURE__*/ S.suspend(() => S.Struct({
2131
+ comment: S.optional(S.String),
2132
+ error: S.optional(S.NullOr(S.String)),
2133
+ status: S.optional(DedicatedServerInstallationProgressStatusEnum),
2134
+ })).annotate({
2135
+ identifier: "DedicatedServerInstallationProgressSteps",
2136
+ });
2137
+ export const DedicatedServerInstallationProgressStatusProgressList =
2138
+ /*@__PURE__*/ S.Array(DedicatedServerInstallationProgressSteps);
2139
+ export const DedicatedServerInstallationProgressStatus =
2140
+ /*@__PURE__*/ S.suspend(() => S.Struct({
2141
+ elapsedTime: S.optional(S.Number),
2142
+ progress: S.optional(S.NullOr(DedicatedServerInstallationProgressStatusProgressList)),
2143
+ })).annotate({
2144
+ identifier: "DedicatedServerInstallationProgressStatus",
2145
+ });
2146
+ export const ListDedicatedServerInterventionRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2147
+ serviceName: S.String.pipe(T.Label()),
2148
+ }).pipe(T.Http({
2149
+ method: "GET",
2150
+ uri: "/dedicated/server/{serviceName}/intervention",
2151
+ code: 200,
2152
+ }))).annotate({
2153
+ identifier: "ListDedicatedServerInterventionRequest",
2154
+ });
2155
+ export const ListDedicatedServerInterventionResponseBodyList =
2156
+ /*@__PURE__*/ S.Array(S.Number);
2157
+ export const ListDedicatedServerInterventionResponse = /*@__PURE__*/ S.suspend(() => ListDedicatedServerInterventionResponseBodyList.pipe(T.RawResponseRoot())).annotate({
2158
+ identifier: "ListDedicatedServerInterventionResponse",
2159
+ });
2160
+ export const ListDedicatedServerIpCountryAvailableRequest =
2161
+ /*@__PURE__*/ S.suspend(() => S.Struct({
2162
+ serviceName: S.String.pipe(T.Label()),
2163
+ }).pipe(T.Http({
2164
+ method: "GET",
2165
+ uri: "/dedicated/server/{serviceName}/ipCountryAvailable",
2166
+ code: 200,
2167
+ }))).annotate({
2168
+ identifier: "ListDedicatedServerIpCountryAvailableRequest",
2169
+ });
2170
+ export const DedicatedServerIpCountryEnum = /*@__PURE__*/ S.String;
2171
+ export const ListDedicatedServerIpCountryAvailableResponseBodyList =
2172
+ /*@__PURE__*/ S.Array(DedicatedServerIpCountryEnum);
2173
+ export const ListDedicatedServerIpCountryAvailableResponse =
2174
+ /*@__PURE__*/ S.suspend(() => ListDedicatedServerIpCountryAvailableResponseBodyList.pipe(T.RawResponseRoot())).annotate({
2175
+ identifier: "ListDedicatedServerIpCountryAvailableResponse",
2176
+ });
2177
+ export const ListDedicatedServerIpsRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2178
+ serviceName: S.String.pipe(T.Label()),
2179
+ }).pipe(T.Http({
2180
+ method: "GET",
2181
+ uri: "/dedicated/server/{serviceName}/ips",
2182
+ code: 200,
2183
+ }))).annotate({
2184
+ identifier: "ListDedicatedServerIpsRequest",
2185
+ });
2186
+ export const ListDedicatedServerIpsResponseBodyList = /*@__PURE__*/ S.Array(S.String);
2187
+ export const ListDedicatedServerIpsResponse = /*@__PURE__*/ S.suspend(() => ListDedicatedServerIpsResponseBodyList.pipe(T.RawResponseRoot())).annotate({
2188
+ identifier: "ListDedicatedServerIpsResponse",
2189
+ });
2190
+ export const ListDedicatedServerLicenseCompliantWindowsRequest =
2191
+ /*@__PURE__*/ S.suspend(() => S.Struct({
2192
+ serviceName: S.String.pipe(T.Label()),
2193
+ }).pipe(T.Http({
2194
+ method: "GET",
2195
+ uri: "/dedicated/server/{serviceName}/license/compliantWindows",
2196
+ code: 200,
2197
+ }))).annotate({
2198
+ identifier: "ListDedicatedServerLicenseCompliantWindowsRequest",
2199
+ });
2200
+ export const ListDedicatedServerLicenseCompliantWindowsResponseBodyList =
2201
+ /*@__PURE__*/ S.Array(LicenseWindowsOsVersionEnum);
2202
+ export const ListDedicatedServerLicenseCompliantWindowsResponse =
2203
+ /*@__PURE__*/ S.suspend(() => ListDedicatedServerLicenseCompliantWindowsResponseBodyList.pipe(T.RawResponseRoot())).annotate({
2204
+ identifier: "ListDedicatedServerLicenseCompliantWindowsResponse",
2205
+ });
2206
+ export const ListDedicatedServerLicenseCompliantWindowsSqlServerRequest =
2207
+ /*@__PURE__*/ S.suspend(() => S.Struct({
2208
+ serviceName: S.String.pipe(T.Label()),
2209
+ }).pipe(T.Http({
2210
+ method: "GET",
2211
+ uri: "/dedicated/server/{serviceName}/license/compliantWindowsSqlServer",
2212
+ code: 200,
2213
+ }))).annotate({
2214
+ identifier: "ListDedicatedServerLicenseCompliantWindowsSqlServerRequest",
2215
+ });
2216
+ export const LicenseWindowsSqlVersionEnum = /*@__PURE__*/ S.String;
2217
+ export const ListDedicatedServerLicenseCompliantWindowsSqlServerResponseBodyList =
2218
+ /*@__PURE__*/ S.Array(LicenseWindowsSqlVersionEnum);
2219
+ export const ListDedicatedServerLicenseCompliantWindowsSqlServerResponse =
2220
+ /*@__PURE__*/ S.suspend(() => ListDedicatedServerLicenseCompliantWindowsSqlServerResponseBodyList.pipe(T.RawResponseRoot())).annotate({
2221
+ identifier: "ListDedicatedServerLicenseCompliantWindowsSqlServerResponse",
2222
+ });
2223
+ export const ListDedicatedServerNetworkingRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2224
+ serviceName: S.String.pipe(T.Label()),
2225
+ }).pipe(T.Http({
2226
+ method: "GET",
2227
+ uri: "/dedicated/server/{serviceName}/networking",
2228
+ code: 200,
2229
+ }))).annotate({
2230
+ identifier: "ListDedicatedServerNetworkingRequest",
2231
+ });
2232
+ export const ListDedicatedServerNetworkInterfaceControllerRequest =
2233
+ /*@__PURE__*/ S.suspend(() => S.Struct({
2234
+ serviceName: S.String.pipe(T.Label()),
2235
+ linkType: S.optional(DedicatedNetworkInterfaceControllerNetworkInterfaceControllerLinkTypeEnum.pipe(T.Query())),
2236
+ }).pipe(T.Http({
2237
+ method: "GET",
2238
+ uri: "/dedicated/server/{serviceName}/networkInterfaceController",
2239
+ code: 200,
2240
+ }))).annotate({
2241
+ identifier: "ListDedicatedServerNetworkInterfaceControllerRequest",
2242
+ });
2243
+ export const ListDedicatedServerNetworkInterfaceControllerResponseBodyList =
2244
+ /*@__PURE__*/ S.Array(S.String);
2245
+ export const ListDedicatedServerNetworkInterfaceControllerResponse =
2246
+ /*@__PURE__*/ S.suspend(() => ListDedicatedServerNetworkInterfaceControllerResponseBodyList.pipe(T.RawResponseRoot())).annotate({
2247
+ identifier: "ListDedicatedServerNetworkInterfaceControllerResponse",
2248
+ });
2249
+ export const DedicatedServerMrtgPeriodEnum = /*@__PURE__*/ S.String;
2250
+ export const DedicatedServerMrtgTypeEnum = /*@__PURE__*/ S.String;
2251
+ export const ListDedicatedServerNetworkInterfaceControllerMrtgRequest =
2252
+ /*@__PURE__*/ S.suspend(() => S.Struct({
2253
+ serviceName: S.String.pipe(T.Label()),
2254
+ mac: S.String.pipe(T.Label()),
2255
+ period: DedicatedServerMrtgPeriodEnum.pipe(T.Query()),
2256
+ type: DedicatedServerMrtgTypeEnum.pipe(T.Query()),
2257
+ }).pipe(T.Http({
2258
+ method: "GET",
2259
+ uri: "/dedicated/server/{serviceName}/networkInterfaceController/{mac}/mrtg",
2260
+ code: 200,
2261
+ }))).annotate({
2262
+ identifier: "ListDedicatedServerNetworkInterfaceControllerMrtgRequest",
2263
+ });
2264
+ export const ComplexTypeUnitAndValueDouble = ComplexTypeUnitAndValueLong;
2265
+ export const DedicatedServerMrtgTimestampValue = /*@__PURE__*/ S.suspend(() => S.Struct({
2266
+ timestamp: S.optional(S.Number),
2267
+ value: S.optional(S.NullOr(ComplexTypeUnitAndValueLong)),
2268
+ })).annotate({
2269
+ identifier: "DedicatedServerMrtgTimestampValue",
2270
+ });
2271
+ export const ListDedicatedServerNetworkInterfaceControllerMrtgResponseBodyList =
2272
+ /*@__PURE__*/ S.Array(DedicatedServerMrtgTimestampValue);
2273
+ export const ListDedicatedServerNetworkInterfaceControllerMrtgResponse =
2274
+ /*@__PURE__*/ S.suspend(() => ListDedicatedServerNetworkInterfaceControllerMrtgResponseBodyList.pipe(T.RawResponseRoot())).annotate({
2275
+ identifier: "ListDedicatedServerNetworkInterfaceControllerMrtgResponse",
2276
+ });
2277
+ export const ListDedicatedServerOngoingRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2278
+ serviceName: S.String.pipe(T.Label()),
2279
+ }).pipe(T.Http({
2280
+ method: "GET",
2281
+ uri: "/dedicated/server/{serviceName}/ongoing",
2282
+ code: 200,
2283
+ }))).annotate({
2284
+ identifier: "ListDedicatedServerOngoingRequest",
2285
+ });
2286
+ export const DedicatedExposedTask = /*@__PURE__*/ S.suspend(() => S.Struct({
2287
+ datacenter: S.optional(DedicatedDatacenterEnum),
2288
+ description: S.optional(S.String),
2289
+ server: S.optional(S.String),
2290
+ todoDate: S.optional(S.String),
2291
+ })).annotate({
2292
+ identifier: "DedicatedExposedTask",
2293
+ });
2294
+ export const ListDedicatedServerOngoingResponseBodyList = /*@__PURE__*/ S.Array(DedicatedExposedTask);
2295
+ export const ListDedicatedServerOngoingResponse = /*@__PURE__*/ S.suspend(() => ListDedicatedServerOngoingResponseBodyList.pipe(T.RawResponseRoot())).annotate({
2296
+ identifier: "ListDedicatedServerOngoingResponse",
2297
+ });
2298
+ export const ListDedicatedServerOperationRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2299
+ serviceName: S.String.pipe(T.Label()),
2300
+ function: S.optional(DedicatedOperationFunctionEnum.pipe(T.Query())),
2301
+ status: S.optional(DedicatedTaskStatusEnum.pipe(T.Query())),
2302
+ }).pipe(T.Http({
2303
+ method: "GET",
2304
+ uri: "/dedicated/server/{serviceName}/operation",
2305
+ code: 200,
2306
+ }))).annotate({
2307
+ identifier: "ListDedicatedServerOperationRequest",
2308
+ });
2309
+ export const ListDedicatedServerOperationResponseBodyList =
2310
+ /*@__PURE__*/ S.Array(S.String);
2311
+ export const ListDedicatedServerOperationResponse = /*@__PURE__*/ S.suspend(() => ListDedicatedServerOperationResponseBodyList.pipe(T.RawResponseRoot())).annotate({
2312
+ identifier: "ListDedicatedServerOperationResponse",
2313
+ });
2314
+ export const ListDedicatedServerOptionRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2315
+ serviceName: S.String.pipe(T.Label()),
2316
+ }).pipe(T.Http({
2317
+ method: "GET",
2318
+ uri: "/dedicated/server/{serviceName}/option",
2319
+ code: 200,
2320
+ }))).annotate({
2321
+ identifier: "ListDedicatedServerOptionRequest",
2322
+ });
2323
+ export const ListDedicatedServerOptionResponseBodyList = /*@__PURE__*/ S.Array(DedicatedServerOptionEnum);
2324
+ export const ListDedicatedServerOptionResponse = /*@__PURE__*/ S.suspend(() => ListDedicatedServerOptionResponseBodyList.pipe(T.RawResponseRoot())).annotate({
2325
+ identifier: "ListDedicatedServerOptionResponse",
2326
+ });
2327
+ export const ListDedicatedServerOrderableBackupStorageRequest =
2328
+ /*@__PURE__*/ S.suspend(() => S.Struct({
2329
+ serviceName: S.String.pipe(T.Label()),
2330
+ }).pipe(T.Http({
2331
+ method: "GET",
2332
+ uri: "/dedicated/server/{serviceName}/orderable/backupStorage",
2333
+ code: 200,
2334
+ }))).annotate({
2335
+ identifier: "ListDedicatedServerOrderableBackupStorageRequest",
2336
+ });
2337
+ export const DedicatedServerBackupStorageCapacityEnum = /*@__PURE__*/ S.Number;
2338
+ export const DedicatedServerBackupStorageOrderableCapacitiesList =
2339
+ /*@__PURE__*/ S.Array(DedicatedServerBackupStorageCapacityEnum);
2340
+ export const DedicatedServerBackupStorageOrderable = /*@__PURE__*/ S.suspend(() => S.Struct({
2341
+ capacities: S.optional(S.NullOr(DedicatedServerBackupStorageOrderableCapacitiesList)),
2342
+ orderable: S.optional(S.Boolean),
2343
+ })).annotate({
2344
+ identifier: "DedicatedServerBackupStorageOrderable",
2345
+ });
2346
+ export const ListDedicatedServerOrderableBandwidthRequest =
2347
+ /*@__PURE__*/ S.suspend(() => S.Struct({
2348
+ serviceName: S.String.pipe(T.Label()),
2349
+ }).pipe(T.Http({
2350
+ method: "GET",
2351
+ uri: "/dedicated/server/{serviceName}/orderable/bandwidth",
2352
+ code: 200,
2353
+ }))).annotate({
2354
+ identifier: "ListDedicatedServerOrderableBandwidthRequest",
2355
+ });
2356
+ export const DedicatedServerBandwidthOrderEnum = /*@__PURE__*/ S.Number;
2357
+ export const DedicatedServerBandwidthOrderablePlatinumList =
2358
+ /*@__PURE__*/ S.Array(DedicatedServerBandwidthOrderEnum);
2359
+ export const DedicatedServerBandwidthOrderablePremiumList =
2360
+ /*@__PURE__*/ S.Array(DedicatedServerBandwidthOrderEnum);
2361
+ export const DedicatedServerBandwidthOrderableUltimateList =
2362
+ /*@__PURE__*/ S.Array(DedicatedServerBandwidthOrderEnum);
2363
+ export const DedicatedServerBandwidthOrderable = /*@__PURE__*/ S.suspend(() => S.Struct({
2364
+ orderable: S.optional(S.Boolean),
2365
+ platinum: S.optional(S.NullOr(DedicatedServerBandwidthOrderablePlatinumList)),
2366
+ premium: S.optional(S.NullOr(DedicatedServerBandwidthOrderablePremiumList)),
2367
+ ultimate: S.optional(S.NullOr(DedicatedServerBandwidthOrderableUltimateList)),
2368
+ })).annotate({
2369
+ identifier: "DedicatedServerBandwidthOrderable",
2370
+ });
2371
+ export const ListDedicatedServerOrderableBandwidthvRackRequest =
2372
+ /*@__PURE__*/ S.suspend(() => S.Struct({
2373
+ serviceName: S.String.pipe(T.Label()),
2374
+ }).pipe(T.Http({
2375
+ method: "GET",
2376
+ uri: "/dedicated/server/{serviceName}/orderable/bandwidthvRack",
2377
+ code: 200,
2378
+ }))).annotate({
2379
+ identifier: "ListDedicatedServerOrderableBandwidthvRackRequest",
2380
+ });
2381
+ export const DedicatedServerBandwidthvRackOrderEnum = /*@__PURE__*/ S.Number;
2382
+ export const DedicatedServerBandwidthvRackOrderableVrackList =
2383
+ /*@__PURE__*/ S.Array(DedicatedServerBandwidthvRackOrderEnum);
2384
+ export const DedicatedServerBandwidthvRackOrderable = /*@__PURE__*/ S.suspend(() => S.Struct({
2385
+ orderable: S.optional(S.Boolean),
2386
+ vrack: S.optional(S.NullOr(DedicatedServerBandwidthvRackOrderableVrackList)),
2387
+ })).annotate({
2388
+ identifier: "DedicatedServerBandwidthvRackOrderable",
2389
+ });
2390
+ export const ListDedicatedServerOrderableIpRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2391
+ serviceName: S.String.pipe(T.Label()),
2392
+ }).pipe(T.Http({
2393
+ method: "GET",
2394
+ uri: "/dedicated/server/{serviceName}/orderable/ip",
2395
+ code: 200,
2396
+ }))).annotate({
2397
+ identifier: "ListDedicatedServerOrderableIpRequest",
2398
+ });
2399
+ export const DedicatedServerIpBlockSizeEnum = /*@__PURE__*/ S.Number;
2400
+ export const DedicatedServerIpOrderableDetailsBlockSizesList =
2401
+ /*@__PURE__*/ S.Array(DedicatedServerIpBlockSizeEnum);
2402
+ export const DedicatedServerOptionRequiredEnum = /*@__PURE__*/ S.String;
2403
+ export const DedicatedServerIpTypeOrderableEnum = /*@__PURE__*/ S.String;
2404
+ export const DedicatedServerIpOrderableDetails = /*@__PURE__*/ S.suspend(() => S.Struct({
2405
+ blockSizes: S.optional(DedicatedServerIpOrderableDetailsBlockSizesList),
2406
+ included: S.optional(S.Boolean),
2407
+ ipNumber: S.optional(S.NullOr(S.Number)),
2408
+ number: S.optional(S.Number),
2409
+ optionRequired: S.optional(S.NullOr(DedicatedServerOptionRequiredEnum)),
2410
+ type: S.optional(DedicatedServerIpTypeOrderableEnum),
2411
+ })).annotate({
2412
+ identifier: "DedicatedServerIpOrderableDetails",
2413
+ });
2414
+ export const DedicatedServerIpOrderableIpv4List = /*@__PURE__*/ S.Array(DedicatedServerIpOrderableDetails);
2415
+ export const DedicatedServerIpOrderableIpv6List = /*@__PURE__*/ S.Array(DedicatedServerIpOrderableDetails);
2416
+ export const DedicatedServerIpOrderable = /*@__PURE__*/ S.suspend(() => S.Struct({
2417
+ ipv4: S.optional(S.NullOr(DedicatedServerIpOrderableIpv4List)),
2418
+ ipv6: S.optional(S.NullOr(DedicatedServerIpOrderableIpv6List)),
2419
+ })).annotate({
2420
+ identifier: "DedicatedServerIpOrderable",
2421
+ });
2422
+ export const ListDedicatedServerOrderableSupportLevelRequest =
2423
+ /*@__PURE__*/ S.suspend(() => S.Struct({
2424
+ serviceName: S.String.pipe(T.Label()),
2425
+ }).pipe(T.Http({
2426
+ method: "GET",
2427
+ uri: "/dedicated/server/{serviceName}/orderable/supportLevel",
2428
+ code: 200,
2429
+ }))).annotate({
2430
+ identifier: "ListDedicatedServerOrderableSupportLevelRequest",
2431
+ });
2432
+ export const DedicatedServerSupportLevelOrderableEnum = /*@__PURE__*/ S.String;
2433
+ export const DedicatedServerSupportLevelOrderableLevelsList =
2434
+ /*@__PURE__*/ S.Array(DedicatedServerSupportLevelOrderableEnum);
2435
+ export const DedicatedServerSupportLevelOrderable = /*@__PURE__*/ S.suspend(() => S.Struct({
2436
+ levels: S.optional(S.NullOr(DedicatedServerSupportLevelOrderableLevelsList)),
2437
+ orderable: S.optional(S.Boolean),
2438
+ })).annotate({
2439
+ identifier: "DedicatedServerSupportLevelOrderable",
2440
+ });
2441
+ export const ListDedicatedServerOrderableTrafficRequest =
2442
+ /*@__PURE__*/ S.suspend(() => S.Struct({
2443
+ serviceName: S.String.pipe(T.Label()),
2444
+ }).pipe(T.Http({
2445
+ method: "GET",
2446
+ uri: "/dedicated/server/{serviceName}/orderable/traffic",
2447
+ code: 200,
2448
+ }))).annotate({
2449
+ identifier: "ListDedicatedServerOrderableTrafficRequest",
2450
+ });
2451
+ export const DedicatedServerTrafficOrderEnum = /*@__PURE__*/ S.String;
2452
+ export const DedicatedServerTrafficOrderableTrafficList = /*@__PURE__*/ S.Array(DedicatedServerTrafficOrderEnum);
2453
+ export const DedicatedServerTrafficOrderable = /*@__PURE__*/ S.suspend(() => S.Struct({
2454
+ orderable: S.optional(S.Boolean),
2455
+ traffic: S.optional(S.NullOr(DedicatedServerTrafficOrderableTrafficList)),
2456
+ })).annotate({
2457
+ identifier: "DedicatedServerTrafficOrderable",
2458
+ });
2459
+ export const ListDedicatedServerOrderableUsbKeyRequest =
2460
+ /*@__PURE__*/ S.suspend(() => S.Struct({
2461
+ serviceName: S.String.pipe(T.Label()),
2462
+ }).pipe(T.Http({
2463
+ method: "GET",
2464
+ uri: "/dedicated/server/{serviceName}/orderable/usbKey",
2465
+ code: 200,
2466
+ }))).annotate({
2467
+ identifier: "ListDedicatedServerOrderableUsbKeyRequest",
2468
+ });
2469
+ export const DedicatedServerUsbKeyCapacityEnum = /*@__PURE__*/ S.Number;
2470
+ export const DedicatedServerUsbKeyOrderableDetailsCapacityList =
2471
+ /*@__PURE__*/ S.Array(DedicatedServerUsbKeyCapacityEnum);
2472
+ export const DedicatedServerUsbKeyOrderableDetails = /*@__PURE__*/ S.suspend(() => S.Struct({
2473
+ capacity: S.optional(DedicatedServerUsbKeyOrderableDetailsCapacityList),
2474
+ number: S.optional(S.Number),
2475
+ optionRequired: S.optional(S.NullOr(DedicatedServerOptionRequiredEnum)),
2476
+ orderable: S.optional(S.Boolean),
2477
+ })).annotate({
2478
+ identifier: "DedicatedServerUsbKeyOrderableDetails",
2479
+ });
2480
+ export const ListDedicatedServerOsAvailabilitiesRequest =
2481
+ /*@__PURE__*/ S.suspend(() => S.Struct({
2482
+ hardware: S.String.pipe(T.Query()),
2483
+ }).pipe(T.Http({
2484
+ method: "GET",
2485
+ uri: "/dedicated/server/osAvailabilities",
2486
+ code: 200,
2487
+ }))).annotate({
2488
+ identifier: "ListDedicatedServerOsAvailabilitiesRequest",
2489
+ });
2490
+ export const ListDedicatedServerOsAvailabilitiesResponseBodyList =
2491
+ /*@__PURE__*/ S.Array(S.String);
2492
+ export const ListDedicatedServerOsAvailabilitiesResponse =
2493
+ /*@__PURE__*/ S.suspend(() => ListDedicatedServerOsAvailabilitiesResponseBodyList.pipe(T.RawResponseRoot())).annotate({
2494
+ identifier: "ListDedicatedServerOsAvailabilitiesResponse",
2495
+ });
2496
+ export const ListDedicatedServerPlannedInterventionRequest =
2497
+ /*@__PURE__*/ S.suspend(() => S.Struct({
2498
+ serviceName: S.String.pipe(T.Label()),
2499
+ }).pipe(T.Http({
2500
+ method: "GET",
2501
+ uri: "/dedicated/server/{serviceName}/plannedIntervention",
2502
+ code: 200,
2503
+ }))).annotate({
2504
+ identifier: "ListDedicatedServerPlannedInterventionRequest",
2505
+ });
2506
+ export const ListDedicatedServerPlannedInterventionResponseBodyList =
2507
+ /*@__PURE__*/ S.Array(S.Number);
2508
+ export const ListDedicatedServerPlannedInterventionResponse =
2509
+ /*@__PURE__*/ S.suspend(() => ListDedicatedServerPlannedInterventionResponseBodyList.pipe(T.RawResponseRoot())).annotate({
2510
+ identifier: "ListDedicatedServerPlannedInterventionResponse",
2511
+ });
2512
+ export const DedicatedServerAvailabilityRegionalizationEnum =
2513
+ /*@__PURE__*/ S.String;
2514
+ export const ListDedicatedServerRegionAvailabilitiesRequestRegionsList =
2515
+ /*@__PURE__*/ S.Array(DedicatedServerAvailabilityRegionalizationEnum);
2516
+ export const ListDedicatedServerRegionAvailabilitiesRequest =
2517
+ /*@__PURE__*/ S.suspend(() => S.Struct({
2518
+ excludeRegions: S.optional(S.Boolean.pipe(T.Query())),
2519
+ gpu: S.optional(S.String.pipe(T.Query())),
2520
+ memory: S.optional(S.String.pipe(T.Query())),
2521
+ planCode: S.optional(S.String.pipe(T.Query())),
2522
+ regions: S.optional(ListDedicatedServerRegionAvailabilitiesRequestRegionsList.pipe(T.Query())),
2523
+ server: S.optional(S.String.pipe(T.Query())),
2524
+ storage: S.optional(S.String.pipe(T.Query())),
2525
+ systemStorage: S.optional(S.String.pipe(T.Query())),
2526
+ }).pipe(T.Http({
2527
+ method: "GET",
2528
+ uri: "/dedicated/server/region/availabilities",
2529
+ code: 200,
2530
+ }))).annotate({
2531
+ identifier: "ListDedicatedServerRegionAvailabilitiesRequest",
2532
+ });
2533
+ export const DedicatedServerAvailabilityEnum = /*@__PURE__*/ S.String;
2534
+ export const DedicatedServerAvailabilityZonesEnum = /*@__PURE__*/ S.String;
2535
+ export const DedicatedServerAvailabilityZones = /*@__PURE__*/ S.suspend(() => S.Struct({
2536
+ availability: S.optional(DedicatedServerAvailabilityEnum),
2537
+ availabilityZone: S.optional(DedicatedServerAvailabilityZonesEnum),
2538
+ })).annotate({
2539
+ identifier: "DedicatedServerAvailabilityZones",
2540
+ });
2541
+ export const DedicatedServerAvailabilityByRegionAvailabilityZonesList =
2542
+ /*@__PURE__*/ S.Array(DedicatedServerAvailabilityZones);
2543
+ export const DedicatedServerAvailabilityByRegion = /*@__PURE__*/ S.suspend(() => S.Struct({
2544
+ availability: S.optional(DedicatedServerAvailabilityEnum),
2545
+ availabilityZones: S.optional(DedicatedServerAvailabilityByRegionAvailabilityZonesList),
2546
+ region: S.optional(DedicatedServerAvailabilityRegionalizationEnum),
2547
+ })).annotate({
2548
+ identifier: "DedicatedServerAvailabilityByRegion",
2549
+ });
2550
+ export const DedicatedServerRegionAvailabilityRegionsList =
2551
+ /*@__PURE__*/ S.Array(DedicatedServerAvailabilityByRegion);
2552
+ export const DedicatedServerRegionAvailability = /*@__PURE__*/ S.suspend(() => S.Struct({
2553
+ fqn: S.optional(S.String),
2554
+ gpu: S.optional(S.NullOr(S.String)),
2555
+ memory: S.optional(S.NullOr(S.String)),
2556
+ planCode: S.optional(S.String),
2557
+ regions: S.optional(S.NullOr(DedicatedServerRegionAvailabilityRegionsList)),
2558
+ server: S.optional(S.String),
2559
+ storage: S.optional(S.NullOr(S.String)),
2560
+ systemStorage: S.optional(S.NullOr(S.String)),
2561
+ })).annotate({
2562
+ identifier: "DedicatedServerRegionAvailability",
2563
+ });
2564
+ export const ListDedicatedServerRegionAvailabilitiesResponseBodyList =
2565
+ /*@__PURE__*/ S.Array(DedicatedServerRegionAvailability);
2566
+ export const ListDedicatedServerRegionAvailabilitiesResponse =
2567
+ /*@__PURE__*/ S.suspend(() => ListDedicatedServerRegionAvailabilitiesResponseBodyList.pipe(T.RawResponseRoot())).annotate({
2568
+ identifier: "ListDedicatedServerRegionAvailabilitiesResponse",
2569
+ });
2570
+ export const ListDedicatedServerSecondaryDnsDomainsRequest =
2571
+ /*@__PURE__*/ S.suspend(() => S.Struct({
2572
+ serviceName: S.String.pipe(T.Label()),
2573
+ }).pipe(T.Http({
2574
+ method: "GET",
2575
+ uri: "/dedicated/server/{serviceName}/secondaryDnsDomains",
2576
+ code: 200,
2577
+ }))).annotate({
2578
+ identifier: "ListDedicatedServerSecondaryDnsDomainsRequest",
2579
+ });
2580
+ export const ListDedicatedServerSecondaryDnsDomainsResponseBodyList =
2581
+ /*@__PURE__*/ S.Array(S.String);
2582
+ export const ListDedicatedServerSecondaryDnsDomainsResponse =
2583
+ /*@__PURE__*/ S.suspend(() => ListDedicatedServerSecondaryDnsDomainsResponseBodyList.pipe(T.RawResponseRoot())).annotate({
2584
+ identifier: "ListDedicatedServerSecondaryDnsDomainsResponse",
2585
+ });
2586
+ export const ListDedicatedServerSpecificationIpRequest =
2587
+ /*@__PURE__*/ S.suspend(() => S.Struct({
2588
+ serviceName: S.String.pipe(T.Label()),
2589
+ }).pipe(T.Http({
2590
+ method: "GET",
2591
+ uri: "/dedicated/server/{serviceName}/specifications/ip",
2592
+ code: 200,
2593
+ }))).annotate({
2594
+ identifier: "ListDedicatedServerSpecificationIpRequest",
2595
+ });
2596
+ export const ListDedicatedServerSplaRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2597
+ serviceName: S.String.pipe(T.Label()),
2598
+ status: S.optional(DedicatedServerSplaStatusEnum.pipe(T.Query())),
2599
+ type: S.optional(DedicatedServerSplaTypeEnum.pipe(T.Query())),
2600
+ }).pipe(T.Http({
2601
+ method: "GET",
2602
+ uri: "/dedicated/server/{serviceName}/spla",
2603
+ code: 200,
2604
+ }))).annotate({
2605
+ identifier: "ListDedicatedServerSplaRequest",
2606
+ });
2607
+ export const ListDedicatedServerSplaResponseBodyList = /*@__PURE__*/ S.Array(S.Number);
2608
+ export const ListDedicatedServerSplaResponse = /*@__PURE__*/ S.suspend(() => ListDedicatedServerSplaResponseBodyList.pipe(T.RawResponseRoot())).annotate({
2609
+ identifier: "ListDedicatedServerSplaResponse",
2610
+ });
2611
+ export const ListDedicatedServerTaskRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2612
+ serviceName: S.String.pipe(T.Label()),
2613
+ function: S.optional(DedicatedTaskFunctionEnum.pipe(T.Query())),
2614
+ status: S.optional(DedicatedTaskStatusEnum.pipe(T.Query())),
2615
+ }).pipe(T.Http({
2616
+ method: "GET",
2617
+ uri: "/dedicated/server/{serviceName}/task",
2618
+ code: 200,
2619
+ }))).annotate({
2620
+ identifier: "ListDedicatedServerTaskRequest",
2621
+ });
2622
+ export const ListDedicatedServerTaskResponseBodyList = /*@__PURE__*/ S.Array(S.Number);
2623
+ export const ListDedicatedServerTaskResponse = /*@__PURE__*/ S.suspend(() => ListDedicatedServerTaskResponseBodyList.pipe(T.RawResponseRoot())).annotate({
2624
+ identifier: "ListDedicatedServerTaskResponse",
2625
+ });
2626
+ export const ListDedicatedServerTaskAvailableTimeslotsRequest =
2627
+ /*@__PURE__*/ S.suspend(() => S.Struct({
2628
+ serviceName: S.String.pipe(T.Label()),
2629
+ taskId: S.Number.pipe(T.Label()),
2630
+ periodEnd: S.String.pipe(T.Query()),
2631
+ periodStart: S.String.pipe(T.Query()),
2632
+ }).pipe(T.Http({
2633
+ method: "GET",
2634
+ uri: "/dedicated/server/{serviceName}/task/{taskId}/availableTimeslots",
2635
+ code: 200,
2636
+ }))).annotate({
2637
+ identifier: "ListDedicatedServerTaskAvailableTimeslotsRequest",
2638
+ });
2639
+ export const DedicatedPlannedInterventionTimeSlot = /*@__PURE__*/ S.suspend(() => S.Struct({
2640
+ endDate: S.optional(S.String),
2641
+ startDate: S.optional(S.String),
2642
+ })).annotate({
2643
+ identifier: "DedicatedPlannedInterventionTimeSlot",
2644
+ });
2645
+ export const ListDedicatedServerTaskAvailableTimeslotsResponseBodyList =
2646
+ /*@__PURE__*/ S.Array(DedicatedPlannedInterventionTimeSlot);
2647
+ export const ListDedicatedServerTaskAvailableTimeslotsResponse =
2648
+ /*@__PURE__*/ S.suspend(() => ListDedicatedServerTaskAvailableTimeslotsResponseBodyList.pipe(T.RawResponseRoot())).annotate({
2649
+ identifier: "ListDedicatedServerTaskAvailableTimeslotsResponse",
2650
+ });
2651
+ export const DedicatedServerAddonFamilyEnum = /*@__PURE__*/ S.String;
2652
+ export const ListDedicatedServerUpdateAllowedRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2653
+ serviceName: S.String.pipe(T.Label()),
2654
+ family: DedicatedServerAddonFamilyEnum.pipe(T.Query()),
2655
+ }).pipe(T.Http({
2656
+ method: "GET",
2657
+ uri: "/dedicated/server/{serviceName}/updates/allowed",
2658
+ code: 200,
2659
+ }))).annotate({
2660
+ identifier: "ListDedicatedServerUpdateAllowedRequest",
2661
+ });
2662
+ export const DedicatedServerBillingAddon = /*@__PURE__*/ S.suspend(() => S.Struct({
2663
+ family: S.optional(DedicatedServerAddonFamilyEnum),
2664
+ planCode: S.optional(S.String),
2665
+ })).annotate({
2666
+ identifier: "DedicatedServerBillingAddon",
2667
+ });
2668
+ export const ListDedicatedServerUpdateAllowedResponseBodyList =
2669
+ /*@__PURE__*/ S.Array(DedicatedServerBillingAddon);
2670
+ export const ListDedicatedServerUpdateAllowedResponse = /*@__PURE__*/ S.suspend(() => ListDedicatedServerUpdateAllowedResponseBodyList.pipe(T.RawResponseRoot())).annotate({
2671
+ identifier: "ListDedicatedServerUpdateAllowedResponse",
2672
+ });
2673
+ export const ListDedicatedServerUpgradeAvailableTimeslotsRequest =
2674
+ /*@__PURE__*/ S.suspend(() => S.Struct({
2675
+ serviceName: S.String.pipe(T.Label()),
2676
+ periodEnd: S.String.pipe(T.Query()),
2677
+ periodStart: S.String.pipe(T.Query()),
2678
+ }).pipe(T.Http({
2679
+ method: "GET",
2680
+ uri: "/dedicated/server/{serviceName}/upgrade/availableTimeslots",
2681
+ code: 200,
2682
+ }))).annotate({
2683
+ identifier: "ListDedicatedServerUpgradeAvailableTimeslotsRequest",
2684
+ });
2685
+ export const DedicatedServerHardwareUpgradeTimeslot = DedicatedPlannedInterventionTimeSlot;
2686
+ export const ListDedicatedServerUpgradeAvailableTimeslotsResponseBodyList =
2687
+ /*@__PURE__*/ S.Array(DedicatedPlannedInterventionTimeSlot);
2688
+ export const ListDedicatedServerUpgradeAvailableTimeslotsResponse =
2689
+ /*@__PURE__*/ S.suspend(() => ListDedicatedServerUpgradeAvailableTimeslotsResponseBodyList.pipe(T.RawResponseRoot())).annotate({
2690
+ identifier: "ListDedicatedServerUpgradeAvailableTimeslotsResponse",
2691
+ });
2692
+ export const ListDedicatedServerVirtualMacRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2693
+ serviceName: S.String.pipe(T.Label()),
2694
+ }).pipe(T.Http({
2695
+ method: "GET",
2696
+ uri: "/dedicated/server/{serviceName}/virtualMac",
2697
+ code: 200,
2698
+ }))).annotate({
2699
+ identifier: "ListDedicatedServerVirtualMacRequest",
2700
+ });
2701
+ export const ListDedicatedServerVirtualMacResponseBodyList =
2702
+ /*@__PURE__*/ S.Array(S.String);
2703
+ export const ListDedicatedServerVirtualMacResponse = /*@__PURE__*/ S.suspend(() => ListDedicatedServerVirtualMacResponseBodyList.pipe(T.RawResponseRoot())).annotate({
2704
+ identifier: "ListDedicatedServerVirtualMacResponse",
2705
+ });
2706
+ export const ListDedicatedServerVirtualMacVirtualAddressRequest =
2707
+ /*@__PURE__*/ S.suspend(() => S.Struct({
2708
+ serviceName: S.String.pipe(T.Label()),
2709
+ macAddress: S.String.pipe(T.Label()),
2710
+ }).pipe(T.Http({
2711
+ method: "GET",
2712
+ uri: "/dedicated/server/{serviceName}/virtualMac/{macAddress}/virtualAddress",
2713
+ code: 200,
2714
+ }))).annotate({
2715
+ identifier: "ListDedicatedServerVirtualMacVirtualAddressRequest",
2716
+ });
2717
+ export const ListDedicatedServerVirtualMacVirtualAddressResponseBodyList =
2718
+ /*@__PURE__*/ S.Array(S.String);
2719
+ export const ListDedicatedServerVirtualMacVirtualAddressResponse =
2720
+ /*@__PURE__*/ S.suspend(() => ListDedicatedServerVirtualMacVirtualAddressResponseBodyList.pipe(T.RawResponseRoot())).annotate({
2721
+ identifier: "ListDedicatedServerVirtualMacVirtualAddressResponse",
2722
+ });
2723
+ export const ListDedicatedServerVirtualNetworkInterfaceRequest =
2724
+ /*@__PURE__*/ S.suspend(() => S.Struct({
2725
+ serviceName: S.String.pipe(T.Label()),
2726
+ enabled: S.optional(S.Boolean.pipe(T.Query())),
2727
+ mode: S.optional(DedicatedVirtualNetworkInterfaceVirtualNetworkInterfaceModeEnum.pipe(T.Query())),
2728
+ name: S.optional(S.String.pipe(T.Query())),
2729
+ vrack: S.optional(S.String.pipe(T.Query())),
2730
+ }).pipe(T.Http({
2731
+ method: "GET",
2732
+ uri: "/dedicated/server/{serviceName}/virtualNetworkInterface",
2733
+ code: 200,
2734
+ }))).annotate({
2735
+ identifier: "ListDedicatedServerVirtualNetworkInterfaceRequest",
2736
+ });
2737
+ export const ListDedicatedServerVirtualNetworkInterfaceResponseBodyList =
2738
+ /*@__PURE__*/ S.Array(S.String);
2739
+ export const ListDedicatedServerVirtualNetworkInterfaceResponse =
2740
+ /*@__PURE__*/ S.suspend(() => ListDedicatedServerVirtualNetworkInterfaceResponseBodyList.pipe(T.RawResponseRoot())).annotate({
2741
+ identifier: "ListDedicatedServerVirtualNetworkInterfaceResponse",
2742
+ });
2743
+ export const ListDedicatedServerVrackRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2744
+ serviceName: S.String.pipe(T.Label()),
2745
+ }).pipe(T.Http({
2746
+ method: "GET",
2747
+ uri: "/dedicated/server/{serviceName}/vrack",
2748
+ code: 200,
2749
+ }))).annotate({
2750
+ identifier: "ListDedicatedServerVrackRequest",
2751
+ });
2752
+ export const ListDedicatedServerVrackResponseBodyList = /*@__PURE__*/ S.Array(S.String);
2753
+ export const ListDedicatedServerVrackResponse = /*@__PURE__*/ S.suspend(() => ListDedicatedServerVrackResponseBodyList.pipe(T.RawResponseRoot())).annotate({
2754
+ identifier: "ListDedicatedServerVrackResponse",
2755
+ });
2756
+ export const PutDedicatedServerRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2757
+ serviceName: S.String.pipe(T.Label()),
2758
+ bootId: S.optional(S.NullOr(S.Number)),
2759
+ bootScript: S.optional(S.NullOr(S.String)),
2760
+ efiBootloaderPath: S.optional(S.NullOr(S.String)),
2761
+ monitoring: S.optional(S.Boolean),
2762
+ noIntervention: S.optional(S.Boolean),
2763
+ rescueMail: S.optional(S.NullOr(S.String)),
2764
+ rescueSshKey: S.optional(S.NullOr(S.String)),
2765
+ rootDevice: S.optional(S.NullOr(S.String)),
2766
+ state: S.optional(DedicatedServerStateEnum),
2767
+ }).pipe(T.Http({
2768
+ method: "PUT",
2769
+ uri: "/dedicated/server/{serviceName}",
2770
+ code: 200,
2771
+ }))).annotate({
2772
+ identifier: "PutDedicatedServerRequest",
2773
+ });
2774
+ export const PutDedicatedServerResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
2775
+ identifier: "PutDedicatedServerResponse",
2776
+ });
2777
+ export const PutDedicatedServerBurstRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2778
+ serviceName: S.String.pipe(T.Label()),
2779
+ status: S.optional(DedicatedServerBurstStatusEnum),
2780
+ }).pipe(T.Http({
2781
+ method: "PUT",
2782
+ uri: "/dedicated/server/{serviceName}/burst",
2783
+ code: 200,
2784
+ }))).annotate({
2785
+ identifier: "PutDedicatedServerBurstRequest",
2786
+ });
2787
+ export const PutDedicatedServerBurstResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
2788
+ identifier: "PutDedicatedServerBurstResponse",
2789
+ });
2790
+ export const PutDedicatedServerFeatureBackupFTPAccessRequest =
2791
+ /*@__PURE__*/ S.suspend(() => S.Struct({
2792
+ serviceName: S.String.pipe(T.Label()),
2793
+ ipBlock: S.String.pipe(T.Label()),
2794
+ cifs: S.optional(S.Boolean),
2795
+ ftp: S.optional(S.Boolean),
2796
+ nfs: S.optional(S.Boolean),
2797
+ }).pipe(T.Http({
2798
+ method: "PUT",
2799
+ uri: "/dedicated/server/{serviceName}/features/backupFTP/access/{ipBlock}",
2800
+ code: 200,
2801
+ }))).annotate({
2802
+ identifier: "PutDedicatedServerFeatureBackupFTPAccessRequest",
2803
+ });
2804
+ export const PutDedicatedServerFeatureBackupFTPAccessResponse =
2805
+ /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
2806
+ identifier: "PutDedicatedServerFeatureBackupFTPAccessResponse",
2807
+ });
2808
+ export const PutDedicatedServerFeatureFirewallRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2809
+ serviceName: S.String.pipe(T.Label()),
2810
+ enabled: S.optional(S.Boolean),
2811
+ }).pipe(T.Http({
2812
+ method: "PUT",
2813
+ uri: "/dedicated/server/{serviceName}/features/firewall",
2814
+ code: 200,
2815
+ }))).annotate({
2816
+ identifier: "PutDedicatedServerFeatureFirewallRequest",
2817
+ });
2818
+ export const PutDedicatedServerFeatureFirewallResponse =
2819
+ /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
2820
+ identifier: "PutDedicatedServerFeatureFirewallResponse",
2821
+ });
2822
+ export const PutDedicatedServerSecondaryDnsDomainRequest =
2823
+ /*@__PURE__*/ S.suspend(() => S.Struct({
2824
+ serviceName: S.String.pipe(T.Label()),
2825
+ domain: S.String.pipe(T.Label()),
2826
+ ipMaster: S.optional(S.String),
2827
+ }).pipe(T.Http({
2828
+ method: "PUT",
2829
+ uri: "/dedicated/server/{serviceName}/secondaryDnsDomains/{domain}",
2830
+ code: 200,
2831
+ }))).annotate({
2832
+ identifier: "PutDedicatedServerSecondaryDnsDomainRequest",
2833
+ });
2834
+ export const PutDedicatedServerSecondaryDnsDomainResponse =
2835
+ /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
2836
+ identifier: "PutDedicatedServerSecondaryDnsDomainResponse",
2837
+ });
2838
+ export const PutDedicatedServerServiceInfosRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2839
+ serviceName: S.String.pipe(T.Label()),
2840
+ renew: S.optional(S.NullOr(ServiceRenewType)),
2841
+ }).pipe(T.Http({
2842
+ method: "PUT",
2843
+ uri: "/dedicated/server/{serviceName}/serviceInfos",
2844
+ code: 200,
2845
+ }))).annotate({
2846
+ identifier: "PutDedicatedServerServiceInfosRequest",
2847
+ });
2848
+ export const PutDedicatedServerServiceInfosResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
2849
+ identifier: "PutDedicatedServerServiceInfosResponse",
2850
+ });
2851
+ export const PutDedicatedServerSplaRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2852
+ serviceName: S.String.pipe(T.Label()),
2853
+ id: S.Number.pipe(T.Label()),
2854
+ serialNumber: S.optional(S.String),
2855
+ }).pipe(T.Http({
2856
+ method: "PUT",
2857
+ uri: "/dedicated/server/{serviceName}/spla/{id}",
2858
+ code: 200,
2859
+ }))).annotate({
2860
+ identifier: "PutDedicatedServerSplaRequest",
2861
+ });
2862
+ export const PutDedicatedServerSplaResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
2863
+ identifier: "PutDedicatedServerSplaResponse",
2864
+ });
2865
+ export const PutDedicatedServerUpgradeScheduleRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2866
+ serviceName: S.String.pipe(T.Label()),
2867
+ hasPerformedBackup: S.Boolean,
2868
+ wantedBeginningDate: S.String,
2869
+ }).pipe(T.Http({
2870
+ method: "PUT",
2871
+ uri: "/dedicated/server/{serviceName}/upgrade/schedule",
2872
+ code: 200,
2873
+ }))).annotate({
2874
+ identifier: "PutDedicatedServerUpgradeScheduleRequest",
2875
+ });
2876
+ export const PutDedicatedServerUpgradeScheduleResponse =
2877
+ /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
2878
+ identifier: "PutDedicatedServerUpgradeScheduleResponse",
2879
+ });
2880
+ export const RebootDedicatedServerRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2881
+ serviceName: S.String.pipe(T.Label()),
2882
+ }).pipe(T.Http({
2883
+ method: "POST",
2884
+ uri: "/dedicated/server/{serviceName}/reboot",
2885
+ code: 200,
2886
+ }))).annotate({
2887
+ identifier: "RebootDedicatedServerRequest",
2888
+ });
2889
+ export const ResetDedicatedServerFeaturesIpmiInterfaceRequest =
2890
+ /*@__PURE__*/ S.suspend(() => S.Struct({
2891
+ serviceName: S.String.pipe(T.Label()),
2892
+ }).pipe(T.Http({
2893
+ method: "POST",
2894
+ uri: "/dedicated/server/{serviceName}/features/ipmi/resetInterface",
2895
+ code: 200,
2896
+ }))).annotate({
2897
+ identifier: "ResetDedicatedServerFeaturesIpmiInterfaceRequest",
2898
+ });
2899
+ export const ResetDedicatedServerFeaturesIpmiSessionsRequest =
2900
+ /*@__PURE__*/ S.suspend(() => S.Struct({
2901
+ serviceName: S.String.pipe(T.Label()),
2902
+ }).pipe(T.Http({
2903
+ method: "POST",
2904
+ uri: "/dedicated/server/{serviceName}/features/ipmi/resetSessions",
2905
+ code: 200,
2906
+ }))).annotate({
2907
+ identifier: "ResetDedicatedServerFeaturesIpmiSessionsRequest",
2908
+ });
2909
+ export const ResetDedicatedServerOlaRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2910
+ serviceName: S.String.pipe(T.Label()),
2911
+ virtualNetworkInterface: S.String,
2912
+ }).pipe(T.Http({
2913
+ method: "POST",
2914
+ uri: "/dedicated/server/{serviceName}/ola/reset",
2915
+ code: 200,
2916
+ }))).annotate({
2917
+ identifier: "ResetDedicatedServerOlaRequest",
2918
+ });
2919
+ export const RestartDedicatedServerFeaturesBmcRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2920
+ serviceName: S.String.pipe(T.Label()),
2921
+ }).pipe(T.Http({
2922
+ method: "POST",
2923
+ uri: "/dedicated/server/{serviceName}/features/bmc/restart",
2924
+ code: 200,
2925
+ }))).annotate({
2926
+ identifier: "RestartDedicatedServerFeaturesBmcRequest",
2927
+ });
2928
+ export const RevokeDedicatedServerFeaturesBmcSessionsRequest =
2929
+ /*@__PURE__*/ S.suspend(() => S.Struct({
2930
+ serviceName: S.String.pipe(T.Label()),
2931
+ }).pipe(T.Http({
2932
+ method: "POST",
2933
+ uri: "/dedicated/server/{serviceName}/features/bmc/revokeSessions",
2934
+ code: 200,
2935
+ }))).annotate({
2936
+ identifier: "RevokeDedicatedServerFeaturesBmcSessionsRequest",
2937
+ });
2938
+ export const RevokeDedicatedServerSplaRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2939
+ serviceName: S.String.pipe(T.Label()),
2940
+ id: S.Number.pipe(T.Label()),
2941
+ }).pipe(T.Http({
2942
+ method: "POST",
2943
+ uri: "/dedicated/server/{serviceName}/spla/{id}/revoke",
2944
+ code: 200,
2945
+ }))).annotate({
2946
+ identifier: "RevokeDedicatedServerSplaRequest",
2947
+ });
2948
+ export const RevokeDedicatedServerSplaResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
2949
+ identifier: "RevokeDedicatedServerSplaResponse",
2950
+ });
2951
+ export const DedicatedServerInstallCustom = /*@__PURE__*/ S.suspend(() => S.Struct({
2952
+ customHostname: S.optional(S.NullOr(S.String)),
2953
+ diskGroupId: S.optional(S.NullOr(S.Number)),
2954
+ noRaid: S.optional(S.NullOr(S.Boolean)),
2955
+ postInstallationScriptLink: S.optional(S.NullOr(S.String)),
2956
+ postInstallationScriptReturn: S.optional(S.NullOr(S.String)),
2957
+ softRaidDevices: S.optional(S.NullOr(S.Number)),
2958
+ })).annotate({
2959
+ identifier: "DedicatedServerInstallCustom",
2960
+ });
2961
+ export const ComplexTypeSafeKeyValueString = /*@__PURE__*/ S.suspend(() => S.Struct({
2962
+ key: S.optional(S.String),
2963
+ value: S.optional(S.String),
2964
+ })).annotate({
2965
+ identifier: "ComplexTypeSafeKeyValueString",
2966
+ });
2967
+ export const StartDedicatedServerInstallRequestUserMetadataList =
2968
+ /*@__PURE__*/ S.Array(ComplexTypeSafeKeyValueString);
2969
+ export const StartDedicatedServerInstallRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2970
+ serviceName: S.String.pipe(T.Label()),
2971
+ details: S.optional(DedicatedServerInstallCustom),
2972
+ partitionSchemeName: S.optional(S.String),
2973
+ templateName: S.String,
2974
+ userMetadata: S.optional(StartDedicatedServerInstallRequestUserMetadataList),
2975
+ }).pipe(T.Http({
2976
+ method: "POST",
2977
+ uri: "/dedicated/server/{serviceName}/install/start",
2978
+ code: 200,
2979
+ }))).annotate({
2980
+ identifier: "StartDedicatedServerInstallRequest",
2981
+ });
2982
+ export const TerminateDedicatedServerRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2983
+ serviceName: S.String.pipe(T.Label()),
2984
+ }).pipe(T.Http({
2985
+ method: "POST",
2986
+ uri: "/dedicated/server/{serviceName}/terminate",
2987
+ code: 200,
2988
+ }))).annotate({
2989
+ identifier: "TerminateDedicatedServerRequest",
2990
+ });
2991
+ export const TerminateDedicatedServerResponse = /*@__PURE__*/ S.suspend(() => S.String.pipe(T.RawResponseRoot())).annotate({
2992
+ identifier: "TerminateDedicatedServerResponse",
2993
+ });
2994
+ export const TestDedicatedServerFeaturesBmcRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
2995
+ serviceName: S.String.pipe(T.Label()),
2996
+ ttl: S.optional(DedicatedServerCacheTTLEnum),
2997
+ type: DedicatedServerBmcTestTypeEnum,
2998
+ }).pipe(T.Http({
2999
+ method: "POST",
3000
+ uri: "/dedicated/server/{serviceName}/features/bmc/test",
3001
+ code: 200,
3002
+ }))).annotate({
3003
+ identifier: "TestDedicatedServerFeaturesBmcRequest",
3004
+ });
3005
+ export const TestDedicatedServerFeaturesIpmiRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
3006
+ serviceName: S.String.pipe(T.Label()),
3007
+ ttl: DedicatedServerCacheTTLEnum,
3008
+ type: DedicatedServerIpmiTestTypeEnum,
3009
+ }).pipe(T.Http({
3010
+ method: "POST",
3011
+ uri: "/dedicated/server/{serviceName}/features/ipmi/test",
3012
+ code: 200,
3013
+ }))).annotate({
3014
+ identifier: "TestDedicatedServerFeaturesIpmiRequest",
3015
+ });
3016
+ /** Enable // Disable global filtering of anti DDoS Game protection on dedicated Game Server */
3017
+ export const activateDedicatedServerAntiDDosGame = /*@__PURE__*/ API.make(() => ({
3018
+ input: ActivateDedicatedServerAntiDDosGameRequest,
3019
+ output: DedicatedServerTask,
3020
+ errors: [UnknownOvhError],
3021
+ protocol: OvhProtocol,
3022
+ retry: Retry.Retry,
3023
+ }));
3024
+ /** this action stop the task progression if it's possible */
3025
+ export const cancelDedicatedServerTask = /*@__PURE__*/ API.make(() => ({
3026
+ input: CancelDedicatedServerTaskRequest,
3027
+ output: CancelDedicatedServerTaskResponse,
3028
+ errors: [UnknownOvhError],
3029
+ protocol: OvhProtocol,
3030
+ retry: Retry.Retry,
3031
+ }));
3032
+ /** Confirm service termination */
3033
+ export const confirmDedicatedServerTermination = /*@__PURE__*/ API.make(() => ({
3034
+ input: ConfirmDedicatedServerTerminationRequest,
3035
+ output: ConfirmDedicatedServerTerminationResponse,
3036
+ errors: [UnknownOvhError],
3037
+ protocol: OvhProtocol,
3038
+ retry: Retry.Retry,
3039
+ }));
3040
+ /** Retrieve secret to connect to the server / application */
3041
+ export const createDedicatedServerAuthenticationSecret = /*@__PURE__*/ API.make(() => ({
3042
+ input: CreateDedicatedServerAuthenticationSecretRequest,
3043
+ output: CreateDedicatedServerAuthenticationSecretResponse,
3044
+ errors: [UnknownOvhError],
3045
+ protocol: OvhProtocol,
3046
+ retry: Retry.Retry,
3047
+ }));
3048
+ /** Enable or disable SGX and configure PRMRR size Enable or disable SGX and configure PRMRR size. This will cause your server to reboot one or several time(s). */
3049
+ export const createDedicatedServerBiosSettingsSgxConfigure = /*@__PURE__*/ API.make(() => ({
3050
+ input: CreateDedicatedServerBiosSettingsSgxConfigureRequest,
3051
+ output: DedicatedServerTask,
3052
+ errors: [UnknownOvhError],
3053
+ protocol: OvhProtocol,
3054
+ retry: Retry.Retry,
3055
+ }));
3056
+ /** Launch a contact change procedure */
3057
+ export const createDedicatedServerChangeContact = /*@__PURE__*/ API.make(() => ({
3058
+ input: CreateDedicatedServerChangeContactRequest,
3059
+ output: CreateDedicatedServerChangeContactResponse,
3060
+ errors: [UnknownOvhError],
3061
+ protocol: OvhProtocol,
3062
+ retry: Retry.Retry,
3063
+ }));
3064
+ /** Create a new storage backup space associated to server */
3065
+ export const createDedicatedServerFeatureBackupCloud = /*@__PURE__*/ API.make(() => ({
3066
+ input: CreateDedicatedServerFeatureBackupCloudRequest,
3067
+ output: DedicatedServerBackupCloud,
3068
+ errors: [UnknownOvhError],
3069
+ protocol: OvhProtocol,
3070
+ retry: Retry.Retry,
3071
+ }));
3072
+ /** Change your cloud account password */
3073
+ export const createDedicatedServerFeatureBackupCloudPassword = /*@__PURE__*/ API.make(() => ({
3074
+ input: CreateDedicatedServerFeatureBackupCloudPasswordRequest,
3075
+ output: DedicatedServerBackupBackupPassword,
3076
+ errors: [UnknownOvhError],
3077
+ protocol: OvhProtocol,
3078
+ retry: Retry.Retry,
3079
+ }));
3080
+ /** Create a new Backup FTP space */
3081
+ export const createDedicatedServerFeatureBackupFTP = /*@__PURE__*/ API.make(() => ({
3082
+ input: CreateDedicatedServerFeatureBackupFTPRequest,
3083
+ output: DedicatedServerTask,
3084
+ errors: [UnknownOvhError],
3085
+ protocol: OvhProtocol,
3086
+ retry: Retry.Retry,
3087
+ }));
3088
+ /** Create a new Backup FTP ACL */
3089
+ export const createDedicatedServerFeatureBackupFTPAccess = /*@__PURE__*/ API.make(() => ({
3090
+ input: CreateDedicatedServerFeatureBackupFTPAccessRequest,
3091
+ output: DedicatedServerTask,
3092
+ errors: [UnknownOvhError],
3093
+ protocol: OvhProtocol,
3094
+ retry: Retry.Retry,
3095
+ }));
3096
+ /** Change your Backup FTP password */
3097
+ export const createDedicatedServerFeatureBackupFTPPassword = /*@__PURE__*/ API.make(() => ({
3098
+ input: CreateDedicatedServerFeatureBackupFTPPasswordRequest,
3099
+ output: DedicatedServerTask,
3100
+ errors: [UnknownOvhError],
3101
+ protocol: OvhProtocol,
3102
+ retry: Retry.Retry,
3103
+ }));
3104
+ /** Request a Java KVM access */
3105
+ export const createDedicatedServerFeatureBmcJavaKvm = /*@__PURE__*/ API.make(() => ({
3106
+ input: CreateDedicatedServerFeatureBmcJavaKvmRequest,
3107
+ output: DedicatedServerOperation,
3108
+ errors: [UnknownOvhError],
3109
+ protocol: OvhProtocol,
3110
+ retry: Retry.Retry,
3111
+ }));
3112
+ /** Request an SSH SOL access */
3113
+ export const createDedicatedServerFeatureBmcSshSol = /*@__PURE__*/ API.make(() => ({
3114
+ input: CreateDedicatedServerFeatureBmcSshSolRequest,
3115
+ output: DedicatedServerOperation,
3116
+ errors: [UnknownOvhError],
3117
+ protocol: OvhProtocol,
3118
+ retry: Retry.Retry,
3119
+ }));
3120
+ /** Request a Web KVM access */
3121
+ export const createDedicatedServerFeatureBmcWebKvm = /*@__PURE__*/ API.make(() => ({
3122
+ input: CreateDedicatedServerFeatureBmcWebKvmRequest,
3123
+ output: DedicatedServerOperation,
3124
+ errors: [UnknownOvhError],
3125
+ protocol: OvhProtocol,
3126
+ retry: Retry.Retry,
3127
+ }));
3128
+ /** Request a Web SOL access */
3129
+ export const createDedicatedServerFeatureBmcWebSol = /*@__PURE__*/ API.make(() => ({
3130
+ input: CreateDedicatedServerFeatureBmcWebSolRequest,
3131
+ output: DedicatedServerOperation,
3132
+ errors: [UnknownOvhError],
3133
+ protocol: OvhProtocol,
3134
+ retry: Retry.Retry,
3135
+ }));
3136
+ /** Request an acces on KVM IPMI interface */
3137
+ export const createDedicatedServerFeatureIpmiAccess = /*@__PURE__*/ API.make(() => ({
3138
+ input: CreateDedicatedServerFeatureIpmiAccessRequest,
3139
+ output: DedicatedServerTask,
3140
+ errors: [UnknownOvhError],
3141
+ protocol: OvhProtocol,
3142
+ retry: Retry.Retry,
3143
+ }));
3144
+ /** Merge a splitted block and route it to the choosen server. You cannot undo this operation */
3145
+ export const createDedicatedServerIpBlockMerge = /*@__PURE__*/ API.make(() => ({
3146
+ input: CreateDedicatedServerIpBlockMergeRequest,
3147
+ output: DedicatedServerTask,
3148
+ errors: [UnknownOvhError],
3149
+ protocol: OvhProtocol,
3150
+ retry: Retry.Retry,
3151
+ }));
3152
+ /** Move an Ip failover to this server */
3153
+ export const createDedicatedServerIpMove = /*@__PURE__*/ API.make(() => ({
3154
+ input: CreateDedicatedServerIpMoveRequest,
3155
+ output: DedicatedServerTask,
3156
+ errors: [UnknownOvhError],
3157
+ protocol: OvhProtocol,
3158
+ retry: Retry.Retry,
3159
+ }));
3160
+ /** Add your existing windows license serial to this dedicated server Add your existing windows license serial to this dedicated server. Will be manageable in /license/windows. */
3161
+ export const createDedicatedServerLicenseWindows = /*@__PURE__*/ API.make(() => ({
3162
+ input: CreateDedicatedServerLicenseWindowsRequest,
3163
+ output: DedicatedServerTask,
3164
+ errors: [UnknownOvhError],
3165
+ protocol: OvhProtocol,
3166
+ retry: Retry.Retry,
3167
+ }));
3168
+ /** Apply a new network configuration */
3169
+ export const createDedicatedServerNetworking = /*@__PURE__*/ API.make(() => ({
3170
+ input: CreateDedicatedServerNetworkingRequest,
3171
+ output: DedicatedServerNetworking,
3172
+ errors: [UnknownOvhError],
3173
+ protocol: OvhProtocol,
3174
+ retry: Retry.Retry,
3175
+ }));
3176
+ /** OLA : Group interfaces into an aggregation */
3177
+ export const createDedicatedServerOlaAggregation = /*@__PURE__*/ API.make(() => ({
3178
+ input: CreateDedicatedServerOlaAggregationRequest,
3179
+ output: DedicatedServerTask,
3180
+ errors: [UnknownOvhError],
3181
+ protocol: OvhProtocol,
3182
+ retry: Retry.Retry,
3183
+ }));
3184
+ /** Install or reinstall an operating system on a dedicated server */
3185
+ export const createDedicatedServerReinstall = /*@__PURE__*/ API.make(() => ({
3186
+ input: CreateDedicatedServerReinstallRequest,
3187
+ output: DedicatedServerTaskResponse,
3188
+ errors: [BadRequest, Forbidden, NotFound, Conflict, UnknownOvhError],
3189
+ protocol: OvhProtocol,
3190
+ retry: Retry.Retry,
3191
+ }));
3192
+ /** add a domain on secondary dns */
3193
+ export const createDedicatedServerSecondaryDnsDomain = /*@__PURE__*/ API.make(() => ({
3194
+ input: CreateDedicatedServerSecondaryDnsDomainRequest,
3195
+ output: CreateDedicatedServerSecondaryDnsDomainResponse,
3196
+ errors: [UnknownOvhError],
3197
+ protocol: OvhProtocol,
3198
+ retry: Retry.Retry,
3199
+ }));
3200
+ /** Add a new SPLA license */
3201
+ export const createDedicatedServerSpla = /*@__PURE__*/ API.make(() => ({
3202
+ input: CreateDedicatedServerSplaRequest,
3203
+ output: CreateDedicatedServerSplaResponse,
3204
+ errors: [UnknownOvhError],
3205
+ protocol: OvhProtocol,
3206
+ retry: Retry.Retry,
3207
+ }));
3208
+ /** Ask for a cooling module replacement */
3209
+ export const createDedicatedServerSupportReplaceCooling = /*@__PURE__*/ API.make(() => ({
3210
+ input: CreateDedicatedServerSupportReplaceCoolingRequest,
3211
+ output: SupportNewMessageInfo,
3212
+ errors: [UnknownOvhError],
3213
+ protocol: OvhProtocol,
3214
+ retry: Retry.Retry,
3215
+ }));
3216
+ /** Ask for a broken HDD replacement */
3217
+ export const createDedicatedServerSupportReplaceHardDiskDrive = /*@__PURE__*/ API.make(() => ({
3218
+ input: CreateDedicatedServerSupportReplaceHardDiskDriveRequest,
3219
+ output: SupportNewMessageInfo,
3220
+ errors: [UnknownOvhError],
3221
+ protocol: OvhProtocol,
3222
+ retry: Retry.Retry,
3223
+ }));
3224
+ /** Ask for a faulty RAM module replacement */
3225
+ export const createDedicatedServerSupportReplaceMemory = /*@__PURE__*/ API.make(() => ({
3226
+ input: CreateDedicatedServerSupportReplaceMemoryRequest,
3227
+ output: SupportNewMessageInfo,
3228
+ errors: [UnknownOvhError],
3229
+ protocol: OvhProtocol,
3230
+ retry: Retry.Retry,
3231
+ }));
3232
+ /** Schedule intervention */
3233
+ export const createDedicatedServerTaskSchedule = /*@__PURE__*/ API.make(() => ({
3234
+ input: CreateDedicatedServerTaskScheduleRequest,
3235
+ output: CreateDedicatedServerTaskScheduleResponse,
3236
+ errors: [UnknownOvhError],
3237
+ protocol: OvhProtocol,
3238
+ retry: Retry.Retry,
3239
+ }));
3240
+ /** Add a virtual mac to an IP address */
3241
+ export const createDedicatedServerVirtualMac = /*@__PURE__*/ API.make(() => ({
3242
+ input: CreateDedicatedServerVirtualMacRequest,
3243
+ output: DedicatedServerTask,
3244
+ errors: [UnknownOvhError],
3245
+ protocol: OvhProtocol,
3246
+ retry: Retry.Retry,
3247
+ }));
3248
+ /** Add an IP to this Virtual MAC */
3249
+ export const createDedicatedServerVirtualMacVirtualAddress = /*@__PURE__*/ API.make(() => ({
3250
+ input: CreateDedicatedServerVirtualMacVirtualAddressRequest,
3251
+ output: DedicatedServerTask,
3252
+ errors: [UnknownOvhError],
3253
+ protocol: OvhProtocol,
3254
+ retry: Retry.Retry,
3255
+ }));
3256
+ /** Deactivate the cloud backup associated to the server. This does not delete container data. */
3257
+ export const deleteDedicatedServerFeatureBackupCloud = /*@__PURE__*/ API.make(() => ({
3258
+ input: DeleteDedicatedServerFeatureBackupCloudRequest,
3259
+ output: DeleteDedicatedServerFeatureBackupCloudResponse,
3260
+ errors: [UnknownOvhError],
3261
+ protocol: OvhProtocol,
3262
+ retry: Retry.Retry,
3263
+ }));
3264
+ /** Terminate your Backup FTP service, ALL DATA WILL BE PERMANENTLY DELETED */
3265
+ export const deleteDedicatedServerFeatureBackupFTP = /*@__PURE__*/ API.make(() => ({
3266
+ input: DeleteDedicatedServerFeatureBackupFTPRequest,
3267
+ output: DedicatedServerTask,
3268
+ errors: [UnknownOvhError],
3269
+ protocol: OvhProtocol,
3270
+ retry: Retry.Retry,
3271
+ }));
3272
+ /** Revoke this ACL */
3273
+ export const deleteDedicatedServerFeatureBackupFTPAccess = /*@__PURE__*/ API.make(() => ({
3274
+ input: DeleteDedicatedServerFeatureBackupFTPAccessRequest,
3275
+ output: DedicatedServerTask,
3276
+ errors: [UnknownOvhError],
3277
+ protocol: OvhProtocol,
3278
+ retry: Retry.Retry,
3279
+ }));
3280
+ /** Reset your network configuration */
3281
+ export const deleteDedicatedServerNetworking = /*@__PURE__*/ API.make(() => ({
3282
+ input: DeleteDedicatedServerNetworkingRequest,
3283
+ output: DedicatedServerNetworking,
3284
+ errors: [UnknownOvhError],
3285
+ protocol: OvhProtocol,
3286
+ retry: Retry.Retry,
3287
+ }));
3288
+ /** Release a given option */
3289
+ export const deleteDedicatedServerOption = /*@__PURE__*/ API.make(() => ({
3290
+ input: DeleteDedicatedServerOptionRequest,
3291
+ output: DeleteDedicatedServerOptionResponse,
3292
+ errors: [UnknownOvhError],
3293
+ protocol: OvhProtocol,
3294
+ retry: Retry.Retry,
3295
+ }));
3296
+ /** remove this domain */
3297
+ export const deleteDedicatedServerSecondaryDnsDomain = /*@__PURE__*/ API.make(() => ({
3298
+ input: DeleteDedicatedServerSecondaryDnsDomainRequest,
3299
+ output: DeleteDedicatedServerSecondaryDnsDomainResponse,
3300
+ errors: [UnknownOvhError],
3301
+ protocol: OvhProtocol,
3302
+ retry: Retry.Retry,
3303
+ }));
3304
+ /** Remove this ip from virtual mac , if you remove the last linked Ip, virtualmac will be deleted */
3305
+ export const deleteDedicatedServerVirtualMacVirtualAddress = /*@__PURE__*/ API.make(() => ({
3306
+ input: DeleteDedicatedServerVirtualMacVirtualAddressRequest,
3307
+ output: DedicatedServerTask,
3308
+ errors: [UnknownOvhError],
3309
+ protocol: OvhProtocol,
3310
+ retry: Retry.Retry,
3311
+ }));
3312
+ /** remove this server from this vrack (LEGACY) */
3313
+ export const deleteDedicatedServerVrack = /*@__PURE__*/ API.make(() => ({
3314
+ input: DeleteDedicatedServerVrackRequest,
3315
+ output: VrackTask,
3316
+ errors: [UnknownOvhError],
3317
+ protocol: OvhProtocol,
3318
+ retry: Retry.Retry,
3319
+ }));
3320
+ /** Get this object properties */
3321
+ export const getDedicatedServer = /*@__PURE__*/ API.make(() => ({
3322
+ input: GetDedicatedServerRequest,
3323
+ output: DedicatedServerDedicatedWithIAM,
3324
+ errors: [UnknownOvhError],
3325
+ protocol: OvhProtocol,
3326
+ retry: Retry.Retry,
3327
+ }));
3328
+ /** Get anti DDoS Game status */
3329
+ export const getDedicatedServerAntiDDosGameStatus = /*@__PURE__*/ API.make(() => ({
3330
+ input: GetDedicatedServerAntiDDosGameStatusRequest,
3331
+ output: GetDedicatedServerAntiDDosGameStatusResponse,
3332
+ errors: [UnknownOvhError],
3333
+ protocol: OvhProtocol,
3334
+ retry: Retry.Retry,
3335
+ }));
3336
+ /** Get details on offered backup cloud if available for the current server */
3337
+ export const getDedicatedServerBackupCloudOfferDetails = /*@__PURE__*/ API.make(() => ({
3338
+ input: GetDedicatedServerBackupCloudOfferDetailsRequest,
3339
+ output: DedicatedServerBackupBackupOffer,
3340
+ errors: [UnknownOvhError],
3341
+ protocol: OvhProtocol,
3342
+ retry: Retry.Retry,
3343
+ }));
3344
+ /** Get this object properties */
3345
+ export const getDedicatedServerBiosSettings = /*@__PURE__*/ API.make(() => ({
3346
+ input: GetDedicatedServerBiosSettingsRequest,
3347
+ output: DedicatedBiosSettingsBiosSettings,
3348
+ errors: [UnknownOvhError],
3349
+ protocol: OvhProtocol,
3350
+ retry: Retry.Retry,
3351
+ }));
3352
+ /** Get this object properties */
3353
+ export const getDedicatedServerBiosSettingsSgx = /*@__PURE__*/ API.make(() => ({
3354
+ input: GetDedicatedServerBiosSettingsSgxRequest,
3355
+ output: DedicatedBiosSettingsSgxBiosSettingsSgx,
3356
+ errors: [UnknownOvhError],
3357
+ protocol: OvhProtocol,
3358
+ retry: Retry.Retry,
3359
+ }));
3360
+ /** Get this object properties */
3361
+ export const getDedicatedServerBoot = /*@__PURE__*/ API.make(() => ({
3362
+ input: GetDedicatedServerBootRequest,
3363
+ output: DedicatedServerNetboot,
3364
+ errors: [UnknownOvhError],
3365
+ protocol: OvhProtocol,
3366
+ retry: Retry.Retry,
3367
+ }));
3368
+ /** Get this object properties */
3369
+ export const getDedicatedServerBootOption = /*@__PURE__*/ API.make(() => ({
3370
+ input: GetDedicatedServerBootOptionRequest,
3371
+ output: DedicatedServerNetbootOption,
3372
+ errors: [UnknownOvhError],
3373
+ protocol: OvhProtocol,
3374
+ retry: Retry.Retry,
3375
+ }));
3376
+ /** Get this object properties */
3377
+ export const getDedicatedServerBurst = /*@__PURE__*/ API.make(() => ({
3378
+ input: GetDedicatedServerBurstRequest,
3379
+ output: DedicatedServerServerBurst,
3380
+ errors: [UnknownOvhError],
3381
+ protocol: OvhProtocol,
3382
+ retry: Retry.Retry,
3383
+ }));
3384
+ /** Get this object properties */
3385
+ export const getDedicatedServerFeatureBackupFTP = /*@__PURE__*/ API.make(() => ({
3386
+ input: GetDedicatedServerFeatureBackupFTPRequest,
3387
+ output: DedicatedServerBackupFtp,
3388
+ errors: [UnknownOvhError],
3389
+ protocol: OvhProtocol,
3390
+ retry: Retry.Retry,
3391
+ }));
3392
+ /** Get this object properties */
3393
+ export const getDedicatedServerFeatureBackupFTPAccess = /*@__PURE__*/ API.make(() => ({
3394
+ input: GetDedicatedServerFeatureBackupFTPAccessRequest,
3395
+ output: DedicatedServerBackupFtpAcl,
3396
+ errors: [UnknownOvhError],
3397
+ protocol: OvhProtocol,
3398
+ retry: Retry.Retry,
3399
+ }));
3400
+ /** Get this object properties */
3401
+ export const getDedicatedServerFeatureBmc = /*@__PURE__*/ API.make(() => ({
3402
+ input: GetDedicatedServerFeatureBmcRequest,
3403
+ output: DedicatedServerBMC,
3404
+ errors: [UnknownOvhError],
3405
+ protocol: OvhProtocol,
3406
+ retry: Retry.Retry,
3407
+ }));
3408
+ /** Get the session credentials */
3409
+ export const getDedicatedServerFeatureBmcJavaKvm = /*@__PURE__*/ API.make(() => ({
3410
+ input: GetDedicatedServerFeatureBmcJavaKvmRequest,
3411
+ output: DedicatedServerBmcJavaKvmValue,
3412
+ errors: [UnknownOvhError],
3413
+ protocol: OvhProtocol,
3414
+ retry: Retry.Retry,
3415
+ }));
3416
+ /** Get the session credentials */
3417
+ export const getDedicatedServerFeatureBmcSshSol = /*@__PURE__*/ API.make(() => ({
3418
+ input: GetDedicatedServerFeatureBmcSshSolRequest,
3419
+ output: DedicatedServerBmcSshSolValue,
3420
+ errors: [UnknownOvhError],
3421
+ protocol: OvhProtocol,
3422
+ retry: Retry.Retry,
3423
+ }));
3424
+ /** Result of test on BMC interface */
3425
+ export const getDedicatedServerFeatureBmcTest = /*@__PURE__*/ API.make(() => ({
3426
+ input: GetDedicatedServerFeatureBmcTestRequest,
3427
+ output: DedicatedServerBmcTestResult,
3428
+ errors: [UnknownOvhError],
3429
+ protocol: OvhProtocol,
3430
+ retry: Retry.Retry,
3431
+ }));
3432
+ /** Get the session credentials */
3433
+ export const getDedicatedServerFeatureBmcWebKvm = /*@__PURE__*/ API.make(() => ({
3434
+ input: GetDedicatedServerFeatureBmcWebKvmRequest,
3435
+ output: DedicatedServerBmcWebKvmValue,
3436
+ errors: [UnknownOvhError],
3437
+ protocol: OvhProtocol,
3438
+ retry: Retry.Retry,
3439
+ }));
3440
+ /** Get the session credentials */
3441
+ export const getDedicatedServerFeatureBmcWebSol = /*@__PURE__*/ API.make(() => ({
3442
+ input: GetDedicatedServerFeatureBmcWebSolRequest,
3443
+ output: DedicatedServerBmcWebSolValue,
3444
+ errors: [UnknownOvhError],
3445
+ protocol: OvhProtocol,
3446
+ retry: Retry.Retry,
3447
+ }));
3448
+ /** Get this object properties */
3449
+ export const getDedicatedServerFeatureFirewall = /*@__PURE__*/ API.make(() => ({
3450
+ input: GetDedicatedServerFeatureFirewallRequest,
3451
+ output: DedicatedServerFirewall,
3452
+ errors: [UnknownOvhError],
3453
+ protocol: OvhProtocol,
3454
+ retry: Retry.Retry,
3455
+ }));
3456
+ /** Get this object properties */
3457
+ export const getDedicatedServerFeatureIpmi = /*@__PURE__*/ API.make(() => ({
3458
+ input: GetDedicatedServerFeatureIpmiRequest,
3459
+ output: DedicatedServerIpmi,
3460
+ errors: [UnknownOvhError],
3461
+ protocol: OvhProtocol,
3462
+ retry: Retry.Retry,
3463
+ }));
3464
+ /** IPMI access method */
3465
+ export const getDedicatedServerFeatureIpmiAccess = /*@__PURE__*/ API.make(() => ({
3466
+ input: GetDedicatedServerFeatureIpmiAccessRequest,
3467
+ output: DedicatedServerIpmiAccessValue,
3468
+ errors: [UnknownOvhError],
3469
+ protocol: OvhProtocol,
3470
+ retry: Retry.Retry,
3471
+ }));
3472
+ /** Result of http, ping and identification tests on IPMI interface */
3473
+ export const getDedicatedServerFeatureIpmiTest = /*@__PURE__*/ API.make(() => ({
3474
+ input: GetDedicatedServerFeatureIpmiTestRequest,
3475
+ output: DedicatedServerIpmiTestResult,
3476
+ errors: [UnknownOvhError],
3477
+ protocol: OvhProtocol,
3478
+ retry: Retry.Retry,
3479
+ }));
3480
+ /** Get this object properties */
3481
+ export const getDedicatedServerFeatureKvm = /*@__PURE__*/ API.make(() => ({
3482
+ input: GetDedicatedServerFeatureKvmRequest,
3483
+ output: DedicatedServerKvm,
3484
+ errors: [UnknownOvhError],
3485
+ protocol: OvhProtocol,
3486
+ retry: Retry.Retry,
3487
+ }));
3488
+ /** Get this object properties */
3489
+ export const getDedicatedServerIntervention = /*@__PURE__*/ API.make(() => ({
3490
+ input: GetDedicatedServerInterventionRequest,
3491
+ output: DedicatedServerIntervention,
3492
+ errors: [UnknownOvhError],
3493
+ protocol: OvhProtocol,
3494
+ retry: Retry.Retry,
3495
+ }));
3496
+ /** Check if given IP can be moved to this server */
3497
+ export const getDedicatedServerIpCanBeMovedTo = /*@__PURE__*/ API.make(() => ({
3498
+ input: GetDedicatedServerIpCanBeMovedToRequest,
3499
+ output: GetDedicatedServerIpCanBeMovedToResponse,
3500
+ errors: [UnknownOvhError],
3501
+ protocol: OvhProtocol,
3502
+ retry: Retry.Retry,
3503
+ }));
3504
+ /** Get this object properties */
3505
+ export const getDedicatedServerNetworkInterfaceController = /*@__PURE__*/ API.make(() => ({
3506
+ input: GetDedicatedServerNetworkInterfaceControllerRequest,
3507
+ output: DedicatedNetworkInterfaceControllerNetworkInterfaceController,
3508
+ errors: [UnknownOvhError],
3509
+ protocol: OvhProtocol,
3510
+ retry: Retry.Retry,
3511
+ }));
3512
+ /** Get this object properties */
3513
+ export const getDedicatedServerOperation = /*@__PURE__*/ API.make(() => ({
3514
+ input: GetDedicatedServerOperationRequest,
3515
+ output: DedicatedServerOperation,
3516
+ errors: [UnknownOvhError],
3517
+ protocol: OvhProtocol,
3518
+ retry: Retry.Retry,
3519
+ }));
3520
+ /** Get this object properties */
3521
+ export const getDedicatedServerOption = /*@__PURE__*/ API.make(() => ({
3522
+ input: GetDedicatedServerOptionRequest,
3523
+ output: DedicatedServerOption,
3524
+ errors: [UnknownOvhError],
3525
+ protocol: OvhProtocol,
3526
+ retry: Retry.Retry,
3527
+ }));
3528
+ /** Is this feature orderable with your server */
3529
+ export const getDedicatedServerOrderableFeature = /*@__PURE__*/ API.make(() => ({
3530
+ input: GetDedicatedServerOrderableFeatureRequest,
3531
+ output: GetDedicatedServerOrderableFeatureResponse,
3532
+ errors: [UnknownOvhError],
3533
+ protocol: OvhProtocol,
3534
+ retry: Retry.Retry,
3535
+ }));
3536
+ /** Is a KVM orderable with your server */
3537
+ export const getDedicatedServerOrderableKvm = /*@__PURE__*/ API.make(() => ({
3538
+ input: GetDedicatedServerOrderableKvmRequest,
3539
+ output: GetDedicatedServerOrderableKvmResponse,
3540
+ errors: [UnknownOvhError],
3541
+ protocol: OvhProtocol,
3542
+ retry: Retry.Retry,
3543
+ }));
3544
+ /** Is a KVM express orderable with your server */
3545
+ export const getDedicatedServerOrderableKvmExpress = /*@__PURE__*/ API.make(() => ({
3546
+ input: GetDedicatedServerOrderableKvmExpressRequest,
3547
+ output: GetDedicatedServerOrderableKvmExpressResponse,
3548
+ errors: [UnknownOvhError],
3549
+ protocol: OvhProtocol,
3550
+ retry: Retry.Retry,
3551
+ }));
3552
+ /** Is professional use orderable with your server */
3553
+ export const getDedicatedServerOrderableProfessionalUse = /*@__PURE__*/ API.make(() => ({
3554
+ input: GetDedicatedServerOrderableProfessionalUseRequest,
3555
+ output: GetDedicatedServerOrderableProfessionalUseResponse,
3556
+ errors: [UnknownOvhError],
3557
+ protocol: OvhProtocol,
3558
+ retry: Retry.Retry,
3559
+ }));
3560
+ /** Get this object properties */
3561
+ export const getDedicatedServerPlannedIntervention = /*@__PURE__*/ API.make(() => ({
3562
+ input: GetDedicatedServerPlannedInterventionRequest,
3563
+ output: DedicatedServerPlannedIntervention,
3564
+ errors: [UnknownOvhError],
3565
+ protocol: OvhProtocol,
3566
+ retry: Retry.Retry,
3567
+ }));
3568
+ /** Get this object properties */
3569
+ export const getDedicatedServerSecondaryDnsDomain = /*@__PURE__*/ API.make(() => ({
3570
+ input: GetDedicatedServerSecondaryDnsDomainRequest,
3571
+ output: SecondaryDnsSecondaryDNS,
3572
+ errors: [UnknownOvhError],
3573
+ protocol: OvhProtocol,
3574
+ retry: Retry.Retry,
3575
+ }));
3576
+ /** domain name server informations */
3577
+ export const getDedicatedServerSecondaryDnsDomainDnsServer = /*@__PURE__*/ API.make(() => ({
3578
+ input: GetDedicatedServerSecondaryDnsDomainDnsServerRequest,
3579
+ output: SecondaryDnsSecondaryDNSNameServer,
3580
+ errors: [UnknownOvhError],
3581
+ protocol: OvhProtocol,
3582
+ retry: Retry.Retry,
3583
+ }));
3584
+ /** DNS field to temporarily add to your zone so that we can verify you are the owner of this domain */
3585
+ export const getDedicatedServerSecondaryDnsNameDomainToken = /*@__PURE__*/ API.make(() => ({
3586
+ input: GetDedicatedServerSecondaryDnsNameDomainTokenRequest,
3587
+ output: SecondaryDnsSecondaryDNSCheckField,
3588
+ errors: [UnknownOvhError],
3589
+ protocol: OvhProtocol,
3590
+ retry: Retry.Retry,
3591
+ }));
3592
+ /** Secondary nameServer available for your Server */
3593
+ export const getDedicatedServerSecondaryDnsNameServerAvailable = /*@__PURE__*/ API.make(() => ({
3594
+ input: GetDedicatedServerSecondaryDnsNameServerAvailableRequest,
3595
+ output: SecondaryDnsSecondaryDNSNameServer,
3596
+ errors: [UnknownOvhError],
3597
+ protocol: OvhProtocol,
3598
+ retry: Retry.Retry,
3599
+ }));
3600
+ /** Get service information */
3601
+ export const getDedicatedServerServiceInfos = /*@__PURE__*/ API.make(() => ({
3602
+ input: GetDedicatedServerServiceInfosRequest,
3603
+ output: ServicesService,
3604
+ errors: [UnknownOvhError],
3605
+ protocol: OvhProtocol,
3606
+ retry: Retry.Retry,
3607
+ }));
3608
+ /** Retrieve hardware informations about this dedicated server */
3609
+ export const getDedicatedServerSpecificationHardware = /*@__PURE__*/ API.make(() => ({
3610
+ input: GetDedicatedServerSpecificationHardwareRequest,
3611
+ output: DedicatedServerHardwareSpecifications,
3612
+ errors: [UnknownOvhError],
3613
+ protocol: OvhProtocol,
3614
+ retry: Retry.Retry,
3615
+ }));
3616
+ /** Retrieve network informations about this dedicated server */
3617
+ export const getDedicatedServerSpecificationNetwork = /*@__PURE__*/ API.make(() => ({
3618
+ input: GetDedicatedServerSpecificationNetworkRequest,
3619
+ output: DedicatedServerNetworkSpecifications,
3620
+ errors: [UnknownOvhError],
3621
+ protocol: OvhProtocol,
3622
+ retry: Retry.Retry,
3623
+ }));
3624
+ /** Get this object properties */
3625
+ export const getDedicatedServerSpla = /*@__PURE__*/ API.make(() => ({
3626
+ input: GetDedicatedServerSplaRequest,
3627
+ output: DedicatedServerSpla,
3628
+ errors: [UnknownOvhError],
3629
+ protocol: OvhProtocol,
3630
+ retry: Retry.Retry,
3631
+ }));
3632
+ /** Get this object properties */
3633
+ export const getDedicatedServerTask = /*@__PURE__*/ API.make(() => ({
3634
+ input: GetDedicatedServerTaskRequest,
3635
+ output: DedicatedServerTask,
3636
+ errors: [UnknownOvhError],
3637
+ protocol: OvhProtocol,
3638
+ retry: Retry.Retry,
3639
+ }));
3640
+ /** Get this object properties */
3641
+ export const getDedicatedServerVirtualMac = /*@__PURE__*/ API.make(() => ({
3642
+ input: GetDedicatedServerVirtualMacRequest,
3643
+ output: DedicatedServerVirtualMac,
3644
+ errors: [UnknownOvhError],
3645
+ protocol: OvhProtocol,
3646
+ retry: Retry.Retry,
3647
+ }));
3648
+ /** Get this object properties */
3649
+ export const getDedicatedServerVirtualMacVirtualAddress = /*@__PURE__*/ API.make(() => ({
3650
+ input: GetDedicatedServerVirtualMacVirtualAddressRequest,
3651
+ output: DedicatedServerVirtualMacManagement,
3652
+ errors: [UnknownOvhError],
3653
+ protocol: OvhProtocol,
3654
+ retry: Retry.Retry,
3655
+ }));
3656
+ /** Get VirtualNetworkInterface details */
3657
+ export const getDedicatedServerVirtualNetworkInterface = /*@__PURE__*/ API.make(() => ({
3658
+ input: GetDedicatedServerVirtualNetworkInterfaceRequest,
3659
+ output: DedicatedServerVirtualNetworkInterface,
3660
+ errors: [UnknownOvhError],
3661
+ protocol: OvhProtocol,
3662
+ retry: Retry.Retry,
3663
+ }));
3664
+ /** Get this object properties */
3665
+ export const getDedicatedServerVirtualNetworkInterfaceByUuid = /*@__PURE__*/ API.make(() => ({
3666
+ input: GetDedicatedServerVirtualNetworkInterfaceByUuidRequest,
3667
+ output: DedicatedVirtualNetworkInterfaceVirtualNetworkInterface,
3668
+ errors: [UnknownOvhError],
3669
+ protocol: OvhProtocol,
3670
+ retry: Retry.Retry,
3671
+ }));
3672
+ /** Get this object properties */
3673
+ export const getDedicatedServerVrack = /*@__PURE__*/ API.make(() => ({
3674
+ input: GetDedicatedServerVrackRequest,
3675
+ output: VrackDedicatedServer,
3676
+ errors: [UnknownOvhError],
3677
+ protocol: OvhProtocol,
3678
+ retry: Retry.Retry,
3679
+ }));
3680
+ /** List available services */
3681
+ export const listDedicatedServer = /*@__PURE__*/ API.make(() => ({
3682
+ input: ListDedicatedServerRequest,
3683
+ output: ListDedicatedServerResponse,
3684
+ errors: [UnknownOvhError],
3685
+ protocol: OvhProtocol,
3686
+ retry: Retry.Retry,
3687
+ }));
3688
+ /** List the availability of dedicated server */
3689
+ export const listDedicatedServerAvailabilityRaw = /*@__PURE__*/ API.make(() => ({
3690
+ input: ListDedicatedServerAvailabilityRawRequest,
3691
+ output: ListDedicatedServerAvailabilityRawResponse,
3692
+ errors: [UnknownOvhError],
3693
+ protocol: OvhProtocol,
3694
+ retry: Retry.Retry,
3695
+ }));
3696
+ /** Server compatibles netboots */
3697
+ export const listDedicatedServerBoot = /*@__PURE__*/ API.make(() => ({
3698
+ input: ListDedicatedServerBootRequest,
3699
+ output: ListDedicatedServerBootResponse,
3700
+ errors: [UnknownOvhError],
3701
+ protocol: OvhProtocol,
3702
+ retry: Retry.Retry,
3703
+ }));
3704
+ /** Option used on this netboot */
3705
+ export const listDedicatedServerBootOption = /*@__PURE__*/ API.make(() => ({
3706
+ input: ListDedicatedServerBootOptionRequest,
3707
+ output: ListDedicatedServerBootOptionResponse,
3708
+ errors: [UnknownOvhError],
3709
+ protocol: OvhProtocol,
3710
+ retry: Retry.Retry,
3711
+ }));
3712
+ /** List the availability of dedicated server */
3713
+ export const listDedicatedServerDatacenterAvailabilities = /*@__PURE__*/ API.make(() => ({
3714
+ input: ListDedicatedServerDatacenterAvailabilitiesRequest,
3715
+ output: ListDedicatedServerDatacenterAvailabilitiesResponse,
3716
+ errors: [UnknownOvhError],
3717
+ protocol: OvhProtocol,
3718
+ retry: Retry.Retry,
3719
+ }));
3720
+ /** List the raw availability of dedicated server */
3721
+ export const listDedicatedServerDatacenterAvailabilityRaw = /*@__PURE__*/ API.make(() => ({
3722
+ input: ListDedicatedServerDatacenterAvailabilityRawRequest,
3723
+ output: ListDedicatedServerDatacenterAvailabilityRawResponse,
3724
+ errors: [UnknownOvhError],
3725
+ protocol: OvhProtocol,
3726
+ retry: Retry.Retry,
3727
+ }));
3728
+ /** Get this object properties */
3729
+ export const listDedicatedServerFeatureBackupCloud = /*@__PURE__*/ API.make(() => ({
3730
+ input: ListDedicatedServerFeatureBackupCloudRequest,
3731
+ output: DedicatedServerBackupCloud,
3732
+ errors: [UnknownOvhError],
3733
+ protocol: OvhProtocol,
3734
+ retry: Retry.Retry,
3735
+ }));
3736
+ /** List of IP blocks (and protocols to allow on these blocks) authorized on your backup FTP */
3737
+ export const listDedicatedServerFeatureBackupFTPAccess = /*@__PURE__*/ API.make(() => ({
3738
+ input: ListDedicatedServerFeatureBackupFTPAccessRequest,
3739
+ output: ListDedicatedServerFeatureBackupFTPAccessResponse,
3740
+ errors: [UnknownOvhError],
3741
+ protocol: OvhProtocol,
3742
+ retry: Retry.Retry,
3743
+ }));
3744
+ /** Get all IP blocks that can be used in the ACL */
3745
+ export const listDedicatedServerFeatureBackupFTPAuthorizableBlocks = /*@__PURE__*/ API.make(() => ({
3746
+ input: ListDedicatedServerFeatureBackupFTPAuthorizableBlocksRequest,
3747
+ output: ListDedicatedServerFeatureBackupFTPAuthorizableBlocksResponse,
3748
+ errors: [UnknownOvhError],
3749
+ protocol: OvhProtocol,
3750
+ retry: Retry.Retry,
3751
+ }));
3752
+ /** Retrieve compatible install template partitions scheme */
3753
+ export const listDedicatedServerInstallCompatibleTemplatePartitionSchemes = /*@__PURE__*/ API.make(() => ({
3754
+ input: ListDedicatedServerInstallCompatibleTemplatePartitionSchemesRequest,
3755
+ output: ListDedicatedServerInstallCompatibleTemplatePartitionSchemesResponse,
3756
+ errors: [UnknownOvhError],
3757
+ protocol: OvhProtocol,
3758
+ retry: Retry.Retry,
3759
+ }));
3760
+ /** Retrieve compatible install templates names */
3761
+ export const listDedicatedServerInstallCompatibleTemplates = /*@__PURE__*/ API.make(() => ({
3762
+ input: ListDedicatedServerInstallCompatibleTemplatesRequest,
3763
+ output: DedicatedServerInstallTemplate,
3764
+ errors: [UnknownOvhError],
3765
+ protocol: OvhProtocol,
3766
+ retry: Retry.Retry,
3767
+ }));
3768
+ /** Retrieve hardware RAID profile */
3769
+ export const listDedicatedServerInstallHardwareRaidProfile = /*@__PURE__*/ API.make(() => ({
3770
+ input: ListDedicatedServerInstallHardwareRaidProfileRequest,
3771
+ output: DedicatedServerHardwareRaidProfile,
3772
+ errors: [UnknownOvhError],
3773
+ protocol: OvhProtocol,
3774
+ retry: Retry.Retry,
3775
+ }));
3776
+ /** Get hardware RAID size for a given configuration */
3777
+ export const listDedicatedServerInstallHardwareRaidSize = /*@__PURE__*/ API.make(() => ({
3778
+ input: ListDedicatedServerInstallHardwareRaidSizeRequest,
3779
+ output: DedicatedServerHardwareRaidSize,
3780
+ errors: [UnknownOvhError],
3781
+ protocol: OvhProtocol,
3782
+ retry: Retry.Retry,
3783
+ }));
3784
+ /** Get installation status */
3785
+ export const listDedicatedServerInstallStatus = /*@__PURE__*/ API.make(() => ({
3786
+ input: ListDedicatedServerInstallStatusRequest,
3787
+ output: DedicatedServerInstallationProgressStatus,
3788
+ errors: [UnknownOvhError],
3789
+ protocol: OvhProtocol,
3790
+ retry: Retry.Retry,
3791
+ }));
3792
+ /** technical intervention history */
3793
+ export const listDedicatedServerIntervention = /*@__PURE__*/ API.make(() => ({
3794
+ input: ListDedicatedServerInterventionRequest,
3795
+ output: ListDedicatedServerInterventionResponse,
3796
+ errors: [UnknownOvhError],
3797
+ protocol: OvhProtocol,
3798
+ retry: Retry.Retry,
3799
+ }));
3800
+ /** Retrieve available country for IP order */
3801
+ export const listDedicatedServerIpCountryAvailable = /*@__PURE__*/ API.make(() => ({
3802
+ input: ListDedicatedServerIpCountryAvailableRequest,
3803
+ output: ListDedicatedServerIpCountryAvailableResponse,
3804
+ errors: [UnknownOvhError],
3805
+ protocol: OvhProtocol,
3806
+ retry: Retry.Retry,
3807
+ }));
3808
+ /** List all ip from server */
3809
+ export const listDedicatedServerIps = /*@__PURE__*/ API.make(() => ({
3810
+ input: ListDedicatedServerIpsRequest,
3811
+ output: ListDedicatedServerIpsResponse,
3812
+ errors: [UnknownOvhError],
3813
+ protocol: OvhProtocol,
3814
+ retry: Retry.Retry,
3815
+ }));
3816
+ /** Get the windows license compliant with your server. */
3817
+ export const listDedicatedServerLicenseCompliantWindows = /*@__PURE__*/ API.make(() => ({
3818
+ input: ListDedicatedServerLicenseCompliantWindowsRequest,
3819
+ output: ListDedicatedServerLicenseCompliantWindowsResponse,
3820
+ errors: [UnknownOvhError],
3821
+ protocol: OvhProtocol,
3822
+ retry: Retry.Retry,
3823
+ }));
3824
+ /** Get the windows SQL server license compliant with your server. */
3825
+ export const listDedicatedServerLicenseCompliantWindowsSqlServer = /*@__PURE__*/ API.make(() => ({
3826
+ input: ListDedicatedServerLicenseCompliantWindowsSqlServerRequest,
3827
+ output: ListDedicatedServerLicenseCompliantWindowsSqlServerResponse,
3828
+ errors: [UnknownOvhError],
3829
+ protocol: OvhProtocol,
3830
+ retry: Retry.Retry,
3831
+ }));
3832
+ /** Get this object properties */
3833
+ export const listDedicatedServerNetworking = /*@__PURE__*/ API.make(() => ({
3834
+ input: ListDedicatedServerNetworkingRequest,
3835
+ output: DedicatedServerNetworking,
3836
+ errors: [UnknownOvhError],
3837
+ protocol: OvhProtocol,
3838
+ retry: Retry.Retry,
3839
+ }));
3840
+ /** List server networkInterfaceController */
3841
+ export const listDedicatedServerNetworkInterfaceController = /*@__PURE__*/ API.make(() => ({
3842
+ input: ListDedicatedServerNetworkInterfaceControllerRequest,
3843
+ output: ListDedicatedServerNetworkInterfaceControllerResponse,
3844
+ errors: [UnknownOvhError],
3845
+ protocol: OvhProtocol,
3846
+ retry: Retry.Retry,
3847
+ }));
3848
+ /** Retrieve traffic graph values */
3849
+ export const listDedicatedServerNetworkInterfaceControllerMrtg = /*@__PURE__*/ API.make(() => ({
3850
+ input: ListDedicatedServerNetworkInterfaceControllerMrtgRequest,
3851
+ output: ListDedicatedServerNetworkInterfaceControllerMrtgResponse,
3852
+ errors: [UnknownOvhError],
3853
+ protocol: OvhProtocol,
3854
+ retry: Retry.Retry,
3855
+ }));
3856
+ /** What is ongoing on this server */
3857
+ export const listDedicatedServerOngoing = /*@__PURE__*/ API.make(() => ({
3858
+ input: ListDedicatedServerOngoingRequest,
3859
+ output: ListDedicatedServerOngoingResponse,
3860
+ errors: [UnknownOvhError],
3861
+ protocol: OvhProtocol,
3862
+ retry: Retry.Retry,
3863
+ }));
3864
+ /** Dedicated server operation */
3865
+ export const listDedicatedServerOperation = /*@__PURE__*/ API.make(() => ({
3866
+ input: ListDedicatedServerOperationRequest,
3867
+ output: ListDedicatedServerOperationResponse,
3868
+ errors: [UnknownOvhError],
3869
+ protocol: OvhProtocol,
3870
+ retry: Retry.Retry,
3871
+ }));
3872
+ /** List of dedicated server options */
3873
+ export const listDedicatedServerOption = /*@__PURE__*/ API.make(() => ({
3874
+ input: ListDedicatedServerOptionRequest,
3875
+ output: ListDedicatedServerOptionResponse,
3876
+ errors: [UnknownOvhError],
3877
+ protocol: OvhProtocol,
3878
+ retry: Retry.Retry,
3879
+ }));
3880
+ /** Get the backup storage orderable with your server. */
3881
+ export const listDedicatedServerOrderableBackupStorage = /*@__PURE__*/ API.make(() => ({
3882
+ input: ListDedicatedServerOrderableBackupStorageRequest,
3883
+ output: DedicatedServerBackupStorageOrderable,
3884
+ errors: [UnknownOvhError],
3885
+ protocol: OvhProtocol,
3886
+ retry: Retry.Retry,
3887
+ }));
3888
+ /** Get bandwidth orderable with your server. */
3889
+ export const listDedicatedServerOrderableBandwidth = /*@__PURE__*/ API.make(() => ({
3890
+ input: ListDedicatedServerOrderableBandwidthRequest,
3891
+ output: DedicatedServerBandwidthOrderable,
3892
+ errors: [UnknownOvhError],
3893
+ protocol: OvhProtocol,
3894
+ retry: Retry.Retry,
3895
+ }));
3896
+ /** Get vRack bandwidth orderable with your server. */
3897
+ export const listDedicatedServerOrderableBandwidthvRack = /*@__PURE__*/ API.make(() => ({
3898
+ input: ListDedicatedServerOrderableBandwidthvRackRequest,
3899
+ output: DedicatedServerBandwidthvRackOrderable,
3900
+ errors: [UnknownOvhError],
3901
+ protocol: OvhProtocol,
3902
+ retry: Retry.Retry,
3903
+ }));
3904
+ /** Get IP orderable with your server. */
3905
+ export const listDedicatedServerOrderableIp = /*@__PURE__*/ API.make(() => ({
3906
+ input: ListDedicatedServerOrderableIpRequest,
3907
+ output: DedicatedServerIpOrderable,
3908
+ errors: [UnknownOvhError],
3909
+ protocol: OvhProtocol,
3910
+ retry: Retry.Retry,
3911
+ }));
3912
+ /** Get support level orderable for this server */
3913
+ export const listDedicatedServerOrderableSupportLevel = /*@__PURE__*/ API.make(() => ({
3914
+ input: ListDedicatedServerOrderableSupportLevelRequest,
3915
+ output: DedicatedServerSupportLevelOrderable,
3916
+ errors: [UnknownOvhError],
3917
+ protocol: OvhProtocol,
3918
+ retry: Retry.Retry,
3919
+ }));
3920
+ /** Get orderable traffic with your server. */
3921
+ export const listDedicatedServerOrderableTraffic = /*@__PURE__*/ API.make(() => ({
3922
+ input: ListDedicatedServerOrderableTrafficRequest,
3923
+ output: DedicatedServerTrafficOrderable,
3924
+ errors: [UnknownOvhError],
3925
+ protocol: OvhProtocol,
3926
+ retry: Retry.Retry,
3927
+ }));
3928
+ /** Get USB keys orderable with your server */
3929
+ export const listDedicatedServerOrderableUsbKey = /*@__PURE__*/ API.make(() => ({
3930
+ input: ListDedicatedServerOrderableUsbKeyRequest,
3931
+ output: DedicatedServerUsbKeyOrderableDetails,
3932
+ errors: [UnknownOvhError],
3933
+ protocol: OvhProtocol,
3934
+ retry: Retry.Retry,
3935
+ }));
3936
+ /** List the os available for a specified hardware reference */
3937
+ export const listDedicatedServerOsAvailabilities = /*@__PURE__*/ API.make(() => ({
3938
+ input: ListDedicatedServerOsAvailabilitiesRequest,
3939
+ output: ListDedicatedServerOsAvailabilitiesResponse,
3940
+ errors: [UnknownOvhError],
3941
+ protocol: OvhProtocol,
3942
+ retry: Retry.Retry,
3943
+ }));
3944
+ /** Planned interventions for the server */
3945
+ export const listDedicatedServerPlannedIntervention = /*@__PURE__*/ API.make(() => ({
3946
+ input: ListDedicatedServerPlannedInterventionRequest,
3947
+ output: ListDedicatedServerPlannedInterventionResponse,
3948
+ errors: [UnknownOvhError],
3949
+ protocol: OvhProtocol,
3950
+ retry: Retry.Retry,
3951
+ }));
3952
+ /** List the availability of dedicated server */
3953
+ export const listDedicatedServerRegionAvailabilities = /*@__PURE__*/ API.make(() => ({
3954
+ input: ListDedicatedServerRegionAvailabilitiesRequest,
3955
+ output: ListDedicatedServerRegionAvailabilitiesResponse,
3956
+ errors: [UnknownOvhError],
3957
+ protocol: OvhProtocol,
3958
+ retry: Retry.Retry,
3959
+ }));
3960
+ /** List of secondary dns domain name */
3961
+ export const listDedicatedServerSecondaryDnsDomains = /*@__PURE__*/ API.make(() => ({
3962
+ input: ListDedicatedServerSecondaryDnsDomainsRequest,
3963
+ output: ListDedicatedServerSecondaryDnsDomainsResponse,
3964
+ errors: [UnknownOvhError],
3965
+ protocol: OvhProtocol,
3966
+ retry: Retry.Retry,
3967
+ }));
3968
+ /** Retrieve IP capabilities about this dedicated server */
3969
+ export const listDedicatedServerSpecificationIp = /*@__PURE__*/ API.make(() => ({
3970
+ input: ListDedicatedServerSpecificationIpRequest,
3971
+ output: DedicatedServerIpOrderable,
3972
+ errors: [UnknownOvhError],
3973
+ protocol: OvhProtocol,
3974
+ retry: Retry.Retry,
3975
+ }));
3976
+ /** Your own SPLA licenses attached to this dedicated server */
3977
+ export const listDedicatedServerSpla = /*@__PURE__*/ API.make(() => ({
3978
+ input: ListDedicatedServerSplaRequest,
3979
+ output: ListDedicatedServerSplaResponse,
3980
+ errors: [UnknownOvhError],
3981
+ protocol: OvhProtocol,
3982
+ retry: Retry.Retry,
3983
+ }));
3984
+ /** Dedicated server todos */
3985
+ export const listDedicatedServerTask = /*@__PURE__*/ API.make(() => ({
3986
+ input: ListDedicatedServerTaskRequest,
3987
+ output: ListDedicatedServerTaskResponse,
3988
+ errors: [UnknownOvhError],
3989
+ protocol: OvhProtocol,
3990
+ retry: Retry.Retry,
3991
+ }));
3992
+ /** List available time slots for intervention */
3993
+ export const listDedicatedServerTaskAvailableTimeslots = /*@__PURE__*/ API.make(() => ({
3994
+ input: ListDedicatedServerTaskAvailableTimeslotsRequest,
3995
+ output: ListDedicatedServerTaskAvailableTimeslotsResponse,
3996
+ errors: [UnknownOvhError],
3997
+ protocol: OvhProtocol,
3998
+ retry: Retry.Retry,
3999
+ }));
4000
+ /** List all updates that can be performed on a dedicated server */
4001
+ export const listDedicatedServerUpdateAllowed = /*@__PURE__*/ API.make(() => ({
4002
+ input: ListDedicatedServerUpdateAllowedRequest,
4003
+ output: ListDedicatedServerUpdateAllowedResponse,
4004
+ errors: [UnknownOvhError],
4005
+ protocol: OvhProtocol,
4006
+ retry: Retry.Retry,
4007
+ }));
4008
+ /** Get the available schedule for an hardware upgrade */
4009
+ export const listDedicatedServerUpgradeAvailableTimeslots = /*@__PURE__*/ API.make(() => ({
4010
+ input: ListDedicatedServerUpgradeAvailableTimeslotsRequest,
4011
+ output: ListDedicatedServerUpgradeAvailableTimeslotsResponse,
4012
+ errors: [UnknownOvhError],
4013
+ protocol: OvhProtocol,
4014
+ retry: Retry.Retry,
4015
+ }));
4016
+ /** Virtual MAC addresses of the server */
4017
+ export const listDedicatedServerVirtualMac = /*@__PURE__*/ API.make(() => ({
4018
+ input: ListDedicatedServerVirtualMacRequest,
4019
+ output: ListDedicatedServerVirtualMacResponse,
4020
+ errors: [UnknownOvhError],
4021
+ protocol: OvhProtocol,
4022
+ retry: Retry.Retry,
4023
+ }));
4024
+ /** List of IPs associated to this Virtual MAC */
4025
+ export const listDedicatedServerVirtualMacVirtualAddress = /*@__PURE__*/ API.make(() => ({
4026
+ input: ListDedicatedServerVirtualMacVirtualAddressRequest,
4027
+ output: ListDedicatedServerVirtualMacVirtualAddressResponse,
4028
+ errors: [UnknownOvhError],
4029
+ protocol: OvhProtocol,
4030
+ retry: Retry.Retry,
4031
+ }));
4032
+ /** List server VirtualNetworkInterfaces */
4033
+ export const listDedicatedServerVirtualNetworkInterface = /*@__PURE__*/ API.make(() => ({
4034
+ input: ListDedicatedServerVirtualNetworkInterfaceRequest,
4035
+ output: ListDedicatedServerVirtualNetworkInterfaceResponse,
4036
+ errors: [UnknownOvhError],
4037
+ protocol: OvhProtocol,
4038
+ retry: Retry.Retry,
4039
+ }));
4040
+ /** Server Vracks (LEGACY) */
4041
+ export const listDedicatedServerVrack = /*@__PURE__*/ API.make(() => ({
4042
+ input: ListDedicatedServerVrackRequest,
4043
+ output: ListDedicatedServerVrackResponse,
4044
+ errors: [UnknownOvhError],
4045
+ protocol: OvhProtocol,
4046
+ retry: Retry.Retry,
4047
+ }));
4048
+ /** Alter this object properties */
4049
+ export const putDedicatedServer = /*@__PURE__*/ API.make(() => ({
4050
+ input: PutDedicatedServerRequest,
4051
+ output: PutDedicatedServerResponse,
4052
+ errors: [UnknownOvhError],
4053
+ protocol: OvhProtocol,
4054
+ retry: Retry.Retry,
4055
+ }));
4056
+ /** Alter this object properties */
4057
+ export const putDedicatedServerBurst = /*@__PURE__*/ API.make(() => ({
4058
+ input: PutDedicatedServerBurstRequest,
4059
+ output: PutDedicatedServerBurstResponse,
4060
+ errors: [UnknownOvhError],
4061
+ protocol: OvhProtocol,
4062
+ retry: Retry.Retry,
4063
+ }));
4064
+ /** Alter this object properties */
4065
+ export const putDedicatedServerFeatureBackupFTPAccess = /*@__PURE__*/ API.make(() => ({
4066
+ input: PutDedicatedServerFeatureBackupFTPAccessRequest,
4067
+ output: PutDedicatedServerFeatureBackupFTPAccessResponse,
4068
+ errors: [UnknownOvhError],
4069
+ protocol: OvhProtocol,
4070
+ retry: Retry.Retry,
4071
+ }));
4072
+ /** Alter this object properties */
4073
+ export const putDedicatedServerFeatureFirewall = /*@__PURE__*/ API.make(() => ({
4074
+ input: PutDedicatedServerFeatureFirewallRequest,
4075
+ output: PutDedicatedServerFeatureFirewallResponse,
4076
+ errors: [UnknownOvhError],
4077
+ protocol: OvhProtocol,
4078
+ retry: Retry.Retry,
4079
+ }));
4080
+ /** Alter this object properties */
4081
+ export const putDedicatedServerSecondaryDnsDomain = /*@__PURE__*/ API.make(() => ({
4082
+ input: PutDedicatedServerSecondaryDnsDomainRequest,
4083
+ output: PutDedicatedServerSecondaryDnsDomainResponse,
4084
+ errors: [UnknownOvhError],
4085
+ protocol: OvhProtocol,
4086
+ retry: Retry.Retry,
4087
+ }));
4088
+ /** Update service information */
4089
+ export const putDedicatedServerServiceInfos = /*@__PURE__*/ API.make(() => ({
4090
+ input: PutDedicatedServerServiceInfosRequest,
4091
+ output: PutDedicatedServerServiceInfosResponse,
4092
+ errors: [UnknownOvhError],
4093
+ protocol: OvhProtocol,
4094
+ retry: Retry.Retry,
4095
+ }));
4096
+ /** Alter this object properties */
4097
+ export const putDedicatedServerSpla = /*@__PURE__*/ API.make(() => ({
4098
+ input: PutDedicatedServerSplaRequest,
4099
+ output: PutDedicatedServerSplaResponse,
4100
+ errors: [UnknownOvhError],
4101
+ protocol: OvhProtocol,
4102
+ retry: Retry.Retry,
4103
+ }));
4104
+ /** Set the schedule of an hardware upgrade */
4105
+ export const putDedicatedServerUpgradeSchedule = /*@__PURE__*/ API.make(() => ({
4106
+ input: PutDedicatedServerUpgradeScheduleRequest,
4107
+ output: PutDedicatedServerUpgradeScheduleResponse,
4108
+ errors: [UnknownOvhError],
4109
+ protocol: OvhProtocol,
4110
+ retry: Retry.Retry,
4111
+ }));
4112
+ /** Hard reboot this server */
4113
+ export const rebootDedicatedServer = /*@__PURE__*/ API.make(() => ({
4114
+ input: RebootDedicatedServerRequest,
4115
+ output: DedicatedServerTask,
4116
+ errors: [UnknownOvhError],
4117
+ protocol: OvhProtocol,
4118
+ retry: Retry.Retry,
4119
+ }));
4120
+ /** Reset KVM IPMI interface */
4121
+ export const resetDedicatedServerFeaturesIpmiInterface = /*@__PURE__*/ API.make(() => ({
4122
+ input: ResetDedicatedServerFeaturesIpmiInterfaceRequest,
4123
+ output: DedicatedServerTask,
4124
+ errors: [UnknownOvhError],
4125
+ protocol: OvhProtocol,
4126
+ retry: Retry.Retry,
4127
+ }));
4128
+ /** Reset KVM IPMI sessions */
4129
+ export const resetDedicatedServerFeaturesIpmiSessions = /*@__PURE__*/ API.make(() => ({
4130
+ input: ResetDedicatedServerFeaturesIpmiSessionsRequest,
4131
+ output: DedicatedServerTask,
4132
+ errors: [UnknownOvhError],
4133
+ protocol: OvhProtocol,
4134
+ retry: Retry.Retry,
4135
+ }));
4136
+ /** OLA : Reset interfaces to default configuration */
4137
+ export const resetDedicatedServerOla = /*@__PURE__*/ API.make(() => ({
4138
+ input: ResetDedicatedServerOlaRequest,
4139
+ output: DedicatedServerTask,
4140
+ errors: [UnknownOvhError],
4141
+ protocol: OvhProtocol,
4142
+ retry: Retry.Retry,
4143
+ }));
4144
+ /** Restart the BMC module */
4145
+ export const restartDedicatedServerFeaturesBmc = /*@__PURE__*/ API.make(() => ({
4146
+ input: RestartDedicatedServerFeaturesBmcRequest,
4147
+ output: DedicatedServerOperation,
4148
+ errors: [UnknownOvhError],
4149
+ protocol: OvhProtocol,
4150
+ retry: Retry.Retry,
4151
+ }));
4152
+ /** Revoke access of all sessions related to this BMC */
4153
+ export const revokeDedicatedServerFeaturesBmcSessions = /*@__PURE__*/ API.make(() => ({
4154
+ input: RevokeDedicatedServerFeaturesBmcSessionsRequest,
4155
+ output: DedicatedServerOperation,
4156
+ errors: [UnknownOvhError],
4157
+ protocol: OvhProtocol,
4158
+ retry: Retry.Retry,
4159
+ }));
4160
+ /** Revoke an SPLA license */
4161
+ export const revokeDedicatedServerSpla = /*@__PURE__*/ API.make(() => ({
4162
+ input: RevokeDedicatedServerSplaRequest,
4163
+ output: RevokeDedicatedServerSplaResponse,
4164
+ errors: [UnknownOvhError],
4165
+ protocol: OvhProtocol,
4166
+ retry: Retry.Retry,
4167
+ }));
4168
+ /** Install or reinstall an operating system - Try 🆕 /dedicated/server/{serviceName}/reinstall route */
4169
+ export const startDedicatedServerInstall = /*@__PURE__*/ API.make(() => ({
4170
+ input: StartDedicatedServerInstallRequest,
4171
+ output: DedicatedServerTask,
4172
+ errors: [UnknownOvhError],
4173
+ protocol: OvhProtocol,
4174
+ retry: Retry.Retry,
4175
+ }));
4176
+ /** Ask for the termination of your service Ask for the termination of your service. Admin contact of this service will receive a termination token by email in order to confirm its termination with /confirmTermination endpoint. */
4177
+ export const terminateDedicatedServer = /*@__PURE__*/ API.make(() => ({
4178
+ input: TerminateDedicatedServerRequest,
4179
+ output: TerminateDedicatedServerResponse,
4180
+ errors: [UnknownOvhError],
4181
+ protocol: OvhProtocol,
4182
+ retry: Retry.Retry,
4183
+ }));
4184
+ /** Launch basic test on BMC interface */
4185
+ export const testDedicatedServerFeaturesBmc = /*@__PURE__*/ API.make(() => ({
4186
+ input: TestDedicatedServerFeaturesBmcRequest,
4187
+ output: DedicatedServerOperation,
4188
+ errors: [UnknownOvhError],
4189
+ protocol: OvhProtocol,
4190
+ retry: Retry.Retry,
4191
+ }));
4192
+ /** Launch test on KVM IPMI interface */
4193
+ export const testDedicatedServerFeaturesIpmi = /*@__PURE__*/ API.make(() => ({
4194
+ input: TestDedicatedServerFeaturesIpmiRequest,
4195
+ output: DedicatedServerTask,
4196
+ errors: [UnknownOvhError],
4197
+ protocol: OvhProtocol,
4198
+ retry: Retry.Retry,
4199
+ }));
4200
+ //# sourceMappingURL=baremetal.js.map