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

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 +4187 -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 +31061 -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 +5733 -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 +960 -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 +965 -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 +3078 -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 +1829 -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 +1690 -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 +3553 -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 +3067 -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 +8874 -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 +1351 -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 +1787 -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 +1020 -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 +14877 -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 +841 -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 +841 -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 +4522 -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 +3681 -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 +10949 -0
  162. package/src/services/cloud.ts +75466 -0
  163. package/src/services/cloud_v2.ts +14725 -0
  164. package/src/services/dedicatedceph.ts +2231 -0
  165. package/src/services/dedicatednasha.ts +2268 -0
  166. package/src/services/domain.ts +7996 -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 +4214 -0
  171. package/src/services/iam.ts +2060 -0
  172. package/src/services/index.ts +31 -0
  173. package/src/services/ip.ts +4461 -0
  174. package/src/services/iploadbalancing.ts +8421 -0
  175. package/src/services/ldp.ts +7269 -0
  176. package/src/services/me.ts +21716 -0
  177. package/src/services/overthebox.ts +2693 -0
  178. package/src/services/ovhcloudconnect.ts +3224 -0
  179. package/src/services/packxdsl.ts +4619 -0
  180. package/src/services/sms.ts +7255 -0
  181. package/src/services/sslgateway.ts +1408 -0
  182. package/src/services/storagenetapp.ts +2431 -0
  183. package/src/services/support.ts +598 -0
  184. package/src/services/telephony.ts +32926 -0
  185. package/src/services/vmwareclouddirectorbackup.ts +2170 -0
  186. package/src/services/vmwareclouddirectororganization.ts +2170 -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 +11285 -0
  191. package/src/services/xdsl.ts +9277 -0
  192. package/src/traits.ts +44 -0
@@ -0,0 +1,981 @@
1
+ import * as S from "@distilled.cloud/core/schema";
2
+ import * as API from "@distilled.cloud/core/api";
3
+ import { type OvhOpError, type OvhOpContext } from "../protocol.ts";
4
+ export type { OvhOpError, OvhOpContext };
5
+ export interface AuthorizeOverTheBoxRemoteAccessRequest {
6
+ /** The internal name of your overTheBox offer */
7
+ serviceName: string;
8
+ /** The id of the remote access */
9
+ remoteAccessId: string;
10
+ }
11
+ export declare const AuthorizeOverTheBoxRemoteAccessRequest: S.Schema<AuthorizeOverTheBoxRemoteAccessRequest>;
12
+ export interface AuthorizeOverTheBoxRemoteAccessResponse {
13
+ }
14
+ export declare const AuthorizeOverTheBoxRemoteAccessResponse: S.Schema<AuthorizeOverTheBoxRemoteAccessResponse>;
15
+ export interface CancelOverTheBoxResiliationRequest {
16
+ /** The internal name of your overTheBox offer */
17
+ serviceName: string;
18
+ }
19
+ export declare const CancelOverTheBoxResiliationRequest: S.Schema<CancelOverTheBoxResiliationRequest>;
20
+ export interface CancelOverTheBoxResiliationResponse {
21
+ }
22
+ export declare const CancelOverTheBoxResiliationResponse: S.Schema<CancelOverTheBoxResiliationResponse>;
23
+ export interface CreateOverTheBoxChangeContactRequest {
24
+ /** The internal name of your overTheBox offer */
25
+ serviceName: string;
26
+ /** The contact to set as admin contact */
27
+ contactAdmin?: string;
28
+ /** The contact to set as billing contact */
29
+ contactBilling?: string;
30
+ /** The contact to set as tech contact */
31
+ contactTech?: string;
32
+ }
33
+ export declare const CreateOverTheBoxChangeContactRequest: S.Schema<CreateOverTheBoxChangeContactRequest>;
34
+ export type CreateOverTheBoxChangeContactResponseBodyList = Array<number>;
35
+ export declare const CreateOverTheBoxChangeContactResponseBodyList: S.Schema<CreateOverTheBoxChangeContactResponseBodyList>;
36
+ export type CreateOverTheBoxChangeContactResponse = CreateOverTheBoxChangeContactResponseBodyList;
37
+ export declare const CreateOverTheBoxChangeContactResponse: S.Schema<CreateOverTheBoxChangeContactResponse>;
38
+ export interface CreateOverTheBoxDeviceRequest {
39
+ }
40
+ export declare const CreateOverTheBoxDeviceRequest: S.Schema<CreateOverTheBoxDeviceRequest>;
41
+ /** A device for registration */
42
+ export interface OverTheBoxDeviceForRegistration {
43
+ /** Whether or not this device is actived */
44
+ activated?: boolean;
45
+ deviceId?: string;
46
+ /** The last time this device was seen on the provisionning servers */
47
+ lastSeen?: string;
48
+ }
49
+ export declare const OverTheBoxDeviceForRegistration: S.Schema<OverTheBoxDeviceForRegistration>;
50
+ export type CreateOverTheBoxDeviceResponseBodyList = Array<OverTheBoxDeviceForRegistration>;
51
+ export declare const CreateOverTheBoxDeviceResponseBodyList: S.Schema<CreateOverTheBoxDeviceResponseBodyList>;
52
+ export type CreateOverTheBoxDeviceResponse = CreateOverTheBoxDeviceResponseBodyList;
53
+ export declare const CreateOverTheBoxDeviceResponse: S.Schema<CreateOverTheBoxDeviceResponse>;
54
+ export interface CreateOverTheBoxDeviceActionRequest {
55
+ /** The internal name of your overTheBox offer */
56
+ serviceName: string;
57
+ /** Name of the action */
58
+ name: string;
59
+ }
60
+ export declare const CreateOverTheBoxDeviceActionRequest: S.Schema<CreateOverTheBoxDeviceActionRequest>;
61
+ /** Status of a task. */
62
+ export type OverTheBoxActionStatusEnum = "doing" | "done" | "error" | "todo";
63
+ export declare const OverTheBoxActionStatusEnum: any;
64
+ /** Device action */
65
+ export interface OverTheBoxDeviceAction {
66
+ /** The id of the action */
67
+ actionId?: string;
68
+ /** Date of creation of the action */
69
+ createdAt?: string;
70
+ /** The details of the action */
71
+ details?: string;
72
+ /** The name of the action */
73
+ name?: string;
74
+ /** The status of the action */
75
+ status?: OverTheBoxActionStatusEnum;
76
+ /** Date of execution of the action */
77
+ todoDate?: string;
78
+ /** Last time the action was updated */
79
+ updatedAt?: string;
80
+ }
81
+ export declare const OverTheBoxDeviceAction: S.Schema<OverTheBoxDeviceAction>;
82
+ export interface CreateOverTheBoxDeviceBackupRequest {
83
+ /** The internal name of your overTheBox offer */
84
+ serviceName: string;
85
+ }
86
+ export declare const CreateOverTheBoxDeviceBackupRequest: S.Schema<CreateOverTheBoxDeviceBackupRequest>;
87
+ export interface CreateOverTheBoxDeviceLogRequest {
88
+ /** The internal name of your overTheBox offer */
89
+ serviceName: string;
90
+ }
91
+ export declare const CreateOverTheBoxDeviceLogRequest: S.Schema<CreateOverTheBoxDeviceLogRequest>;
92
+ /** Temporary url informations */
93
+ export interface OverTheBoxTemporaryLogsLink {
94
+ /** Temporary url expiration date */
95
+ expirationDate?: string;
96
+ /** Temporary url */
97
+ url?: string;
98
+ }
99
+ export declare const OverTheBoxTemporaryLogsLink: S.Schema<OverTheBoxTemporaryLogsLink>;
100
+ export interface CreateOverTheBoxLinkDeviceRequest {
101
+ /** The internal name of your overTheBox offer */
102
+ serviceName: string;
103
+ /** The id of the device */
104
+ deviceId: string;
105
+ }
106
+ export declare const CreateOverTheBoxLinkDeviceRequest: S.Schema<CreateOverTheBoxLinkDeviceRequest>;
107
+ export interface CreateOverTheBoxLinkDeviceResponse {
108
+ }
109
+ export declare const CreateOverTheBoxLinkDeviceResponse: S.Schema<CreateOverTheBoxLinkDeviceResponse>;
110
+ export interface CreateOverTheBoxLinkHardwareRequest {
111
+ /** The internal name of your overTheBox offer */
112
+ serviceName: string;
113
+ /** The internal name of your hardware */
114
+ hardwareName: string;
115
+ }
116
+ export declare const CreateOverTheBoxLinkHardwareRequest: S.Schema<CreateOverTheBoxLinkHardwareRequest>;
117
+ export interface CreateOverTheBoxLinkHardwareResponse {
118
+ }
119
+ export declare const CreateOverTheBoxLinkHardwareResponse: S.Schema<CreateOverTheBoxLinkHardwareResponse>;
120
+ export interface CreateOverTheBoxMigrationChangeOfferRequest {
121
+ /** The internal name of your overTheBox offer */
122
+ serviceName: string;
123
+ /** Name of the hardware */
124
+ hardwareName?: string;
125
+ /** Offer name to migrate to */
126
+ offer: string;
127
+ /** In case of hardware and if a shipping custom address is desired */
128
+ shippingContactID?: string;
129
+ }
130
+ export declare const CreateOverTheBoxMigrationChangeOfferRequest: S.Schema<CreateOverTheBoxMigrationChangeOfferRequest>;
131
+ /** Migration order */
132
+ export interface OverTheBoxOrderMigration {
133
+ /** Id of the migration order */
134
+ orderId?: string;
135
+ /** URL of the migration order */
136
+ orderUrl?: string;
137
+ }
138
+ export declare const OverTheBoxOrderMigration: S.Schema<OverTheBoxOrderMigration>;
139
+ export interface CreateOverTheBoxRemoteAccessRequest {
140
+ /** The internal name of your overTheBox offer */
141
+ serviceName: string;
142
+ /** IP block from which the remote access will be allowed (the default value is the IP from which the call is made) */
143
+ allowedIp?: string;
144
+ /** The expirationDate of the remote access (default 1 day) */
145
+ expirationDate?: string;
146
+ /** The port that the device will expose */
147
+ exposedPort: number;
148
+ /** The remote user public key authorized on the device (for SSH purpose) */
149
+ publicKey?: string;
150
+ }
151
+ export declare const CreateOverTheBoxRemoteAccessRequest: S.Schema<CreateOverTheBoxRemoteAccessRequest>;
152
+ /** All the infos needed to connect yourself to your OTB */
153
+ export interface OverTheBoxRemoteAccessConnectionInfos {
154
+ /** IP to connect to when accessing the device remotely */
155
+ ip?: string | null;
156
+ /** Port to connect to when accessing the device remotely */
157
+ port?: number | null;
158
+ }
159
+ export declare const OverTheBoxRemoteAccessConnectionInfos: S.Schema<OverTheBoxRemoteAccessConnectionInfos>;
160
+ /** Infos about the remote user */
161
+ export interface OverTheBoxRemoteAccessUserInfos {
162
+ /** IP from which the remote access will be allowed */
163
+ ip?: string;
164
+ /** The public key authorized on the device (for SSH purpose) */
165
+ publicKey?: string | null;
166
+ /** The user that will access the device remotely */
167
+ user?: string;
168
+ }
169
+ export declare const OverTheBoxRemoteAccessUserInfos: S.Schema<OverTheBoxRemoteAccessUserInfos>;
170
+ /** Status of the remote access. */
171
+ export type OverTheBoxRemoteAccessStatusEnum = "active" | "creating" | "deleted" | "deleting" | "pendingValidation" | "recreating" | "toDelete" | "toRecreate";
172
+ export declare const OverTheBoxRemoteAccessStatusEnum: any;
173
+ /** If authorized, a remote access will expose a port, allowing an access to the device remotely */
174
+ export interface OverTheBoxRemoteAccess {
175
+ /** If the remote access was accepted by the remote user */
176
+ accepted?: boolean;
177
+ /** The date of the remote access demand */
178
+ askDate?: string;
179
+ /** The user that authorized the remote access */
180
+ authorizedBy?: string | null;
181
+ /** All the infos needed to connect yourself to your OTB */
182
+ connectionInfos?: OverTheBoxRemoteAccessConnectionInfos;
183
+ /** When the remote access was deleted */
184
+ deletedAt?: string | null;
185
+ /** Info about the docker version */
186
+ dockerVersion?: string;
187
+ /** When the remote access will be automatically deleted */
188
+ expirationDate?: string;
189
+ /** The device's port which will be exposed */
190
+ exposedPort?: number;
191
+ /** The id of the remote access */
192
+ remoteAccessId?: string;
193
+ /** Infos about the remote user */
194
+ remoteUserInfos?: OverTheBoxRemoteAccessUserInfos;
195
+ /** Status of the remote access */
196
+ status?: OverTheBoxRemoteAccessStatusEnum;
197
+ }
198
+ export declare const OverTheBoxRemoteAccess: S.Schema<OverTheBoxRemoteAccess>;
199
+ export interface DeleteOverTheBoxRequest {
200
+ /** The internal name of your overTheBox offer */
201
+ serviceName: string;
202
+ }
203
+ export declare const DeleteOverTheBoxRequest: S.Schema<DeleteOverTheBoxRequest>;
204
+ export interface DeleteOverTheBoxResponse {
205
+ }
206
+ export declare const DeleteOverTheBoxResponse: S.Schema<DeleteOverTheBoxResponse>;
207
+ export interface DeleteOverTheBoxBackupRequest {
208
+ /** The internal name of your overTheBox offer */
209
+ serviceName: string;
210
+ /** The id of the backup */
211
+ backupId: string;
212
+ }
213
+ export declare const DeleteOverTheBoxBackupRequest: S.Schema<DeleteOverTheBoxBackupRequest>;
214
+ export interface DeleteOverTheBoxBackupResponse {
215
+ }
216
+ export declare const DeleteOverTheBoxBackupResponse: S.Schema<DeleteOverTheBoxBackupResponse>;
217
+ export interface DeleteOverTheBoxDeviceRequest {
218
+ /** The internal name of your overTheBox offer */
219
+ serviceName: string;
220
+ }
221
+ export declare const DeleteOverTheBoxDeviceRequest: S.Schema<DeleteOverTheBoxDeviceRequest>;
222
+ export interface DeleteOverTheBoxDeviceResponse {
223
+ }
224
+ export declare const DeleteOverTheBoxDeviceResponse: S.Schema<DeleteOverTheBoxDeviceResponse>;
225
+ export interface DeleteOverTheBoxRemoteAccessRequest {
226
+ /** The internal name of your overTheBox offer */
227
+ serviceName: string;
228
+ /** The id of the remote access */
229
+ remoteAccessId: string;
230
+ }
231
+ export declare const DeleteOverTheBoxRemoteAccessRequest: S.Schema<DeleteOverTheBoxRemoteAccessRequest>;
232
+ export interface DeleteOverTheBoxRemoteAccessResponse {
233
+ }
234
+ export declare const DeleteOverTheBoxRemoteAccessResponse: S.Schema<DeleteOverTheBoxRemoteAccessResponse>;
235
+ export interface GetOverTheBoxRequest {
236
+ /** The internal name of your overTheBox offer */
237
+ serviceName: string;
238
+ }
239
+ export declare const GetOverTheBoxRequest: S.Schema<GetOverTheBoxRequest>;
240
+ /** Status of the service */
241
+ export type OverTheBoxAvailableStatusEnum = "disabled" | "enabled";
242
+ export declare const OverTheBoxAvailableStatusEnum: any;
243
+ /** Configuration mode of the service */
244
+ export type OverTheBoxServiceConfigurationModeEnum = "autoconfigure" | "local";
245
+ export declare const OverTheBoxServiceConfigurationModeEnum: any;
246
+ /** Parameters required to query metrics from OpenTSDB */
247
+ export interface OverTheBoxGraphEndpoint {
248
+ /** The OpenTSDB host */
249
+ host?: string;
250
+ /** A read-only token */
251
+ readToken?: string;
252
+ /** The read-only token ID */
253
+ readTokenID?: string;
254
+ }
255
+ export declare const OverTheBoxGraphEndpoint: S.Schema<OverTheBoxGraphEndpoint>;
256
+ /** Resource tags. Tags that were internally computed are prefixed with ovh: */
257
+ export type IamResourceMetadataTagsMap = {
258
+ [key: string]: string | undefined;
259
+ };
260
+ export declare const IamResourceMetadataTagsMap: S.Schema<IamResourceMetadataTagsMap>;
261
+ /** IAM resource metadata embedded in services models */
262
+ export interface IamResourceMetadata {
263
+ /** Resource display name */
264
+ displayName?: string | null;
265
+ /** Unique identifier of the resource */
266
+ id?: string;
267
+ /** Resource tags. Tags that were internally computed are prefixed with ovh: */
268
+ tags?: IamResourceMetadataTagsMap | null;
269
+ /** Unique resource name used in policies */
270
+ urn?: string;
271
+ }
272
+ export declare const IamResourceMetadata: S.Schema<IamResourceMetadata>;
273
+ /** Status of the service. */
274
+ export type OverTheBoxServiceStatusEnum = "active" | "creating" | "deleted" | "suspended" | "toCreate" | "toDelete";
275
+ export declare const OverTheBoxServiceStatusEnum: any;
276
+ /** Tunnel mode of the service. */
277
+ export type OverTheBoxTunnelModeEnum = "glorytun" | "glorytun_hybrid" | "glorytun_mud";
278
+ export declare const OverTheBoxTunnelModeEnum: any;
279
+ /** Service */
280
+ export interface OverTheBoxServiceWithIAM {
281
+ /** If the socks proxy is enabled */
282
+ SOCKSProxyEnabled?: boolean;
283
+ /** The status of the autoMTU */
284
+ autoMTU?: OverTheBoxAvailableStatusEnum;
285
+ /** Enable device auto upgrade */
286
+ autoUpgrade?: boolean;
287
+ /** The service maximum bandwidth in bits */
288
+ bandwidth?: number;
289
+ /** Configuration mode of the service */
290
+ configurationMode?: OverTheBoxServiceConfigurationModeEnum;
291
+ /** Editable field for customer */
292
+ customerDescription?: string | null;
293
+ /** Parameters needed to fetch metrics */
294
+ graphEndpoint?: OverTheBoxGraphEndpoint | null;
295
+ /** IAM resource metadata */
296
+ iam?: IamResourceMetadata | null;
297
+ /** Indicates if IPv6 is enabled */
298
+ ipv6Enabled?: boolean;
299
+ /** The service offer */
300
+ offer?: string;
301
+ /** The service pretty offer name */
302
+ prettyOfferName?: string;
303
+ /** Release channel of the service */
304
+ releaseChannel?: string;
305
+ /** The name of the service */
306
+ serviceName?: string;
307
+ /** The status of the service */
308
+ status?: OverTheBoxServiceStatusEnum;
309
+ /** The tunnel mode of the service */
310
+ tunnelMode?: OverTheBoxTunnelModeEnum;
311
+ }
312
+ export declare const OverTheBoxServiceWithIAM: S.Schema<OverTheBoxServiceWithIAM>;
313
+ export interface GetOverTheBoxBackupRequest {
314
+ /** The internal name of your overTheBox offer */
315
+ serviceName: string;
316
+ /** The id of the backup */
317
+ backupId: string;
318
+ }
319
+ export declare const GetOverTheBoxBackupRequest: S.Schema<GetOverTheBoxBackupRequest>;
320
+ /** Backup */
321
+ export interface OverTheBoxBackup {
322
+ /** The id of the backup */
323
+ backupId?: string;
324
+ /** Date of the creation of the backup */
325
+ createdAt?: string;
326
+ /** The id of the device action that triggered the backup */
327
+ deviceActionId?: string | null;
328
+ }
329
+ export declare const OverTheBoxBackup: S.Schema<OverTheBoxBackup>;
330
+ export interface GetOverTheBoxDeviceRequest {
331
+ /** The internal name of your overTheBox offer */
332
+ serviceName: string;
333
+ }
334
+ export declare const GetOverTheBoxDeviceRequest: S.Schema<GetOverTheBoxDeviceRequest>;
335
+ /** The DNS servers of this interface */
336
+ export type OverTheBoxDeviceInterfaceDnsServersList = Array<string>;
337
+ export declare const OverTheBoxDeviceInterfaceDnsServersList: S.Schema<OverTheBoxDeviceInterfaceDnsServersList>;
338
+ /** Status of a MPTCP Interface. */
339
+ export type OverTheBoxMultipathStatusEnum = "backup" | "handover" | "master" | "off" | "on";
340
+ export declare const OverTheBoxMultipathStatusEnum: any;
341
+ /** Infos about a network interface */
342
+ export interface OverTheBoxDeviceInterface {
343
+ /** Device of the interface */
344
+ device?: string | null;
345
+ /** The DNS servers of this interface */
346
+ dnsServers?: OverTheBoxDeviceInterfaceDnsServersList | null;
347
+ /** Gateway of the interface */
348
+ gateway?: string | null;
349
+ /** IP of the interface */
350
+ ip?: string | null;
351
+ /** Status of MPTCP on this interface */
352
+ multipathStatus?: OverTheBoxMultipathStatusEnum;
353
+ /** Name of the interface */
354
+ name?: string;
355
+ /** Netmask of the interface */
356
+ netmask?: string | null;
357
+ /** Public IP of the interface */
358
+ publicIp?: string | null;
359
+ }
360
+ export declare const OverTheBoxDeviceInterface: S.Schema<OverTheBoxDeviceInterface>;
361
+ /** Network interfaces of the device */
362
+ export type OverTheBoxDeviceNetworkInterfacesList = Array<OverTheBoxDeviceInterface>;
363
+ export declare const OverTheBoxDeviceNetworkInterfacesList: S.Schema<OverTheBoxDeviceNetworkInterfacesList>;
364
+ /** Infos about a device system */
365
+ export interface OverTheBoxDeviceSystem {
366
+ /** Device CPU */
367
+ cpu?: string | null;
368
+ /** Device hostname */
369
+ hostname?: string | null;
370
+ /** Device linux kernel version */
371
+ kernel?: string | null;
372
+ /** Device mac address (first interface mac) */
373
+ mac?: string | null;
374
+ /** Device model */
375
+ model?: string | null;
376
+ /** Name of the device board */
377
+ name?: string | null;
378
+ /** OVH offer name of the device board */
379
+ offerName?: string | null;
380
+ /** OVH name of the device board */
381
+ ovhName?: string | null;
382
+ }
383
+ export declare const OverTheBoxDeviceSystem: S.Schema<OverTheBoxDeviceSystem>;
384
+ /** Device */
385
+ export interface OverTheBoxDevice {
386
+ /** Whether or not this device is associated to a service */
387
+ activated?: boolean;
388
+ /** Whether or not an upate is available for this device */
389
+ availableUpdate?: boolean;
390
+ /** The id of the device */
391
+ deviceId?: string;
392
+ /** Last time the device has been seen on the provisionning servers */
393
+ lastSeen?: string;
394
+ /** Network interfaces of the device */
395
+ networkInterfaces?: OverTheBoxDeviceNetworkInterfacesList;
396
+ /** The public IP of the device */
397
+ publicIp?: string;
398
+ /** Device system information */
399
+ system?: OverTheBoxDeviceSystem | null;
400
+ /** System version of the device */
401
+ systemVersion?: string;
402
+ /** Version of the device */
403
+ version?: string;
404
+ }
405
+ export declare const OverTheBoxDevice: S.Schema<OverTheBoxDevice>;
406
+ export interface GetOverTheBoxDeviceActionRequest {
407
+ /** The internal name of your overTheBox offer */
408
+ serviceName: string;
409
+ /** The id of the action */
410
+ actionId: string;
411
+ }
412
+ export declare const GetOverTheBoxDeviceActionRequest: S.Schema<GetOverTheBoxDeviceActionRequest>;
413
+ export interface GetOverTheBoxDeviceHardwareRequest {
414
+ /** The internal name of your overTheBox offer */
415
+ serviceName: string;
416
+ }
417
+ export declare const GetOverTheBoxDeviceHardwareRequest: S.Schema<GetOverTheBoxDeviceHardwareRequest>;
418
+ /** Hardware properties */
419
+ export interface OverTheBoxHardware {
420
+ /** True if hardware can be linked to a service without deviceID */
421
+ canBeLinkedToService?: boolean;
422
+ /** Hardware MAC address */
423
+ mac?: string | null;
424
+ /** Hardware model */
425
+ model?: string;
426
+ /** Hardware name */
427
+ name?: string;
428
+ /** The hardware pretty model name */
429
+ prettyModelName?: string;
430
+ /** Hardware serial */
431
+ serial?: string;
432
+ }
433
+ export declare const OverTheBoxHardware: S.Schema<OverTheBoxHardware>;
434
+ export interface GetOverTheBoxHardwareRequest {
435
+ /** The internal name of your hardware */
436
+ hardwareName: string;
437
+ }
438
+ export declare const GetOverTheBoxHardwareRequest: S.Schema<GetOverTheBoxHardwareRequest>;
439
+ /** Hardware properties */
440
+ export interface OverTheBoxHardwareWithIAM {
441
+ /** True if hardware can be linked to a service without deviceID */
442
+ canBeLinkedToService?: boolean;
443
+ /** IAM resource metadata */
444
+ iam?: IamResourceMetadata | null;
445
+ /** Hardware MAC address */
446
+ mac?: string | null;
447
+ /** Hardware model */
448
+ model?: string;
449
+ /** Hardware name */
450
+ name?: string;
451
+ /** The hardware pretty model name */
452
+ prettyModelName?: string;
453
+ /** Hardware serial */
454
+ serial?: string;
455
+ }
456
+ export declare const OverTheBoxHardwareWithIAM: S.Schema<OverTheBoxHardwareWithIAM>;
457
+ export interface GetOverTheBoxIpsRequest {
458
+ /** The internal name of your overTheBox offer */
459
+ serviceName: string;
460
+ /** Ip */
461
+ ip: string;
462
+ }
463
+ export declare const GetOverTheBoxIpsRequest: S.Schema<GetOverTheBoxIpsRequest>;
464
+ /** IP geolocation */
465
+ export type OtbServiceIpGeolocationEnum = "fr";
466
+ export declare const OtbServiceIpGeolocationEnum: any;
467
+ /** IP status */
468
+ export type OtbServiceIpStatusEnum = "active" | "free" | "pendingRelease" | "released" | "reserved";
469
+ export declare const OtbServiceIpStatusEnum: any;
470
+ /** IP version */
471
+ export type OtbServiceIpVersionEnum = "v4" | "v6";
472
+ export declare const OtbServiceIpVersionEnum: any;
473
+ /** Service IP details */
474
+ export interface OtbServiceIp {
475
+ /** IP geolocation */
476
+ geolocation?: OtbServiceIpGeolocationEnum;
477
+ /** IP address */
478
+ ip?: string;
479
+ /** IP cidr prefix */
480
+ range?: number;
481
+ /** IP status */
482
+ status?: OtbServiceIpStatusEnum;
483
+ /** IP version */
484
+ version?: OtbServiceIpVersionEnum;
485
+ }
486
+ export declare const OtbServiceIp: S.Schema<OtbServiceIp>;
487
+ export interface GetOverTheBoxRemoteAccessRequest {
488
+ /** The internal name of your overTheBox offer */
489
+ serviceName: string;
490
+ /** The id of the remote access */
491
+ remoteAccessId: string;
492
+ }
493
+ export declare const GetOverTheBoxRemoteAccessRequest: S.Schema<GetOverTheBoxRemoteAccessRequest>;
494
+ export interface GetOverTheBoxServiceInfosRequest {
495
+ /** The internal name of your overTheBox offer */
496
+ serviceName: string;
497
+ }
498
+ export declare const GetOverTheBoxServiceInfosRequest: S.Schema<GetOverTheBoxServiceInfosRequest>;
499
+ /** All the possible renew period of your service in month */
500
+ export type ServicesServicePossibleRenewPeriodList = Array<number>;
501
+ export declare const ServicesServicePossibleRenewPeriodList: S.Schema<ServicesServicePossibleRenewPeriodList>;
502
+ /** Map a possible renew for a specific service */
503
+ export interface ServiceRenewType {
504
+ /** The service is automatically renewed */
505
+ automatic?: boolean;
506
+ /** The service will be deleted at expiration */
507
+ deleteAtExpiration?: boolean;
508
+ /** The service forced to be renewed */
509
+ forced?: boolean;
510
+ /** The service needs to be manually renewed and paid */
511
+ manualPayment?: boolean | null;
512
+ /** period of renew in month */
513
+ period?: number | null;
514
+ }
515
+ export declare const ServiceRenewType: S.Schema<ServiceRenewType>;
516
+ /** Detailed renewal type of a service */
517
+ export type ServiceRenewalTypeEnum = "automaticForcedProduct" | "automaticV2012" | "automaticV2014" | "automaticV2016" | "automaticV2024" | "manual" | "oneShot" | "option";
518
+ export declare const ServiceRenewalTypeEnum: any;
519
+ export type ServiceStateEnum = "autorenewInProgress" | "expired" | "inCreation" | "ok" | "pendingDebt" | "unPaid";
520
+ export declare const ServiceStateEnum: any;
521
+ /** Details about a Service */
522
+ export interface ServicesService {
523
+ /** Indicates that the service can be set up to be deleted at expiration */
524
+ canDeleteAtExpiration?: boolean;
525
+ contactAdmin?: string;
526
+ contactBilling?: string;
527
+ contactTech?: string;
528
+ creation?: string;
529
+ domain?: string;
530
+ engagedUpTo?: string | null;
531
+ expiration?: string;
532
+ /** All the possible renew period of your service in month */
533
+ possibleRenewPeriod?: ServicesServicePossibleRenewPeriodList | null;
534
+ /** Way of handling the renew */
535
+ renew?: ServiceRenewType | null;
536
+ renewalType?: ServiceRenewalTypeEnum;
537
+ serviceId?: number;
538
+ status?: ServiceStateEnum;
539
+ }
540
+ export declare const ServicesService: S.Schema<ServicesService>;
541
+ export interface GetOverTheBoxTaskRequest {
542
+ /** The internal name of your overTheBox offer */
543
+ serviceName: string;
544
+ /** The id of the task */
545
+ taskId: string;
546
+ }
547
+ export declare const GetOverTheBoxTaskRequest: S.Schema<GetOverTheBoxTaskRequest>;
548
+ /** Status of a task. */
549
+ export type OverTheBoxTaskStatusEnum = "doing" | "done" | "error" | "todo";
550
+ export declare const OverTheBoxTaskStatusEnum: any;
551
+ /** Task */
552
+ export interface OverTheBoxTask {
553
+ /** The name of the task */
554
+ name?: string;
555
+ /** The status of the task */
556
+ status?: OverTheBoxTaskStatusEnum;
557
+ /** The id of the task */
558
+ taskId?: string;
559
+ }
560
+ export declare const OverTheBoxTask: S.Schema<OverTheBoxTask>;
561
+ /** Resource tag filter */
562
+ export interface IamResourceTagFilterInput {
563
+ }
564
+ export declare const IamResourceTagFilterInput: S.Schema<IamResourceTagFilterInput>;
565
+ export type ListOverTheBoxRequestIamTagsValueList = Array<IamResourceTagFilterInput>;
566
+ export declare const ListOverTheBoxRequestIamTagsValueList: S.Schema<ListOverTheBoxRequestIamTagsValueList>;
567
+ export type ListOverTheBoxRequestIamTagsMap = {
568
+ [key: string]: ListOverTheBoxRequestIamTagsValueList | undefined;
569
+ };
570
+ export declare const ListOverTheBoxRequestIamTagsMap: S.Schema<ListOverTheBoxRequestIamTagsMap>;
571
+ export interface ListOverTheBoxRequest {
572
+ /** Filter resources on IAM tags */
573
+ iamTags?: ListOverTheBoxRequestIamTagsMap;
574
+ }
575
+ export declare const ListOverTheBoxRequest: S.Schema<ListOverTheBoxRequest>;
576
+ export type ListOverTheBoxResponseBodyList = Array<string>;
577
+ export declare const ListOverTheBoxResponseBodyList: S.Schema<ListOverTheBoxResponseBodyList>;
578
+ export type ListOverTheBoxResponse = ListOverTheBoxResponseBodyList;
579
+ export declare const ListOverTheBoxResponse: S.Schema<ListOverTheBoxResponse>;
580
+ export interface ListOverTheBoxAvailableOffersRequest {
581
+ }
582
+ export declare const ListOverTheBoxAvailableOffersRequest: S.Schema<ListOverTheBoxAvailableOffersRequest>;
583
+ /** Enum of Offers */
584
+ export type PriceOverTheBoxOfferEnum = "business.v1" | "plus.v1" | "starter.v1";
585
+ export declare const PriceOverTheBoxOfferEnum: any;
586
+ export type ListOverTheBoxAvailableOffersResponseBodyList = Array<PriceOverTheBoxOfferEnum>;
587
+ export declare const ListOverTheBoxAvailableOffersResponseBodyList: S.Schema<ListOverTheBoxAvailableOffersResponseBodyList>;
588
+ export type ListOverTheBoxAvailableOffersResponse = ListOverTheBoxAvailableOffersResponseBodyList;
589
+ export declare const ListOverTheBoxAvailableOffersResponse: S.Schema<ListOverTheBoxAvailableOffersResponse>;
590
+ export interface ListOverTheBoxAvailableReleaseChannelsRequest {
591
+ /** The internal name of your overTheBox offer */
592
+ serviceName: string;
593
+ }
594
+ export declare const ListOverTheBoxAvailableReleaseChannelsRequest: S.Schema<ListOverTheBoxAvailableReleaseChannelsRequest>;
595
+ export type ListOverTheBoxAvailableReleaseChannelsResponseBodyList = Array<string>;
596
+ export declare const ListOverTheBoxAvailableReleaseChannelsResponseBodyList: S.Schema<ListOverTheBoxAvailableReleaseChannelsResponseBodyList>;
597
+ export type ListOverTheBoxAvailableReleaseChannelsResponse = ListOverTheBoxAvailableReleaseChannelsResponseBodyList;
598
+ export declare const ListOverTheBoxAvailableReleaseChannelsResponse: S.Schema<ListOverTheBoxAvailableReleaseChannelsResponse>;
599
+ export interface ListOverTheBoxBackupsRequest {
600
+ /** The internal name of your overTheBox offer */
601
+ serviceName: string;
602
+ }
603
+ export declare const ListOverTheBoxBackupsRequest: S.Schema<ListOverTheBoxBackupsRequest>;
604
+ export type ListOverTheBoxBackupsResponseBodyList = Array<string>;
605
+ export declare const ListOverTheBoxBackupsResponseBodyList: S.Schema<ListOverTheBoxBackupsResponseBodyList>;
606
+ export type ListOverTheBoxBackupsResponse = ListOverTheBoxBackupsResponseBodyList;
607
+ export declare const ListOverTheBoxBackupsResponse: S.Schema<ListOverTheBoxBackupsResponse>;
608
+ export interface ListOverTheBoxDeviceActionsRequest {
609
+ /** The internal name of your overTheBox offer */
610
+ serviceName: string;
611
+ /** Filter the value of name property (=) */
612
+ name?: string;
613
+ /** Filter the value of status property (=) */
614
+ status?: OverTheBoxActionStatusEnum | (string & {});
615
+ }
616
+ export declare const ListOverTheBoxDeviceActionsRequest: S.Schema<ListOverTheBoxDeviceActionsRequest>;
617
+ export type ListOverTheBoxDeviceActionsResponseBodyList = Array<string>;
618
+ export declare const ListOverTheBoxDeviceActionsResponseBodyList: S.Schema<ListOverTheBoxDeviceActionsResponseBodyList>;
619
+ export type ListOverTheBoxDeviceActionsResponse = ListOverTheBoxDeviceActionsResponseBodyList;
620
+ export declare const ListOverTheBoxDeviceActionsResponse: S.Schema<ListOverTheBoxDeviceActionsResponse>;
621
+ export interface ListOverTheBoxDeviceAvailableActionsRequest {
622
+ /** The internal name of your overTheBox offer */
623
+ serviceName: string;
624
+ }
625
+ export declare const ListOverTheBoxDeviceAvailableActionsRequest: S.Schema<ListOverTheBoxDeviceAvailableActionsRequest>;
626
+ /** Device action */
627
+ export interface OverTheBoxAvailableDeviceAction {
628
+ /** Description of the action */
629
+ description?: string;
630
+ /** Name of the action */
631
+ name?: string;
632
+ }
633
+ export declare const OverTheBoxAvailableDeviceAction: S.Schema<OverTheBoxAvailableDeviceAction>;
634
+ export type ListOverTheBoxDeviceAvailableActionsResponseBodyList = Array<OverTheBoxAvailableDeviceAction>;
635
+ export declare const ListOverTheBoxDeviceAvailableActionsResponseBodyList: S.Schema<ListOverTheBoxDeviceAvailableActionsResponseBodyList>;
636
+ export type ListOverTheBoxDeviceAvailableActionsResponse = ListOverTheBoxDeviceAvailableActionsResponseBodyList;
637
+ export declare const ListOverTheBoxDeviceAvailableActionsResponse: S.Schema<ListOverTheBoxDeviceAvailableActionsResponse>;
638
+ export type ListOverTheBoxHardwareRequestIamTagsValueList = Array<IamResourceTagFilterInput>;
639
+ export declare const ListOverTheBoxHardwareRequestIamTagsValueList: S.Schema<ListOverTheBoxHardwareRequestIamTagsValueList>;
640
+ export type ListOverTheBoxHardwareRequestIamTagsMap = {
641
+ [key: string]: ListOverTheBoxHardwareRequestIamTagsValueList | undefined;
642
+ };
643
+ export declare const ListOverTheBoxHardwareRequestIamTagsMap: S.Schema<ListOverTheBoxHardwareRequestIamTagsMap>;
644
+ export interface ListOverTheBoxHardwareRequest {
645
+ /** Filter resources on IAM tags */
646
+ iamTags?: ListOverTheBoxHardwareRequestIamTagsMap;
647
+ }
648
+ export declare const ListOverTheBoxHardwareRequest: S.Schema<ListOverTheBoxHardwareRequest>;
649
+ export type ListOverTheBoxHardwareResponseBodyList = Array<string>;
650
+ export declare const ListOverTheBoxHardwareResponseBodyList: S.Schema<ListOverTheBoxHardwareResponseBodyList>;
651
+ export type ListOverTheBoxHardwareResponse = ListOverTheBoxHardwareResponseBodyList;
652
+ export declare const ListOverTheBoxHardwareResponse: S.Schema<ListOverTheBoxHardwareResponse>;
653
+ export interface ListOverTheBoxHardwareAvailableRequest {
654
+ }
655
+ export declare const ListOverTheBoxHardwareAvailableRequest: S.Schema<ListOverTheBoxHardwareAvailableRequest>;
656
+ export type ListOverTheBoxHardwareAvailableResponseBodyList = Array<string>;
657
+ export declare const ListOverTheBoxHardwareAvailableResponseBodyList: S.Schema<ListOverTheBoxHardwareAvailableResponseBodyList>;
658
+ export type ListOverTheBoxHardwareAvailableResponse = ListOverTheBoxHardwareAvailableResponseBodyList;
659
+ export declare const ListOverTheBoxHardwareAvailableResponse: S.Schema<ListOverTheBoxHardwareAvailableResponse>;
660
+ export interface ListOverTheBoxIpsRequest {
661
+ /** The internal name of your overTheBox offer */
662
+ serviceName: string;
663
+ }
664
+ export declare const ListOverTheBoxIpsRequest: S.Schema<ListOverTheBoxIpsRequest>;
665
+ export type ListOverTheBoxIpsResponseBodyList = Array<string>;
666
+ export declare const ListOverTheBoxIpsResponseBodyList: S.Schema<ListOverTheBoxIpsResponseBodyList>;
667
+ export type ListOverTheBoxIpsResponse = ListOverTheBoxIpsResponseBodyList;
668
+ export declare const ListOverTheBoxIpsResponse: S.Schema<ListOverTheBoxIpsResponse>;
669
+ export interface ListOverTheBoxMigrationOffersRequest {
670
+ /** The internal name of your overTheBox offer */
671
+ serviceName: string;
672
+ }
673
+ export declare const ListOverTheBoxMigrationOffersRequest: S.Schema<ListOverTheBoxMigrationOffersRequest>;
674
+ export type OrderCurrencyCodeEnum = "AUD" | "CAD" | "CZK" | "EUR" | "GBP" | "INR" | "LTL" | "MAD" | "N/A" | "PLN" | "SGD" | "TND" | "USD" | "XOF" | "points";
675
+ export declare const OrderCurrencyCodeEnum: any;
676
+ /** Price with it's currency and textual representation */
677
+ export interface OrderPrice {
678
+ currencyCode?: OrderCurrencyCodeEnum;
679
+ text?: string;
680
+ value?: number;
681
+ }
682
+ export declare const OrderPrice: S.Schema<OrderPrice>;
683
+ /** Details of available hardwares */
684
+ export interface OverTheBoxHardwareDetails {
685
+ /** Pretty hardware model name */
686
+ hardwareDisplayName?: string | null;
687
+ /** Name of the hardware */
688
+ hardwareName?: string | null;
689
+ /** Hardware purchase price */
690
+ hardwarePrice?: OrderPrice | null;
691
+ }
692
+ export declare const OverTheBoxHardwareDetails: S.Schema<OverTheBoxHardwareDetails>;
693
+ /** Details of available hardwares */
694
+ export type OverTheBoxAvailableMigrationOfferHardwaresList = Array<OverTheBoxHardwareDetails>;
695
+ export declare const OverTheBoxAvailableMigrationOfferHardwaresList: S.Schema<OverTheBoxAvailableMigrationOfferHardwaresList>;
696
+ /** Migration offer */
697
+ export interface OverTheBoxAvailableMigrationOffer {
698
+ /** Monthly price of the current offer */
699
+ currentOfferPrice?: OrderPrice;
700
+ /** Description of the offer */
701
+ description?: string;
702
+ /** Number of months of engagement */
703
+ engagementMonths?: number;
704
+ /** Specify if a hardware is available */
705
+ hardwareAvailable?: boolean;
706
+ /** Name of the hardware */
707
+ hardwareName?: string | null;
708
+ /** Hardware purchase price */
709
+ hardwarePrice?: OrderPrice | null;
710
+ /** Details of available hardwares */
711
+ hardwares?: OverTheBoxAvailableMigrationOfferHardwaresList;
712
+ /** Name of the offer */
713
+ offer?: string;
714
+ /** Monthly price of the new offer */
715
+ price?: OrderPrice;
716
+ }
717
+ export declare const OverTheBoxAvailableMigrationOffer: S.Schema<OverTheBoxAvailableMigrationOffer>;
718
+ export type ListOverTheBoxMigrationOffersResponseBodyList = Array<OverTheBoxAvailableMigrationOffer>;
719
+ export declare const ListOverTheBoxMigrationOffersResponseBodyList: S.Schema<ListOverTheBoxMigrationOffersResponseBodyList>;
720
+ export type ListOverTheBoxMigrationOffersResponse = ListOverTheBoxMigrationOffersResponseBodyList;
721
+ export declare const ListOverTheBoxMigrationOffersResponse: S.Schema<ListOverTheBoxMigrationOffersResponse>;
722
+ export interface ListOverTheBoxRemoteAccessesRequest {
723
+ /** The internal name of your overTheBox offer */
724
+ serviceName: string;
725
+ }
726
+ export declare const ListOverTheBoxRemoteAccessesRequest: S.Schema<ListOverTheBoxRemoteAccessesRequest>;
727
+ export type ListOverTheBoxRemoteAccessesResponseBodyList = Array<string>;
728
+ export declare const ListOverTheBoxRemoteAccessesResponseBodyList: S.Schema<ListOverTheBoxRemoteAccessesResponseBodyList>;
729
+ export type ListOverTheBoxRemoteAccessesResponse = ListOverTheBoxRemoteAccessesResponseBodyList;
730
+ export declare const ListOverTheBoxRemoteAccessesResponse: S.Schema<ListOverTheBoxRemoteAccessesResponse>;
731
+ /** Serie Name */
732
+ export type OtbDeviceStatisticsTypeEnum = "load" | "memory_free" | "traffic";
733
+ export declare const OtbDeviceStatisticsTypeEnum: any;
734
+ /** Statistics Period */
735
+ export type OtbDeviceStatisticsPeriodEnum = "daily" | "hourly" | "monthly" | "weekly";
736
+ export declare const OtbDeviceStatisticsPeriodEnum: any;
737
+ export interface ListOverTheBoxStatisticsRequest {
738
+ /** The internal name of your overTheBox offer */
739
+ serviceName: string;
740
+ /** Type of metrics you want to retrieve */
741
+ metricsType: OtbDeviceStatisticsTypeEnum | (string & {});
742
+ /** Period (default is daily) */
743
+ period?: OtbDeviceStatisticsPeriodEnum | (string & {});
744
+ }
745
+ export declare const ListOverTheBoxStatisticsRequest: S.Schema<ListOverTheBoxStatisticsRequest>;
746
+ /** Statistics Datapoint */
747
+ export interface OtbDeviceStatisticsPoint {
748
+ /** Timestamp */
749
+ timestamp?: number;
750
+ /** Datapoint value */
751
+ value?: number | null;
752
+ }
753
+ export declare const OtbDeviceStatisticsPoint: S.Schema<OtbDeviceStatisticsPoint>;
754
+ /** List of point */
755
+ export type OtbDeviceStatisticsPointsList = Array<OtbDeviceStatisticsPoint>;
756
+ export declare const OtbDeviceStatisticsPointsList: S.Schema<OtbDeviceStatisticsPointsList>;
757
+ /** Tags for the metrics */
758
+ export interface OtbDeviceStatisticsTag {
759
+ /** Name of tag */
760
+ name?: string;
761
+ /** Value of tag */
762
+ value?: string | null;
763
+ }
764
+ export declare const OtbDeviceStatisticsTag: S.Schema<OtbDeviceStatisticsTag>;
765
+ /** List of tags */
766
+ export type OtbDeviceStatisticsTagsList = Array<OtbDeviceStatisticsTag>;
767
+ export declare const OtbDeviceStatisticsTagsList: S.Schema<OtbDeviceStatisticsTagsList>;
768
+ /** Serie Unit */
769
+ export type OtbDeviceStatisticsUnitEnum = "bps" | "byte" | "n/a";
770
+ export declare const OtbDeviceStatisticsUnitEnum: any;
771
+ /** Device Statistics Datapoints */
772
+ export interface OtbDeviceStatistics {
773
+ /** Name of the serie */
774
+ name?: string;
775
+ /** List of point */
776
+ points?: OtbDeviceStatisticsPointsList;
777
+ /** List of tags */
778
+ tags?: OtbDeviceStatisticsTagsList;
779
+ /** Unit of the serie */
780
+ unit?: OtbDeviceStatisticsUnitEnum;
781
+ }
782
+ export declare const OtbDeviceStatistics: S.Schema<OtbDeviceStatistics>;
783
+ export type ListOverTheBoxStatisticsResponseBodyList = Array<OtbDeviceStatistics>;
784
+ export declare const ListOverTheBoxStatisticsResponseBodyList: S.Schema<ListOverTheBoxStatisticsResponseBodyList>;
785
+ export type ListOverTheBoxStatisticsResponse = ListOverTheBoxStatisticsResponseBodyList;
786
+ export declare const ListOverTheBoxStatisticsResponse: S.Schema<ListOverTheBoxStatisticsResponse>;
787
+ export interface ListOverTheBoxTasksRequest {
788
+ /** The internal name of your overTheBox offer */
789
+ serviceName: string;
790
+ /** Filter the value of name property (=) */
791
+ name?: string;
792
+ /** Filter the value of status property (=) */
793
+ status?: OverTheBoxTaskStatusEnum | (string & {});
794
+ }
795
+ export declare const ListOverTheBoxTasksRequest: S.Schema<ListOverTheBoxTasksRequest>;
796
+ export type ListOverTheBoxTasksResponseBodyList = Array<string>;
797
+ export declare const ListOverTheBoxTasksResponseBodyList: S.Schema<ListOverTheBoxTasksResponseBodyList>;
798
+ export type ListOverTheBoxTasksResponse = ListOverTheBoxTasksResponseBodyList;
799
+ export declare const ListOverTheBoxTasksResponse: S.Schema<ListOverTheBoxTasksResponse>;
800
+ export interface PutOverTheBoxRequest {
801
+ /** The internal name of your overTheBox offer */
802
+ serviceName: string;
803
+ /** Enable device auto upgrade */
804
+ autoUpgrade?: boolean;
805
+ /** Editable field for customer */
806
+ customerDescription?: string | null;
807
+ /** Release channel of the service */
808
+ releaseChannel?: string;
809
+ }
810
+ export declare const PutOverTheBoxRequest: S.Schema<PutOverTheBoxRequest>;
811
+ export interface PutOverTheBoxResponse {
812
+ }
813
+ export declare const PutOverTheBoxResponse: S.Schema<PutOverTheBoxResponse>;
814
+ export interface PutOverTheBoxAutoMTURequest {
815
+ /** The internal name of your overTheBox offer */
816
+ serviceName: string;
817
+ /** Enable or disable autoMTU */
818
+ mtuAuto: OverTheBoxAvailableStatusEnum | (string & {});
819
+ }
820
+ export declare const PutOverTheBoxAutoMTURequest: S.Schema<PutOverTheBoxAutoMTURequest>;
821
+ export interface PutOverTheBoxAutoMTUResponse {
822
+ }
823
+ export declare const PutOverTheBoxAutoMTUResponse: S.Schema<PutOverTheBoxAutoMTUResponse>;
824
+ export interface PutOverTheBoxIpv6Request {
825
+ /** The internal name of your overTheBox offer */
826
+ serviceName: string;
827
+ /** Enabled/disabled IPv6 */
828
+ enabled: boolean;
829
+ }
830
+ export declare const PutOverTheBoxIpv6Request: S.Schema<PutOverTheBoxIpv6Request>;
831
+ export interface PutOverTheBoxServiceInfosRequest {
832
+ /** The internal name of your overTheBox offer */
833
+ serviceName: string;
834
+ /** Way of handling the renew */
835
+ renew?: ServiceRenewType | null;
836
+ }
837
+ export declare const PutOverTheBoxServiceInfosRequest: S.Schema<PutOverTheBoxServiceInfosRequest>;
838
+ export interface PutOverTheBoxServiceInfosResponse {
839
+ }
840
+ export declare const PutOverTheBoxServiceInfosResponse: S.Schema<PutOverTheBoxServiceInfosResponse>;
841
+ export interface RestoreOverTheBoxDeviceBackupRequest {
842
+ /** The internal name of your overTheBox offer */
843
+ serviceName: string;
844
+ /** The id of the backup to restore */
845
+ backupId: string;
846
+ }
847
+ export declare const RestoreOverTheBoxDeviceBackupRequest: S.Schema<RestoreOverTheBoxDeviceBackupRequest>;
848
+ export type RestoreOverTheBoxDeviceBackupResponseBodyList = Array<OverTheBoxDeviceAction>;
849
+ export declare const RestoreOverTheBoxDeviceBackupResponseBodyList: S.Schema<RestoreOverTheBoxDeviceBackupResponseBodyList>;
850
+ export type RestoreOverTheBoxDeviceBackupResponse = RestoreOverTheBoxDeviceBackupResponseBodyList;
851
+ export declare const RestoreOverTheBoxDeviceBackupResponse: S.Schema<RestoreOverTheBoxDeviceBackupResponse>;
852
+ export type AuthorizeOverTheBoxRemoteAccessError = OvhOpError;
853
+ /** Authorize the remote access */
854
+ export declare const authorizeOverTheBoxRemoteAccess: API.OperationMethod<AuthorizeOverTheBoxRemoteAccessRequest, AuthorizeOverTheBoxRemoteAccessResponse, AuthorizeOverTheBoxRemoteAccessError, OvhOpContext>;
855
+ export type CancelOverTheBoxResiliationError = OvhOpError;
856
+ /** Cancel the resiliation of the Service */
857
+ export declare const cancelOverTheBoxResiliation: API.OperationMethod<CancelOverTheBoxResiliationRequest, CancelOverTheBoxResiliationResponse, CancelOverTheBoxResiliationError, OvhOpContext>;
858
+ export type CreateOverTheBoxChangeContactError = OvhOpError;
859
+ /** Launch a contact change procedure */
860
+ export declare const createOverTheBoxChangeContact: API.OperationMethod<CreateOverTheBoxChangeContactRequest, CreateOverTheBoxChangeContactResponse, CreateOverTheBoxChangeContactError, OvhOpContext>;
861
+ export type CreateOverTheBoxDeviceError = OvhOpError;
862
+ /** Get the list of devices connected from the same IP address */
863
+ export declare const createOverTheBoxDevice: API.OperationMethod<CreateOverTheBoxDeviceRequest, CreateOverTheBoxDeviceResponse, CreateOverTheBoxDeviceError, OvhOpContext>;
864
+ export type CreateOverTheBoxDeviceActionError = OvhOpError;
865
+ /** Create a device action on the device */
866
+ export declare const createOverTheBoxDeviceAction: API.OperationMethod<CreateOverTheBoxDeviceActionRequest, OverTheBoxDeviceAction, CreateOverTheBoxDeviceActionError, OvhOpContext>;
867
+ export type CreateOverTheBoxDeviceBackupError = OvhOpError;
868
+ /** Create an action to generate a backup */
869
+ export declare const createOverTheBoxDeviceBackup: API.OperationMethod<CreateOverTheBoxDeviceBackupRequest, OverTheBoxDeviceAction, CreateOverTheBoxDeviceBackupError, OvhOpContext>;
870
+ export type CreateOverTheBoxDeviceLogError = OvhOpError;
871
+ /** Generate a temporary url to retrieve device logs */
872
+ export declare const createOverTheBoxDeviceLog: API.OperationMethod<CreateOverTheBoxDeviceLogRequest, OverTheBoxTemporaryLogsLink, CreateOverTheBoxDeviceLogError, OvhOpContext>;
873
+ export type CreateOverTheBoxLinkDeviceError = OvhOpError;
874
+ /** Link a device to this service */
875
+ export declare const createOverTheBoxLinkDevice: API.OperationMethod<CreateOverTheBoxLinkDeviceRequest, CreateOverTheBoxLinkDeviceResponse, CreateOverTheBoxLinkDeviceError, OvhOpContext>;
876
+ export type CreateOverTheBoxLinkHardwareError = OvhOpError;
877
+ /** Link an available hardware to this service */
878
+ export declare const createOverTheBoxLinkHardware: API.OperationMethod<CreateOverTheBoxLinkHardwareRequest, CreateOverTheBoxLinkHardwareResponse, CreateOverTheBoxLinkHardwareError, OvhOpContext>;
879
+ export type CreateOverTheBoxMigrationChangeOfferError = OvhOpError;
880
+ /** Migrate to the selected overTheBox offer */
881
+ export declare const createOverTheBoxMigrationChangeOffer: API.OperationMethod<CreateOverTheBoxMigrationChangeOfferRequest, OverTheBoxOrderMigration, CreateOverTheBoxMigrationChangeOfferError, OvhOpContext>;
882
+ export type CreateOverTheBoxRemoteAccessError = OvhOpError;
883
+ /** Create a new remote access for the service */
884
+ export declare const createOverTheBoxRemoteAccess: API.OperationMethod<CreateOverTheBoxRemoteAccessRequest, OverTheBoxRemoteAccess, CreateOverTheBoxRemoteAccessError, OvhOpContext>;
885
+ export type DeleteOverTheBoxError = OvhOpError;
886
+ /** Resiliate a service */
887
+ export declare const deleteOverTheBox: API.OperationMethod<DeleteOverTheBoxRequest, DeleteOverTheBoxResponse, DeleteOverTheBoxError, OvhOpContext>;
888
+ export type DeleteOverTheBoxBackupError = OvhOpError;
889
+ /** Delete a backup */
890
+ export declare const deleteOverTheBoxBackup: API.OperationMethod<DeleteOverTheBoxBackupRequest, DeleteOverTheBoxBackupResponse, DeleteOverTheBoxBackupError, OvhOpContext>;
891
+ export type DeleteOverTheBoxDeviceError = OvhOpError;
892
+ /** Unlink a device from a service */
893
+ export declare const deleteOverTheBoxDevice: API.OperationMethod<DeleteOverTheBoxDeviceRequest, DeleteOverTheBoxDeviceResponse, DeleteOverTheBoxDeviceError, OvhOpContext>;
894
+ export type DeleteOverTheBoxRemoteAccessError = OvhOpError;
895
+ /** Delete a remote access */
896
+ export declare const deleteOverTheBoxRemoteAccess: API.OperationMethod<DeleteOverTheBoxRemoteAccessRequest, DeleteOverTheBoxRemoteAccessResponse, DeleteOverTheBoxRemoteAccessError, OvhOpContext>;
897
+ export type GetOverTheBoxError = OvhOpError;
898
+ /** Get this object properties */
899
+ export declare const getOverTheBox: API.OperationMethod<GetOverTheBoxRequest, OverTheBoxServiceWithIAM, GetOverTheBoxError, OvhOpContext>;
900
+ export type GetOverTheBoxBackupError = OvhOpError;
901
+ /** Get this object properties */
902
+ export declare const getOverTheBoxBackup: API.OperationMethod<GetOverTheBoxBackupRequest, OverTheBoxBackup, GetOverTheBoxBackupError, OvhOpContext>;
903
+ export type GetOverTheBoxDeviceError = OvhOpError;
904
+ /** Get this object properties */
905
+ export declare const getOverTheBoxDevice: API.OperationMethod<GetOverTheBoxDeviceRequest, OverTheBoxDevice, GetOverTheBoxDeviceError, OvhOpContext>;
906
+ export type GetOverTheBoxDeviceActionError = OvhOpError;
907
+ /** Get this object properties */
908
+ export declare const getOverTheBoxDeviceAction: API.OperationMethod<GetOverTheBoxDeviceActionRequest, OverTheBoxDeviceAction, GetOverTheBoxDeviceActionError, OvhOpContext>;
909
+ export type GetOverTheBoxDeviceHardwareError = OvhOpError;
910
+ /** Get this object properties */
911
+ export declare const getOverTheBoxDeviceHardware: API.OperationMethod<GetOverTheBoxDeviceHardwareRequest, OverTheBoxHardware, GetOverTheBoxDeviceHardwareError, OvhOpContext>;
912
+ export type GetOverTheBoxHardwareError = OvhOpError;
913
+ /** Get this object properties */
914
+ export declare const getOverTheBoxHardware: API.OperationMethod<GetOverTheBoxHardwareRequest, OverTheBoxHardwareWithIAM, GetOverTheBoxHardwareError, OvhOpContext>;
915
+ export type GetOverTheBoxIpsError = OvhOpError;
916
+ /** Get details IP assigned to an OverTheBox service */
917
+ export declare const getOverTheBoxIps: API.OperationMethod<GetOverTheBoxIpsRequest, OtbServiceIp, GetOverTheBoxIpsError, OvhOpContext>;
918
+ export type GetOverTheBoxRemoteAccessError = OvhOpError;
919
+ /** Get this object properties */
920
+ export declare const getOverTheBoxRemoteAccess: API.OperationMethod<GetOverTheBoxRemoteAccessRequest, OverTheBoxRemoteAccess, GetOverTheBoxRemoteAccessError, OvhOpContext>;
921
+ export type GetOverTheBoxServiceInfosError = OvhOpError;
922
+ /** Get service information */
923
+ export declare const getOverTheBoxServiceInfos: API.OperationMethod<GetOverTheBoxServiceInfosRequest, ServicesService, GetOverTheBoxServiceInfosError, OvhOpContext>;
924
+ export type GetOverTheBoxTaskError = OvhOpError;
925
+ /** Get this object properties */
926
+ export declare const getOverTheBoxTask: API.OperationMethod<GetOverTheBoxTaskRequest, OverTheBoxTask, GetOverTheBoxTaskError, OvhOpContext>;
927
+ export type ListOverTheBoxError = OvhOpError;
928
+ /** List available services */
929
+ export declare const listOverTheBox: API.OperationMethod<ListOverTheBoxRequest, ListOverTheBoxResponse, ListOverTheBoxError, OvhOpContext>;
930
+ export type ListOverTheBoxAvailableOffersError = OvhOpError;
931
+ /** List the available offers for the new call */
932
+ export declare const listOverTheBoxAvailableOffers: API.OperationMethod<ListOverTheBoxAvailableOffersRequest, ListOverTheBoxAvailableOffersResponse, ListOverTheBoxAvailableOffersError, OvhOpContext>;
933
+ export type ListOverTheBoxAvailableReleaseChannelsError = OvhOpError;
934
+ /** List available release channels for this service */
935
+ export declare const listOverTheBoxAvailableReleaseChannels: API.OperationMethod<ListOverTheBoxAvailableReleaseChannelsRequest, ListOverTheBoxAvailableReleaseChannelsResponse, ListOverTheBoxAvailableReleaseChannelsError, OvhOpContext>;
936
+ export type ListOverTheBoxBackupsError = OvhOpError;
937
+ /** List of backups for this service */
938
+ export declare const listOverTheBoxBackups: API.OperationMethod<ListOverTheBoxBackupsRequest, ListOverTheBoxBackupsResponse, ListOverTheBoxBackupsError, OvhOpContext>;
939
+ export type ListOverTheBoxDeviceActionsError = OvhOpError;
940
+ /** List of actions scheduled for this device */
941
+ export declare const listOverTheBoxDeviceActions: API.OperationMethod<ListOverTheBoxDeviceActionsRequest, ListOverTheBoxDeviceActionsResponse, ListOverTheBoxDeviceActionsError, OvhOpContext>;
942
+ export type ListOverTheBoxDeviceAvailableActionsError = OvhOpError;
943
+ /** List the available device actions */
944
+ export declare const listOverTheBoxDeviceAvailableActions: API.OperationMethod<ListOverTheBoxDeviceAvailableActionsRequest, ListOverTheBoxDeviceAvailableActionsResponse, ListOverTheBoxDeviceAvailableActionsError, OvhOpContext>;
945
+ export type ListOverTheBoxHardwareError = OvhOpError;
946
+ /** List available services */
947
+ export declare const listOverTheBoxHardware: API.OperationMethod<ListOverTheBoxHardwareRequest, ListOverTheBoxHardwareResponse, ListOverTheBoxHardwareError, OvhOpContext>;
948
+ export type ListOverTheBoxHardwareAvailableError = OvhOpError;
949
+ /** List hardware that can be linked to a service */
950
+ export declare const listOverTheBoxHardwareAvailable: API.OperationMethod<ListOverTheBoxHardwareAvailableRequest, ListOverTheBoxHardwareAvailableResponse, ListOverTheBoxHardwareAvailableError, OvhOpContext>;
951
+ export type ListOverTheBoxIpsError = OvhOpError;
952
+ /** List IP assigned to an OverTheBox service */
953
+ export declare const listOverTheBoxIps: API.OperationMethod<ListOverTheBoxIpsRequest, ListOverTheBoxIpsResponse, ListOverTheBoxIpsError, OvhOpContext>;
954
+ export type ListOverTheBoxMigrationOffersError = OvhOpError;
955
+ /** List all available offers one can migrate to */
956
+ export declare const listOverTheBoxMigrationOffers: API.OperationMethod<ListOverTheBoxMigrationOffersRequest, ListOverTheBoxMigrationOffersResponse, ListOverTheBoxMigrationOffersError, OvhOpContext>;
957
+ export type ListOverTheBoxRemoteAccessesError = OvhOpError;
958
+ /** List of remote accesses for the service */
959
+ export declare const listOverTheBoxRemoteAccesses: API.OperationMethod<ListOverTheBoxRemoteAccessesRequest, ListOverTheBoxRemoteAccessesResponse, ListOverTheBoxRemoteAccessesError, OvhOpContext>;
960
+ export type ListOverTheBoxStatisticsError = OvhOpError;
961
+ /** Get statistics for an OTB device */
962
+ export declare const listOverTheBoxStatistics: API.OperationMethod<ListOverTheBoxStatisticsRequest, ListOverTheBoxStatisticsResponse, ListOverTheBoxStatisticsError, OvhOpContext>;
963
+ export type ListOverTheBoxTasksError = OvhOpError;
964
+ /** List of tasks scheduled for this service */
965
+ export declare const listOverTheBoxTasks: API.OperationMethod<ListOverTheBoxTasksRequest, ListOverTheBoxTasksResponse, ListOverTheBoxTasksError, OvhOpContext>;
966
+ export type PutOverTheBoxError = OvhOpError;
967
+ /** Alter this object properties */
968
+ export declare const putOverTheBox: API.OperationMethod<PutOverTheBoxRequest, PutOverTheBoxResponse, PutOverTheBoxError, OvhOpContext>;
969
+ export type PutOverTheBoxAutoMTUError = OvhOpError;
970
+ /** Change the value of autoMTU */
971
+ export declare const putOverTheBoxAutoMTU: API.OperationMethod<PutOverTheBoxAutoMTURequest, PutOverTheBoxAutoMTUResponse, PutOverTheBoxAutoMTUError, OvhOpContext>;
972
+ export type PutOverTheBoxIpv6Error = OvhOpError;
973
+ /** Change the status of IPv6 on this service */
974
+ export declare const putOverTheBoxIpv6: API.OperationMethod<PutOverTheBoxIpv6Request, OverTheBoxTask, PutOverTheBoxIpv6Error, OvhOpContext>;
975
+ export type PutOverTheBoxServiceInfosError = OvhOpError;
976
+ /** Update service information */
977
+ export declare const putOverTheBoxServiceInfos: API.OperationMethod<PutOverTheBoxServiceInfosRequest, PutOverTheBoxServiceInfosResponse, PutOverTheBoxServiceInfosError, OvhOpContext>;
978
+ export type RestoreOverTheBoxDeviceBackupError = OvhOpError;
979
+ /** Create a group of actions to restore a given backup */
980
+ export declare const restoreOverTheBoxDeviceBackup: API.OperationMethod<RestoreOverTheBoxDeviceBackupRequest, RestoreOverTheBoxDeviceBackupResponse, RestoreOverTheBoxDeviceBackupError, OvhOpContext>;
981
+ //# sourceMappingURL=overthebox.d.ts.map