@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,3551 @@
1
+ import * as S from "@distilled.cloud/core/schema";
2
+ import * as Redacted from "effect/Redacted";
3
+ import * as API from "@distilled.cloud/core/api";
4
+ import { type OvhOpError, type OvhOpContext } from "../protocol.ts";
5
+ export type { OvhOpError, OvhOpContext };
6
+ declare const BadRequest_base: S.Class<BadRequest, S.TaggedStruct<"BadRequest", {
7
+ readonly code: any;
8
+ readonly message: any;
9
+ }>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
10
+ "@distilled.cloud/error/categories": {
11
+ BadRequestError: true;
12
+ };
13
+ });
14
+ export declare class BadRequest extends /*@__PURE__*/ BadRequest_base {
15
+ }
16
+ declare const Conflict_base: S.Class<Conflict, S.TaggedStruct<"Conflict", {
17
+ readonly code: any;
18
+ readonly message: any;
19
+ }>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
20
+ "@distilled.cloud/error/categories": {
21
+ ConflictError: true;
22
+ };
23
+ });
24
+ export declare class Conflict extends /*@__PURE__*/ Conflict_base {
25
+ }
26
+ declare const Forbidden_base: S.Class<Forbidden, S.TaggedStruct<"Forbidden", {
27
+ readonly code: any;
28
+ readonly message: any;
29
+ }>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
30
+ "@distilled.cloud/error/categories": {
31
+ AuthError: true;
32
+ };
33
+ });
34
+ export declare class Forbidden extends /*@__PURE__*/ Forbidden_base {
35
+ }
36
+ declare const NotFound_base: S.Class<NotFound, S.TaggedStruct<"NotFound", {
37
+ readonly code: any;
38
+ readonly message: any;
39
+ }>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
40
+ "@distilled.cloud/error/categories": {
41
+ BadRequestError: true;
42
+ };
43
+ });
44
+ export declare class NotFound extends /*@__PURE__*/ NotFound_base {
45
+ }
46
+ export interface ActivateDedicatedServerAntiDDosGameRequest {
47
+ /** The internal name of your dedicated server */
48
+ serviceName: string;
49
+ /** scheduling operation to activate anti DDoS protection (0=disable || 1=enable) */
50
+ enable: boolean;
51
+ }
52
+ export declare const ActivateDedicatedServerAntiDDosGameRequest: S.Schema<ActivateDedicatedServerAntiDDosGameRequest>;
53
+ /** different task operation */
54
+ export type DedicatedTaskFunctionEnum = "INFRA_002_VirtualNetworkInterface" | "INFRA_002_VirtualNetworkInterface_group" | "INFRA_002_VirtualNetworkInterface_ungroup" | "INFRA_ONE_NETWORK_ONEAPI_VirtualNetworkInterface_group" | "INFRA_ONE_NETWORK_ONEAPI_VirtualNetworkInterface_ungroup" | "INFRA_ONE_NETWORK_VirtualNetworkInterface_group" | "INFRA_ONE_NETWORK_VirtualNetworkInterface_ungroup" | "addVirtualMac" | "addWindowSplaFromExistingSerial" | "applyBackupFtpAcls" | "applyBackupFtpQuota" | "bypassAntiDDosGame" | "changePasswordBackupFTP" | "changeRipeOrg" | "checkAndReleaseIp" | "createBackupFTP" | "createOrUpdateRipeOrg" | "createPrivateNetwork" | "disableFirewall" | "enableFirewall" | "genericMoveFloatingIp" | "hardReboot" | "hardware_update" | "ipmi/configureSGX" | "migrateBackupFTP" | "moveFloatingIp" | "moveVirtualMac" | "reagregateBlock" | "rebootPower8To" | "reinstallServer" | "releaseIp" | "removeBackupFTP" | "removeVirtualMac" | "requestAccessIPMI" | "resetIPMI" | "resetIPMISession" | "testIPMIhttp" | "testIPMIpassword" | "testIPMIping" | "virtualMacAdd" | "virtualMacDelete";
55
+ export declare const DedicatedTaskFunctionEnum: any;
56
+ /** different task status */
57
+ export type DedicatedTaskStatusEnum = "cancelled" | "customerError" | "doing" | "done" | "init" | "ovhError" | "todo";
58
+ export declare const DedicatedTaskStatusEnum: any;
59
+ /** Key and value, with proper key strings */
60
+ export interface ComplexTypeSafeKeyValueCanBeNullString {
61
+ key?: string | null;
62
+ value?: string;
63
+ }
64
+ export declare const ComplexTypeSafeKeyValueCanBeNullString: S.Schema<ComplexTypeSafeKeyValueCanBeNullString>;
65
+ /** Task result tags output */
66
+ export type DedicatedServerTaskTagsList = Array<ComplexTypeSafeKeyValueCanBeNullString>;
67
+ export declare const DedicatedServerTaskTagsList: S.Schema<DedicatedServerTaskTagsList>;
68
+ /** Server tasks */
69
+ export interface DedicatedServerTask {
70
+ /** Details of this task */
71
+ comment?: string | null;
72
+ /** Completion date */
73
+ doneDate?: string | null;
74
+ /** Function name */
75
+ function?: DedicatedTaskFunctionEnum;
76
+ /** last update */
77
+ lastUpdate?: string | null;
78
+ /** Whether this task need to be scheduled or not */
79
+ needSchedule?: boolean;
80
+ /** Extra information about this task */
81
+ note?: string | null;
82
+ /** ID of the planned intervention for this task */
83
+ plannedInterventionId?: number | null;
84
+ /** Task Creation date */
85
+ startDate?: string;
86
+ /** Task status */
87
+ status?: DedicatedTaskStatusEnum;
88
+ /** Task result tags output */
89
+ tags?: DedicatedServerTaskTagsList | null;
90
+ /** the id of the task */
91
+ taskId?: number;
92
+ /** Reference of the thread on the support tool */
93
+ ticketReference?: string | null;
94
+ }
95
+ export declare const DedicatedServerTask: S.Schema<DedicatedServerTask>;
96
+ export interface CancelDedicatedServerTaskRequest {
97
+ /** The internal name of your dedicated server */
98
+ serviceName: string;
99
+ /** the id of the task */
100
+ taskId: number;
101
+ }
102
+ export declare const CancelDedicatedServerTaskRequest: S.Schema<CancelDedicatedServerTaskRequest>;
103
+ export interface CancelDedicatedServerTaskResponse {
104
+ }
105
+ export declare const CancelDedicatedServerTaskResponse: S.Schema<CancelDedicatedServerTaskResponse>;
106
+ /** All future uses you can provide for a service termination */
107
+ export type ServiceTerminationFutureUseEnum = "NOT_REPLACING_SERVICE" | "OTHER" | "SUBSCRIBE_AN_OTHER_SERVICE" | "SUBSCRIBE_OTHER_KIND_OF_SERVICE_WITH_COMPETITOR" | "SUBSCRIBE_SIMILAR_SERVICE_WITH_COMPETITOR";
108
+ export declare const ServiceTerminationFutureUseEnum: any;
109
+ /** All reasons you can provide for a service termination */
110
+ export type ServiceTerminationReasonEnum = "FEATURES_DONT_SUIT_ME" | "LACK_OF_PERFORMANCES" | "MIGRATED_TO_ANOTHER_OVH_PRODUCT" | "MIGRATED_TO_COMPETITOR" | "NOT_ENOUGH_RECOGNITION" | "NOT_NEEDED_ANYMORE" | "NOT_RELIABLE" | "NO_ANSWER" | "OTHER" | "PRODUCT_DIMENSION_DONT_SUIT_ME" | "PRODUCT_TOOLS_DONT_SUIT_ME" | "TOO_EXPENSIVE" | "TOO_HARD_TO_USE" | "UNSATIFIED_BY_CUSTOMER_SUPPORT";
111
+ export declare const ServiceTerminationReasonEnum: any;
112
+ export interface ConfirmDedicatedServerTerminationRequest {
113
+ /** The internal name of your dedicated server */
114
+ serviceName: string;
115
+ /** Commentary about your termination request */
116
+ commentary?: string;
117
+ /** What next after your termination request */
118
+ futureUse?: ServiceTerminationFutureUseEnum | (string & {});
119
+ /** Reason of your termination request */
120
+ reason?: ServiceTerminationReasonEnum | (string & {});
121
+ /** The termination token sent by email to the admin contact */
122
+ token: string;
123
+ }
124
+ export declare const ConfirmDedicatedServerTerminationRequest: S.Schema<ConfirmDedicatedServerTerminationRequest>;
125
+ export type ConfirmDedicatedServerTerminationResponse = string;
126
+ export declare const ConfirmDedicatedServerTerminationResponse: S.Schema<ConfirmDedicatedServerTerminationResponse>;
127
+ export interface CreateDedicatedServerAuthenticationSecretRequest {
128
+ /** The internal name of your dedicated server */
129
+ serviceName: string;
130
+ }
131
+ export declare const CreateDedicatedServerAuthenticationSecretRequest: S.Schema<CreateDedicatedServerAuthenticationSecretRequest>;
132
+ /** Application access type */
133
+ export type DedicatedServerAccessTypeEnum = "DIRECTADMIN_PANEL" | "PLESK_PANEL" | "PROXMOX_PANEL" | "RDP" | "SQL_SERVER" | "SSH" | "WEB_PANEL";
134
+ export declare const DedicatedServerAccessTypeEnum: any;
135
+ /** A structure describing the server's access */
136
+ export interface DedicatedServerAccess {
137
+ /** Password */
138
+ password?: string | Redacted.Redacted<string> | null;
139
+ /** Application access type */
140
+ type?: DedicatedServerAccessTypeEnum;
141
+ /** Url */
142
+ url?: string | null;
143
+ /** Login */
144
+ user?: string | null;
145
+ }
146
+ export declare const DedicatedServerAccess: S.Schema<DedicatedServerAccess>;
147
+ export type CreateDedicatedServerAuthenticationSecretResponseBodyList = Array<DedicatedServerAccess>;
148
+ export declare const CreateDedicatedServerAuthenticationSecretResponseBodyList: S.Schema<CreateDedicatedServerAuthenticationSecretResponseBodyList>;
149
+ export type CreateDedicatedServerAuthenticationSecretResponse = CreateDedicatedServerAuthenticationSecretResponseBodyList;
150
+ export declare const CreateDedicatedServerAuthenticationSecretResponse: S.Schema<CreateDedicatedServerAuthenticationSecretResponse>;
151
+ /** SGX PRMRR value enum */
152
+ export type DedicatedServerBiosSettingsSgxPrmrrEnum = "128" | "131072" | "16384" | "2048" | "256" | "32" | "32768" | "4096" | "512" | "64" | "65536" | "8192";
153
+ export declare const DedicatedServerBiosSettingsSgxPrmrrEnum: any;
154
+ /** SGX Status enum */
155
+ export type DedicatedServerBiosSettingsSgxStatusEnum = "disabled" | "enabled" | "software controlled";
156
+ export declare const DedicatedServerBiosSettingsSgxStatusEnum: any;
157
+ export interface CreateDedicatedServerBiosSettingsSgxConfigureRequest {
158
+ /** The internal name of your dedicated server */
159
+ serviceName: string;
160
+ /** Size of the Processor Reserved Memory */
161
+ prmrr?: DedicatedServerBiosSettingsSgxPrmrrEnum | (string & {});
162
+ /** Desired SGX status */
163
+ status?: DedicatedServerBiosSettingsSgxStatusEnum | (string & {});
164
+ }
165
+ export declare const CreateDedicatedServerBiosSettingsSgxConfigureRequest: S.Schema<CreateDedicatedServerBiosSettingsSgxConfigureRequest>;
166
+ export interface CreateDedicatedServerChangeContactRequest {
167
+ /** The internal name of your dedicated server */
168
+ serviceName: string;
169
+ /** The contact to set as admin contact */
170
+ contactAdmin?: string;
171
+ /** The contact to set as billing contact */
172
+ contactBilling?: string;
173
+ /** The contact to set as tech contact */
174
+ contactTech?: string;
175
+ }
176
+ export declare const CreateDedicatedServerChangeContactRequest: S.Schema<CreateDedicatedServerChangeContactRequest>;
177
+ export type CreateDedicatedServerChangeContactResponseBodyList = Array<number>;
178
+ export declare const CreateDedicatedServerChangeContactResponseBodyList: S.Schema<CreateDedicatedServerChangeContactResponseBodyList>;
179
+ export type CreateDedicatedServerChangeContactResponse = CreateDedicatedServerChangeContactResponseBodyList;
180
+ export declare const CreateDedicatedServerChangeContactResponse: S.Schema<CreateDedicatedServerChangeContactResponse>;
181
+ export interface CreateDedicatedServerFeatureBackupCloudRequest {
182
+ /** The internal name of your dedicated server */
183
+ serviceName: string;
184
+ /** cloud project id */
185
+ cloudProjectId?: string;
186
+ /** Project description of the project to be created (ignored when an existing project is already specified) */
187
+ projectDescription?: string;
188
+ }
189
+ export declare const CreateDedicatedServerFeatureBackupCloudRequest: S.Schema<CreateDedicatedServerFeatureBackupCloudRequest>;
190
+ /** Agreement ids waiting for validation */
191
+ export type DedicatedServerBackupCloudAgreementsList = Array<number>;
192
+ export declare const DedicatedServerBackupCloudAgreementsList: S.Schema<DedicatedServerBackupCloudAgreementsList>;
193
+ /** Cloud project struct. */
194
+ export interface DedicatedServerBackupBackupProject {
195
+ /** Project description. */
196
+ description?: string | null;
197
+ /** Project id. */
198
+ projectId?: string | null;
199
+ }
200
+ export declare const DedicatedServerBackupBackupProject: S.Schema<DedicatedServerBackupBackupProject>;
201
+ /** A numeric value tagged with its unit */
202
+ export interface ComplexTypeUnitAndValueLong {
203
+ unit?: string;
204
+ value?: number;
205
+ }
206
+ export declare const ComplexTypeUnitAndValueLong: S.Schema<ComplexTypeUnitAndValueLong>;
207
+ /** A structure describing quota associated to the current container */
208
+ export interface DedicatedServerBackupBackupQuota {
209
+ /** Volume r/w bandwidth limit: read/write volume offered per month on the container. */
210
+ maxBandwidth?: ComplexTypeUnitAndValueLong | null;
211
+ /** Container max size. */
212
+ maxStorage?: ComplexTypeUnitAndValueLong | null;
213
+ /** Volume usage. */
214
+ storageUsed?: ComplexTypeUnitAndValueLong | null;
215
+ /** Volume usage in percent */
216
+ usagePercent?: number | null;
217
+ }
218
+ export declare const DedicatedServerBackupBackupQuota: S.Schema<DedicatedServerBackupBackupQuota>;
219
+ /** A structure describing the SFTP access to a container */
220
+ export interface DedicatedServerBackupBackupSftp {
221
+ /** Sftp password. */
222
+ password?: string | Redacted.Redacted<string> | null;
223
+ /** Url */
224
+ url?: string | null;
225
+ /** Username */
226
+ username?: string | null;
227
+ }
228
+ export declare const DedicatedServerBackupBackupSftp: S.Schema<DedicatedServerBackupBackupSftp>;
229
+ /** A structure describing the information related to Openstack to reach the container. */
230
+ export interface DedicatedServerBackupBackupSwift {
231
+ /** Auth url. */
232
+ authUrl?: string | null;
233
+ /** Openstack password. */
234
+ password?: string | Redacted.Redacted<string> | null;
235
+ /** Openstack username to use swift. */
236
+ username?: string | null;
237
+ }
238
+ export declare const DedicatedServerBackupBackupSwift: S.Schema<DedicatedServerBackupBackupSwift>;
239
+ /** A structure describing informations about the backup cloud feature */
240
+ export interface DedicatedServerBackupBackupContainer {
241
+ /** /cloud project which the container belongs to. */
242
+ cloudProject?: DedicatedServerBackupBackupProject | null;
243
+ /** Container id (can also be used to retrieve the resource in the /cloud api). */
244
+ id?: string | null;
245
+ /** Container name. */
246
+ name?: string | null;
247
+ /** Quota on the current container */
248
+ quota?: DedicatedServerBackupBackupQuota | null;
249
+ /** The cloud region which the container belongs to. */
250
+ region?: string | null;
251
+ /** Sftp connection info */
252
+ sftp?: DedicatedServerBackupBackupSftp | null;
253
+ /** Swift related information to reach the container */
254
+ swift?: DedicatedServerBackupBackupSwift | null;
255
+ }
256
+ export declare const DedicatedServerBackupBackupContainer: S.Schema<DedicatedServerBackupBackupContainer>;
257
+ /** Possible values for backup status code */
258
+ export type DedicatedServerBackupBackupStatusCodeEnum = "DELETING" | "ERROR" | "OK" | "SUSPENDED" | "SUSPENDING" | "UNKNOWN" | "WAITING_AGREEMENTS_VALIDATION";
259
+ export declare const DedicatedServerBackupBackupStatusCodeEnum: any;
260
+ /** A structure describing the status of your backup */
261
+ export interface DedicatedServerBackupBackupStatus {
262
+ /** Status code */
263
+ code?: DedicatedServerBackupBackupStatusCodeEnum;
264
+ /** Status code reason (when not ok) */
265
+ reason?: string | null;
266
+ }
267
+ export declare const DedicatedServerBackupBackupStatus: S.Schema<DedicatedServerBackupBackupStatus>;
268
+ /** Backup Cloud assigned to this server */
269
+ export interface DedicatedServerBackupCloud {
270
+ /** Agreement ids waiting for validation */
271
+ agreements?: DedicatedServerBackupCloudAgreementsList | null;
272
+ /** Archive space info. */
273
+ archive?: DedicatedServerBackupBackupContainer | null;
274
+ /** Status of the container. */
275
+ status?: DedicatedServerBackupBackupStatus;
276
+ /** Storage space info. */
277
+ storage?: DedicatedServerBackupBackupContainer | null;
278
+ }
279
+ export declare const DedicatedServerBackupCloud: S.Schema<DedicatedServerBackupCloud>;
280
+ export interface CreateDedicatedServerFeatureBackupCloudPasswordRequest {
281
+ /** The internal name of your dedicated server */
282
+ serviceName: string;
283
+ }
284
+ export declare const CreateDedicatedServerFeatureBackupCloudPasswordRequest: S.Schema<CreateDedicatedServerFeatureBackupCloudPasswordRequest>;
285
+ /** A structure describing regenerated passwords */
286
+ export interface DedicatedServerBackupBackupPassword {
287
+ /** Password to reach the archive container through the sftp gw. */
288
+ sftpArchive?: string | null;
289
+ /** Password to reach the storage container through the sftp gw. */
290
+ sftpStorage?: string | null;
291
+ /** Password to reach the archive container through swift. */
292
+ swiftArchive?: string | null;
293
+ /** Password to reach the storage container through swift. */
294
+ swiftStorage?: string | null;
295
+ }
296
+ export declare const DedicatedServerBackupBackupPassword: S.Schema<DedicatedServerBackupBackupPassword>;
297
+ export interface CreateDedicatedServerFeatureBackupFTPRequest {
298
+ /** The internal name of your dedicated server */
299
+ serviceName: string;
300
+ }
301
+ export declare const CreateDedicatedServerFeatureBackupFTPRequest: S.Schema<CreateDedicatedServerFeatureBackupFTPRequest>;
302
+ export interface CreateDedicatedServerFeatureBackupFTPAccessRequest {
303
+ /** The internal name of your dedicated server */
304
+ serviceName: string;
305
+ /** Whether to allow the CIFS (SMB) protocol for this ACL */
306
+ cifs: boolean;
307
+ /** Whether to allow the FTP protocol for this ACL */
308
+ ftp?: boolean;
309
+ /** The IP Block specific to this ACL. It musts belong to your server. */
310
+ ipBlock: string;
311
+ /** Whether to allow the NFS protocol for this ACL */
312
+ nfs: boolean;
313
+ }
314
+ export declare const CreateDedicatedServerFeatureBackupFTPAccessRequest: S.Schema<CreateDedicatedServerFeatureBackupFTPAccessRequest>;
315
+ export interface CreateDedicatedServerFeatureBackupFTPPasswordRequest {
316
+ /** The internal name of your dedicated server */
317
+ serviceName: string;
318
+ }
319
+ export declare const CreateDedicatedServerFeatureBackupFTPPasswordRequest: S.Schema<CreateDedicatedServerFeatureBackupFTPPasswordRequest>;
320
+ /** Time to live in minutes for cache */
321
+ export type DedicatedServerCacheTTLEnum = 1 | 3 | 5 | 10 | 15;
322
+ export declare const DedicatedServerCacheTTLEnum: any;
323
+ export interface CreateDedicatedServerFeatureBmcJavaKvmRequest {
324
+ /** The internal name of your dedicated server */
325
+ serviceName: string;
326
+ /** IP to allow connection from for this KVM session, default value is caller IP */
327
+ ipToAllow?: string;
328
+ /** Time to live in minutes to get session credentials, default is 5 minutes */
329
+ ttl?: DedicatedServerCacheTTLEnum | (number & {});
330
+ }
331
+ export declare const CreateDedicatedServerFeatureBmcJavaKvmRequest: S.Schema<CreateDedicatedServerFeatureBmcJavaKvmRequest>;
332
+ /** List of operation type */
333
+ export type DedicatedOperationFunctionEnum = "bmc/javaKvm" | "bmc/restart" | "bmc/revokeSessions" | "bmc/sshSol" | "bmc/testPassword" | "bmc/testPing" | "bmc/testWeb" | "bmc/webKvm" | "bmc/webSol";
334
+ export declare const DedicatedOperationFunctionEnum: any;
335
+ /** Server operations */
336
+ export interface DedicatedServerOperation {
337
+ /** Details of this task */
338
+ comment?: string | null;
339
+ /** Completion date */
340
+ doneDate?: string | null;
341
+ /** Function name */
342
+ function?: DedicatedOperationFunctionEnum;
343
+ /** Last update */
344
+ lastUpdate?: string | null;
345
+ /** The unique identifier of the operation */
346
+ operationId?: string;
347
+ /** Task Creation date */
348
+ startDate?: string;
349
+ /** Task status */
350
+ status?: DedicatedTaskStatusEnum;
351
+ }
352
+ export declare const DedicatedServerOperation: S.Schema<DedicatedServerOperation>;
353
+ export interface CreateDedicatedServerFeatureBmcSshSolRequest {
354
+ /** The internal name of your dedicated server */
355
+ serviceName: string;
356
+ /** Public SSH key to use for this session */
357
+ sshKey: string;
358
+ /** Time to live in minutes to get session credentials, default is 5 minutes */
359
+ ttl?: DedicatedServerCacheTTLEnum | (number & {});
360
+ }
361
+ export declare const CreateDedicatedServerFeatureBmcSshSolRequest: S.Schema<CreateDedicatedServerFeatureBmcSshSolRequest>;
362
+ export interface CreateDedicatedServerFeatureBmcWebKvmRequest {
363
+ /** The internal name of your dedicated server */
364
+ serviceName: string;
365
+ /** IP to allow connection from for this KVM session, default value is caller IP */
366
+ ipToAllow?: string;
367
+ /** Time to live in minutes to get session credentials, default is 5 minutes */
368
+ ttl?: DedicatedServerCacheTTLEnum | (number & {});
369
+ }
370
+ export declare const CreateDedicatedServerFeatureBmcWebKvmRequest: S.Schema<CreateDedicatedServerFeatureBmcWebKvmRequest>;
371
+ export interface CreateDedicatedServerFeatureBmcWebSolRequest {
372
+ /** The internal name of your dedicated server */
373
+ serviceName: string;
374
+ /** IP to allow connection from for this Web SOL session, default value is caller IP */
375
+ ipToAllow?: string;
376
+ /** Time to live in minutes to get session credentials, default is 5 minutes */
377
+ ttl?: DedicatedServerCacheTTLEnum | (number & {});
378
+ }
379
+ export declare const CreateDedicatedServerFeatureBmcWebSolRequest: S.Schema<CreateDedicatedServerFeatureBmcWebSolRequest>;
380
+ /** Distinct way to acces a KVM IPMI session */
381
+ export type DedicatedServerIpmiAccessTypeEnum = "kvmipHtml5URL" | "kvmipJnlp" | "serialOverLanSshKey" | "serialOverLanURL";
382
+ export declare const DedicatedServerIpmiAccessTypeEnum: any;
383
+ export interface CreateDedicatedServerFeatureIpmiAccessRequest {
384
+ /** The internal name of your dedicated server */
385
+ serviceName: string;
386
+ /** IP to allow connection from for this IPMI session */
387
+ ipToAllow?: string;
388
+ /** Public SSH key for Serial Over Lan SSH access | ⚠️ Starting 2024-08-27, SSH key name will no longer be accepted and only raw public SSH key will remain accepted */
389
+ sshKey?: string;
390
+ /** Session access time to live in minutes */
391
+ ttl: DedicatedServerCacheTTLEnum | (number & {});
392
+ /** IPMI console access */
393
+ type: DedicatedServerIpmiAccessTypeEnum | (string & {});
394
+ }
395
+ export declare const CreateDedicatedServerFeatureIpmiAccessRequest: S.Schema<CreateDedicatedServerFeatureIpmiAccessRequest>;
396
+ export interface CreateDedicatedServerIpBlockMergeRequest {
397
+ /** The internal name of your dedicated server */
398
+ serviceName: string;
399
+ /** The splitted block you want to merge */
400
+ block: string;
401
+ }
402
+ export declare const CreateDedicatedServerIpBlockMergeRequest: S.Schema<CreateDedicatedServerIpBlockMergeRequest>;
403
+ export interface CreateDedicatedServerIpMoveRequest {
404
+ /** The internal name of your dedicated server */
405
+ serviceName: string;
406
+ /** The ip to move to this server */
407
+ ip: string;
408
+ }
409
+ export declare const CreateDedicatedServerIpMoveRequest: S.Schema<CreateDedicatedServerIpMoveRequest>;
410
+ /** All versions for Windows products */
411
+ export type LicenseWindowsOsVersionEnum = "WINDOWS_SERVER_2003_ENTERPRISE_EDITION" | "WINDOWS_SERVER_2003_ENTERPRISE_EDITION_2_CPU" | "WINDOWS_SERVER_2003_STANDARD_EDITION" | "WINDOWS_SERVER_2003_WEB_EDITION" | "WINDOWS_SERVER_2003_WEB_EDITION_2_CPU" | "WINDOWS_SERVER_2003_WEB_ENHANCED_EDITION" | "WINDOWS_SERVER_2003_WEB_STANDARD_EDITION" | "WINDOWS_SERVER_2003_WEB_STANDARD_EDITION_2_CPU" | "WINDOWS_SERVER_2008_DATACENTER_EDITION" | "WINDOWS_SERVER_2008_DATACENTER_EDITION_2_CPU" | "WINDOWS_SERVER_2008_DATACENTER_EDITION_4_CPU" | "WINDOWS_SERVER_2008_ENTERPRISE_EDITION" | "WINDOWS_SERVER_2008_ENTERPRISE_EDITION_2_CPU" | "WINDOWS_SERVER_2008_ENTERPRISE_EDITION_4_CPU" | "WINDOWS_SERVER_2008_STANDARD_EDITION" | "WINDOWS_SERVER_2008_STANDARD_EDITION_2_CPU" | "WINDOWS_SERVER_2008_STANDARD_EDITION_4_CPU" | "WINDOWS_SERVER_2008_WEB_EDITION" | "WINDOWS_SERVER_2008_WEB_EDITION_2_CPU" | "WINDOWS_SERVER_2008_WEB_EDITION_4_CPU" | "WINDOWS_SERVER_2008_WEB_STANDARD_EDITION" | "WINDOWS_SERVER_2012_DATACENTER_EDITION" | "WINDOWS_SERVER_2012_DATACENTER_EDITION_2_CPU" | "WINDOWS_SERVER_2012_DATACENTER_EDITION_4_CPU" | "WINDOWS_SERVER_2012_ENTERPRISE_EDITION" | "WINDOWS_SERVER_2012_ENTERPRISE_EDITION_2_CPU" | "WINDOWS_SERVER_2012_STANDARD_EDITION" | "WINDOWS_SERVER_2012_STANDARD_EDITION_2_CPU" | "WINDOWS_SERVER_2012_STANDARD_EDITION_4_CPU" | "WINDOWS_SERVER_2012_WEB_EDITION" | "WINDOWS_SERVER_2016_DATACENTER_EDITION_1_CPU_10_CORES" | "WINDOWS_SERVER_2016_DATACENTER_EDITION_1_CPU_12_CORES" | "WINDOWS_SERVER_2016_DATACENTER_EDITION_1_CPU_14_CORES" | "WINDOWS_SERVER_2016_DATACENTER_EDITION_1_CPU_16_CORES" | "WINDOWS_SERVER_2016_DATACENTER_EDITION_1_CPU_18_CORES" | "WINDOWS_SERVER_2016_DATACENTER_EDITION_1_CPU_20_CORES" | "WINDOWS_SERVER_2016_DATACENTER_EDITION_1_CPU_22_CORES" | "WINDOWS_SERVER_2016_DATACENTER_EDITION_1_CPU_24_CORES" | "WINDOWS_SERVER_2016_DATACENTER_EDITION_1_CPU_32_CORES" | "WINDOWS_SERVER_2016_DATACENTER_EDITION_1_CPU_48_CORES" | "WINDOWS_SERVER_2016_DATACENTER_EDITION_1_CPU_64_CORES" | "WINDOWS_SERVER_2016_DATACENTER_EDITION_1_CPU_8_CORES" | "WINDOWS_SERVER_2016_DATACENTER_EDITION_2_CPU_10_CORES" | "WINDOWS_SERVER_2016_DATACENTER_EDITION_2_CPU_12_CORES" | "WINDOWS_SERVER_2016_DATACENTER_EDITION_2_CPU_14_CORES" | "WINDOWS_SERVER_2016_DATACENTER_EDITION_2_CPU_16_CORES" | "WINDOWS_SERVER_2016_DATACENTER_EDITION_2_CPU_18_CORES" | "WINDOWS_SERVER_2016_DATACENTER_EDITION_2_CPU_20_CORES" | "WINDOWS_SERVER_2016_DATACENTER_EDITION_2_CPU_22_CORES" | "WINDOWS_SERVER_2016_DATACENTER_EDITION_2_CPU_24_CORES" | "WINDOWS_SERVER_2016_DATACENTER_EDITION_2_CPU_32_CORES" | "WINDOWS_SERVER_2016_DATACENTER_EDITION_2_CPU_8_CORES" | "WINDOWS_SERVER_2016_DATACENTER_EDITION_4_CPU_10_CORES" | "WINDOWS_SERVER_2016_DATACENTER_EDITION_4_CPU_12_CORES" | "WINDOWS_SERVER_2016_DATACENTER_EDITION_4_CPU_14_CORES" | "WINDOWS_SERVER_2016_DATACENTER_EDITION_4_CPU_16_CORES" | "WINDOWS_SERVER_2016_DATACENTER_EDITION_4_CPU_18_CORES" | "WINDOWS_SERVER_2016_DATACENTER_EDITION_4_CPU_20_CORES" | "WINDOWS_SERVER_2016_DATACENTER_EDITION_4_CPU_22_CORES" | "WINDOWS_SERVER_2016_DATACENTER_EDITION_4_CPU_24_CORES" | "WINDOWS_SERVER_2016_DATACENTER_EDITION_4_CPU_8_CORES" | "WINDOWS_SERVER_2016_STANDARD_EDITION_1_CPU_10_CORES" | "WINDOWS_SERVER_2016_STANDARD_EDITION_1_CPU_12_CORES" | "WINDOWS_SERVER_2016_STANDARD_EDITION_1_CPU_14_CORES" | "WINDOWS_SERVER_2016_STANDARD_EDITION_1_CPU_16_CORES" | "WINDOWS_SERVER_2016_STANDARD_EDITION_1_CPU_18_CORES" | "WINDOWS_SERVER_2016_STANDARD_EDITION_1_CPU_20_CORES" | "WINDOWS_SERVER_2016_STANDARD_EDITION_1_CPU_22_CORES" | "WINDOWS_SERVER_2016_STANDARD_EDITION_1_CPU_24_CORES" | "WINDOWS_SERVER_2016_STANDARD_EDITION_1_CPU_32_CORES" | "WINDOWS_SERVER_2016_STANDARD_EDITION_1_CPU_48_CORES" | "WINDOWS_SERVER_2016_STANDARD_EDITION_1_CPU_64_CORES" | "WINDOWS_SERVER_2016_STANDARD_EDITION_1_CPU_8_CORES" | "WINDOWS_SERVER_2016_STANDARD_EDITION_2_CPU_10_CORES" | "WINDOWS_SERVER_2016_STANDARD_EDITION_2_CPU_12_CORES" | "WINDOWS_SERVER_2016_STANDARD_EDITION_2_CPU_14_CORES" | "WINDOWS_SERVER_2016_STANDARD_EDITION_2_CPU_16_CORES" | "WINDOWS_SERVER_2016_STANDARD_EDITION_2_CPU_18_CORES" | "WINDOWS_SERVER_2016_STANDARD_EDITION_2_CPU_20_CORES" | "WINDOWS_SERVER_2016_STANDARD_EDITION_2_CPU_22_CORES" | "WINDOWS_SERVER_2016_STANDARD_EDITION_2_CPU_24_CORES" | "WINDOWS_SERVER_2016_STANDARD_EDITION_2_CPU_32_CORES" | "WINDOWS_SERVER_2016_STANDARD_EDITION_2_CPU_8_CORES" | "WINDOWS_SERVER_2016_STANDARD_EDITION_4_CPU_10_CORES" | "WINDOWS_SERVER_2016_STANDARD_EDITION_4_CPU_12_CORES" | "WINDOWS_SERVER_2016_STANDARD_EDITION_4_CPU_14_CORES" | "WINDOWS_SERVER_2016_STANDARD_EDITION_4_CPU_16_CORES" | "WINDOWS_SERVER_2016_STANDARD_EDITION_4_CPU_18_CORES" | "WINDOWS_SERVER_2016_STANDARD_EDITION_4_CPU_20_CORES" | "WINDOWS_SERVER_2016_STANDARD_EDITION_4_CPU_22_CORES" | "WINDOWS_SERVER_2016_STANDARD_EDITION_4_CPU_24_CORES" | "WINDOWS_SERVER_2016_STANDARD_EDITION_4_CPU_8_CORES" | "WINDOWS_SERVER_2019_DATACENTER_EDITION_10_CORES" | "WINDOWS_SERVER_2019_DATACENTER_EDITION_128_CORES" | "WINDOWS_SERVER_2019_DATACENTER_EDITION_12_CORES" | "WINDOWS_SERVER_2019_DATACENTER_EDITION_14_CORES" | "WINDOWS_SERVER_2019_DATACENTER_EDITION_16_CORES" | "WINDOWS_SERVER_2019_DATACENTER_EDITION_18_CORES" | "WINDOWS_SERVER_2019_DATACENTER_EDITION_20_CORES" | "WINDOWS_SERVER_2019_DATACENTER_EDITION_22_CORES" | "WINDOWS_SERVER_2019_DATACENTER_EDITION_24_CORES" | "WINDOWS_SERVER_2019_DATACENTER_EDITION_256_CORES" | "WINDOWS_SERVER_2019_DATACENTER_EDITION_26_CORES" | "WINDOWS_SERVER_2019_DATACENTER_EDITION_28_CORES" | "WINDOWS_SERVER_2019_DATACENTER_EDITION_30_CORES" | "WINDOWS_SERVER_2019_DATACENTER_EDITION_32_CORES" | "WINDOWS_SERVER_2019_DATACENTER_EDITION_34_CORES" | "WINDOWS_SERVER_2019_DATACENTER_EDITION_36_CORES" | "WINDOWS_SERVER_2019_DATACENTER_EDITION_38_CORES" | "WINDOWS_SERVER_2019_DATACENTER_EDITION_40_CORES" | "WINDOWS_SERVER_2019_DATACENTER_EDITION_42_CORES" | "WINDOWS_SERVER_2019_DATACENTER_EDITION_44_CORES" | "WINDOWS_SERVER_2019_DATACENTER_EDITION_46_CORES" | "WINDOWS_SERVER_2019_DATACENTER_EDITION_48_CORES" | "WINDOWS_SERVER_2019_DATACENTER_EDITION_50_CORES" | "WINDOWS_SERVER_2019_DATACENTER_EDITION_512_CORES" | "WINDOWS_SERVER_2019_DATACENTER_EDITION_52_CORES" | "WINDOWS_SERVER_2019_DATACENTER_EDITION_54_CORES" | "WINDOWS_SERVER_2019_DATACENTER_EDITION_56_CORES" | "WINDOWS_SERVER_2019_DATACENTER_EDITION_58_CORES" | "WINDOWS_SERVER_2019_DATACENTER_EDITION_60_CORES" | "WINDOWS_SERVER_2019_DATACENTER_EDITION_62_CORES" | "WINDOWS_SERVER_2019_DATACENTER_EDITION_64_CORES" | "WINDOWS_SERVER_2019_DATACENTER_EDITION_72_CORES" | "WINDOWS_SERVER_2019_DATACENTER_EDITION_8_CORES" | "WINDOWS_SERVER_2019_DATACENTER_EDITION_96_CORES" | "WINDOWS_SERVER_2019_STANDARD_EDITION_10_CORES" | "WINDOWS_SERVER_2019_STANDARD_EDITION_128_CORES" | "WINDOWS_SERVER_2019_STANDARD_EDITION_12_CORES" | "WINDOWS_SERVER_2019_STANDARD_EDITION_14_CORES" | "WINDOWS_SERVER_2019_STANDARD_EDITION_16_CORES" | "WINDOWS_SERVER_2019_STANDARD_EDITION_18_CORES" | "WINDOWS_SERVER_2019_STANDARD_EDITION_20_CORES" | "WINDOWS_SERVER_2019_STANDARD_EDITION_22_CORES" | "WINDOWS_SERVER_2019_STANDARD_EDITION_24_CORES" | "WINDOWS_SERVER_2019_STANDARD_EDITION_256_CORES" | "WINDOWS_SERVER_2019_STANDARD_EDITION_26_CORES" | "WINDOWS_SERVER_2019_STANDARD_EDITION_28_CORES" | "WINDOWS_SERVER_2019_STANDARD_EDITION_30_CORES" | "WINDOWS_SERVER_2019_STANDARD_EDITION_32_CORES" | "WINDOWS_SERVER_2019_STANDARD_EDITION_34_CORES" | "WINDOWS_SERVER_2019_STANDARD_EDITION_36_CORES" | "WINDOWS_SERVER_2019_STANDARD_EDITION_38_CORES" | "WINDOWS_SERVER_2019_STANDARD_EDITION_40_CORES" | "WINDOWS_SERVER_2019_STANDARD_EDITION_42_CORES" | "WINDOWS_SERVER_2019_STANDARD_EDITION_44_CORES" | "WINDOWS_SERVER_2019_STANDARD_EDITION_46_CORES" | "WINDOWS_SERVER_2019_STANDARD_EDITION_48_CORES" | "WINDOWS_SERVER_2019_STANDARD_EDITION_50_CORES" | "WINDOWS_SERVER_2019_STANDARD_EDITION_512_CORES" | "WINDOWS_SERVER_2019_STANDARD_EDITION_52_CORES" | "WINDOWS_SERVER_2019_STANDARD_EDITION_54_CORES" | "WINDOWS_SERVER_2019_STANDARD_EDITION_56_CORES" | "WINDOWS_SERVER_2019_STANDARD_EDITION_58_CORES" | "WINDOWS_SERVER_2019_STANDARD_EDITION_60_CORES" | "WINDOWS_SERVER_2019_STANDARD_EDITION_62_CORES" | "WINDOWS_SERVER_2019_STANDARD_EDITION_64_CORES" | "WINDOWS_SERVER_2019_STANDARD_EDITION_72_CORES" | "WINDOWS_SERVER_2019_STANDARD_EDITION_8_CORES" | "WINDOWS_SERVER_2019_STANDARD_EDITION_96_CORES" | "WINDOWS_SERVER_2022_DATACENTER_EDITION_10_CORES" | "WINDOWS_SERVER_2022_DATACENTER_EDITION_128_CORES" | "WINDOWS_SERVER_2022_DATACENTER_EDITION_12_CORES" | "WINDOWS_SERVER_2022_DATACENTER_EDITION_14_CORES" | "WINDOWS_SERVER_2022_DATACENTER_EDITION_16_CORES" | "WINDOWS_SERVER_2022_DATACENTER_EDITION_18_CORES" | "WINDOWS_SERVER_2022_DATACENTER_EDITION_20_CORES" | "WINDOWS_SERVER_2022_DATACENTER_EDITION_22_CORES" | "WINDOWS_SERVER_2022_DATACENTER_EDITION_24_CORES" | "WINDOWS_SERVER_2022_DATACENTER_EDITION_256_CORES" | "WINDOWS_SERVER_2022_DATACENTER_EDITION_26_CORES" | "WINDOWS_SERVER_2022_DATACENTER_EDITION_28_CORES" | "WINDOWS_SERVER_2022_DATACENTER_EDITION_30_CORES" | "WINDOWS_SERVER_2022_DATACENTER_EDITION_32_CORES" | "WINDOWS_SERVER_2022_DATACENTER_EDITION_34_CORES" | "WINDOWS_SERVER_2022_DATACENTER_EDITION_36_CORES" | "WINDOWS_SERVER_2022_DATACENTER_EDITION_38_CORES" | "WINDOWS_SERVER_2022_DATACENTER_EDITION_40_CORES" | "WINDOWS_SERVER_2022_DATACENTER_EDITION_42_CORES" | "WINDOWS_SERVER_2022_DATACENTER_EDITION_44_CORES" | "WINDOWS_SERVER_2022_DATACENTER_EDITION_46_CORES" | "WINDOWS_SERVER_2022_DATACENTER_EDITION_48_CORES" | "WINDOWS_SERVER_2022_DATACENTER_EDITION_50_CORES" | "WINDOWS_SERVER_2022_DATACENTER_EDITION_512_CORES" | "WINDOWS_SERVER_2022_DATACENTER_EDITION_52_CORES" | "WINDOWS_SERVER_2022_DATACENTER_EDITION_54_CORES" | "WINDOWS_SERVER_2022_DATACENTER_EDITION_56_CORES" | "WINDOWS_SERVER_2022_DATACENTER_EDITION_58_CORES" | "WINDOWS_SERVER_2022_DATACENTER_EDITION_60_CORES" | "WINDOWS_SERVER_2022_DATACENTER_EDITION_62_CORES" | "WINDOWS_SERVER_2022_DATACENTER_EDITION_64_CORES" | "WINDOWS_SERVER_2022_DATACENTER_EDITION_72_CORES" | "WINDOWS_SERVER_2022_DATACENTER_EDITION_8_CORES" | "WINDOWS_SERVER_2022_DATACENTER_EDITION_96_CORES" | "WINDOWS_SERVER_2022_STANDARD_EDITION_10_CORES" | "WINDOWS_SERVER_2022_STANDARD_EDITION_128_CORES" | "WINDOWS_SERVER_2022_STANDARD_EDITION_12_CORES" | "WINDOWS_SERVER_2022_STANDARD_EDITION_14_CORES" | "WINDOWS_SERVER_2022_STANDARD_EDITION_16_CORES" | "WINDOWS_SERVER_2022_STANDARD_EDITION_18_CORES" | "WINDOWS_SERVER_2022_STANDARD_EDITION_20_CORES" | "WINDOWS_SERVER_2022_STANDARD_EDITION_22_CORES" | "WINDOWS_SERVER_2022_STANDARD_EDITION_24_CORES" | "WINDOWS_SERVER_2022_STANDARD_EDITION_256_CORES" | "WINDOWS_SERVER_2022_STANDARD_EDITION_26_CORES" | "WINDOWS_SERVER_2022_STANDARD_EDITION_28_CORES" | "WINDOWS_SERVER_2022_STANDARD_EDITION_30_CORES" | "WINDOWS_SERVER_2022_STANDARD_EDITION_32_CORES" | "WINDOWS_SERVER_2022_STANDARD_EDITION_34_CORES" | "WINDOWS_SERVER_2022_STANDARD_EDITION_36_CORES" | "WINDOWS_SERVER_2022_STANDARD_EDITION_38_CORES" | "WINDOWS_SERVER_2022_STANDARD_EDITION_40_CORES" | "WINDOWS_SERVER_2022_STANDARD_EDITION_42_CORES" | "WINDOWS_SERVER_2022_STANDARD_EDITION_44_CORES" | "WINDOWS_SERVER_2022_STANDARD_EDITION_46_CORES" | "WINDOWS_SERVER_2022_STANDARD_EDITION_48_CORES" | "WINDOWS_SERVER_2022_STANDARD_EDITION_50_CORES" | "WINDOWS_SERVER_2022_STANDARD_EDITION_512_CORES" | "WINDOWS_SERVER_2022_STANDARD_EDITION_52_CORES" | "WINDOWS_SERVER_2022_STANDARD_EDITION_54_CORES" | "WINDOWS_SERVER_2022_STANDARD_EDITION_56_CORES" | "WINDOWS_SERVER_2022_STANDARD_EDITION_58_CORES" | "WINDOWS_SERVER_2022_STANDARD_EDITION_60_CORES" | "WINDOWS_SERVER_2022_STANDARD_EDITION_62_CORES" | "WINDOWS_SERVER_2022_STANDARD_EDITION_64_CORES" | "WINDOWS_SERVER_2022_STANDARD_EDITION_72_CORES" | "WINDOWS_SERVER_2022_STANDARD_EDITION_8_CORES" | "WINDOWS_SERVER_2022_STANDARD_EDITION_96_CORES" | "WINDOWS_SERVER_2025_DATACENTER_EDITION_10_CORES" | "WINDOWS_SERVER_2025_DATACENTER_EDITION_128_CORES" | "WINDOWS_SERVER_2025_DATACENTER_EDITION_12_CORES" | "WINDOWS_SERVER_2025_DATACENTER_EDITION_14_CORES" | "WINDOWS_SERVER_2025_DATACENTER_EDITION_16_CORES" | "WINDOWS_SERVER_2025_DATACENTER_EDITION_18_CORES" | "WINDOWS_SERVER_2025_DATACENTER_EDITION_20_CORES" | "WINDOWS_SERVER_2025_DATACENTER_EDITION_22_CORES" | "WINDOWS_SERVER_2025_DATACENTER_EDITION_24_CORES" | "WINDOWS_SERVER_2025_DATACENTER_EDITION_256_CORES" | "WINDOWS_SERVER_2025_DATACENTER_EDITION_26_CORES" | "WINDOWS_SERVER_2025_DATACENTER_EDITION_28_CORES" | "WINDOWS_SERVER_2025_DATACENTER_EDITION_30_CORES" | "WINDOWS_SERVER_2025_DATACENTER_EDITION_32_CORES" | "WINDOWS_SERVER_2025_DATACENTER_EDITION_34_CORES" | "WINDOWS_SERVER_2025_DATACENTER_EDITION_36_CORES" | "WINDOWS_SERVER_2025_DATACENTER_EDITION_38_CORES" | "WINDOWS_SERVER_2025_DATACENTER_EDITION_40_CORES" | "WINDOWS_SERVER_2025_DATACENTER_EDITION_42_CORES" | "WINDOWS_SERVER_2025_DATACENTER_EDITION_44_CORES" | "WINDOWS_SERVER_2025_DATACENTER_EDITION_46_CORES" | "WINDOWS_SERVER_2025_DATACENTER_EDITION_48_CORES" | "WINDOWS_SERVER_2025_DATACENTER_EDITION_50_CORES" | "WINDOWS_SERVER_2025_DATACENTER_EDITION_512_CORES" | "WINDOWS_SERVER_2025_DATACENTER_EDITION_52_CORES" | "WINDOWS_SERVER_2025_DATACENTER_EDITION_54_CORES" | "WINDOWS_SERVER_2025_DATACENTER_EDITION_56_CORES" | "WINDOWS_SERVER_2025_DATACENTER_EDITION_58_CORES" | "WINDOWS_SERVER_2025_DATACENTER_EDITION_60_CORES" | "WINDOWS_SERVER_2025_DATACENTER_EDITION_62_CORES" | "WINDOWS_SERVER_2025_DATACENTER_EDITION_64_CORES" | "WINDOWS_SERVER_2025_DATACENTER_EDITION_72_CORES" | "WINDOWS_SERVER_2025_DATACENTER_EDITION_8_CORES" | "WINDOWS_SERVER_2025_DATACENTER_EDITION_96_CORES" | "WINDOWS_SERVER_2025_STANDARD_EDITION_10_CORES" | "WINDOWS_SERVER_2025_STANDARD_EDITION_128_CORES" | "WINDOWS_SERVER_2025_STANDARD_EDITION_12_CORES" | "WINDOWS_SERVER_2025_STANDARD_EDITION_14_CORES" | "WINDOWS_SERVER_2025_STANDARD_EDITION_16_CORES" | "WINDOWS_SERVER_2025_STANDARD_EDITION_18_CORES" | "WINDOWS_SERVER_2025_STANDARD_EDITION_20_CORES" | "WINDOWS_SERVER_2025_STANDARD_EDITION_22_CORES" | "WINDOWS_SERVER_2025_STANDARD_EDITION_24_CORES" | "WINDOWS_SERVER_2025_STANDARD_EDITION_256_CORES" | "WINDOWS_SERVER_2025_STANDARD_EDITION_26_CORES" | "WINDOWS_SERVER_2025_STANDARD_EDITION_28_CORES" | "WINDOWS_SERVER_2025_STANDARD_EDITION_30_CORES" | "WINDOWS_SERVER_2025_STANDARD_EDITION_32_CORES" | "WINDOWS_SERVER_2025_STANDARD_EDITION_34_CORES" | "WINDOWS_SERVER_2025_STANDARD_EDITION_36_CORES" | "WINDOWS_SERVER_2025_STANDARD_EDITION_38_CORES" | "WINDOWS_SERVER_2025_STANDARD_EDITION_40_CORES" | "WINDOWS_SERVER_2025_STANDARD_EDITION_42_CORES" | "WINDOWS_SERVER_2025_STANDARD_EDITION_44_CORES" | "WINDOWS_SERVER_2025_STANDARD_EDITION_46_CORES" | "WINDOWS_SERVER_2025_STANDARD_EDITION_48_CORES" | "WINDOWS_SERVER_2025_STANDARD_EDITION_50_CORES" | "WINDOWS_SERVER_2025_STANDARD_EDITION_512_CORES" | "WINDOWS_SERVER_2025_STANDARD_EDITION_52_CORES" | "WINDOWS_SERVER_2025_STANDARD_EDITION_54_CORES" | "WINDOWS_SERVER_2025_STANDARD_EDITION_56_CORES" | "WINDOWS_SERVER_2025_STANDARD_EDITION_58_CORES" | "WINDOWS_SERVER_2025_STANDARD_EDITION_60_CORES" | "WINDOWS_SERVER_2025_STANDARD_EDITION_62_CORES" | "WINDOWS_SERVER_2025_STANDARD_EDITION_64_CORES" | "WINDOWS_SERVER_2025_STANDARD_EDITION_72_CORES" | "WINDOWS_SERVER_2025_STANDARD_EDITION_8_CORES" | "WINDOWS_SERVER_2025_STANDARD_EDITION_96_CORES" | "windows-server-2008-license-datacenter-edition-1-cpu" | "windows-server-2008-license-datacenter-edition-2-cpu" | "windows-server-2008-license-datacenter-edition-4-cpu" | "windows-server-2008-license-enterprise-edition-1-cpu" | "windows-server-2008-license-enterprise-edition-2-cpu" | "windows-server-2008-license-enterprise-edition-4-cpu" | "windows-server-2008-license-standard-edition-1-cpu" | "windows-server-2008-license-standard-edition-2-cpu" | "windows-server-2008-license-standard-edition-4-cpu" | "windows-server-2008-license-web-edition-1-cpu" | "windows-server-2008-license-web-edition-2-cpu" | "windows-server-2008-license-web-edition-4-cpu" | "windows-server-2012-license-datacenter-edition-1-cpu" | "windows-server-2012-license-datacenter-edition-2-cpu" | "windows-server-2012-license-datacenter-edition-4-cpu" | "windows-server-2012-license-standard-edition-1-cpu" | "windows-server-2012-license-standard-edition-2-cpu" | "windows-server-2012-license-standard-edition-4-cpu" | "windows-server-2016-license-datacenter-edition-1-cpu-10-cores" | "windows-server-2016-license-datacenter-edition-1-cpu-12-cores" | "windows-server-2016-license-datacenter-edition-1-cpu-14-cores" | "windows-server-2016-license-datacenter-edition-1-cpu-16-cores" | "windows-server-2016-license-datacenter-edition-1-cpu-18-cores" | "windows-server-2016-license-datacenter-edition-1-cpu-20-cores" | "windows-server-2016-license-datacenter-edition-1-cpu-22-cores" | "windows-server-2016-license-datacenter-edition-1-cpu-24-cores" | "windows-server-2016-license-datacenter-edition-1-cpu-32-cores" | "windows-server-2016-license-datacenter-edition-1-cpu-48-cores" | "windows-server-2016-license-datacenter-edition-1-cpu-64-cores" | "windows-server-2016-license-datacenter-edition-1-cpu-8-cores" | "windows-server-2016-license-datacenter-edition-2-cpu-10-cores" | "windows-server-2016-license-datacenter-edition-2-cpu-12-cores" | "windows-server-2016-license-datacenter-edition-2-cpu-14-cores" | "windows-server-2016-license-datacenter-edition-2-cpu-16-cores" | "windows-server-2016-license-datacenter-edition-2-cpu-18-cores" | "windows-server-2016-license-datacenter-edition-2-cpu-20-cores" | "windows-server-2016-license-datacenter-edition-2-cpu-22-cores" | "windows-server-2016-license-datacenter-edition-2-cpu-24-cores" | "windows-server-2016-license-datacenter-edition-2-cpu-32-cores" | "windows-server-2016-license-datacenter-edition-2-cpu-8-cores" | "windows-server-2016-license-datacenter-edition-4-cpu-10-cores" | "windows-server-2016-license-datacenter-edition-4-cpu-12-cores" | "windows-server-2016-license-datacenter-edition-4-cpu-14-cores" | "windows-server-2016-license-datacenter-edition-4-cpu-16-cores" | "windows-server-2016-license-datacenter-edition-4-cpu-18-cores" | "windows-server-2016-license-datacenter-edition-4-cpu-20-cores" | "windows-server-2016-license-datacenter-edition-4-cpu-22-cores" | "windows-server-2016-license-datacenter-edition-4-cpu-24-cores" | "windows-server-2016-license-datacenter-edition-4-cpu-8-cores" | "windows-server-2016-license-standard-edition-1-cpu-10-cores" | "windows-server-2016-license-standard-edition-1-cpu-12-cores" | "windows-server-2016-license-standard-edition-1-cpu-14-cores" | "windows-server-2016-license-standard-edition-1-cpu-16-cores" | "windows-server-2016-license-standard-edition-1-cpu-18-cores" | "windows-server-2016-license-standard-edition-1-cpu-20-cores" | "windows-server-2016-license-standard-edition-1-cpu-22-cores" | "windows-server-2016-license-standard-edition-1-cpu-24-cores" | "windows-server-2016-license-standard-edition-1-cpu-32-cores" | "windows-server-2016-license-standard-edition-1-cpu-48-cores" | "windows-server-2016-license-standard-edition-1-cpu-64-cores" | "windows-server-2016-license-standard-edition-1-cpu-8-cores" | "windows-server-2016-license-standard-edition-2-cpu-10-cores" | "windows-server-2016-license-standard-edition-2-cpu-12-cores" | "windows-server-2016-license-standard-edition-2-cpu-14-cores" | "windows-server-2016-license-standard-edition-2-cpu-16-cores" | "windows-server-2016-license-standard-edition-2-cpu-18-cores" | "windows-server-2016-license-standard-edition-2-cpu-20-cores" | "windows-server-2016-license-standard-edition-2-cpu-22-cores" | "windows-server-2016-license-standard-edition-2-cpu-24-cores" | "windows-server-2016-license-standard-edition-2-cpu-32-cores" | "windows-server-2016-license-standard-edition-2-cpu-8-cores" | "windows-server-2016-license-standard-edition-4-cpu-10-cores" | "windows-server-2016-license-standard-edition-4-cpu-12-cores" | "windows-server-2016-license-standard-edition-4-cpu-14-cores" | "windows-server-2016-license-standard-edition-4-cpu-16-cores" | "windows-server-2016-license-standard-edition-4-cpu-18-cores" | "windows-server-2016-license-standard-edition-4-cpu-20-cores" | "windows-server-2016-license-standard-edition-4-cpu-22-cores" | "windows-server-2016-license-standard-edition-4-cpu-24-cores" | "windows-server-2016-license-standard-edition-4-cpu-8-cores" | "windows-server-2019-license-datacenter-edition-10-cores" | "windows-server-2019-license-datacenter-edition-12-cores" | "windows-server-2019-license-datacenter-edition-128-cores" | "windows-server-2019-license-datacenter-edition-14-cores" | "windows-server-2019-license-datacenter-edition-16-cores" | "windows-server-2019-license-datacenter-edition-18-cores" | "windows-server-2019-license-datacenter-edition-20-cores" | "windows-server-2019-license-datacenter-edition-22-cores" | "windows-server-2019-license-datacenter-edition-24-cores" | "windows-server-2019-license-datacenter-edition-256-cores" | "windows-server-2019-license-datacenter-edition-26-cores" | "windows-server-2019-license-datacenter-edition-28-cores" | "windows-server-2019-license-datacenter-edition-30-cores" | "windows-server-2019-license-datacenter-edition-32-cores" | "windows-server-2019-license-datacenter-edition-34-cores" | "windows-server-2019-license-datacenter-edition-36-cores" | "windows-server-2019-license-datacenter-edition-38-cores" | "windows-server-2019-license-datacenter-edition-40-cores" | "windows-server-2019-license-datacenter-edition-42-cores" | "windows-server-2019-license-datacenter-edition-44-cores" | "windows-server-2019-license-datacenter-edition-46-cores" | "windows-server-2019-license-datacenter-edition-48-cores" | "windows-server-2019-license-datacenter-edition-50-cores" | "windows-server-2019-license-datacenter-edition-512-cores" | "windows-server-2019-license-datacenter-edition-52-cores" | "windows-server-2019-license-datacenter-edition-54-cores" | "windows-server-2019-license-datacenter-edition-56-cores" | "windows-server-2019-license-datacenter-edition-58-cores" | "windows-server-2019-license-datacenter-edition-60-cores" | "windows-server-2019-license-datacenter-edition-62-cores" | "windows-server-2019-license-datacenter-edition-64-cores" | "windows-server-2019-license-datacenter-edition-72-cores" | "windows-server-2019-license-datacenter-edition-8-cores" | "windows-server-2019-license-datacenter-edition-96-cores" | "windows-server-2019-license-standard-edition-10-cores" | "windows-server-2019-license-standard-edition-12-cores" | "windows-server-2019-license-standard-edition-128-cores" | "windows-server-2019-license-standard-edition-14-cores" | "windows-server-2019-license-standard-edition-16-cores" | "windows-server-2019-license-standard-edition-18-cores" | "windows-server-2019-license-standard-edition-20-cores" | "windows-server-2019-license-standard-edition-22-cores" | "windows-server-2019-license-standard-edition-24-cores" | "windows-server-2019-license-standard-edition-256-cores" | "windows-server-2019-license-standard-edition-26-cores" | "windows-server-2019-license-standard-edition-28-cores" | "windows-server-2019-license-standard-edition-30-cores" | "windows-server-2019-license-standard-edition-32-cores" | "windows-server-2019-license-standard-edition-34-cores" | "windows-server-2019-license-standard-edition-36-cores" | "windows-server-2019-license-standard-edition-38-cores" | "windows-server-2019-license-standard-edition-40-cores" | "windows-server-2019-license-standard-edition-42-cores" | "windows-server-2019-license-standard-edition-44-cores" | "windows-server-2019-license-standard-edition-46-cores" | "windows-server-2019-license-standard-edition-48-cores" | "windows-server-2019-license-standard-edition-50-cores" | "windows-server-2019-license-standard-edition-512-cores" | "windows-server-2019-license-standard-edition-52-cores" | "windows-server-2019-license-standard-edition-54-cores" | "windows-server-2019-license-standard-edition-56-cores" | "windows-server-2019-license-standard-edition-58-cores" | "windows-server-2019-license-standard-edition-60-cores" | "windows-server-2019-license-standard-edition-62-cores" | "windows-server-2019-license-standard-edition-64-cores" | "windows-server-2019-license-standard-edition-72-cores" | "windows-server-2019-license-standard-edition-8-cores" | "windows-server-2019-license-standard-edition-96-cores" | "windows-server-2022-license-datacenter-edition-10-cores" | "windows-server-2022-license-datacenter-edition-12-cores" | "windows-server-2022-license-datacenter-edition-128-cores" | "windows-server-2022-license-datacenter-edition-14-cores" | "windows-server-2022-license-datacenter-edition-16-cores" | "windows-server-2022-license-datacenter-edition-18-cores" | "windows-server-2022-license-datacenter-edition-20-cores" | "windows-server-2022-license-datacenter-edition-22-cores" | "windows-server-2022-license-datacenter-edition-24-cores" | "windows-server-2022-license-datacenter-edition-256-cores" | "windows-server-2022-license-datacenter-edition-26-cores" | "windows-server-2022-license-datacenter-edition-28-cores" | "windows-server-2022-license-datacenter-edition-30-cores" | "windows-server-2022-license-datacenter-edition-32-cores" | "windows-server-2022-license-datacenter-edition-34-cores" | "windows-server-2022-license-datacenter-edition-36-cores" | "windows-server-2022-license-datacenter-edition-38-cores" | "windows-server-2022-license-datacenter-edition-40-cores" | "windows-server-2022-license-datacenter-edition-42-cores" | "windows-server-2022-license-datacenter-edition-44-cores" | "windows-server-2022-license-datacenter-edition-46-cores" | "windows-server-2022-license-datacenter-edition-48-cores" | "windows-server-2022-license-datacenter-edition-50-cores" | "windows-server-2022-license-datacenter-edition-512-cores" | "windows-server-2022-license-datacenter-edition-52-cores" | "windows-server-2022-license-datacenter-edition-54-cores" | "windows-server-2022-license-datacenter-edition-56-cores" | "windows-server-2022-license-datacenter-edition-58-cores" | "windows-server-2022-license-datacenter-edition-60-cores" | "windows-server-2022-license-datacenter-edition-62-cores" | "windows-server-2022-license-datacenter-edition-64-cores" | "windows-server-2022-license-datacenter-edition-72-cores" | "windows-server-2022-license-datacenter-edition-8-cores" | "windows-server-2022-license-datacenter-edition-96-cores" | "windows-server-2022-license-standard-edition-10-cores" | "windows-server-2022-license-standard-edition-12-cores" | "windows-server-2022-license-standard-edition-128-cores" | "windows-server-2022-license-standard-edition-14-cores" | "windows-server-2022-license-standard-edition-16-cores" | "windows-server-2022-license-standard-edition-18-cores" | "windows-server-2022-license-standard-edition-20-cores" | "windows-server-2022-license-standard-edition-22-cores" | "windows-server-2022-license-standard-edition-24-cores" | "windows-server-2022-license-standard-edition-256-cores" | "windows-server-2022-license-standard-edition-26-cores" | "windows-server-2022-license-standard-edition-28-cores" | "windows-server-2022-license-standard-edition-30-cores" | "windows-server-2022-license-standard-edition-32-cores" | "windows-server-2022-license-standard-edition-34-cores" | "windows-server-2022-license-standard-edition-36-cores" | "windows-server-2022-license-standard-edition-38-cores" | "windows-server-2022-license-standard-edition-40-cores" | "windows-server-2022-license-standard-edition-42-cores" | "windows-server-2022-license-standard-edition-44-cores" | "windows-server-2022-license-standard-edition-46-cores" | "windows-server-2022-license-standard-edition-48-cores" | "windows-server-2022-license-standard-edition-50-cores" | "windows-server-2022-license-standard-edition-512-cores" | "windows-server-2022-license-standard-edition-52-cores" | "windows-server-2022-license-standard-edition-54-cores" | "windows-server-2022-license-standard-edition-56-cores" | "windows-server-2022-license-standard-edition-58-cores" | "windows-server-2022-license-standard-edition-60-cores" | "windows-server-2022-license-standard-edition-62-cores" | "windows-server-2022-license-standard-edition-64-cores" | "windows-server-2022-license-standard-edition-72-cores" | "windows-server-2022-license-standard-edition-8-cores" | "windows-server-2022-license-standard-edition-96-cores" | "windows-server-2025-license-datacenter-edition-10-cores" | "windows-server-2025-license-datacenter-edition-12-cores" | "windows-server-2025-license-datacenter-edition-128-cores" | "windows-server-2025-license-datacenter-edition-14-cores" | "windows-server-2025-license-datacenter-edition-16-cores" | "windows-server-2025-license-datacenter-edition-18-cores" | "windows-server-2025-license-datacenter-edition-20-cores" | "windows-server-2025-license-datacenter-edition-22-cores" | "windows-server-2025-license-datacenter-edition-24-cores" | "windows-server-2025-license-datacenter-edition-256-cores" | "windows-server-2025-license-datacenter-edition-26-cores" | "windows-server-2025-license-datacenter-edition-28-cores" | "windows-server-2025-license-datacenter-edition-30-cores" | "windows-server-2025-license-datacenter-edition-32-cores" | "windows-server-2025-license-datacenter-edition-34-cores" | "windows-server-2025-license-datacenter-edition-36-cores" | "windows-server-2025-license-datacenter-edition-38-cores" | "windows-server-2025-license-datacenter-edition-40-cores" | "windows-server-2025-license-datacenter-edition-42-cores" | "windows-server-2025-license-datacenter-edition-44-cores" | "windows-server-2025-license-datacenter-edition-46-cores" | "windows-server-2025-license-datacenter-edition-48-cores" | "windows-server-2025-license-datacenter-edition-50-cores" | "windows-server-2025-license-datacenter-edition-512-cores" | "windows-server-2025-license-datacenter-edition-52-cores" | "windows-server-2025-license-datacenter-edition-54-cores" | "windows-server-2025-license-datacenter-edition-56-cores" | "windows-server-2025-license-datacenter-edition-58-cores" | "windows-server-2025-license-datacenter-edition-60-cores" | "windows-server-2025-license-datacenter-edition-62-cores" | "windows-server-2025-license-datacenter-edition-64-cores" | "windows-server-2025-license-datacenter-edition-72-cores" | "windows-server-2025-license-datacenter-edition-8-cores" | "windows-server-2025-license-datacenter-edition-96-cores" | "windows-server-2025-license-standard-edition-10-cores" | "windows-server-2025-license-standard-edition-12-cores" | "windows-server-2025-license-standard-edition-128-cores" | "windows-server-2025-license-standard-edition-14-cores" | "windows-server-2025-license-standard-edition-16-cores" | "windows-server-2025-license-standard-edition-18-cores" | "windows-server-2025-license-standard-edition-20-cores" | "windows-server-2025-license-standard-edition-22-cores" | "windows-server-2025-license-standard-edition-24-cores" | "windows-server-2025-license-standard-edition-256-cores" | "windows-server-2025-license-standard-edition-26-cores" | "windows-server-2025-license-standard-edition-28-cores" | "windows-server-2025-license-standard-edition-30-cores" | "windows-server-2025-license-standard-edition-32-cores" | "windows-server-2025-license-standard-edition-34-cores" | "windows-server-2025-license-standard-edition-36-cores" | "windows-server-2025-license-standard-edition-38-cores" | "windows-server-2025-license-standard-edition-40-cores" | "windows-server-2025-license-standard-edition-42-cores" | "windows-server-2025-license-standard-edition-44-cores" | "windows-server-2025-license-standard-edition-46-cores" | "windows-server-2025-license-standard-edition-48-cores" | "windows-server-2025-license-standard-edition-50-cores" | "windows-server-2025-license-standard-edition-512-cores" | "windows-server-2025-license-standard-edition-52-cores" | "windows-server-2025-license-standard-edition-54-cores" | "windows-server-2025-license-standard-edition-56-cores" | "windows-server-2025-license-standard-edition-58-cores" | "windows-server-2025-license-standard-edition-60-cores" | "windows-server-2025-license-standard-edition-62-cores" | "windows-server-2025-license-standard-edition-64-cores" | "windows-server-2025-license-standard-edition-72-cores" | "windows-server-2025-license-standard-edition-8-cores" | "windows-server-2025-license-standard-edition-96-cores";
412
+ export declare const LicenseWindowsOsVersionEnum: any;
413
+ export interface CreateDedicatedServerLicenseWindowsRequest {
414
+ /** The internal name of your dedicated server */
415
+ serviceName: string;
416
+ /** Your license serial number */
417
+ licenseId: string;
418
+ /** Your license version */
419
+ version: LicenseWindowsOsVersionEnum | (string & {});
420
+ }
421
+ export declare const CreateDedicatedServerLicenseWindowsRequest: S.Schema<CreateDedicatedServerLicenseWindowsRequest>;
422
+ /** Mac address or list of mac addresses */
423
+ export type DedicatedServerInterfacesMacsList = Array<string>;
424
+ export declare const DedicatedServerInterfacesMacsList: S.Schema<DedicatedServerInterfacesMacsList>;
425
+ /** Network type */
426
+ export type DedicatedServerNetworkingTypeEnum = "public" | "vrack";
427
+ export declare const DedicatedServerNetworkingTypeEnum: any;
428
+ /** Interface or interfaces aggregation */
429
+ export interface DedicatedServerInterfaces {
430
+ /** Mac address or list of mac addresses */
431
+ macs?: DedicatedServerInterfacesMacsList;
432
+ /** Network type */
433
+ type?: DedicatedServerNetworkingTypeEnum | (string & {});
434
+ }
435
+ export declare const DedicatedServerInterfaces: S.Schema<DedicatedServerInterfaces>;
436
+ /** Interface or interfaces aggregation */
437
+ export type CreateDedicatedServerNetworkingRequestInterfacesList = Array<DedicatedServerInterfaces>;
438
+ export declare const CreateDedicatedServerNetworkingRequestInterfacesList: S.Schema<CreateDedicatedServerNetworkingRequestInterfacesList>;
439
+ export interface CreateDedicatedServerNetworkingRequest {
440
+ /** The internal name of your dedicated server */
441
+ serviceName: string;
442
+ /** Interface or interfaces aggregation */
443
+ interfaces: CreateDedicatedServerNetworkingRequestInterfacesList;
444
+ }
445
+ export declare const CreateDedicatedServerNetworkingRequest: S.Schema<CreateDedicatedServerNetworkingRequest>;
446
+ /** Interface or interfaces aggregation */
447
+ export type DedicatedServerNetworkingInterfacesList = Array<DedicatedServerInterfaces>;
448
+ export declare const DedicatedServerNetworkingInterfacesList: S.Schema<DedicatedServerNetworkingInterfacesList>;
449
+ /** Network operation states */
450
+ export type DedicatedServerNetworkingOperationEnum = "active" | "deploying";
451
+ export declare const DedicatedServerNetworkingOperationEnum: any;
452
+ /** Network configuration */
453
+ export interface DedicatedServerNetworking {
454
+ /** Operation description */
455
+ description?: string | null;
456
+ /** Interface or interfaces aggregation */
457
+ interfaces?: DedicatedServerNetworkingInterfacesList;
458
+ /** Operation status */
459
+ status?: DedicatedServerNetworkingOperationEnum | null;
460
+ }
461
+ export declare const DedicatedServerNetworking: S.Schema<DedicatedServerNetworking>;
462
+ /** Interfaces to aggregate */
463
+ export type CreateDedicatedServerOlaAggregationRequestVirtualNetworkInterfacesList = Array<string>;
464
+ export declare const CreateDedicatedServerOlaAggregationRequestVirtualNetworkInterfacesList: S.Schema<CreateDedicatedServerOlaAggregationRequestVirtualNetworkInterfacesList>;
465
+ export interface CreateDedicatedServerOlaAggregationRequest {
466
+ /** The internal name of your dedicated server */
467
+ serviceName: string;
468
+ /** Resulting VirtualNetworkInterface name */
469
+ name: string;
470
+ /** Interfaces to aggregate */
471
+ virtualNetworkInterfaces: CreateDedicatedServerOlaAggregationRequestVirtualNetworkInterfacesList;
472
+ }
473
+ export declare const CreateDedicatedServerOlaAggregationRequest: S.Schema<CreateDedicatedServerOlaAggregationRequest>;
474
+ /** Image HTTP Headers */
475
+ export type DedicatedServerReinstallCustomizationsHttpHeadersMap = {
476
+ [key: string]: string | undefined;
477
+ };
478
+ export declare const DedicatedServerReinstallCustomizationsHttpHeadersMap: S.Schema<DedicatedServerReinstallCustomizationsHttpHeadersMap>;
479
+ /** Checksum type */
480
+ export type DedicatedServerReinstallCustomizationsImageCheckSumTypeEnum = "md5" | "sha1" | "sha256" | "sha512";
481
+ export declare const DedicatedServerReinstallCustomizationsImageCheckSumTypeEnum: any;
482
+ /** Image Type */
483
+ export type DedicatedServerReinstallCustomizationsImageTypeEnum = "qcow2" | "raw";
484
+ export declare const DedicatedServerReinstallCustomizationsImageTypeEnum: any;
485
+ /** Display Language */
486
+ export type DedicatedServerReinstallCustomizationsLanguageEnum = "cs-cz" | "de-de" | "en-us" | "es-es" | "fr-fr" | "it-it" | "nl-nl" | "pl-pl" | "pt-pt";
487
+ export declare const DedicatedServerReinstallCustomizationsLanguageEnum: any;
488
+ /** Post-Installation Script File Extension */
489
+ export type DedicatedServerReinstallCustomizationsPostInstallationScriptExtensionEnum = "cmd" | "ps1";
490
+ export declare const DedicatedServerReinstallCustomizationsPostInstallationScriptExtensionEnum: any;
491
+ /** OS reinstallation customizations */
492
+ export interface DedicatedServerReinstallCustomizations {
493
+ /** Config Drive UserData */
494
+ configDriveUserData?: string;
495
+ /** Path of the EFI bootloader from the OS installed on the server */
496
+ efiBootloaderPath?: string;
497
+ /** Custom hostname */
498
+ hostname?: string;
499
+ /** Image HTTP Headers */
500
+ httpHeaders?: DedicatedServerReinstallCustomizationsHttpHeadersMap;
501
+ /** Image checksum */
502
+ imageCheckSum?: string;
503
+ /** Checksum type */
504
+ imageCheckSumType?: DedicatedServerReinstallCustomizationsImageCheckSumTypeEnum | (string & {});
505
+ /** Image Type */
506
+ imageType?: DedicatedServerReinstallCustomizationsImageTypeEnum | (string & {});
507
+ /** Image URL */
508
+ imageURL?: string;
509
+ /** Display Language */
510
+ language?: DedicatedServerReinstallCustomizationsLanguageEnum | (string & {});
511
+ /** Post-Installation Script */
512
+ postInstallationScript?: string;
513
+ /** Post-Installation Script File Extension */
514
+ postInstallationScriptExtension?: DedicatedServerReinstallCustomizationsPostInstallationScriptExtensionEnum | (string & {});
515
+ /** SSH Public Key */
516
+ sshKey?: string;
517
+ }
518
+ export declare const DedicatedServerReinstallCustomizations: S.Schema<DedicatedServerReinstallCustomizations>;
519
+ /** Arbitrary properties to pass to cloud-init's config drive datasource */
520
+ export type CreateDedicatedServerReinstallRequestPropertiesMap = {
521
+ [key: string]: string | undefined;
522
+ };
523
+ export declare const CreateDedicatedServerReinstallRequestPropertiesMap: S.Schema<CreateDedicatedServerReinstallRequestPropertiesMap>;
524
+ /** Hardware raid types */
525
+ export type DedicatedServerReinstallStorageHardwareRaidRaidLevelEnum = 0 | 1 | 5 | 6 | 10 | 50 | 60;
526
+ export declare const DedicatedServerReinstallStorageHardwareRaidRaidLevelEnum: any;
527
+ /** Hardware Raid configuration */
528
+ export interface DedicatedServerReinstallStorageHardwareRaid {
529
+ /** Number of arrays (default is 1) */
530
+ arrays?: number;
531
+ /** Total number of disks in the disk group involved in the hardware raid configuration (all disks of the disk group by default) */
532
+ disks?: number;
533
+ /** Hardware raid type (default is 1) */
534
+ raidLevel?: DedicatedServerReinstallStorageHardwareRaidRaidLevelEnum | (number & {});
535
+ /** Number of disks in the disk group involved in the spare (default is 0) */
536
+ spares?: number;
537
+ }
538
+ export declare const DedicatedServerReinstallStorageHardwareRaid: S.Schema<DedicatedServerReinstallStorageHardwareRaid>;
539
+ /** Hardware Raid configurations (if not specified, all disks of the chosen disk group id will be configured in JBOD mode) */
540
+ export type DedicatedServerReinstallStorageHardwareRaidList = Array<DedicatedServerReinstallStorageHardwareRaid>;
541
+ export declare const DedicatedServerReinstallStorageHardwareRaidList: S.Schema<DedicatedServerReinstallStorageHardwareRaidList>;
542
+ /** LVM-specific parameters */
543
+ export interface DedicatedServerReinstallStoragePartitioningLayoutExtrasLv {
544
+ /** Logical volume name */
545
+ name?: string;
546
+ }
547
+ export declare const DedicatedServerReinstallStoragePartitioningLayoutExtrasLv: S.Schema<DedicatedServerReinstallStoragePartitioningLayoutExtrasLv>;
548
+ /** ZFS-specific parameters */
549
+ export interface DedicatedServerReinstallStoragePartitioningLayoutExtrasZp {
550
+ /** zpool name (generated automatically if not specified, note that multiple ZFS partitions with same zpool names will be configured as multiple datasets belonging to the same zpool if compatible) */
551
+ name?: string;
552
+ }
553
+ export declare const DedicatedServerReinstallStoragePartitioningLayoutExtrasZp: S.Schema<DedicatedServerReinstallStoragePartitioningLayoutExtrasZp>;
554
+ /** Partition extras parameters */
555
+ export interface DedicatedServerReinstallStoragePartitioningLayoutExtras {
556
+ /** LVM-specific parameters */
557
+ lv?: DedicatedServerReinstallStoragePartitioningLayoutExtrasLv;
558
+ /** ZFS-specific parameters */
559
+ zp?: DedicatedServerReinstallStoragePartitioningLayoutExtrasZp;
560
+ }
561
+ export declare const DedicatedServerReinstallStoragePartitioningLayoutExtras: S.Schema<DedicatedServerReinstallStoragePartitioningLayoutExtras>;
562
+ /** File system types */
563
+ export type DedicatedServerReinstallStoragePartitioningLayoutFileSystemEnum = "btrfs" | "ext3" | "ext4" | "fat16" | "none" | "ntfs" | "reiserfs" | "swap" | "ufs" | "vmfs5" | "vmfs6" | "vmfsl" | "xfs" | "zfs";
564
+ export declare const DedicatedServerReinstallStoragePartitioningLayoutFileSystemEnum: any;
565
+ /** Software raid types */
566
+ export type DedicatedServerReinstallStoragePartitioningLayoutRaidLevelEnum = 0 | 1 | 5 | 6 | 7 | 10;
567
+ export declare const DedicatedServerReinstallStoragePartitioningLayoutRaidLevelEnum: any;
568
+ /** Custom partition parameters */
569
+ export interface DedicatedServerReinstallStoragePartitioningLayout {
570
+ /** Partition extras parameters */
571
+ extras?: DedicatedServerReinstallStoragePartitioningLayoutExtras;
572
+ /** File system type */
573
+ fileSystem: DedicatedServerReinstallStoragePartitioningLayoutFileSystemEnum | (string & {});
574
+ /** Mount point */
575
+ mountPoint: string;
576
+ /** Software raid type (default is 1) */
577
+ raidLevel?: DedicatedServerReinstallStoragePartitioningLayoutRaidLevelEnum | (number & {});
578
+ /** Partition size in MiB (default value is 0 which means to fill the disk with that partition) */
579
+ size?: number;
580
+ }
581
+ export declare const DedicatedServerReinstallStoragePartitioningLayout: S.Schema<DedicatedServerReinstallStoragePartitioningLayout>;
582
+ /** Custom partitioning layout (default is the default layout of the operating system's default partitioning scheme) */
583
+ export type DedicatedServerReinstallStoragePartitioningLayoutList = Array<DedicatedServerReinstallStoragePartitioningLayout>;
584
+ export declare const DedicatedServerReinstallStoragePartitioningLayoutList: S.Schema<DedicatedServerReinstallStoragePartitioningLayoutList>;
585
+ /** Partitioning configuration */
586
+ export interface DedicatedServerReinstallStoragePartitioning {
587
+ /** Total number of disks in the disk group involved in the partitioning configuration (all disks of the disk group by default) */
588
+ disks?: number;
589
+ /** Custom partitioning layout (default is the default layout of the operating system's default partitioning scheme) */
590
+ layout?: DedicatedServerReinstallStoragePartitioningLayoutList;
591
+ /** Partitioning scheme (if applicable with selected operating system) */
592
+ schemeName?: string;
593
+ }
594
+ export declare const DedicatedServerReinstallStoragePartitioning: S.Schema<DedicatedServerReinstallStoragePartitioning>;
595
+ /** OS reinstallation storage configuration */
596
+ export interface DedicatedServerReinstallStorage {
597
+ /** Disk group id (default is 0, meaning automatic) */
598
+ diskGroupId?: number;
599
+ /** Hardware Raid configurations (if not specified, all disks of the chosen disk group id will be configured in JBOD mode) */
600
+ hardwareRaid?: DedicatedServerReinstallStorageHardwareRaidList;
601
+ /** Partitioning configuration */
602
+ partitioning?: DedicatedServerReinstallStoragePartitioning;
603
+ }
604
+ export declare const DedicatedServerReinstallStorage: S.Schema<DedicatedServerReinstallStorage>;
605
+ /** OS reinstallation storage configurations */
606
+ export type CreateDedicatedServerReinstallRequestStorageList = Array<DedicatedServerReinstallStorage>;
607
+ export declare const CreateDedicatedServerReinstallRequestStorageList: S.Schema<CreateDedicatedServerReinstallRequestStorageList>;
608
+ export interface CreateDedicatedServerReinstallRequest {
609
+ /** The internal name of your dedicated server */
610
+ serviceName: string;
611
+ /** OS reinstallation customizations */
612
+ customizations?: DedicatedServerReinstallCustomizations;
613
+ /** Operating System name to install (available values for this server can be retrieved using GET /dedicated/server/{serviceName}/install/compatibleTemplates) */
614
+ operatingSystem: string;
615
+ /** Arbitrary properties to pass to cloud-init's config drive datasource */
616
+ properties?: CreateDedicatedServerReinstallRequestPropertiesMap;
617
+ /** OS reinstallation storage configurations */
618
+ storage?: CreateDedicatedServerReinstallRequestStorageList;
619
+ }
620
+ export declare const CreateDedicatedServerReinstallRequest: S.Schema<CreateDedicatedServerReinstallRequest>;
621
+ /** Task operation types */
622
+ export type DedicatedServerTaskFunctionEnum = "INFRA_002_VirtualNetworkInterface" | "INFRA_002_VirtualNetworkInterface_group" | "INFRA_002_VirtualNetworkInterface_ungroup" | "INFRA_ONE_NETWORK_ONEAPI_VirtualNetworkInterface_group" | "INFRA_ONE_NETWORK_ONEAPI_VirtualNetworkInterface_ungroup" | "INFRA_ONE_NETWORK_VirtualNetworkInterface_group" | "INFRA_ONE_NETWORK_VirtualNetworkInterface_ungroup" | "addVirtualMac" | "addWindowSplaFromExistingSerial" | "applyBackupFtpAcls" | "applyBackupFtpQuota" | "bypassAntiDDosGame" | "changePasswordBackupFTP" | "changeRipeOrg" | "checkAndReleaseIp" | "createBackupFTP" | "createOrUpdateRipeOrg" | "createPrivateNetwork" | "disableFirewall" | "enableFirewall" | "genericMoveFloatingIp" | "hardReboot" | "hardware_update" | "ipmi/configureSGX" | "migrateBackupFTP" | "moveFloatingIp" | "moveVirtualMac" | "reagregateBlock" | "rebootPower8To" | "reinstallServer" | "releaseIp" | "removeBackupFTP" | "removeVirtualMac" | "requestAccessIPMI" | "resetIPMI" | "resetIPMISession" | "testIPMIhttp" | "testIPMIpassword" | "testIPMIping" | "virtualMacAdd" | "virtualMacDelete";
623
+ export declare const DedicatedServerTaskFunctionEnum: any;
624
+ /** Task statuses */
625
+ export type DedicatedServerTaskStatusEnum = "cancelled" | "customerError" | "doing" | "done" | "init" | "ovhError" | "todo";
626
+ export declare const DedicatedServerTaskStatusEnum: any;
627
+ /** Dedicated server task */
628
+ export interface DedicatedServerTaskResponse {
629
+ /** Details of this task */
630
+ comment?: string;
631
+ /** Task Completion date */
632
+ doneDate?: string | null;
633
+ /** Task operation type */
634
+ function?: DedicatedServerTaskFunctionEnum;
635
+ /** Task Creation date */
636
+ startDate?: string;
637
+ /** Task status */
638
+ status?: DedicatedServerTaskStatusEnum;
639
+ /** Task id */
640
+ taskId?: number;
641
+ }
642
+ export declare const DedicatedServerTaskResponse: S.Schema<DedicatedServerTaskResponse>;
643
+ export interface CreateDedicatedServerSecondaryDnsDomainRequest {
644
+ /** The internal name of your dedicated server */
645
+ serviceName: string;
646
+ /** The domain to add */
647
+ domain: string;
648
+ ip?: string;
649
+ }
650
+ export declare const CreateDedicatedServerSecondaryDnsDomainRequest: S.Schema<CreateDedicatedServerSecondaryDnsDomainRequest>;
651
+ export interface CreateDedicatedServerSecondaryDnsDomainResponse {
652
+ }
653
+ export declare const CreateDedicatedServerSecondaryDnsDomainResponse: S.Schema<CreateDedicatedServerSecondaryDnsDomainResponse>;
654
+ /** SPLA license type */
655
+ export type DedicatedServerSplaTypeEnum = "os" | "sqlstd" | "sqlweb";
656
+ export declare const DedicatedServerSplaTypeEnum: any;
657
+ export interface CreateDedicatedServerSplaRequest {
658
+ /** The internal name of your dedicated server */
659
+ serviceName: string;
660
+ /** License serial number */
661
+ serialNumber: string;
662
+ /** License type */
663
+ type: DedicatedServerSplaTypeEnum | (string & {});
664
+ }
665
+ export declare const CreateDedicatedServerSplaRequest: S.Schema<CreateDedicatedServerSplaRequest>;
666
+ export type CreateDedicatedServerSplaResponse = number;
667
+ export declare const CreateDedicatedServerSplaResponse: S.Schema<CreateDedicatedServerSplaResponse>;
668
+ export interface CreateDedicatedServerSupportReplaceCoolingRequest {
669
+ /** The internal name of your dedicated server */
670
+ serviceName: string;
671
+ /** User comment */
672
+ comment: string;
673
+ /** Technical details or logs */
674
+ details: string;
675
+ }
676
+ export declare const CreateDedicatedServerSupportReplaceCoolingRequest: S.Schema<CreateDedicatedServerSupportReplaceCoolingRequest>;
677
+ /** Newly created support identifiers */
678
+ export interface SupportNewMessageInfo {
679
+ /** Notice or warning */
680
+ additionalNotice?: string | null;
681
+ /** Message identifier */
682
+ messageId?: number;
683
+ /** Ticket identifier */
684
+ ticketId?: number;
685
+ /** Ticket external number */
686
+ ticketNumber?: number;
687
+ }
688
+ export declare const SupportNewMessageInfo: S.Schema<SupportNewMessageInfo>;
689
+ /** Hdd replace support request details. */
690
+ export interface DedicatedServerSupportReplaceHddInfo {
691
+ /** Disk serial number */
692
+ disk_serial?: string;
693
+ /** Disk slotId (if any) */
694
+ slot_id?: number | null;
695
+ }
696
+ export declare const DedicatedServerSupportReplaceHddInfo: S.Schema<DedicatedServerSupportReplaceHddInfo>;
697
+ /** If 'inverse' is set as 'false', the list of HDD TO REPLACE. If 'inverse' is set as 'true', the list of HDD TO NOT REPLACE. */
698
+ export type CreateDedicatedServerSupportReplaceHardDiskDriveRequestDisksList = Array<DedicatedServerSupportReplaceHddInfo>;
699
+ export declare const CreateDedicatedServerSupportReplaceHardDiskDriveRequestDisksList: S.Schema<CreateDedicatedServerSupportReplaceHardDiskDriveRequestDisksList>;
700
+ export interface CreateDedicatedServerSupportReplaceHardDiskDriveRequest {
701
+ /** The internal name of your dedicated server */
702
+ serviceName: string;
703
+ /** User comment */
704
+ comment: string;
705
+ /** If 'inverse' is set as 'false', the list of HDD TO REPLACE. If 'inverse' is set as 'true', the list of HDD TO NOT REPLACE. */
706
+ disks: CreateDedicatedServerSupportReplaceHardDiskDriveRequestDisksList;
707
+ /** If set to 'true', replace only NON LISTED DISKS */
708
+ inverse: boolean;
709
+ }
710
+ export declare const CreateDedicatedServerSupportReplaceHardDiskDriveRequest: S.Schema<CreateDedicatedServerSupportReplaceHardDiskDriveRequest>;
711
+ /** The list of faulty RAM slots (if you have the information) */
712
+ export type CreateDedicatedServerSupportReplaceMemoryRequestSlotsList = Array<string>;
713
+ export declare const CreateDedicatedServerSupportReplaceMemoryRequestSlotsList: S.Schema<CreateDedicatedServerSupportReplaceMemoryRequestSlotsList>;
714
+ export interface CreateDedicatedServerSupportReplaceMemoryRequest {
715
+ /** The internal name of your dedicated server */
716
+ serviceName: string;
717
+ /** User comment */
718
+ comment: string;
719
+ /** Technical details or logs */
720
+ details: string;
721
+ /** The list of faulty RAM slots (if you have the information) */
722
+ slots?: CreateDedicatedServerSupportReplaceMemoryRequestSlotsList;
723
+ }
724
+ export declare const CreateDedicatedServerSupportReplaceMemoryRequest: S.Schema<CreateDedicatedServerSupportReplaceMemoryRequest>;
725
+ export interface CreateDedicatedServerTaskScheduleRequest {
726
+ /** The internal name of your dedicated server */
727
+ serviceName: string;
728
+ /** the id of the task */
729
+ taskId: number;
730
+ /** Whether or not you have made a backup of your data */
731
+ hasPerformedBackup: boolean;
732
+ /** Wanted begining date for your intervention */
733
+ wantedBeginingDate: string;
734
+ }
735
+ export declare const CreateDedicatedServerTaskScheduleRequest: S.Schema<CreateDedicatedServerTaskScheduleRequest>;
736
+ export interface CreateDedicatedServerTaskScheduleResponse {
737
+ }
738
+ export declare const CreateDedicatedServerTaskScheduleResponse: S.Schema<CreateDedicatedServerTaskScheduleResponse>;
739
+ /** Distinct type of virtual mac */
740
+ export type DedicatedServerVmacTypeEnum = "ovh" | "vmware";
741
+ export declare const DedicatedServerVmacTypeEnum: any;
742
+ export interface CreateDedicatedServerVirtualMacRequest {
743
+ /** The internal name of your dedicated server */
744
+ serviceName: string;
745
+ /** Ip address to link with this virtualMac */
746
+ ipAddress: string;
747
+ /** vmac address type */
748
+ type: DedicatedServerVmacTypeEnum | (string & {});
749
+ /** Friendly name of your Virtual Machine behind this IP/MAC */
750
+ virtualMachineName: string;
751
+ }
752
+ export declare const CreateDedicatedServerVirtualMacRequest: S.Schema<CreateDedicatedServerVirtualMacRequest>;
753
+ export interface CreateDedicatedServerVirtualMacVirtualAddressRequest {
754
+ /** The internal name of your dedicated server */
755
+ serviceName: string;
756
+ /** Virtual MAC address in 00:00:00:00:00:00 format */
757
+ macAddress: string;
758
+ /** IP address to link to this virtual MAC */
759
+ ipAddress: string;
760
+ /** Friendly name of your Virtual Machine behind this IP/MAC */
761
+ virtualMachineName: string;
762
+ }
763
+ export declare const CreateDedicatedServerVirtualMacVirtualAddressRequest: S.Schema<CreateDedicatedServerVirtualMacVirtualAddressRequest>;
764
+ export interface DeleteDedicatedServerFeatureBackupCloudRequest {
765
+ /** The internal name of your dedicated server */
766
+ serviceName: string;
767
+ }
768
+ export declare const DeleteDedicatedServerFeatureBackupCloudRequest: S.Schema<DeleteDedicatedServerFeatureBackupCloudRequest>;
769
+ export interface DeleteDedicatedServerFeatureBackupCloudResponse {
770
+ }
771
+ export declare const DeleteDedicatedServerFeatureBackupCloudResponse: S.Schema<DeleteDedicatedServerFeatureBackupCloudResponse>;
772
+ export interface DeleteDedicatedServerFeatureBackupFTPRequest {
773
+ /** The internal name of your dedicated server */
774
+ serviceName: string;
775
+ }
776
+ export declare const DeleteDedicatedServerFeatureBackupFTPRequest: S.Schema<DeleteDedicatedServerFeatureBackupFTPRequest>;
777
+ export interface DeleteDedicatedServerFeatureBackupFTPAccessRequest {
778
+ /** The internal name of your dedicated server */
779
+ serviceName: string;
780
+ /** The IP Block specific to this ACL */
781
+ ipBlock: string;
782
+ }
783
+ export declare const DeleteDedicatedServerFeatureBackupFTPAccessRequest: S.Schema<DeleteDedicatedServerFeatureBackupFTPAccessRequest>;
784
+ export interface DeleteDedicatedServerNetworkingRequest {
785
+ /** The internal name of your dedicated server */
786
+ serviceName: string;
787
+ }
788
+ export declare const DeleteDedicatedServerNetworkingRequest: S.Schema<DeleteDedicatedServerNetworkingRequest>;
789
+ /** All options a dedicated server can have and release */
790
+ export type DeleteDedicatedServerOptionRequestOption = "BACKUPPROTOCOL" | "BANDWIDTH" | "BANDWIDTH_VRACK" | "OLA" | "SGX" | "TRAFFIC" | "TRAFFIC_DISCOVER" | "TUNING" | "TUNING_FIREWALL" | "TUNING_KVM" | "USB_KVM_IP";
791
+ export declare const DeleteDedicatedServerOptionRequestOption: any;
792
+ export interface DeleteDedicatedServerOptionRequest {
793
+ /** The internal name of your dedicated server */
794
+ serviceName: string;
795
+ /** The option name */
796
+ option: DeleteDedicatedServerOptionRequestOption | (string & {});
797
+ }
798
+ export declare const DeleteDedicatedServerOptionRequest: S.Schema<DeleteDedicatedServerOptionRequest>;
799
+ export interface DeleteDedicatedServerOptionResponse {
800
+ }
801
+ export declare const DeleteDedicatedServerOptionResponse: S.Schema<DeleteDedicatedServerOptionResponse>;
802
+ export interface DeleteDedicatedServerSecondaryDnsDomainRequest {
803
+ /** The internal name of your dedicated server */
804
+ serviceName: string;
805
+ /** domain on slave server */
806
+ domain: string;
807
+ }
808
+ export declare const DeleteDedicatedServerSecondaryDnsDomainRequest: S.Schema<DeleteDedicatedServerSecondaryDnsDomainRequest>;
809
+ export interface DeleteDedicatedServerSecondaryDnsDomainResponse {
810
+ }
811
+ export declare const DeleteDedicatedServerSecondaryDnsDomainResponse: S.Schema<DeleteDedicatedServerSecondaryDnsDomainResponse>;
812
+ export interface DeleteDedicatedServerVirtualMacVirtualAddressRequest {
813
+ /** The internal name of your dedicated server */
814
+ serviceName: string;
815
+ /** Virtual MAC address in 00:00:00:00:00:00 format */
816
+ macAddress: string;
817
+ /** IP address */
818
+ ipAddress: string;
819
+ }
820
+ export declare const DeleteDedicatedServerVirtualMacVirtualAddressRequest: S.Schema<DeleteDedicatedServerVirtualMacVirtualAddressRequest>;
821
+ export interface DeleteDedicatedServerVrackRequest {
822
+ /** The internal name of your dedicated server */
823
+ serviceName: string;
824
+ /** vrack name */
825
+ vrack: string;
826
+ }
827
+ export declare const DeleteDedicatedServerVrackRequest: S.Schema<DeleteDedicatedServerVrackRequest>;
828
+ /** All states a vRack Task can be in */
829
+ export type VrackTaskStatusEnum = "cancelled" | "doing" | "done" | "init" | "todo";
830
+ export declare const VrackTaskStatusEnum: any;
831
+ /** vrack tasks */
832
+ export interface VrackTask {
833
+ function?: string;
834
+ id?: number;
835
+ lastUpdate?: string | null;
836
+ orderId?: number | null;
837
+ serviceName?: string | null;
838
+ /** Task status */
839
+ status?: VrackTaskStatusEnum;
840
+ targetDomain?: string | null;
841
+ todoDate?: string | null;
842
+ }
843
+ export declare const VrackTask: S.Schema<VrackTask>;
844
+ export interface GetDedicatedServerRequest {
845
+ /** The internal name of your dedicated server */
846
+ serviceName: string;
847
+ }
848
+ export declare const GetDedicatedServerRequest: S.Schema<GetDedicatedServerRequest>;
849
+ /** ovh datacenter */
850
+ export type DedicatedDatacenterEnum = "bhs1" | "bhs2" | "bhs3" | "bhs4" | "bhs5" | "bhs6" | "bhs7" | "bhs8" | "cch01" | "crx1" | "crx2" | "dc1" | "eri1" | "eri2" | "gra04" | "gra1" | "gra2" | "gra3" | "gsw" | "hdf01" | "hil1" | "ieb01" | "lil1-int1" | "lim1" | "lim2" | "lim3" | "mr901" | "p19" | "rbx" | "rbx-hz" | "rbx1" | "rbx10" | "rbx2" | "rbx3" | "rbx4" | "rbx5" | "rbx6" | "rbx7" | "rbx8" | "rbx9" | "sbg1" | "sbg2" | "sbg3" | "sbg4" | "sbg5" | "sgp02" | "sgp1" | "syd03" | "syd1" | "syd2" | "vin1" | "waw1" | "ynm1" | "yyz01";
851
+ export declare const DedicatedDatacenterEnum: any;
852
+ /** Resource tags. Tags that were internally computed are prefixed with ovh: */
853
+ export type IamResourceMetadataTagsMap = {
854
+ [key: string]: string | undefined;
855
+ };
856
+ export declare const IamResourceMetadataTagsMap: S.Schema<IamResourceMetadataTagsMap>;
857
+ /** IAM resource metadata embedded in services models */
858
+ export interface IamResourceMetadata {
859
+ /** Resource display name */
860
+ displayName?: string | null;
861
+ /** Unique identifier of the resource */
862
+ id?: string;
863
+ /** Resource tags. Tags that were internally computed are prefixed with ovh: */
864
+ tags?: IamResourceMetadataTagsMap | null;
865
+ /** Unique resource name used in policies */
866
+ urn?: string;
867
+ }
868
+ export declare const IamResourceMetadata: S.Schema<IamResourceMetadata>;
869
+ /** Power states of a Dedicated */
870
+ export type DedicatedServerPowerStateEnum = "poweroff" | "poweron";
871
+ export declare const DedicatedServerPowerStateEnum: any;
872
+ /** All states a Dedicated can in */
873
+ export type DedicatedServerStateEnum = "error" | "hacked" | "hackedBlocked" | "ok";
874
+ export declare const DedicatedServerStateEnum: any;
875
+ /** distincts support level */
876
+ export type DedicatedServerSupportLevelEnum = "critical" | "fastpath" | "gs" | "pro";
877
+ export declare const DedicatedServerSupportLevelEnum: any;
878
+ /** Server informations */
879
+ export interface DedicatedServerDedicatedWithIAM {
880
+ /** dedicated AZ localisation */
881
+ availabilityZone?: string;
882
+ bootId?: number | null;
883
+ /** Ipxe script served on boot */
884
+ bootScript?: string | null;
885
+ /** dedicater server commercial range */
886
+ commercialRange?: string | null;
887
+ /** dedicated datacenter localisation */
888
+ datacenter?: DedicatedDatacenterEnum;
889
+ /** EfiBootloader path */
890
+ efiBootloaderPath?: string | null;
891
+ /** IAM resource metadata */
892
+ iam?: IamResourceMetadata | null;
893
+ /** dedicated server ip */
894
+ ip?: string;
895
+ linkSpeed?: number | null;
896
+ /** Icmp monitoring state */
897
+ monitoring?: boolean;
898
+ /** dedicated server name */
899
+ name?: string;
900
+ newUpgradeSystem?: boolean;
901
+ /** Prevent datacenter intervention */
902
+ noIntervention?: boolean;
903
+ /** Operating system */
904
+ os?: string;
905
+ /** Power state of the server */
906
+ powerState?: DedicatedServerPowerStateEnum;
907
+ /** Does this server have professional use option */
908
+ professionalUse?: boolean;
909
+ rack?: string;
910
+ /** dedicated region localisation */
911
+ region?: string;
912
+ /** Custom email used to receive rescue credentials */
913
+ rescueMail?: string | null;
914
+ /** Public SSH Key used in the rescue mode */
915
+ rescueSshKey?: string | null;
916
+ /** dedicated server reverse */
917
+ reverse?: string | null;
918
+ rootDevice?: string | null;
919
+ /** your server id */
920
+ serverId?: number;
921
+ state?: DedicatedServerStateEnum;
922
+ /** Dedicated server support level */
923
+ supportLevel?: DedicatedServerSupportLevelEnum;
924
+ }
925
+ export declare const DedicatedServerDedicatedWithIAM: S.Schema<DedicatedServerDedicatedWithIAM>;
926
+ export interface GetDedicatedServerAntiDDosGameStatusRequest {
927
+ /** The internal name of your dedicated server */
928
+ serviceName: string;
929
+ }
930
+ export declare const GetDedicatedServerAntiDDosGameStatusRequest: S.Schema<GetDedicatedServerAntiDDosGameStatusRequest>;
931
+ /** enable or disable */
932
+ export type DedicatedStatusEnum = "disable" | "enable";
933
+ export declare const DedicatedStatusEnum: any;
934
+ export type GetDedicatedServerAntiDDosGameStatusResponse = DedicatedStatusEnum;
935
+ export declare const GetDedicatedServerAntiDDosGameStatusResponse: S.Schema<GetDedicatedServerAntiDDosGameStatusResponse>;
936
+ export interface GetDedicatedServerBackupCloudOfferDetailsRequest {
937
+ /** The internal name of your dedicated server */
938
+ serviceName: string;
939
+ }
940
+ export declare const GetDedicatedServerBackupCloudOfferDetailsRequest: S.Schema<GetDedicatedServerBackupCloudOfferDetailsRequest>;
941
+ /** Backup cloud offer description for a dedicated server */
942
+ export interface DedicatedServerBackupBackupOffer {
943
+ /** Archive container max size. */
944
+ maxArchive?: ComplexTypeUnitAndValueLong | null;
945
+ /** Archive volume r/w bandwidth limit: read/write volume offered per month on the container. */
946
+ maxBandwidthArchive?: ComplexTypeUnitAndValueLong | null;
947
+ /** Storage volume r/w bandwidth limit: read/write volume offered per month on the container. */
948
+ maxBandwidthStorage?: ComplexTypeUnitAndValueLong | null;
949
+ /** Storage container max size. */
950
+ maxStorage?: ComplexTypeUnitAndValueLong | null;
951
+ }
952
+ export declare const DedicatedServerBackupBackupOffer: S.Schema<DedicatedServerBackupBackupOffer>;
953
+ export interface GetDedicatedServerBiosSettingsRequest {
954
+ /** The internal name of your dedicated server */
955
+ serviceName: string;
956
+ }
957
+ export declare const GetDedicatedServerBiosSettingsRequest: S.Schema<GetDedicatedServerBiosSettingsRequest>;
958
+ /** Supported SGX prmrr values */
959
+ export type DedicatedServerBiosSettingsSupportSgxOptionsPrmrrList = Array<DedicatedServerBiosSettingsSgxPrmrrEnum>;
960
+ export declare const DedicatedServerBiosSettingsSupportSgxOptionsPrmrrList: S.Schema<DedicatedServerBiosSettingsSupportSgxOptionsPrmrrList>;
961
+ /** Supported SGX statuses */
962
+ export type DedicatedServerBiosSettingsSupportSgxOptionsStatusList = Array<DedicatedServerBiosSettingsSgxStatusEnum>;
963
+ export declare const DedicatedServerBiosSettingsSupportSgxOptionsStatusList: S.Schema<DedicatedServerBiosSettingsSupportSgxOptionsStatusList>;
964
+ /** A structure describing supported SGX options values */
965
+ export interface DedicatedServerBiosSettingsSupportSgxOptions {
966
+ /** Supported SGX prmrr values */
967
+ prmrr?: DedicatedServerBiosSettingsSupportSgxOptionsPrmrrList;
968
+ /** Supported SGX statuses */
969
+ status?: DedicatedServerBiosSettingsSupportSgxOptionsStatusList;
970
+ }
971
+ export declare const DedicatedServerBiosSettingsSupportSgxOptions: S.Schema<DedicatedServerBiosSettingsSupportSgxOptions>;
972
+ /** A structure describing supported bios settings */
973
+ export interface DedicatedServerBiosSettingsSupport {
974
+ /** SGX feature support */
975
+ sgx?: boolean;
976
+ /** Supported SGX options */
977
+ sgxOptions?: DedicatedServerBiosSettingsSupportSgxOptions;
978
+ }
979
+ export declare const DedicatedServerBiosSettingsSupport: S.Schema<DedicatedServerBiosSettingsSupport>;
980
+ /** Your BiosSettings */
981
+ export interface DedicatedBiosSettingsBiosSettings {
982
+ /** List supported setting */
983
+ supportedSettings?: DedicatedServerBiosSettingsSupport;
984
+ }
985
+ export declare const DedicatedBiosSettingsBiosSettings: S.Schema<DedicatedBiosSettingsBiosSettings>;
986
+ export interface GetDedicatedServerBiosSettingsSgxRequest {
987
+ /** The internal name of your dedicated server */
988
+ serviceName: string;
989
+ }
990
+ export declare const GetDedicatedServerBiosSettingsSgxRequest: S.Schema<GetDedicatedServerBiosSettingsSgxRequest>;
991
+ /** Your BiosSettings for SGX feature */
992
+ export interface DedicatedBiosSettingsSgxBiosSettingsSgx {
993
+ /** Settings sections */
994
+ prmrr?: DedicatedServerBiosSettingsSgxPrmrrEnum;
995
+ /** Settings sections */
996
+ status?: DedicatedServerBiosSettingsSgxStatusEnum;
997
+ }
998
+ export declare const DedicatedBiosSettingsSgxBiosSettingsSgx: S.Schema<DedicatedBiosSettingsSgxBiosSettingsSgx>;
999
+ export interface GetDedicatedServerBootRequest {
1000
+ /** The internal name of your dedicated server */
1001
+ serviceName: string;
1002
+ /** boot id */
1003
+ bootId: number;
1004
+ }
1005
+ export declare const GetDedicatedServerBootRequest: S.Schema<GetDedicatedServerBootRequest>;
1006
+ /** Different netboot boot */
1007
+ export type DedicatedServerBootTypeEnum = "harddisk" | "internal" | "network" | "power" | "rescue";
1008
+ export declare const DedicatedServerBootTypeEnum: any;
1009
+ /** Available boots */
1010
+ export interface DedicatedServerNetboot {
1011
+ /** boot id */
1012
+ bootId?: number;
1013
+ /** the boot system */
1014
+ bootType?: DedicatedServerBootTypeEnum;
1015
+ /** the boot description */
1016
+ description?: string;
1017
+ /** The boot kernel */
1018
+ kernel?: string;
1019
+ }
1020
+ export declare const DedicatedServerNetboot: S.Schema<DedicatedServerNetboot>;
1021
+ /** Different option activated on netboot */
1022
+ export type GetDedicatedServerBootOptionRequestOption = "cpufamily" | "grsec" | "ipv6" | "smp";
1023
+ export declare const GetDedicatedServerBootOptionRequestOption: any;
1024
+ export interface GetDedicatedServerBootOptionRequest {
1025
+ /** The internal name of your dedicated server */
1026
+ serviceName: string;
1027
+ /** boot id */
1028
+ bootId: number;
1029
+ /** The option of this boot */
1030
+ option: GetDedicatedServerBootOptionRequestOption | (string & {});
1031
+ }
1032
+ export declare const GetDedicatedServerBootOptionRequest: S.Schema<GetDedicatedServerBootOptionRequest>;
1033
+ /** Different option activated on netboot */
1034
+ export type DedicatedServerBootOptionEnum = "cpufamily" | "grsec" | "ipv6" | "smp";
1035
+ export declare const DedicatedServerBootOptionEnum: any;
1036
+ /** Available boot options */
1037
+ export interface DedicatedServerNetbootOption {
1038
+ /** The option of this boot */
1039
+ option?: DedicatedServerBootOptionEnum;
1040
+ /** the value of this option */
1041
+ value?: string;
1042
+ }
1043
+ export declare const DedicatedServerNetbootOption: S.Schema<DedicatedServerNetbootOption>;
1044
+ export interface GetDedicatedServerBurstRequest {
1045
+ /** The internal name of your dedicated server */
1046
+ serviceName: string;
1047
+ }
1048
+ export declare const GetDedicatedServerBurstRequest: S.Schema<GetDedicatedServerBurstRequest>;
1049
+ /** Dedicated server bandwidth burst */
1050
+ export type DedicatedServerBurstStatusEnum = "active" | "inactive" | "inactiveLocked";
1051
+ export declare const DedicatedServerBurstStatusEnum: any;
1052
+ /** Server bandwidth burst details */
1053
+ export interface DedicatedServerServerBurst {
1054
+ /** Bandwidth busrt capacity */
1055
+ capacity?: ComplexTypeUnitAndValueLong | null;
1056
+ /** indicates whether burstable bandwidth is currently active, allowing it to temporarily exceed the normally included bandwidth.OvhToInternet amount, within the limits indicated by the burst.capacity item. It can also be inactiveLocked when temporarily disabled due to overuse, capping it to the included non-burstable bandwidth capacity of bandwidth.OvhToInternet */
1057
+ status?: DedicatedServerBurstStatusEnum;
1058
+ }
1059
+ export declare const DedicatedServerServerBurst: S.Schema<DedicatedServerServerBurst>;
1060
+ export interface GetDedicatedServerFeatureBackupFTPRequest {
1061
+ /** The internal name of your dedicated server */
1062
+ serviceName: string;
1063
+ }
1064
+ export declare const GetDedicatedServerFeatureBackupFTPRequest: S.Schema<GetDedicatedServerFeatureBackupFTPRequest>;
1065
+ /** Different backup storage type */
1066
+ export type DedicatedServerBackupStorageTypeEnum = "included" | "storage";
1067
+ export declare const DedicatedServerBackupStorageTypeEnum: any;
1068
+ /** Backup Ftp assigned to this server */
1069
+ export interface DedicatedServerBackupFtp {
1070
+ /** The backup FTP server name */
1071
+ ftpBackupName?: string;
1072
+ /** The disk space available in gigabytes */
1073
+ quota?: ComplexTypeUnitAndValueLong | null;
1074
+ /** If not-null, gives the date since when your account was set in read-only mode because the quota was exceeded */
1075
+ readOnlyDate?: string | null;
1076
+ /** The backup FTP type */
1077
+ type?: DedicatedServerBackupStorageTypeEnum;
1078
+ /** The disk space currently used on your backup FTP in percent */
1079
+ usage?: ComplexTypeUnitAndValueLong | null;
1080
+ }
1081
+ export declare const DedicatedServerBackupFtp: S.Schema<DedicatedServerBackupFtp>;
1082
+ export interface GetDedicatedServerFeatureBackupFTPAccessRequest {
1083
+ /** The internal name of your dedicated server */
1084
+ serviceName: string;
1085
+ /** The IP Block specific to this ACL */
1086
+ ipBlock: string;
1087
+ }
1088
+ export declare const GetDedicatedServerFeatureBackupFTPAccessRequest: S.Schema<GetDedicatedServerFeatureBackupFTPAccessRequest>;
1089
+ /** Backup Ftp ACL for this server and Backup Ftp */
1090
+ export interface DedicatedServerBackupFtpAcl {
1091
+ /** Whether to allow the CIFS (SMB) protocol for this ACL */
1092
+ cifs?: boolean;
1093
+ /** Whether to allow the FTP protocol for this ACL */
1094
+ ftp?: boolean;
1095
+ /** The IP Block specific to this ACL */
1096
+ ipBlock?: string;
1097
+ /** Whether the rule has been applied on the Backup Ftp */
1098
+ isApplied?: boolean;
1099
+ /** Date of the last object modification */
1100
+ lastUpdate?: string;
1101
+ /** Whether to allow the NFS protocol for this ACL */
1102
+ nfs?: boolean;
1103
+ }
1104
+ export declare const DedicatedServerBackupFtpAcl: S.Schema<DedicatedServerBackupFtpAcl>;
1105
+ export interface GetDedicatedServerFeatureBmcRequest {
1106
+ /** The internal name of your dedicated server */
1107
+ serviceName: string;
1108
+ }
1109
+ export declare const GetDedicatedServerFeatureBmcRequest: S.Schema<GetDedicatedServerFeatureBmcRequest>;
1110
+ /** A structure describing the BMC supported features */
1111
+ export interface DedicatedServerBmcSupportedFeatures {
1112
+ /** Access to the KVM through a Java web launch application */
1113
+ javaKvm?: boolean;
1114
+ /** Access to the virtual serial port of your server through a SSH client */
1115
+ sshSol?: boolean;
1116
+ /** Test that the access to the BMC is operational */
1117
+ testPassword?: boolean;
1118
+ /** Test that the BMC is reachable */
1119
+ testPing?: boolean;
1120
+ /** Test that the Web interface of the BMC is operational */
1121
+ testWeb?: boolean;
1122
+ /** Access to the KVM through a Web interface */
1123
+ webKvm?: boolean;
1124
+ /** Access to the virtual serial port of your server through a Web interface */
1125
+ webSol?: boolean;
1126
+ }
1127
+ export declare const DedicatedServerBmcSupportedFeatures: S.Schema<DedicatedServerBmcSupportedFeatures>;
1128
+ /** Server BMC interface (formerly named IPMI) */
1129
+ export interface DedicatedServerBMC {
1130
+ /** True, if a BMC is available on this server */
1131
+ available?: boolean;
1132
+ /** A structure describing the BMC supported features */
1133
+ supportedFeatures?: DedicatedServerBmcSupportedFeatures;
1134
+ }
1135
+ export declare const DedicatedServerBMC: S.Schema<DedicatedServerBMC>;
1136
+ export interface GetDedicatedServerFeatureBmcJavaKvmRequest {
1137
+ /** The internal name of your dedicated server */
1138
+ serviceName: string;
1139
+ /** The ID of the request access operation */
1140
+ operationId: string;
1141
+ }
1142
+ export declare const GetDedicatedServerFeatureBmcJavaKvmRequest: S.Schema<GetDedicatedServerFeatureBmcJavaKvmRequest>;
1143
+ /** Java KVM session information */
1144
+ export interface DedicatedServerBmcJavaKvmValue {
1145
+ /** Date on which the credentials will no longer be retrievable */
1146
+ expirationDate?: string;
1147
+ /** value */
1148
+ jnlp?: string;
1149
+ }
1150
+ export declare const DedicatedServerBmcJavaKvmValue: S.Schema<DedicatedServerBmcJavaKvmValue>;
1151
+ export interface GetDedicatedServerFeatureBmcSshSolRequest {
1152
+ /** The internal name of your dedicated server */
1153
+ serviceName: string;
1154
+ /** The ID of the request access operation */
1155
+ operationId: string;
1156
+ }
1157
+ export declare const GetDedicatedServerFeatureBmcSshSolRequest: S.Schema<GetDedicatedServerFeatureBmcSshSolRequest>;
1158
+ /** Ssh SOL session information */
1159
+ export interface DedicatedServerBmcSshSolValue {
1160
+ /** Date on which the credentials will no longer be retrievable */
1161
+ expirationDate?: string;
1162
+ /** Ssh user and host in "user@host" format */
1163
+ uri?: string;
1164
+ }
1165
+ export declare const DedicatedServerBmcSshSolValue: S.Schema<DedicatedServerBmcSshSolValue>;
1166
+ /** List of tests to run on a BMC */
1167
+ export type DedicatedServerBmcTestTypeEnum = "password" | "ping" | "web";
1168
+ export declare const DedicatedServerBmcTestTypeEnum: any;
1169
+ export interface GetDedicatedServerFeatureBmcTestRequest {
1170
+ /** The internal name of your dedicated server */
1171
+ serviceName: string;
1172
+ /** The ID of the test operation */
1173
+ operationId: string;
1174
+ /** Test to execute on the BMC interface */
1175
+ type: DedicatedServerBmcTestTypeEnum | (string & {});
1176
+ }
1177
+ export declare const GetDedicatedServerFeatureBmcTestRequest: S.Schema<GetDedicatedServerFeatureBmcTestRequest>;
1178
+ /** A structure describing BMC test result */
1179
+ export interface DedicatedServerBmcTestResult {
1180
+ /** Date of expiration of the result of this test */
1181
+ expirationDate?: string;
1182
+ /** Error message, null if the test is successfully executed */
1183
+ message?: string | null;
1184
+ /** Test result, true if successful */
1185
+ status?: boolean;
1186
+ }
1187
+ export declare const DedicatedServerBmcTestResult: S.Schema<DedicatedServerBmcTestResult>;
1188
+ export interface GetDedicatedServerFeatureBmcWebKvmRequest {
1189
+ /** The internal name of your dedicated server */
1190
+ serviceName: string;
1191
+ /** The ID of the request access operation */
1192
+ operationId: string;
1193
+ }
1194
+ export declare const GetDedicatedServerFeatureBmcWebKvmRequest: S.Schema<GetDedicatedServerFeatureBmcWebKvmRequest>;
1195
+ /** Web KVM session information */
1196
+ export interface DedicatedServerBmcWebKvmValue {
1197
+ /** Date on which the credentials will no longer be retrievable */
1198
+ expirationDate?: string;
1199
+ /** URL of the Web KVM session */
1200
+ url?: string;
1201
+ }
1202
+ export declare const DedicatedServerBmcWebKvmValue: S.Schema<DedicatedServerBmcWebKvmValue>;
1203
+ export interface GetDedicatedServerFeatureBmcWebSolRequest {
1204
+ /** The internal name of your dedicated server */
1205
+ serviceName: string;
1206
+ /** The ID of the request access operation */
1207
+ operationId: string;
1208
+ }
1209
+ export declare const GetDedicatedServerFeatureBmcWebSolRequest: S.Schema<GetDedicatedServerFeatureBmcWebSolRequest>;
1210
+ /** Web SOL session information */
1211
+ export interface DedicatedServerBmcWebSolValue {
1212
+ /** Date on which the credentials will no longer be retrievable */
1213
+ expirationDate?: string;
1214
+ /** URL of the Web SOL session */
1215
+ url?: string;
1216
+ }
1217
+ export declare const DedicatedServerBmcWebSolValue: S.Schema<DedicatedServerBmcWebSolValue>;
1218
+ export interface GetDedicatedServerFeatureFirewallRequest {
1219
+ /** The internal name of your dedicated server */
1220
+ serviceName: string;
1221
+ }
1222
+ export declare const GetDedicatedServerFeatureFirewallRequest: S.Schema<GetDedicatedServerFeatureFirewallRequest>;
1223
+ /** Dedicated server firewall mode */
1224
+ export type DedicatedServerFirewallModeEnum = "routed" | "transparent";
1225
+ export declare const DedicatedServerFirewallModeEnum: any;
1226
+ /** Firewall model name */
1227
+ export type DedicatedServerFirewallModelEnum = "asa5505" | "asa5510" | "asa5520";
1228
+ export declare const DedicatedServerFirewallModelEnum: any;
1229
+ /** Firewall attached to this server */
1230
+ export interface DedicatedServerFirewall {
1231
+ enabled?: boolean;
1232
+ firewall?: string;
1233
+ /** Firewall management IP */
1234
+ ip?: string;
1235
+ /** transparent mode : device is invisible on the network; routed mode : the security appliance is considered to be a router hop in the network */
1236
+ mode?: DedicatedServerFirewallModeEnum;
1237
+ /** Firewall model */
1238
+ model?: DedicatedServerFirewallModelEnum | null;
1239
+ }
1240
+ export declare const DedicatedServerFirewall: S.Schema<DedicatedServerFirewall>;
1241
+ export interface GetDedicatedServerFeatureIpmiRequest {
1242
+ /** The internal name of your dedicated server */
1243
+ serviceName: string;
1244
+ }
1245
+ export declare const GetDedicatedServerFeatureIpmiRequest: S.Schema<GetDedicatedServerFeatureIpmiRequest>;
1246
+ /** A structure describing the IPMI supported features */
1247
+ export interface DedicatedServerIpmiSupportedFeatures {
1248
+ /** Access to the KVM through an HTML web interface */
1249
+ kvmipHtml5URL?: boolean;
1250
+ /** Access to the KVM through a Java web launch application */
1251
+ kvmipJnlp?: boolean;
1252
+ /** Access to the virtual serial port of your server through an SSH client */
1253
+ serialOverLanSshKey?: boolean;
1254
+ /** Access to the virtual serial port of your server through an HTML command line interface */
1255
+ serialOverLanURL?: boolean;
1256
+ }
1257
+ export declare const DedicatedServerIpmiSupportedFeatures: S.Schema<DedicatedServerIpmiSupportedFeatures>;
1258
+ /** Server IPMI interface */
1259
+ export interface DedicatedServerIpmi {
1260
+ /** true, if IPMI is available on this server */
1261
+ activated?: boolean;
1262
+ /** A structure describing the IPMI supported features */
1263
+ supportedFeatures?: DedicatedServerIpmiSupportedFeatures;
1264
+ }
1265
+ export declare const DedicatedServerIpmi: S.Schema<DedicatedServerIpmi>;
1266
+ export interface GetDedicatedServerFeatureIpmiAccessRequest {
1267
+ /** The internal name of your dedicated server */
1268
+ serviceName: string;
1269
+ /** IPMI console access */
1270
+ type: DedicatedServerIpmiAccessTypeEnum | (string & {});
1271
+ }
1272
+ export declare const GetDedicatedServerFeatureIpmiAccessRequest: S.Schema<GetDedicatedServerFeatureIpmiAccessRequest>;
1273
+ /** A structure describing ipmi access value */
1274
+ export interface DedicatedServerIpmiAccessValue {
1275
+ /** Session expiration date */
1276
+ expiration?: string | null;
1277
+ /** value */
1278
+ value?: string | null;
1279
+ }
1280
+ export declare const DedicatedServerIpmiAccessValue: S.Schema<DedicatedServerIpmiAccessValue>;
1281
+ /** Different test can be made on IPMI interface */
1282
+ export type DedicatedServerIpmiTestTypeEnum = "http" | "password" | "ping";
1283
+ export declare const DedicatedServerIpmiTestTypeEnum: any;
1284
+ export interface GetDedicatedServerFeatureIpmiTestRequest {
1285
+ /** The internal name of your dedicated server */
1286
+ serviceName: string;
1287
+ /** Test type result on KVM IPMI interface */
1288
+ type: DedicatedServerIpmiTestTypeEnum | (string & {});
1289
+ }
1290
+ export declare const GetDedicatedServerFeatureIpmiTestRequest: S.Schema<GetDedicatedServerFeatureIpmiTestRequest>;
1291
+ /** A structure describing IPMI test result */
1292
+ export interface DedicatedServerIpmiTestResult {
1293
+ /** Test running date */
1294
+ date?: string | null;
1295
+ /** Test result */
1296
+ status?: string | null;
1297
+ }
1298
+ export declare const DedicatedServerIpmiTestResult: S.Schema<DedicatedServerIpmiTestResult>;
1299
+ export interface GetDedicatedServerFeatureKvmRequest {
1300
+ /** The internal name of your dedicated server */
1301
+ serviceName: string;
1302
+ }
1303
+ export declare const GetDedicatedServerFeatureKvmRequest: S.Schema<GetDedicatedServerFeatureKvmRequest>;
1304
+ /** Physical KVM */
1305
+ export interface DedicatedServerKvm {
1306
+ /** KVM expiration date */
1307
+ expiration?: string;
1308
+ /** KVM access ip */
1309
+ ip?: string | null;
1310
+ /** KVM hostname */
1311
+ name?: string;
1312
+ }
1313
+ export declare const DedicatedServerKvm: S.Schema<DedicatedServerKvm>;
1314
+ export interface GetDedicatedServerInterventionRequest {
1315
+ /** The internal name of your dedicated server */
1316
+ serviceName: string;
1317
+ /** The intervention id */
1318
+ interventionId: number;
1319
+ }
1320
+ export declare const GetDedicatedServerInterventionRequest: S.Schema<GetDedicatedServerInterventionRequest>;
1321
+ /** Intervention made on this server */
1322
+ export interface DedicatedServerIntervention {
1323
+ /** the intervention start date */
1324
+ date?: string | null;
1325
+ /** The intervention id */
1326
+ interventionId?: number;
1327
+ /** the intervention type */
1328
+ type?: string | null;
1329
+ }
1330
+ export declare const DedicatedServerIntervention: S.Schema<DedicatedServerIntervention>;
1331
+ export interface GetDedicatedServerIpCanBeMovedToRequest {
1332
+ /** The internal name of your dedicated server */
1333
+ serviceName: string;
1334
+ /** The ip to move to this server */
1335
+ ip: string;
1336
+ }
1337
+ export declare const GetDedicatedServerIpCanBeMovedToRequest: S.Schema<GetDedicatedServerIpCanBeMovedToRequest>;
1338
+ export interface GetDedicatedServerIpCanBeMovedToResponse {
1339
+ }
1340
+ export declare const GetDedicatedServerIpCanBeMovedToResponse: S.Schema<GetDedicatedServerIpCanBeMovedToResponse>;
1341
+ export interface GetDedicatedServerNetworkInterfaceControllerRequest {
1342
+ /** The internal name of your dedicated server */
1343
+ serviceName: string;
1344
+ /** NetworkInterfaceController mac */
1345
+ mac: string;
1346
+ }
1347
+ export declare const GetDedicatedServerNetworkInterfaceControllerRequest: S.Schema<GetDedicatedServerNetworkInterfaceControllerRequest>;
1348
+ /** List NetworkInterfaceController linktype */
1349
+ export type DedicatedNetworkInterfaceControllerNetworkInterfaceControllerLinkTypeEnum = "isolated" | "private" | "private_lag" | "provisioning" | "provisioning_lag" | "public" | "public_lag";
1350
+ export declare const DedicatedNetworkInterfaceControllerNetworkInterfaceControllerLinkTypeEnum: any;
1351
+ /** Your networkInterfaceController */
1352
+ export interface DedicatedNetworkInterfaceControllerNetworkInterfaceController {
1353
+ /** NetworkInterfaceController linkType */
1354
+ linkType?: DedicatedNetworkInterfaceControllerNetworkInterfaceControllerLinkTypeEnum;
1355
+ /** NetworkInterfaceController mac */
1356
+ mac?: string;
1357
+ /** VirtualNetworkInterface bound to this NetworkInterfaceController */
1358
+ virtualNetworkInterface?: string | null;
1359
+ }
1360
+ export declare const DedicatedNetworkInterfaceControllerNetworkInterfaceController: S.Schema<DedicatedNetworkInterfaceControllerNetworkInterfaceController>;
1361
+ export interface GetDedicatedServerOperationRequest {
1362
+ /** The internal name of your dedicated server */
1363
+ serviceName: string;
1364
+ /** The unique identifier of the operation */
1365
+ operationId: string;
1366
+ }
1367
+ export declare const GetDedicatedServerOperationRequest: S.Schema<GetDedicatedServerOperationRequest>;
1368
+ /** All options a dedicated server can have and release */
1369
+ export type GetDedicatedServerOptionRequestOption = "BACKUPPROTOCOL" | "BANDWIDTH" | "BANDWIDTH_VRACK" | "OLA" | "SGX" | "TRAFFIC" | "TRAFFIC_DISCOVER" | "TUNING" | "TUNING_FIREWALL" | "TUNING_KVM" | "USB_KVM_IP";
1370
+ export declare const GetDedicatedServerOptionRequestOption: any;
1371
+ export interface GetDedicatedServerOptionRequest {
1372
+ /** The internal name of your dedicated server */
1373
+ serviceName: string;
1374
+ /** The option name */
1375
+ option: GetDedicatedServerOptionRequestOption | (string & {});
1376
+ }
1377
+ export declare const GetDedicatedServerOptionRequest: S.Schema<GetDedicatedServerOptionRequest>;
1378
+ /** All options a dedicated server can have and release */
1379
+ export type DedicatedServerOptionEnum = "BACKUPPROTOCOL" | "BANDWIDTH" | "BANDWIDTH_VRACK" | "OLA" | "SGX" | "TRAFFIC" | "TRAFFIC_DISCOVER" | "TUNING" | "TUNING_FIREWALL" | "TUNING_KVM" | "USB_KVM_IP";
1380
+ export declare const DedicatedServerOptionEnum: any;
1381
+ /** All states a dedicated server option can be in */
1382
+ export type DedicatedServerOptionStateEnum = "released" | "subscribed";
1383
+ export declare const DedicatedServerOptionStateEnum: any;
1384
+ /** Information about the options of a dedicated server */
1385
+ export interface DedicatedServerOption {
1386
+ /** The option name */
1387
+ option?: DedicatedServerOptionEnum;
1388
+ /** The state of the option */
1389
+ state?: DedicatedServerOptionStateEnum;
1390
+ }
1391
+ export declare const DedicatedServerOption: S.Schema<DedicatedServerOption>;
1392
+ /** Dedicated server orderable features */
1393
+ export type DedicatedServerOrderableSysFeatureEnum = "backupProtocol" | "monitoring";
1394
+ export declare const DedicatedServerOrderableSysFeatureEnum: any;
1395
+ export interface GetDedicatedServerOrderableFeatureRequest {
1396
+ /** The internal name of your dedicated server */
1397
+ serviceName: string;
1398
+ /** the feature */
1399
+ feature: DedicatedServerOrderableSysFeatureEnum | (string & {});
1400
+ }
1401
+ export declare const GetDedicatedServerOrderableFeatureRequest: S.Schema<GetDedicatedServerOrderableFeatureRequest>;
1402
+ export type GetDedicatedServerOrderableFeatureResponse = boolean;
1403
+ export declare const GetDedicatedServerOrderableFeatureResponse: S.Schema<GetDedicatedServerOrderableFeatureResponse>;
1404
+ export interface GetDedicatedServerOrderableKvmRequest {
1405
+ /** The internal name of your dedicated server */
1406
+ serviceName: string;
1407
+ }
1408
+ export declare const GetDedicatedServerOrderableKvmRequest: S.Schema<GetDedicatedServerOrderableKvmRequest>;
1409
+ export type GetDedicatedServerOrderableKvmResponse = boolean;
1410
+ export declare const GetDedicatedServerOrderableKvmResponse: S.Schema<GetDedicatedServerOrderableKvmResponse>;
1411
+ export interface GetDedicatedServerOrderableKvmExpressRequest {
1412
+ /** The internal name of your dedicated server */
1413
+ serviceName: string;
1414
+ }
1415
+ export declare const GetDedicatedServerOrderableKvmExpressRequest: S.Schema<GetDedicatedServerOrderableKvmExpressRequest>;
1416
+ export type GetDedicatedServerOrderableKvmExpressResponse = boolean;
1417
+ export declare const GetDedicatedServerOrderableKvmExpressResponse: S.Schema<GetDedicatedServerOrderableKvmExpressResponse>;
1418
+ export interface GetDedicatedServerOrderableProfessionalUseRequest {
1419
+ /** The internal name of your dedicated server */
1420
+ serviceName: string;
1421
+ }
1422
+ export declare const GetDedicatedServerOrderableProfessionalUseRequest: S.Schema<GetDedicatedServerOrderableProfessionalUseRequest>;
1423
+ export type GetDedicatedServerOrderableProfessionalUseResponse = boolean;
1424
+ export declare const GetDedicatedServerOrderableProfessionalUseResponse: S.Schema<GetDedicatedServerOrderableProfessionalUseResponse>;
1425
+ export interface GetDedicatedServerPlannedInterventionRequest {
1426
+ /** The internal name of your dedicated server */
1427
+ serviceName: string;
1428
+ /** ID of the intervention */
1429
+ interventionId: number;
1430
+ }
1431
+ export declare const GetDedicatedServerPlannedInterventionRequest: S.Schema<GetDedicatedServerPlannedInterventionRequest>;
1432
+ /** Intervention status */
1433
+ export type DedicatedPlannedInterventionStatusEnum = "doing" | "done" | "todo";
1434
+ export declare const DedicatedPlannedInterventionStatusEnum: any;
1435
+ /** Intervention type */
1436
+ export type DedicatedPlannedInterventionTypeEnum = "HARDWARE_UPGRADE_ON_ACTIVE_SERVER";
1437
+ export declare const DedicatedPlannedInterventionTypeEnum: any;
1438
+ /** Planned intervention on the server */
1439
+ export interface DedicatedServerPlannedIntervention {
1440
+ /** Expected end date for this intervention */
1441
+ expectedEndDate?: string;
1442
+ /** ID of the intervention */
1443
+ id?: number;
1444
+ /** Status of the intervention */
1445
+ status?: DedicatedPlannedInterventionStatusEnum;
1446
+ /** Operation purpose */
1447
+ type?: DedicatedPlannedInterventionTypeEnum;
1448
+ /** Wanted start date for this intervention */
1449
+ wantedStartDate?: string;
1450
+ }
1451
+ export declare const DedicatedServerPlannedIntervention: S.Schema<DedicatedServerPlannedIntervention>;
1452
+ export interface GetDedicatedServerSecondaryDnsDomainRequest {
1453
+ /** The internal name of your dedicated server */
1454
+ serviceName: string;
1455
+ /** domain on slave server */
1456
+ domain: string;
1457
+ }
1458
+ export declare const GetDedicatedServerSecondaryDnsDomainRequest: S.Schema<GetDedicatedServerSecondaryDnsDomainRequest>;
1459
+ /** Secondary dns infos */
1460
+ export interface SecondaryDnsSecondaryDNS {
1461
+ creationDate?: string;
1462
+ /** secondary dns server */
1463
+ dns?: string;
1464
+ /** domain on slave server */
1465
+ domain?: string;
1466
+ /** master ip */
1467
+ ipMaster?: string;
1468
+ }
1469
+ export declare const SecondaryDnsSecondaryDNS: S.Schema<SecondaryDnsSecondaryDNS>;
1470
+ export interface GetDedicatedServerSecondaryDnsDomainDnsServerRequest {
1471
+ /** The internal name of your dedicated server */
1472
+ serviceName: string;
1473
+ /** domain on slave server */
1474
+ domain: string;
1475
+ }
1476
+ export declare const GetDedicatedServerSecondaryDnsDomainDnsServerRequest: S.Schema<GetDedicatedServerSecondaryDnsDomainDnsServerRequest>;
1477
+ /** A structure describing informations about available nameserver for secondary dns */
1478
+ export interface SecondaryDnsSecondaryDNSNameServer {
1479
+ /** the name server */
1480
+ hostname?: string;
1481
+ ip?: string;
1482
+ ipv6?: string | null;
1483
+ }
1484
+ export declare const SecondaryDnsSecondaryDNSNameServer: S.Schema<SecondaryDnsSecondaryDNSNameServer>;
1485
+ export interface GetDedicatedServerSecondaryDnsNameDomainTokenRequest {
1486
+ /** The internal name of your dedicated server */
1487
+ serviceName: string;
1488
+ /** The domain to check */
1489
+ domain: string;
1490
+ }
1491
+ export declare const GetDedicatedServerSecondaryDnsNameDomainTokenRequest: S.Schema<GetDedicatedServerSecondaryDnsNameDomainTokenRequest>;
1492
+ /** Resource record fieldType */
1493
+ export type ZoneNamedResolutionFieldTypeEnum = "A" | "AAAA" | "CAA" | "CNAME" | "DKIM" | "DMARC" | "DNAME" | "LOC" | "MX" | "NAPTR" | "NS" | "PTR" | "SPF" | "SRV" | "SSHFP" | "TLSA" | "TXT";
1494
+ export declare const ZoneNamedResolutionFieldTypeEnum: any;
1495
+ /** A structure describing informations about secondary dns check field */
1496
+ export interface SecondaryDnsSecondaryDNSCheckField {
1497
+ /** The field type to add on your DNS zone for this subDomain */
1498
+ fieldType?: ZoneNamedResolutionFieldTypeEnum;
1499
+ /** The field value to add on your DNS zone for this subDomain */
1500
+ fieldValue?: string;
1501
+ /** The subdomain to add on your DNS zone for the domain */
1502
+ subDomain?: string;
1503
+ }
1504
+ export declare const SecondaryDnsSecondaryDNSCheckField: S.Schema<SecondaryDnsSecondaryDNSCheckField>;
1505
+ export interface GetDedicatedServerSecondaryDnsNameServerAvailableRequest {
1506
+ /** The internal name of your dedicated server */
1507
+ serviceName: string;
1508
+ }
1509
+ export declare const GetDedicatedServerSecondaryDnsNameServerAvailableRequest: S.Schema<GetDedicatedServerSecondaryDnsNameServerAvailableRequest>;
1510
+ export interface GetDedicatedServerServiceInfosRequest {
1511
+ /** The internal name of your dedicated server */
1512
+ serviceName: string;
1513
+ }
1514
+ export declare const GetDedicatedServerServiceInfosRequest: S.Schema<GetDedicatedServerServiceInfosRequest>;
1515
+ /** All the possible renew period of your service in month */
1516
+ export type ServicesServicePossibleRenewPeriodList = Array<number>;
1517
+ export declare const ServicesServicePossibleRenewPeriodList: S.Schema<ServicesServicePossibleRenewPeriodList>;
1518
+ /** Map a possible renew for a specific service */
1519
+ export interface ServiceRenewType {
1520
+ /** The service is automatically renewed */
1521
+ automatic?: boolean;
1522
+ /** The service will be deleted at expiration */
1523
+ deleteAtExpiration?: boolean;
1524
+ /** The service forced to be renewed */
1525
+ forced?: boolean;
1526
+ /** The service needs to be manually renewed and paid */
1527
+ manualPayment?: boolean | null;
1528
+ /** period of renew in month */
1529
+ period?: number | null;
1530
+ }
1531
+ export declare const ServiceRenewType: S.Schema<ServiceRenewType>;
1532
+ /** Detailed renewal type of a service */
1533
+ export type ServiceRenewalTypeEnum = "automaticForcedProduct" | "automaticV2012" | "automaticV2014" | "automaticV2016" | "automaticV2024" | "manual" | "oneShot" | "option";
1534
+ export declare const ServiceRenewalTypeEnum: any;
1535
+ export type ServiceStateEnum = "autorenewInProgress" | "expired" | "inCreation" | "ok" | "pendingDebt" | "unPaid";
1536
+ export declare const ServiceStateEnum: any;
1537
+ /** Details about a Service */
1538
+ export interface ServicesService {
1539
+ /** Indicates that the service can be set up to be deleted at expiration */
1540
+ canDeleteAtExpiration?: boolean;
1541
+ contactAdmin?: string;
1542
+ contactBilling?: string;
1543
+ contactTech?: string;
1544
+ creation?: string;
1545
+ domain?: string;
1546
+ engagedUpTo?: string | null;
1547
+ expiration?: string;
1548
+ /** All the possible renew period of your service in month */
1549
+ possibleRenewPeriod?: ServicesServicePossibleRenewPeriodList | null;
1550
+ /** Way of handling the renew */
1551
+ renew?: ServiceRenewType | null;
1552
+ renewalType?: ServiceRenewalTypeEnum;
1553
+ serviceId?: number;
1554
+ status?: ServiceStateEnum;
1555
+ }
1556
+ export declare const ServicesService: S.Schema<ServicesService>;
1557
+ export interface GetDedicatedServerSpecificationHardwareRequest {
1558
+ /** The internal name of your dedicated server */
1559
+ serviceName: string;
1560
+ }
1561
+ export declare const GetDedicatedServerSpecificationHardwareRequest: S.Schema<GetDedicatedServerSpecificationHardwareRequest>;
1562
+ /** Server boot mode */
1563
+ export type DedicatedServerBootModeEnum = "legacy" | "uefi" | "uefi-legacy";
1564
+ export declare const DedicatedServerBootModeEnum: any;
1565
+ /** Raid hard configuration */
1566
+ export type DedicatedServerHardwareSpecificationsRaidHardEnum = "raid0" | "raid1" | "raid10" | "raid1E" | "raid5" | "raid50" | "raid6" | "raid60";
1567
+ export declare const DedicatedServerHardwareSpecificationsRaidHardEnum: any;
1568
+ /** A structure describing informations about server disks */
1569
+ export interface DedicatedServerHardwareSpecificationsDisk {
1570
+ /** default hardware raid size for this disk group */
1571
+ defaultHardwareRaidSize?: ComplexTypeUnitAndValueLong | null;
1572
+ /** default hardware raid type for this disk group */
1573
+ defaultHardwareRaidType?: DedicatedServerHardwareSpecificationsRaidHardEnum | null;
1574
+ /** human readable description of this disk group */
1575
+ description?: string | null;
1576
+ /** identifier of this disk group */
1577
+ diskGroupId?: number | null;
1578
+ /** disk capacity */
1579
+ diskSize?: ComplexTypeUnitAndValueLong | null;
1580
+ /** type of the disk (SSD, SATA, SAS, ...) */
1581
+ diskType?: string | null;
1582
+ /** number of disks in this group */
1583
+ numberOfDisks?: number | null;
1584
+ /** raid controller, if any, managing this group of disks */
1585
+ raidController?: string | null;
1586
+ }
1587
+ export declare const DedicatedServerHardwareSpecificationsDisk: S.Schema<DedicatedServerHardwareSpecificationsDisk>;
1588
+ /** details about the groups of disks in the server */
1589
+ export type DedicatedServerHardwareSpecificationsDiskGroupsList = Array<DedicatedServerHardwareSpecificationsDisk>;
1590
+ export declare const DedicatedServerHardwareSpecificationsDiskGroupsList: S.Schema<DedicatedServerHardwareSpecificationsDiskGroupsList>;
1591
+ /** Expansion card type enum */
1592
+ export type DedicatedServerHardwareSpecificationsExpansionCardTypeEnum = "fpga" | "gpu";
1593
+ export declare const DedicatedServerHardwareSpecificationsExpansionCardTypeEnum: any;
1594
+ /** A structure describing informations about server expansion cards */
1595
+ export interface DedicatedServerHardwareSpecificationsExpansionCard {
1596
+ /** expansion card description */
1597
+ description?: string;
1598
+ /** expansion card type */
1599
+ type?: DedicatedServerHardwareSpecificationsExpansionCardTypeEnum;
1600
+ }
1601
+ export declare const DedicatedServerHardwareSpecificationsExpansionCard: S.Schema<DedicatedServerHardwareSpecificationsExpansionCard>;
1602
+ /** details about the server's expansion cards */
1603
+ export type DedicatedServerHardwareSpecificationsExpansionCardsList = Array<DedicatedServerHardwareSpecificationsExpansionCard>;
1604
+ export declare const DedicatedServerHardwareSpecificationsExpansionCardsList: S.Schema<DedicatedServerHardwareSpecificationsExpansionCardsList>;
1605
+ /** Server form factor */
1606
+ export type DedicatedServerFormFactorEnum = "0.25u" | "0.5u" | "1u" | "2u" | "3u" | "4u";
1607
+ export declare const DedicatedServerFormFactorEnum: any;
1608
+ /** cpu family */
1609
+ export type DedicatedServerCpuFamilyEnum = "arm64" | "armhf32" | "ppc64" | "x86" | "x86-ht" | "x86_64";
1610
+ export declare const DedicatedServerCpuFamilyEnum: any;
1611
+ /** Capacity of the USB keys installed on your server, if any */
1612
+ export type DedicatedServerHardwareSpecificationsUsbKeysList = Array<ComplexTypeUnitAndValueLong>;
1613
+ export declare const DedicatedServerHardwareSpecificationsUsbKeysList: S.Schema<DedicatedServerHardwareSpecificationsUsbKeysList>;
1614
+ /** A structure describing informations about this dedicated server */
1615
+ export interface DedicatedServerHardwareSpecifications {
1616
+ /** Server boot mode */
1617
+ bootMode?: DedicatedServerBootModeEnum;
1618
+ /** number of cores per processor */
1619
+ coresPerProcessor?: number | null;
1620
+ /** Default hardware raid size for this server */
1621
+ defaultHardwareRaidSize?: ComplexTypeUnitAndValueLong | null;
1622
+ /** Default hardware raid type configured on this server */
1623
+ defaultHardwareRaidType?: DedicatedServerHardwareSpecificationsRaidHardEnum | null;
1624
+ /** commercial name of this server */
1625
+ description?: string | null;
1626
+ /** details about the groups of disks in the server */
1627
+ diskGroups?: DedicatedServerHardwareSpecificationsDiskGroupsList | null;
1628
+ /** details about the server's expansion cards */
1629
+ expansionCards?: DedicatedServerHardwareSpecificationsExpansionCardsList | null;
1630
+ /** Server form factor */
1631
+ formFactor?: DedicatedServerFormFactorEnum | null;
1632
+ /** ram capacity */
1633
+ memorySize?: ComplexTypeUnitAndValueLong | null;
1634
+ /** server motherboard */
1635
+ motherboard?: string | null;
1636
+ /** number of processors in this dedicated server */
1637
+ numberOfProcessors?: number | null;
1638
+ /** processor architecture bit */
1639
+ processorArchitecture?: DedicatedServerCpuFamilyEnum | null;
1640
+ /** processor name */
1641
+ processorName?: string | null;
1642
+ /** number of threads per processor */
1643
+ threadsPerProcessor?: number | null;
1644
+ /** Capacity of the USB keys installed on your server, if any */
1645
+ usbKeys?: DedicatedServerHardwareSpecificationsUsbKeysList | null;
1646
+ }
1647
+ export declare const DedicatedServerHardwareSpecifications: S.Schema<DedicatedServerHardwareSpecifications>;
1648
+ export interface GetDedicatedServerSpecificationNetworkRequest {
1649
+ /** The internal name of your dedicated server */
1650
+ serviceName: string;
1651
+ }
1652
+ export declare const GetDedicatedServerSpecificationNetworkRequest: S.Schema<GetDedicatedServerSpecificationNetworkRequest>;
1653
+ /** Different Bandwidth type */
1654
+ export type DedicatedServerBandwidthTypeEnum = "improved" | "included" | "platinum" | "premium" | "standard" | "ultimate";
1655
+ export declare const DedicatedServerBandwidthTypeEnum: any;
1656
+ /** A structure describing bandwidth informations about this dedicated server */
1657
+ export interface DedicatedServerBandwidthDetails {
1658
+ /** bandwidth limitation Internet to OVH */
1659
+ InternetToOvh?: ComplexTypeUnitAndValueLong | null;
1660
+ /** bandwidth limitation OVH to Internet */
1661
+ OvhToInternet?: ComplexTypeUnitAndValueLong | null;
1662
+ /** bandwidth limitation OVH to OVH */
1663
+ OvhToOvh?: ComplexTypeUnitAndValueLong | null;
1664
+ /** bandwidth offer type */
1665
+ type?: DedicatedServerBandwidthTypeEnum | null;
1666
+ }
1667
+ export declare const DedicatedServerBandwidthDetails: S.Schema<DedicatedServerBandwidthDetails>;
1668
+ /** An enum describing OVH Link Aggregation interface types */
1669
+ export type DedicatedServerOlaInterfaceModeEnum = "public" | "vrack";
1670
+ export declare const DedicatedServerOlaInterfaceModeEnum: any;
1671
+ /** A structure describing OVH Link Aggregation interface configuration */
1672
+ export interface DedicatedServerOlaInterface {
1673
+ /** Interface aggregation status */
1674
+ aggregation?: boolean;
1675
+ /** Interface count */
1676
+ count?: number;
1677
+ /** Interface mode */
1678
+ type?: DedicatedServerOlaInterfaceModeEnum;
1679
+ }
1680
+ export declare const DedicatedServerOlaInterface: S.Schema<DedicatedServerOlaInterface>;
1681
+ /** Interface layout */
1682
+ export type DedicatedServerOlaAvailableModesInterfacesList = Array<DedicatedServerOlaInterface>;
1683
+ export declare const DedicatedServerOlaAvailableModesInterfacesList: S.Schema<DedicatedServerOlaAvailableModesInterfacesList>;
1684
+ /** A structure describing OVH Link Aggregation available modes */
1685
+ export interface DedicatedServerOlaAvailableModes {
1686
+ /** Is it the default configuration of the server */
1687
+ default?: boolean;
1688
+ /** Interface layout */
1689
+ interfaces?: DedicatedServerOlaAvailableModesInterfacesList;
1690
+ /** Mode name */
1691
+ name?: string;
1692
+ }
1693
+ export declare const DedicatedServerOlaAvailableModes: S.Schema<DedicatedServerOlaAvailableModes>;
1694
+ /** What modes are supported */
1695
+ export type DedicatedServerOlaDetailsAvailableModesList = Array<DedicatedServerOlaAvailableModes>;
1696
+ export declare const DedicatedServerOlaDetailsAvailableModesList: S.Schema<DedicatedServerOlaDetailsAvailableModesList>;
1697
+ /** Available VirtualNetworkInterface modes */
1698
+ export type DedicatedVirtualNetworkInterfaceVirtualNetworkInterfaceModeEnum = "public" | "public_aggregation" | "vrack" | "vrack_aggregation";
1699
+ export declare const DedicatedVirtualNetworkInterfaceVirtualNetworkInterfaceModeEnum: any;
1700
+ /** (DEPRECATED) What modes are supported */
1701
+ export type DedicatedServerOlaDetailsSupportedModesList = Array<DedicatedVirtualNetworkInterfaceVirtualNetworkInterfaceModeEnum>;
1702
+ export declare const DedicatedServerOlaDetailsSupportedModesList: S.Schema<DedicatedServerOlaDetailsSupportedModesList>;
1703
+ /** A structure describing OVH Link Aggregation available modes for this dedicated server */
1704
+ export interface DedicatedServerOlaDetails {
1705
+ /** Is the OLA feature available */
1706
+ available?: boolean;
1707
+ /** What modes are supported */
1708
+ availableModes?: DedicatedServerOlaDetailsAvailableModesList;
1709
+ /** (DEPRECATED) What modes are supported */
1710
+ supportedModes?: DedicatedServerOlaDetailsSupportedModesList | null;
1711
+ }
1712
+ export declare const DedicatedServerOlaDetails: S.Schema<DedicatedServerOlaDetails>;
1713
+ /** A structure describing IPv4 routing informations about this dedicated server */
1714
+ export interface DedicatedServerRoutingDetailsIpv4 {
1715
+ /** Server gateway */
1716
+ gateway?: string | null;
1717
+ /** Server main IP */
1718
+ ip?: string | null;
1719
+ /** Server network */
1720
+ network?: string | null;
1721
+ }
1722
+ export declare const DedicatedServerRoutingDetailsIpv4: S.Schema<DedicatedServerRoutingDetailsIpv4>;
1723
+ /** A structure describing IPv6 routing informations about this dedicated server */
1724
+ export type DedicatedServerRoutingDetailsIpv6 = DedicatedServerRoutingDetailsIpv4;
1725
+ export declare const DedicatedServerRoutingDetailsIpv6: S.Schema<DedicatedServerRoutingDetailsIpv4>;
1726
+ /** A structure describing routing informations about this dedicated server */
1727
+ export interface DedicatedServerRoutingDetails {
1728
+ /** Ipv4 routing details */
1729
+ ipv4?: DedicatedServerRoutingDetailsIpv4 | null;
1730
+ /** Ipv6 routing details */
1731
+ ipv6?: DedicatedServerRoutingDetailsIpv4 | null;
1732
+ }
1733
+ export declare const DedicatedServerRoutingDetails: S.Schema<DedicatedServerRoutingDetails>;
1734
+ /** A structure describing switching informations about this dedicated server */
1735
+ export interface DedicatedServerSwitchingDetails {
1736
+ /** Switch name */
1737
+ name?: string | null;
1738
+ }
1739
+ export declare const DedicatedServerSwitchingDetails: S.Schema<DedicatedServerSwitchingDetails>;
1740
+ /** A structure describing traffic informations about this dedicated server */
1741
+ export interface DedicatedServerTrafficDetails {
1742
+ /** Monthly input traffic quota allowed */
1743
+ inputQuotaSize?: ComplexTypeUnitAndValueLong | null;
1744
+ /** Monthly input traffic consumed this month */
1745
+ inputQuotaUsed?: ComplexTypeUnitAndValueLong | null;
1746
+ /** Is bandwidth throttleted for being over quota */
1747
+ isThrottled?: boolean | null;
1748
+ /** Monthly output traffic quota allowed */
1749
+ outputQuotaSize?: ComplexTypeUnitAndValueLong | null;
1750
+ /** Monthly output traffic consumed this month */
1751
+ outputQuotaUsed?: ComplexTypeUnitAndValueLong | null;
1752
+ /** Next reset quota date for traffic counter */
1753
+ resetQuotaDate?: string | null;
1754
+ }
1755
+ export declare const DedicatedServerTrafficDetails: S.Schema<DedicatedServerTrafficDetails>;
1756
+ /** A structure describing VMAC Infos for this dedicated server */
1757
+ export interface DedicatedServerVmacDetails {
1758
+ /** Maximum number of VirtualMacs allowed on this server */
1759
+ quota?: number;
1760
+ /** Server is compatible vmac or not */
1761
+ supported?: boolean;
1762
+ }
1763
+ export declare const DedicatedServerVmacDetails: S.Schema<DedicatedServerVmacDetails>;
1764
+ /** Different Bandwidth type */
1765
+ export type DedicatedServerBandwidthvRackTypeEnum = "included" | "standard";
1766
+ export declare const DedicatedServerBandwidthvRackTypeEnum: any;
1767
+ /** A structure describing vRack bandwidth informations about this dedicated server */
1768
+ export interface DedicatedServerBandwidthvRackDetails {
1769
+ /** vrack bandwidth limitation */
1770
+ bandwidth?: ComplexTypeUnitAndValueLong | null;
1771
+ /** bandwidth offer type */
1772
+ type?: DedicatedServerBandwidthvRackTypeEnum | null;
1773
+ }
1774
+ export declare const DedicatedServerBandwidthvRackDetails: S.Schema<DedicatedServerBandwidthvRackDetails>;
1775
+ /** A structure describing network informations about this dedicated server */
1776
+ export interface DedicatedServerNetworkSpecifications {
1777
+ /** Bandwidth details */
1778
+ bandwidth?: DedicatedServerBandwidthDetails | null;
1779
+ /** Network connection flow rate */
1780
+ connection?: ComplexTypeUnitAndValueLong | null;
1781
+ /** OLA details */
1782
+ ola?: DedicatedServerOlaDetails | null;
1783
+ /** Routing details */
1784
+ routing?: DedicatedServerRoutingDetails | null;
1785
+ /** Switching details */
1786
+ switching?: DedicatedServerSwitchingDetails | null;
1787
+ /** Traffic details */
1788
+ traffic?: DedicatedServerTrafficDetails | null;
1789
+ /** A structure describing VMAC Infos for this dedicated server */
1790
+ vmac?: DedicatedServerVmacDetails;
1791
+ /** vRack details */
1792
+ vrack?: DedicatedServerBandwidthvRackDetails | null;
1793
+ }
1794
+ export declare const DedicatedServerNetworkSpecifications: S.Schema<DedicatedServerNetworkSpecifications>;
1795
+ export interface GetDedicatedServerSplaRequest {
1796
+ /** The internal name of your dedicated server */
1797
+ serviceName: string;
1798
+ /** License id */
1799
+ id: number;
1800
+ }
1801
+ export declare const GetDedicatedServerSplaRequest: S.Schema<GetDedicatedServerSplaRequest>;
1802
+ /** SPLA license status */
1803
+ export type DedicatedServerSplaStatusEnum = "terminated" | "used" | "waitingToCheck";
1804
+ export declare const DedicatedServerSplaStatusEnum: any;
1805
+ /** SPLA licenses management */
1806
+ export interface DedicatedServerSpla {
1807
+ /** License id */
1808
+ id?: number;
1809
+ /** Last update timestamp */
1810
+ lastUpdate?: string;
1811
+ /** License serial number */
1812
+ serialNumber?: string;
1813
+ /** Status of license */
1814
+ status?: DedicatedServerSplaStatusEnum;
1815
+ /** License type */
1816
+ type?: DedicatedServerSplaTypeEnum;
1817
+ }
1818
+ export declare const DedicatedServerSpla: S.Schema<DedicatedServerSpla>;
1819
+ export interface GetDedicatedServerTaskRequest {
1820
+ /** The internal name of your dedicated server */
1821
+ serviceName: string;
1822
+ /** the id of the task */
1823
+ taskId: number;
1824
+ }
1825
+ export declare const GetDedicatedServerTaskRequest: S.Schema<GetDedicatedServerTaskRequest>;
1826
+ export interface GetDedicatedServerVirtualMacRequest {
1827
+ /** The internal name of your dedicated server */
1828
+ serviceName: string;
1829
+ /** Virtual MAC address in 00:00:00:00:00:00 format */
1830
+ macAddress: string;
1831
+ }
1832
+ export declare const GetDedicatedServerVirtualMacRequest: S.Schema<GetDedicatedServerVirtualMacRequest>;
1833
+ /** A virtual MAC address associated to one or more IPs */
1834
+ export interface DedicatedServerVirtualMac {
1835
+ /** Virtual MAC address in 00:00:00:00:00:00 format */
1836
+ macAddress?: string;
1837
+ /** Virtual MAC address type */
1838
+ type?: DedicatedServerVmacTypeEnum;
1839
+ }
1840
+ export declare const DedicatedServerVirtualMac: S.Schema<DedicatedServerVirtualMac>;
1841
+ export interface GetDedicatedServerVirtualMacVirtualAddressRequest {
1842
+ /** The internal name of your dedicated server */
1843
+ serviceName: string;
1844
+ /** Virtual MAC address in 00:00:00:00:00:00 format */
1845
+ macAddress: string;
1846
+ /** IP address */
1847
+ ipAddress: string;
1848
+ }
1849
+ export declare const GetDedicatedServerVirtualMacVirtualAddressRequest: S.Schema<GetDedicatedServerVirtualMacVirtualAddressRequest>;
1850
+ /** ip address linked with this virtual mac address */
1851
+ export interface DedicatedServerVirtualMacManagement {
1852
+ /** IP address */
1853
+ ipAddress?: string;
1854
+ /** Friendly name of your Virtual Machine behind this IP/MAC */
1855
+ virtualMachineName?: string;
1856
+ }
1857
+ export declare const DedicatedServerVirtualMacManagement: S.Schema<DedicatedServerVirtualMacManagement>;
1858
+ export interface GetDedicatedServerVirtualNetworkInterfaceRequest {
1859
+ /** Uuid */
1860
+ uuid: string;
1861
+ }
1862
+ export declare const GetDedicatedServerVirtualNetworkInterfaceRequest: S.Schema<GetDedicatedServerVirtualNetworkInterfaceRequest>;
1863
+ /** NetworkInterfaceControllers bound to this VirtualNetworkInterface */
1864
+ export type DedicatedServerVirtualNetworkInterfaceNetworkInterfaceControllerList = Array<string>;
1865
+ export declare const DedicatedServerVirtualNetworkInterfaceNetworkInterfaceControllerList: S.Schema<DedicatedServerVirtualNetworkInterfaceNetworkInterfaceControllerList>;
1866
+ /** Your VirtualNetworkInterface */
1867
+ export interface DedicatedServerVirtualNetworkInterface {
1868
+ /** VirtualNetworkInterface activation state */
1869
+ enabled?: boolean;
1870
+ /** Available VirtualNetworkInterface modes */
1871
+ mode?: DedicatedVirtualNetworkInterfaceVirtualNetworkInterfaceModeEnum;
1872
+ /** User defined VirtualNetworkInterface name */
1873
+ name?: string;
1874
+ /** NetworkInterfaceControllers bound to this VirtualNetworkInterface */
1875
+ networkInterfaceController?: DedicatedServerVirtualNetworkInterfaceNetworkInterfaceControllerList;
1876
+ /** Server bound to this VirtualNetworkInterface */
1877
+ serverName?: string;
1878
+ /** VirtualNetworkInterface unique id */
1879
+ uuid?: string;
1880
+ /** vRack name */
1881
+ vrack?: string | null;
1882
+ }
1883
+ export declare const DedicatedServerVirtualNetworkInterface: S.Schema<DedicatedServerVirtualNetworkInterface>;
1884
+ export interface GetDedicatedServerVirtualNetworkInterfaceByUuidRequest {
1885
+ /** The internal name of your dedicated server */
1886
+ serviceName: string;
1887
+ /** VirtualNetworkInterface unique id */
1888
+ uuid: string;
1889
+ }
1890
+ export declare const GetDedicatedServerVirtualNetworkInterfaceByUuidRequest: S.Schema<GetDedicatedServerVirtualNetworkInterfaceByUuidRequest>;
1891
+ /** NetworkInterfaceControllers bound to this VirtualNetworkInterface */
1892
+ export type DedicatedVirtualNetworkInterfaceVirtualNetworkInterfaceNetworkInterfaceControllerList = Array<string>;
1893
+ export declare const DedicatedVirtualNetworkInterfaceVirtualNetworkInterfaceNetworkInterfaceControllerList: S.Schema<DedicatedVirtualNetworkInterfaceVirtualNetworkInterfaceNetworkInterfaceControllerList>;
1894
+ /** Your VirtualNetworkInterface */
1895
+ export interface DedicatedVirtualNetworkInterfaceVirtualNetworkInterface {
1896
+ /** VirtualNetworkInterface activation state */
1897
+ enabled?: boolean;
1898
+ /** VirtualNetworkInterface mode */
1899
+ mode?: DedicatedVirtualNetworkInterfaceVirtualNetworkInterfaceModeEnum;
1900
+ /** User defined VirtualNetworkInterface name */
1901
+ name?: string;
1902
+ /** NetworkInterfaceControllers bound to this VirtualNetworkInterface */
1903
+ networkInterfaceController?: DedicatedVirtualNetworkInterfaceVirtualNetworkInterfaceNetworkInterfaceControllerList;
1904
+ /** Server bound to this VirtualNetworkInterface */
1905
+ serverName?: string;
1906
+ /** VirtualNetworkInterface unique id */
1907
+ uuid?: string;
1908
+ /** vRack name */
1909
+ vrack?: string | null;
1910
+ }
1911
+ export declare const DedicatedVirtualNetworkInterfaceVirtualNetworkInterface: S.Schema<DedicatedVirtualNetworkInterfaceVirtualNetworkInterface>;
1912
+ export interface GetDedicatedServerVrackRequest {
1913
+ /** The internal name of your dedicated server */
1914
+ serviceName: string;
1915
+ /** vrack name */
1916
+ vrack: string;
1917
+ }
1918
+ export declare const GetDedicatedServerVrackRequest: S.Schema<GetDedicatedServerVrackRequest>;
1919
+ /** vrack dedicated server interfaces (LEGACY) */
1920
+ export interface VrackDedicatedServer {
1921
+ /** Dedicated Server */
1922
+ dedicatedServer?: string;
1923
+ /** vrack name */
1924
+ vrack?: string;
1925
+ }
1926
+ export declare const VrackDedicatedServer: S.Schema<VrackDedicatedServer>;
1927
+ /** Resource tag filter */
1928
+ export interface IamResourceTagFilterInput {
1929
+ }
1930
+ export declare const IamResourceTagFilterInput: S.Schema<IamResourceTagFilterInput>;
1931
+ export type ListDedicatedServerRequestIamTagsValueList = Array<IamResourceTagFilterInput>;
1932
+ export declare const ListDedicatedServerRequestIamTagsValueList: S.Schema<ListDedicatedServerRequestIamTagsValueList>;
1933
+ export type ListDedicatedServerRequestIamTagsMap = {
1934
+ [key: string]: ListDedicatedServerRequestIamTagsValueList | undefined;
1935
+ };
1936
+ export declare const ListDedicatedServerRequestIamTagsMap: S.Schema<ListDedicatedServerRequestIamTagsMap>;
1937
+ export interface ListDedicatedServerRequest {
1938
+ /** Filter resources on IAM tags */
1939
+ iamTags?: ListDedicatedServerRequestIamTagsMap;
1940
+ }
1941
+ export declare const ListDedicatedServerRequest: S.Schema<ListDedicatedServerRequest>;
1942
+ export type ListDedicatedServerResponseBodyList = Array<string>;
1943
+ export declare const ListDedicatedServerResponseBodyList: S.Schema<ListDedicatedServerResponseBodyList>;
1944
+ export type ListDedicatedServerResponse = ListDedicatedServerResponseBodyList;
1945
+ export declare const ListDedicatedServerResponse: S.Schema<ListDedicatedServerResponse>;
1946
+ export interface ListDedicatedServerAvailabilityRawRequest {
1947
+ }
1948
+ export declare const ListDedicatedServerAvailabilityRawRequest: S.Schema<ListDedicatedServerAvailabilityRawRequest>;
1949
+ /** The availability */
1950
+ export type DedicatedAvailabilityEnum = "120H" | "1440H" | "1H-high" | "1H-low" | "2160H" | "240H" | "24H" | "480H" | "720H" | "72H" | "comingSoon" | "unavailable" | "unknown";
1951
+ export declare const DedicatedAvailabilityEnum: any;
1952
+ /** The region */
1953
+ export type DedicatedAvailabilityRegionEnum = "ap-south-1-a" | "ap-south-mum-a" | "ap-southeast-sgp-a" | "ap-southeast-syd-a" | "apac" | "bhs" | "ca-east-bhs-a" | "ca-east-tor-a" | "canada" | "crx" | "eu-central-waw-a" | "eu-south-mil-a" | "eu-south-mil-b" | "eu-south-mil-c" | "eu-west-1-a" | "eu-west-1-b" | "eu-west-1-c" | "eu-west-eri-a" | "eu-west-gra-a" | "eu-west-lim-a" | "eu-west-par-a" | "eu-west-par-b" | "eu-west-par-c" | "eu-west-rbx-a" | "eu-west-sbg-a" | "europe" | "fr" | "fra" | "gra" | "hil" | "lil1-int1" | "lon" | "northAmerica" | "par" | "rbx" | "rbx-hz" | "sbg" | "sgp" | "syd" | "us-east-vin-a" | "us-west-hil-a" | "vin" | "waw" | "ynm";
1954
+ export declare const DedicatedAvailabilityRegionEnum: any;
1955
+ /** A structure describing the availabilities of dedicated server */
1956
+ export interface DedicatedAvailabilitiesRaw {
1957
+ /** The availability */
1958
+ availability?: DedicatedAvailabilityEnum;
1959
+ /** Real stock in database */
1960
+ available?: number;
1961
+ /** Stock in datacenter */
1962
+ incomingDatacenter?: number | null;
1963
+ /** Last availability rule applied */
1964
+ lastRule?: string | null;
1965
+ /** Ordered count */
1966
+ ordered?: number;
1967
+ /** Validating order count */
1968
+ orderedCheck?: number | null;
1969
+ /** Blockbuster stock count */
1970
+ parentAvailable?: number | null;
1971
+ /** Product reference */
1972
+ reference?: string;
1973
+ /** Real stock (considering order in validating) */
1974
+ trueAvailable?: number;
1975
+ /** 24H count */
1976
+ trueAvailable24H?: number | null;
1977
+ /** 4H count */
1978
+ trueAvailable4H?: number | null;
1979
+ /** The region */
1980
+ zone?: DedicatedAvailabilityRegionEnum;
1981
+ }
1982
+ export declare const DedicatedAvailabilitiesRaw: S.Schema<DedicatedAvailabilitiesRaw>;
1983
+ export type ListDedicatedServerAvailabilityRawResponseBodyList = Array<DedicatedAvailabilitiesRaw>;
1984
+ export declare const ListDedicatedServerAvailabilityRawResponseBodyList: S.Schema<ListDedicatedServerAvailabilityRawResponseBodyList>;
1985
+ export type ListDedicatedServerAvailabilityRawResponse = ListDedicatedServerAvailabilityRawResponseBodyList;
1986
+ export declare const ListDedicatedServerAvailabilityRawResponse: S.Schema<ListDedicatedServerAvailabilityRawResponse>;
1987
+ export interface ListDedicatedServerBootRequest {
1988
+ /** The internal name of your dedicated server */
1989
+ serviceName: string;
1990
+ /** Filter the value of bootType property (=) */
1991
+ bootType?: DedicatedServerBootTypeEnum | (string & {});
1992
+ }
1993
+ export declare const ListDedicatedServerBootRequest: S.Schema<ListDedicatedServerBootRequest>;
1994
+ export type ListDedicatedServerBootResponseBodyList = Array<number>;
1995
+ export declare const ListDedicatedServerBootResponseBodyList: S.Schema<ListDedicatedServerBootResponseBodyList>;
1996
+ export type ListDedicatedServerBootResponse = ListDedicatedServerBootResponseBodyList;
1997
+ export declare const ListDedicatedServerBootResponse: S.Schema<ListDedicatedServerBootResponse>;
1998
+ export interface ListDedicatedServerBootOptionRequest {
1999
+ /** The internal name of your dedicated server */
2000
+ serviceName: string;
2001
+ /** boot id */
2002
+ bootId: number;
2003
+ }
2004
+ export declare const ListDedicatedServerBootOptionRequest: S.Schema<ListDedicatedServerBootOptionRequest>;
2005
+ export type ListDedicatedServerBootOptionResponseBodyList = Array<DedicatedServerBootOptionEnum>;
2006
+ export declare const ListDedicatedServerBootOptionResponseBodyList: S.Schema<ListDedicatedServerBootOptionResponseBodyList>;
2007
+ export type ListDedicatedServerBootOptionResponse = ListDedicatedServerBootOptionResponseBodyList;
2008
+ export declare const ListDedicatedServerBootOptionResponse: S.Schema<ListDedicatedServerBootOptionResponse>;
2009
+ export interface ListDedicatedServerDatacenterAvailabilitiesRequest {
2010
+ /** The names of datacenters separated by commas */
2011
+ datacenters?: string;
2012
+ /** If true, all datacenters are returned except those listed in datacenters parameter */
2013
+ excludeDatacenters?: boolean;
2014
+ /** The name of the gpu hardware part */
2015
+ gpu?: string;
2016
+ /** The name of the memory hardware part */
2017
+ memory?: string;
2018
+ /** The plan code in which the hardware is involved */
2019
+ planCode?: string;
2020
+ /** The name of the base hardware */
2021
+ server?: string;
2022
+ /** The name of the storage hardware part */
2023
+ storage?: string;
2024
+ /** The name of the system storage hardware part */
2025
+ systemStorage?: string;
2026
+ }
2027
+ export declare const ListDedicatedServerDatacenterAvailabilitiesRequest: S.Schema<ListDedicatedServerDatacenterAvailabilitiesRequest>;
2028
+ /** The datacenter */
2029
+ export type DedicatedAvailabilityDatacenterEnum = "ap-south-1-a" | "ap-south-mum-a" | "ap-southeast-sgp-a" | "ap-southeast-syd-a" | "au" | "bhs" | "ca" | "ca-east-1-a" | "ca-east-bhs-a" | "ca-east-tor-a" | "de" | "default" | "eu-central-waw-a" | "eu-south-mil-a" | "eu-south-mil-b" | "eu-south-mil-c" | "eu-west-1-a" | "eu-west-1-b" | "eu-west-1-c" | "eu-west-eri-a" | "eu-west-gra-a" | "eu-west-lim-a" | "eu-west-par-a" | "eu-west-par-b" | "eu-west-par-c" | "eu-west-rbx-a" | "eu-west-sbg-a" | "fr" | "fra" | "gb" | "gra" | "hil" | "in" | "lon" | "par" | "pl" | "rbx" | "rbx-hz" | "sbg" | "sg" | "sgp" | "syd" | "us" | "us-east-vin-a" | "us-west-hil-a" | "vin" | "waw" | "ynm";
2030
+ export declare const DedicatedAvailabilityDatacenterEnum: any;
2031
+ /** A structure describing the hardware availability for each datacenter */
2032
+ export interface DedicatedAvailabilityDatacenter {
2033
+ /** The availability */
2034
+ availability?: DedicatedAvailabilityEnum;
2035
+ /** The datacenter */
2036
+ datacenter?: DedicatedAvailabilityDatacenterEnum;
2037
+ }
2038
+ export declare const DedicatedAvailabilityDatacenter: S.Schema<DedicatedAvailabilityDatacenter>;
2039
+ /** The hardware availability for each datacenter */
2040
+ export type DedicatedDatacenterAvailabilityDatacentersList = Array<DedicatedAvailabilityDatacenter>;
2041
+ export declare const DedicatedDatacenterAvailabilityDatacentersList: S.Schema<DedicatedDatacenterAvailabilityDatacentersList>;
2042
+ /** A structure describing the availabilities of dedicated server */
2043
+ export interface DedicatedDatacenterAvailability {
2044
+ /** The hardware availability for each datacenter */
2045
+ datacenters?: DedicatedDatacenterAvailabilityDatacentersList;
2046
+ /** Fully qualified and unique name of the hardware */
2047
+ fqn?: string;
2048
+ /** Name of the gpu hardware part */
2049
+ gpu?: string | null;
2050
+ /** Name of the memory hardware part */
2051
+ memory?: string | null;
2052
+ /** Plan code in which the hardware is involved */
2053
+ planCode?: string;
2054
+ /** Name of the base hardware */
2055
+ server?: string;
2056
+ /** Name of the storage hardware part */
2057
+ storage?: string | null;
2058
+ /** Name of the system storage hardware part */
2059
+ systemStorage?: string | null;
2060
+ }
2061
+ export declare const DedicatedDatacenterAvailability: S.Schema<DedicatedDatacenterAvailability>;
2062
+ export type ListDedicatedServerDatacenterAvailabilitiesResponseBodyList = Array<DedicatedDatacenterAvailability>;
2063
+ export declare const ListDedicatedServerDatacenterAvailabilitiesResponseBodyList: S.Schema<ListDedicatedServerDatacenterAvailabilitiesResponseBodyList>;
2064
+ export type ListDedicatedServerDatacenterAvailabilitiesResponse = ListDedicatedServerDatacenterAvailabilitiesResponseBodyList;
2065
+ export declare const ListDedicatedServerDatacenterAvailabilitiesResponse: S.Schema<ListDedicatedServerDatacenterAvailabilitiesResponse>;
2066
+ export interface ListDedicatedServerDatacenterAvailabilityRawRequest {
2067
+ /** The names of datacenters separated by commas */
2068
+ datacenters?: string;
2069
+ /** If true, all datacenters are returned except those listed in datacenters parameter */
2070
+ excludeDatacenters?: boolean;
2071
+ /** The name of the gpu hardware part */
2072
+ gpu?: string;
2073
+ /** The name of the memory hardware part */
2074
+ memory?: string;
2075
+ /** The plan code in which the hardware is involved */
2076
+ planCode?: string;
2077
+ /** The name of the base hardware */
2078
+ server?: string;
2079
+ /** The name of the storage hardware part */
2080
+ storage?: string;
2081
+ /** The name of the system storage hardware part */
2082
+ systemStorage?: string;
2083
+ }
2084
+ export declare const ListDedicatedServerDatacenterAvailabilityRawRequest: S.Schema<ListDedicatedServerDatacenterAvailabilityRawRequest>;
2085
+ /** A structure describing the hardware raw availability for each datacenter */
2086
+ export interface DedicatedAvailabilityRawDatacenter {
2087
+ /** The availability */
2088
+ availability?: DedicatedAvailabilityEnum;
2089
+ /** The datacenter */
2090
+ datacenter?: DedicatedAvailabilityDatacenterEnum;
2091
+ /** Last availability rule applied */
2092
+ lastRule?: string | null;
2093
+ /** Real stock including parent references */
2094
+ parentAvailable?: number;
2095
+ /** Real stock */
2096
+ trueAvailable?: number;
2097
+ }
2098
+ export declare const DedicatedAvailabilityRawDatacenter: S.Schema<DedicatedAvailabilityRawDatacenter>;
2099
+ /** The hardware raw availability for each datacenter */
2100
+ export type DedicatedDatacenterRawAvailabilityDatacentersList = Array<DedicatedAvailabilityRawDatacenter>;
2101
+ export declare const DedicatedDatacenterRawAvailabilityDatacentersList: S.Schema<DedicatedDatacenterRawAvailabilityDatacentersList>;
2102
+ /** The availability zone */
2103
+ export type DedicatedAvailabilityAvailabilityZoneEnum = "ap-south-1-a" | "ap-south-mum-a" | "ap-southeast-sgp-a" | "ap-southeast-syd-a" | "ca-east-1-a" | "ca-east-bhs-a" | "ca-east-tor-a" | "eu-central-waw-a" | "eu-south-mil-a" | "eu-south-mil-b" | "eu-south-mil-c" | "eu-west-1-a" | "eu-west-1-b" | "eu-west-1-c" | "eu-west-eri-a" | "eu-west-gra-a" | "eu-west-lim-a" | "eu-west-par-a" | "eu-west-par-b" | "eu-west-par-c" | "eu-west-rbx-a" | "eu-west-sbg-a" | "us-east-vin-a" | "us-west-hil-a";
2104
+ export declare const DedicatedAvailabilityAvailabilityZoneEnum: any;
2105
+ /** A structure describing the hardware raw availability for each availability zone */
2106
+ export interface DedicatedAvailabilityRawAvailabilityZones {
2107
+ /** The availability */
2108
+ availability?: DedicatedAvailabilityEnum;
2109
+ /** The availability zone */
2110
+ availabilityZone?: DedicatedAvailabilityAvailabilityZoneEnum;
2111
+ /** Last availability rule applied */
2112
+ lastRule?: string | null;
2113
+ /** Real stock including parent references */
2114
+ parentAvailable?: number;
2115
+ /** Real stock */
2116
+ trueAvailable?: number;
2117
+ }
2118
+ export declare const DedicatedAvailabilityRawAvailabilityZones: S.Schema<DedicatedAvailabilityRawAvailabilityZones>;
2119
+ /** Availability for each availability zone */
2120
+ export type DedicatedAvailabilityRawRegionAvailabilityZonesList = Array<DedicatedAvailabilityRawAvailabilityZones>;
2121
+ export declare const DedicatedAvailabilityRawRegionAvailabilityZonesList: S.Schema<DedicatedAvailabilityRawRegionAvailabilityZonesList>;
2122
+ /** The region */
2123
+ export type DedicatedAvailabilityRegionalizationEnum = "ap-south-1" | "ap-south-mum" | "ap-southeast-sgp" | "ap-southeast-syd" | "ca-east-1" | "ca-east-bhs" | "ca-east-tor" | "eu-central-waw" | "eu-south-mil" | "eu-west-1" | "eu-west-eri" | "eu-west-gra" | "eu-west-lim" | "eu-west-par" | "eu-west-rbx" | "eu-west-sbg" | "us-east-vin" | "us-west-hil";
2124
+ export declare const DedicatedAvailabilityRegionalizationEnum: any;
2125
+ /** A structure describing the hardware raw availability for each datacenter */
2126
+ export interface DedicatedAvailabilityRawRegion {
2127
+ /** The availability */
2128
+ availability?: DedicatedAvailabilityEnum;
2129
+ /** Availability for each availability zone */
2130
+ availabilityZones?: DedicatedAvailabilityRawRegionAvailabilityZonesList;
2131
+ /** Last availability rule applied */
2132
+ lastRule?: string | null;
2133
+ /** Real stock including parent references */
2134
+ parentAvailable?: number;
2135
+ /** The region */
2136
+ region?: DedicatedAvailabilityRegionalizationEnum;
2137
+ /** Real stock */
2138
+ trueAvailable?: number;
2139
+ }
2140
+ export declare const DedicatedAvailabilityRawRegion: S.Schema<DedicatedAvailabilityRawRegion>;
2141
+ /** The hardware raw availability for each datacenter */
2142
+ export type DedicatedDatacenterRawAvailabilityRegionsList = Array<DedicatedAvailabilityRawRegion>;
2143
+ export declare const DedicatedDatacenterRawAvailabilityRegionsList: S.Schema<DedicatedDatacenterRawAvailabilityRegionsList>;
2144
+ /** A structure describing the raw availabilities of dedicated server */
2145
+ export interface DedicatedDatacenterRawAvailability {
2146
+ /** The hardware raw availability for each datacenter */
2147
+ datacenters?: DedicatedDatacenterRawAvailabilityDatacentersList;
2148
+ /** Fully qualified and unique name of the hardware */
2149
+ fqn?: string;
2150
+ /** Name of the gpu hardware part */
2151
+ gpu?: string | null;
2152
+ /** Name of the memory hardware part */
2153
+ memory?: string | null;
2154
+ /** Plan code in which the hardware is involved */
2155
+ planCode?: string;
2156
+ /** The hardware raw availability for each datacenter */
2157
+ regions?: DedicatedDatacenterRawAvailabilityRegionsList | null;
2158
+ /** Name of the base hardware */
2159
+ server?: string;
2160
+ /** Name of the storage hardware part */
2161
+ storage?: string | null;
2162
+ /** Name of the system storage hardware part */
2163
+ systemStorage?: string | null;
2164
+ }
2165
+ export declare const DedicatedDatacenterRawAvailability: S.Schema<DedicatedDatacenterRawAvailability>;
2166
+ export type ListDedicatedServerDatacenterAvailabilityRawResponseBodyList = Array<DedicatedDatacenterRawAvailability>;
2167
+ export declare const ListDedicatedServerDatacenterAvailabilityRawResponseBodyList: S.Schema<ListDedicatedServerDatacenterAvailabilityRawResponseBodyList>;
2168
+ export type ListDedicatedServerDatacenterAvailabilityRawResponse = ListDedicatedServerDatacenterAvailabilityRawResponseBodyList;
2169
+ export declare const ListDedicatedServerDatacenterAvailabilityRawResponse: S.Schema<ListDedicatedServerDatacenterAvailabilityRawResponse>;
2170
+ export interface ListDedicatedServerFeatureBackupCloudRequest {
2171
+ /** The internal name of your dedicated server */
2172
+ serviceName: string;
2173
+ }
2174
+ export declare const ListDedicatedServerFeatureBackupCloudRequest: S.Schema<ListDedicatedServerFeatureBackupCloudRequest>;
2175
+ export interface ListDedicatedServerFeatureBackupFTPAccessRequest {
2176
+ /** The internal name of your dedicated server */
2177
+ serviceName: string;
2178
+ }
2179
+ export declare const ListDedicatedServerFeatureBackupFTPAccessRequest: S.Schema<ListDedicatedServerFeatureBackupFTPAccessRequest>;
2180
+ export type ListDedicatedServerFeatureBackupFTPAccessResponseBodyList = Array<string>;
2181
+ export declare const ListDedicatedServerFeatureBackupFTPAccessResponseBodyList: S.Schema<ListDedicatedServerFeatureBackupFTPAccessResponseBodyList>;
2182
+ export type ListDedicatedServerFeatureBackupFTPAccessResponse = ListDedicatedServerFeatureBackupFTPAccessResponseBodyList;
2183
+ export declare const ListDedicatedServerFeatureBackupFTPAccessResponse: S.Schema<ListDedicatedServerFeatureBackupFTPAccessResponse>;
2184
+ export interface ListDedicatedServerFeatureBackupFTPAuthorizableBlocksRequest {
2185
+ /** The internal name of your dedicated server */
2186
+ serviceName: string;
2187
+ }
2188
+ export declare const ListDedicatedServerFeatureBackupFTPAuthorizableBlocksRequest: S.Schema<ListDedicatedServerFeatureBackupFTPAuthorizableBlocksRequest>;
2189
+ export type ListDedicatedServerFeatureBackupFTPAuthorizableBlocksResponseBodyList = Array<string>;
2190
+ export declare const ListDedicatedServerFeatureBackupFTPAuthorizableBlocksResponseBodyList: S.Schema<ListDedicatedServerFeatureBackupFTPAuthorizableBlocksResponseBodyList>;
2191
+ export type ListDedicatedServerFeatureBackupFTPAuthorizableBlocksResponse = ListDedicatedServerFeatureBackupFTPAuthorizableBlocksResponseBodyList;
2192
+ export declare const ListDedicatedServerFeatureBackupFTPAuthorizableBlocksResponse: S.Schema<ListDedicatedServerFeatureBackupFTPAuthorizableBlocksResponse>;
2193
+ export interface ListDedicatedServerInstallCompatibleTemplatePartitionSchemesRequest {
2194
+ /** The internal name of your dedicated server */
2195
+ serviceName: string;
2196
+ templateName: string;
2197
+ }
2198
+ export declare const ListDedicatedServerInstallCompatibleTemplatePartitionSchemesRequest: S.Schema<ListDedicatedServerInstallCompatibleTemplatePartitionSchemesRequest>;
2199
+ export type ListDedicatedServerInstallCompatibleTemplatePartitionSchemesResponseBodyList = Array<string>;
2200
+ export declare const ListDedicatedServerInstallCompatibleTemplatePartitionSchemesResponseBodyList: S.Schema<ListDedicatedServerInstallCompatibleTemplatePartitionSchemesResponseBodyList>;
2201
+ export type ListDedicatedServerInstallCompatibleTemplatePartitionSchemesResponse = ListDedicatedServerInstallCompatibleTemplatePartitionSchemesResponseBodyList;
2202
+ export declare const ListDedicatedServerInstallCompatibleTemplatePartitionSchemesResponse: S.Schema<ListDedicatedServerInstallCompatibleTemplatePartitionSchemesResponse>;
2203
+ export interface ListDedicatedServerInstallCompatibleTemplatesRequest {
2204
+ /** The internal name of your dedicated server */
2205
+ serviceName: string;
2206
+ }
2207
+ export declare const ListDedicatedServerInstallCompatibleTemplatesRequest: S.Schema<ListDedicatedServerInstallCompatibleTemplatesRequest>;
2208
+ /** Names list of ovh installationtemplates compatibles with this server */
2209
+ export type DedicatedServerInstallTemplateOvhList = Array<string>;
2210
+ export declare const DedicatedServerInstallTemplateOvhList: S.Schema<DedicatedServerInstallTemplateOvhList>;
2211
+ /** Names list of yours installation templates compatibles with this server */
2212
+ export type DedicatedServerInstallTemplatePersonalList = Array<string>;
2213
+ export declare const DedicatedServerInstallTemplatePersonalList: S.Schema<DedicatedServerInstallTemplatePersonalList>;
2214
+ /** A structure describing informations about an Installation templates */
2215
+ export interface DedicatedServerInstallTemplate {
2216
+ /** Names list of ovh installationtemplates compatibles with this server */
2217
+ ovh?: DedicatedServerInstallTemplateOvhList | null;
2218
+ /** Names list of yours installation templates compatibles with this server */
2219
+ personal?: DedicatedServerInstallTemplatePersonalList | null;
2220
+ }
2221
+ export declare const DedicatedServerInstallTemplate: S.Schema<DedicatedServerInstallTemplate>;
2222
+ export interface ListDedicatedServerInstallHardwareRaidProfileRequest {
2223
+ /** The internal name of your dedicated server */
2224
+ serviceName: string;
2225
+ }
2226
+ export declare const ListDedicatedServerInstallHardwareRaidProfileRequest: S.Schema<ListDedicatedServerInstallHardwareRaidProfileRequest>;
2227
+ /** Disk names */
2228
+ export type DedicatedServerHardwareRaidDiskGroupNamesList = Array<string>;
2229
+ export declare const DedicatedServerHardwareRaidDiskGroupNamesList: S.Schema<DedicatedServerHardwareRaidDiskGroupNamesList>;
2230
+ /** A numeric value tagged with its unit */
2231
+ export interface ComplexTypeUnitAndValueString {
2232
+ unit?: string;
2233
+ value?: string;
2234
+ }
2235
+ export declare const ComplexTypeUnitAndValueString: S.Schema<ComplexTypeUnitAndValueString>;
2236
+ /** Disk interface type enum */
2237
+ export type DedicatedServerDiskTypeEnum = "NVMe" | "SAS" | "SATA" | "SSD" | "Unknown";
2238
+ export declare const DedicatedServerDiskTypeEnum: any;
2239
+ /** Disk attached to a RAID controller */
2240
+ export interface DedicatedServerHardwareRaidDiskGroup {
2241
+ /** Disk capacity */
2242
+ capacity?: ComplexTypeUnitAndValueLong;
2243
+ /** Disk Group Id */
2244
+ diskGroupId?: number;
2245
+ /** Disk names */
2246
+ names?: DedicatedServerHardwareRaidDiskGroupNamesList;
2247
+ /** Disk insterface speed */
2248
+ speed?: ComplexTypeUnitAndValueString;
2249
+ /** Disk type */
2250
+ type?: DedicatedServerDiskTypeEnum;
2251
+ }
2252
+ export declare const DedicatedServerHardwareRaidDiskGroup: S.Schema<DedicatedServerHardwareRaidDiskGroup>;
2253
+ /** Connected disk type */
2254
+ export type DedicatedServerHardwareRaidControllerDisksList = Array<DedicatedServerHardwareRaidDiskGroup>;
2255
+ export declare const DedicatedServerHardwareRaidControllerDisksList: S.Schema<DedicatedServerHardwareRaidControllerDisksList>;
2256
+ /** RAID controller configuration */
2257
+ export interface DedicatedServerHardwareRaidController {
2258
+ /** Connected disk type */
2259
+ disks?: DedicatedServerHardwareRaidControllerDisksList;
2260
+ /** Raid controler model */
2261
+ model?: string;
2262
+ /** Raid controler type */
2263
+ type?: string;
2264
+ }
2265
+ export declare const DedicatedServerHardwareRaidController: S.Schema<DedicatedServerHardwareRaidController>;
2266
+ /** Hardware RAID controller list */
2267
+ export type DedicatedServerHardwareRaidProfileControllersList = Array<DedicatedServerHardwareRaidController>;
2268
+ export declare const DedicatedServerHardwareRaidProfileControllersList: S.Schema<DedicatedServerHardwareRaidProfileControllersList>;
2269
+ /** A structure describing the server's hardware RAID configuration */
2270
+ export interface DedicatedServerHardwareRaidProfile {
2271
+ /** Hardware RAID controller list */
2272
+ controllers?: DedicatedServerHardwareRaidProfileControllersList;
2273
+ }
2274
+ export declare const DedicatedServerHardwareRaidProfile: S.Schema<DedicatedServerHardwareRaidProfile>;
2275
+ export interface ListDedicatedServerInstallHardwareRaidSizeRequest {
2276
+ /** The internal name of your dedicated server */
2277
+ serviceName: string;
2278
+ /** Partition scheme name */
2279
+ partitionSchemeName: string;
2280
+ /** Template name */
2281
+ templateName: string;
2282
+ }
2283
+ export declare const ListDedicatedServerInstallHardwareRaidSizeRequest: S.Schema<ListDedicatedServerInstallHardwareRaidSizeRequest>;
2284
+ /** Simulated result of how the hardware RAID template will be configured on this server */
2285
+ export interface DedicatedServerHardwareRaidConfiguration {
2286
+ /** RAID total capacity */
2287
+ capacity?: ComplexTypeUnitAndValueLong;
2288
+ /** Disk count */
2289
+ diskCount?: number;
2290
+ /** Disk capacity */
2291
+ diskSize?: ComplexTypeUnitAndValueLong;
2292
+ /** Size of disk spans on RAID */
2293
+ diskSpanSize?: number;
2294
+ /** RAID mode */
2295
+ mode?: DedicatedServerHardwareSpecificationsRaidHardEnum;
2296
+ /** RAID configuration name */
2297
+ name?: string;
2298
+ /** RAID controller type */
2299
+ type?: string;
2300
+ }
2301
+ export declare const DedicatedServerHardwareRaidConfiguration: S.Schema<DedicatedServerHardwareRaidConfiguration>;
2302
+ /** Hardware RAID configuration list */
2303
+ export type DedicatedServerHardwareRaidSizeConfigurationsList = Array<DedicatedServerHardwareRaidConfiguration>;
2304
+ export declare const DedicatedServerHardwareRaidSizeConfigurationsList: S.Schema<DedicatedServerHardwareRaidSizeConfigurationsList>;
2305
+ /** A structure describing the server's resulting layout after RAID configuration */
2306
+ export interface DedicatedServerHardwareRaidSize {
2307
+ /** Hardware RAID configuration list */
2308
+ configurations?: DedicatedServerHardwareRaidSizeConfigurationsList;
2309
+ }
2310
+ export declare const DedicatedServerHardwareRaidSize: S.Schema<DedicatedServerHardwareRaidSize>;
2311
+ export interface ListDedicatedServerInstallStatusRequest {
2312
+ /** The internal name of your dedicated server */
2313
+ serviceName: string;
2314
+ }
2315
+ export declare const ListDedicatedServerInstallStatusRequest: S.Schema<ListDedicatedServerInstallStatusRequest>;
2316
+ /** Distinct Installation status */
2317
+ export type DedicatedServerInstallationProgressStatusEnum = "doing" | "done" | "error" | "expired" | "idle" | "pending" | "stopping" | "todo";
2318
+ export declare const DedicatedServerInstallationProgressStatusEnum: any;
2319
+ /** A structure describing informations about this dedicated server installation steps */
2320
+ export interface DedicatedServerInstallationProgressSteps {
2321
+ /** Informations about this installation step */
2322
+ comment?: string;
2323
+ /** Error details if state is error */
2324
+ error?: string | null;
2325
+ /** Status of this installation step */
2326
+ status?: DedicatedServerInstallationProgressStatusEnum;
2327
+ }
2328
+ export declare const DedicatedServerInstallationProgressSteps: S.Schema<DedicatedServerInstallationProgressSteps>;
2329
+ /** Installation steps */
2330
+ export type DedicatedServerInstallationProgressStatusProgressList = Array<DedicatedServerInstallationProgressSteps>;
2331
+ export declare const DedicatedServerInstallationProgressStatusProgressList: S.Schema<DedicatedServerInstallationProgressStatusProgressList>;
2332
+ /** A structure describing informations about this dedicated server installation status */
2333
+ export interface DedicatedServerInstallationProgressStatus {
2334
+ /** Elapsed time in seconds since installation beggining */
2335
+ elapsedTime?: number;
2336
+ /** Installation steps */
2337
+ progress?: DedicatedServerInstallationProgressStatusProgressList | null;
2338
+ }
2339
+ export declare const DedicatedServerInstallationProgressStatus: S.Schema<DedicatedServerInstallationProgressStatus>;
2340
+ export interface ListDedicatedServerInterventionRequest {
2341
+ /** The internal name of your dedicated server */
2342
+ serviceName: string;
2343
+ }
2344
+ export declare const ListDedicatedServerInterventionRequest: S.Schema<ListDedicatedServerInterventionRequest>;
2345
+ export type ListDedicatedServerInterventionResponseBodyList = Array<number>;
2346
+ export declare const ListDedicatedServerInterventionResponseBodyList: S.Schema<ListDedicatedServerInterventionResponseBodyList>;
2347
+ export type ListDedicatedServerInterventionResponse = ListDedicatedServerInterventionResponseBodyList;
2348
+ export declare const ListDedicatedServerInterventionResponse: S.Schema<ListDedicatedServerInterventionResponse>;
2349
+ export interface ListDedicatedServerIpCountryAvailableRequest {
2350
+ /** The internal name of your dedicated server */
2351
+ serviceName: string;
2352
+ }
2353
+ export declare const ListDedicatedServerIpCountryAvailableRequest: S.Schema<ListDedicatedServerIpCountryAvailableRequest>;
2354
+ /** Available localization for this static IP */
2355
+ export type DedicatedServerIpCountryEnum = "au" | "be" | "ca" | "cz" | "de" | "es" | "fi" | "fr" | "ie" | "in" | "it" | "lt" | "nl" | "pl" | "pt" | "sg" | "uk" | "us";
2356
+ export declare const DedicatedServerIpCountryEnum: any;
2357
+ export type ListDedicatedServerIpCountryAvailableResponseBodyList = Array<DedicatedServerIpCountryEnum>;
2358
+ export declare const ListDedicatedServerIpCountryAvailableResponseBodyList: S.Schema<ListDedicatedServerIpCountryAvailableResponseBodyList>;
2359
+ export type ListDedicatedServerIpCountryAvailableResponse = ListDedicatedServerIpCountryAvailableResponseBodyList;
2360
+ export declare const ListDedicatedServerIpCountryAvailableResponse: S.Schema<ListDedicatedServerIpCountryAvailableResponse>;
2361
+ export interface ListDedicatedServerIpsRequest {
2362
+ /** The internal name of your dedicated server */
2363
+ serviceName: string;
2364
+ }
2365
+ export declare const ListDedicatedServerIpsRequest: S.Schema<ListDedicatedServerIpsRequest>;
2366
+ export type ListDedicatedServerIpsResponseBodyList = Array<string>;
2367
+ export declare const ListDedicatedServerIpsResponseBodyList: S.Schema<ListDedicatedServerIpsResponseBodyList>;
2368
+ export type ListDedicatedServerIpsResponse = ListDedicatedServerIpsResponseBodyList;
2369
+ export declare const ListDedicatedServerIpsResponse: S.Schema<ListDedicatedServerIpsResponse>;
2370
+ export interface ListDedicatedServerLicenseCompliantWindowsRequest {
2371
+ /** The internal name of your dedicated server */
2372
+ serviceName: string;
2373
+ }
2374
+ export declare const ListDedicatedServerLicenseCompliantWindowsRequest: S.Schema<ListDedicatedServerLicenseCompliantWindowsRequest>;
2375
+ export type ListDedicatedServerLicenseCompliantWindowsResponseBodyList = Array<LicenseWindowsOsVersionEnum>;
2376
+ export declare const ListDedicatedServerLicenseCompliantWindowsResponseBodyList: S.Schema<ListDedicatedServerLicenseCompliantWindowsResponseBodyList>;
2377
+ export type ListDedicatedServerLicenseCompliantWindowsResponse = ListDedicatedServerLicenseCompliantWindowsResponseBodyList;
2378
+ export declare const ListDedicatedServerLicenseCompliantWindowsResponse: S.Schema<ListDedicatedServerLicenseCompliantWindowsResponse>;
2379
+ export interface ListDedicatedServerLicenseCompliantWindowsSqlServerRequest {
2380
+ /** The internal name of your dedicated server */
2381
+ serviceName: string;
2382
+ }
2383
+ export declare const ListDedicatedServerLicenseCompliantWindowsSqlServerRequest: S.Schema<ListDedicatedServerLicenseCompliantWindowsSqlServerRequest>;
2384
+ /** All SQL Server versions for Windows products */
2385
+ export type LicenseWindowsSqlVersionEnum = "SQL_SERVER_2008_STANDARD_EDITION" | "SQL_SERVER_2008_STANDARD_EDITION_2_CPU" | "SQL_SERVER_2008_WEB_EDITION" | "SQL_SERVER_2008_WEB_EDITION_2_CPU" | "SQL_SERVER_2012_STANDARD_EDITION" | "SQL_SERVER_2012_STANDARD_EDITION_12_CORES" | "SQL_SERVER_2012_STANDARD_EDITION_16_CORES" | "SQL_SERVER_2012_STANDARD_EDITION_18_CORES" | "SQL_SERVER_2012_STANDARD_EDITION_20_CORES" | "SQL_SERVER_2012_STANDARD_EDITION_24_CORES" | "SQL_SERVER_2012_STANDARD_EDITION_2_CPU" | "SQL_SERVER_2012_STANDARD_EDITION_32_CORES" | "SQL_SERVER_2012_STANDARD_EDITION_4_CORES" | "SQL_SERVER_2012_STANDARD_EDITION_6_CORES" | "SQL_SERVER_2012_STANDARD_EDITION_8_CORES" | "SQL_SERVER_2012_WEB_EDITION_12_CORES" | "SQL_SERVER_2012_WEB_EDITION_16_CORES" | "SQL_SERVER_2012_WEB_EDITION_18_CORES" | "SQL_SERVER_2012_WEB_EDITION_20_CORES" | "SQL_SERVER_2012_WEB_EDITION_24_CORES" | "SQL_SERVER_2012_WEB_EDITION_32_CORES" | "SQL_SERVER_2012_WEB_EDITION_4_CORES" | "SQL_SERVER_2012_WEB_EDITION_6_CORES" | "SQL_SERVER_2012_WEB_EDITION_8_CORES";
2386
+ export declare const LicenseWindowsSqlVersionEnum: any;
2387
+ export type ListDedicatedServerLicenseCompliantWindowsSqlServerResponseBodyList = Array<LicenseWindowsSqlVersionEnum>;
2388
+ export declare const ListDedicatedServerLicenseCompliantWindowsSqlServerResponseBodyList: S.Schema<ListDedicatedServerLicenseCompliantWindowsSqlServerResponseBodyList>;
2389
+ export type ListDedicatedServerLicenseCompliantWindowsSqlServerResponse = ListDedicatedServerLicenseCompliantWindowsSqlServerResponseBodyList;
2390
+ export declare const ListDedicatedServerLicenseCompliantWindowsSqlServerResponse: S.Schema<ListDedicatedServerLicenseCompliantWindowsSqlServerResponse>;
2391
+ export interface ListDedicatedServerNetworkingRequest {
2392
+ /** The internal name of your dedicated server */
2393
+ serviceName: string;
2394
+ }
2395
+ export declare const ListDedicatedServerNetworkingRequest: S.Schema<ListDedicatedServerNetworkingRequest>;
2396
+ export interface ListDedicatedServerNetworkInterfaceControllerRequest {
2397
+ /** The internal name of your dedicated server */
2398
+ serviceName: string;
2399
+ /** Filter the value of linkType property (=) */
2400
+ linkType?: DedicatedNetworkInterfaceControllerNetworkInterfaceControllerLinkTypeEnum | (string & {});
2401
+ }
2402
+ export declare const ListDedicatedServerNetworkInterfaceControllerRequest: S.Schema<ListDedicatedServerNetworkInterfaceControllerRequest>;
2403
+ export type ListDedicatedServerNetworkInterfaceControllerResponseBodyList = Array<string>;
2404
+ export declare const ListDedicatedServerNetworkInterfaceControllerResponseBodyList: S.Schema<ListDedicatedServerNetworkInterfaceControllerResponseBodyList>;
2405
+ export type ListDedicatedServerNetworkInterfaceControllerResponse = ListDedicatedServerNetworkInterfaceControllerResponseBodyList;
2406
+ export declare const ListDedicatedServerNetworkInterfaceControllerResponse: S.Schema<ListDedicatedServerNetworkInterfaceControllerResponse>;
2407
+ /** distincts MRTG period */
2408
+ export type DedicatedServerMrtgPeriodEnum = "daily" | "hourly" | "monthly" | "weekly" | "yearly";
2409
+ export declare const DedicatedServerMrtgPeriodEnum: any;
2410
+ /** distincts MRTG type */
2411
+ export type DedicatedServerMrtgTypeEnum = "errors:download" | "errors:upload" | "packets:download" | "packets:upload" | "traffic:download" | "traffic:upload";
2412
+ export declare const DedicatedServerMrtgTypeEnum: any;
2413
+ export interface ListDedicatedServerNetworkInterfaceControllerMrtgRequest {
2414
+ /** The internal name of your dedicated server */
2415
+ serviceName: string;
2416
+ /** NetworkInterfaceController mac */
2417
+ mac: string;
2418
+ /** mrtg period */
2419
+ period: DedicatedServerMrtgPeriodEnum | (string & {});
2420
+ /** mrtg type */
2421
+ type: DedicatedServerMrtgTypeEnum | (string & {});
2422
+ }
2423
+ export declare const ListDedicatedServerNetworkInterfaceControllerMrtgRequest: S.Schema<ListDedicatedServerNetworkInterfaceControllerMrtgRequest>;
2424
+ /** A numeric value tagged with its unit */
2425
+ export type ComplexTypeUnitAndValueDouble = ComplexTypeUnitAndValueLong;
2426
+ export declare const ComplexTypeUnitAndValueDouble: S.Schema<ComplexTypeUnitAndValueLong>;
2427
+ /** A timestamp associated to a value */
2428
+ export interface DedicatedServerMrtgTimestampValue {
2429
+ timestamp?: number;
2430
+ value?: ComplexTypeUnitAndValueLong | null;
2431
+ }
2432
+ export declare const DedicatedServerMrtgTimestampValue: S.Schema<DedicatedServerMrtgTimestampValue>;
2433
+ export type ListDedicatedServerNetworkInterfaceControllerMrtgResponseBodyList = Array<DedicatedServerMrtgTimestampValue>;
2434
+ export declare const ListDedicatedServerNetworkInterfaceControllerMrtgResponseBodyList: S.Schema<ListDedicatedServerNetworkInterfaceControllerMrtgResponseBodyList>;
2435
+ export type ListDedicatedServerNetworkInterfaceControllerMrtgResponse = ListDedicatedServerNetworkInterfaceControllerMrtgResponseBodyList;
2436
+ export declare const ListDedicatedServerNetworkInterfaceControllerMrtgResponse: S.Schema<ListDedicatedServerNetworkInterfaceControllerMrtgResponse>;
2437
+ export interface ListDedicatedServerOngoingRequest {
2438
+ /** The internal name of your dedicated server */
2439
+ serviceName: string;
2440
+ }
2441
+ export declare const ListDedicatedServerOngoingRequest: S.Schema<ListDedicatedServerOngoingRequest>;
2442
+ /** A task for a dedicated server */
2443
+ export interface DedicatedExposedTask {
2444
+ /** Location of the server */
2445
+ datacenter?: DedicatedDatacenterEnum;
2446
+ /** Short text describing the entry */
2447
+ description?: string;
2448
+ /** Name of the dedicated server */
2449
+ server?: string;
2450
+ /** Timestamp for processing */
2451
+ todoDate?: string;
2452
+ }
2453
+ export declare const DedicatedExposedTask: S.Schema<DedicatedExposedTask>;
2454
+ export type ListDedicatedServerOngoingResponseBodyList = Array<DedicatedExposedTask>;
2455
+ export declare const ListDedicatedServerOngoingResponseBodyList: S.Schema<ListDedicatedServerOngoingResponseBodyList>;
2456
+ export type ListDedicatedServerOngoingResponse = ListDedicatedServerOngoingResponseBodyList;
2457
+ export declare const ListDedicatedServerOngoingResponse: S.Schema<ListDedicatedServerOngoingResponse>;
2458
+ export interface ListDedicatedServerOperationRequest {
2459
+ /** The internal name of your dedicated server */
2460
+ serviceName: string;
2461
+ /** Filter the value of function property (=) */
2462
+ function?: DedicatedOperationFunctionEnum | (string & {});
2463
+ /** Filter the value of status property (=) */
2464
+ status?: DedicatedTaskStatusEnum | (string & {});
2465
+ }
2466
+ export declare const ListDedicatedServerOperationRequest: S.Schema<ListDedicatedServerOperationRequest>;
2467
+ export type ListDedicatedServerOperationResponseBodyList = Array<string>;
2468
+ export declare const ListDedicatedServerOperationResponseBodyList: S.Schema<ListDedicatedServerOperationResponseBodyList>;
2469
+ export type ListDedicatedServerOperationResponse = ListDedicatedServerOperationResponseBodyList;
2470
+ export declare const ListDedicatedServerOperationResponse: S.Schema<ListDedicatedServerOperationResponse>;
2471
+ export interface ListDedicatedServerOptionRequest {
2472
+ /** The internal name of your dedicated server */
2473
+ serviceName: string;
2474
+ }
2475
+ export declare const ListDedicatedServerOptionRequest: S.Schema<ListDedicatedServerOptionRequest>;
2476
+ export type ListDedicatedServerOptionResponseBodyList = Array<DedicatedServerOptionEnum>;
2477
+ export declare const ListDedicatedServerOptionResponseBodyList: S.Schema<ListDedicatedServerOptionResponseBodyList>;
2478
+ export type ListDedicatedServerOptionResponse = ListDedicatedServerOptionResponseBodyList;
2479
+ export declare const ListDedicatedServerOptionResponse: S.Schema<ListDedicatedServerOptionResponse>;
2480
+ export interface ListDedicatedServerOrderableBackupStorageRequest {
2481
+ /** The internal name of your dedicated server */
2482
+ serviceName: string;
2483
+ }
2484
+ export declare const ListDedicatedServerOrderableBackupStorageRequest: S.Schema<ListDedicatedServerOrderableBackupStorageRequest>;
2485
+ /** Different backup storage capacity in gigabytes */
2486
+ export type DedicatedServerBackupStorageCapacityEnum = 500 | 1000 | 5000 | 10000;
2487
+ export declare const DedicatedServerBackupStorageCapacityEnum: any;
2488
+ /** Backup storage orderable capacities in gigabytes */
2489
+ export type DedicatedServerBackupStorageOrderableCapacitiesList = Array<DedicatedServerBackupStorageCapacityEnum>;
2490
+ export declare const DedicatedServerBackupStorageOrderableCapacitiesList: S.Schema<DedicatedServerBackupStorageOrderableCapacitiesList>;
2491
+ /** A structure describing informations storage backup orderable for this dedicated server */
2492
+ export interface DedicatedServerBackupStorageOrderable {
2493
+ /** Backup storage orderable capacities in gigabytes */
2494
+ capacities?: DedicatedServerBackupStorageOrderableCapacitiesList | null;
2495
+ /** Is a backup storage is orderable for this server */
2496
+ orderable?: boolean;
2497
+ }
2498
+ export declare const DedicatedServerBackupStorageOrderable: S.Schema<DedicatedServerBackupStorageOrderable>;
2499
+ export interface ListDedicatedServerOrderableBandwidthRequest {
2500
+ /** The internal name of your dedicated server */
2501
+ serviceName: string;
2502
+ }
2503
+ export declare const ListDedicatedServerOrderableBandwidthRequest: S.Schema<ListDedicatedServerOrderableBandwidthRequest>;
2504
+ /** Different Bandwidth orderable in Mbps */
2505
+ export type DedicatedServerBandwidthOrderEnum = 1000 | 2000 | 3000;
2506
+ export declare const DedicatedServerBandwidthOrderEnum: any;
2507
+ /** Bandwidth "platinum" orderable in mbps */
2508
+ export type DedicatedServerBandwidthOrderablePlatinumList = Array<DedicatedServerBandwidthOrderEnum>;
2509
+ export declare const DedicatedServerBandwidthOrderablePlatinumList: S.Schema<DedicatedServerBandwidthOrderablePlatinumList>;
2510
+ /** Bandwidth "premium" orderable in mbps */
2511
+ export type DedicatedServerBandwidthOrderablePremiumList = Array<DedicatedServerBandwidthOrderEnum>;
2512
+ export declare const DedicatedServerBandwidthOrderablePremiumList: S.Schema<DedicatedServerBandwidthOrderablePremiumList>;
2513
+ /** Bandwidth "ultimate" orderable in mbps */
2514
+ export type DedicatedServerBandwidthOrderableUltimateList = Array<DedicatedServerBandwidthOrderEnum>;
2515
+ export declare const DedicatedServerBandwidthOrderableUltimateList: S.Schema<DedicatedServerBandwidthOrderableUltimateList>;
2516
+ /** A structure describing informations bandwidth orderable for this dedicated server */
2517
+ export interface DedicatedServerBandwidthOrderable {
2518
+ /** Is bandwidth orderable for this server */
2519
+ orderable?: boolean;
2520
+ /** Bandwidth "platinum" orderable in mbps */
2521
+ platinum?: DedicatedServerBandwidthOrderablePlatinumList | null;
2522
+ /** Bandwidth "premium" orderable in mbps */
2523
+ premium?: DedicatedServerBandwidthOrderablePremiumList | null;
2524
+ /** Bandwidth "ultimate" orderable in mbps */
2525
+ ultimate?: DedicatedServerBandwidthOrderableUltimateList | null;
2526
+ }
2527
+ export declare const DedicatedServerBandwidthOrderable: S.Schema<DedicatedServerBandwidthOrderable>;
2528
+ export interface ListDedicatedServerOrderableBandwidthvRackRequest {
2529
+ /** The internal name of your dedicated server */
2530
+ serviceName: string;
2531
+ }
2532
+ export declare const ListDedicatedServerOrderableBandwidthvRackRequest: S.Schema<ListDedicatedServerOrderableBandwidthvRackRequest>;
2533
+ /** Different vRack Bandwidth orderable in Mbps */
2534
+ export type DedicatedServerBandwidthvRackOrderEnum = 1000 | 3000;
2535
+ export declare const DedicatedServerBandwidthvRackOrderEnum: any;
2536
+ /** vRack Bandwidth orderable in mbps */
2537
+ export type DedicatedServerBandwidthvRackOrderableVrackList = Array<DedicatedServerBandwidthvRackOrderEnum>;
2538
+ export declare const DedicatedServerBandwidthvRackOrderableVrackList: S.Schema<DedicatedServerBandwidthvRackOrderableVrackList>;
2539
+ /** A structure describing informations bandwidth orderable for this dedicated server */
2540
+ export interface DedicatedServerBandwidthvRackOrderable {
2541
+ /** Is bandwidth orderable for this server */
2542
+ orderable?: boolean;
2543
+ /** vRack Bandwidth orderable in mbps */
2544
+ vrack?: DedicatedServerBandwidthvRackOrderableVrackList | null;
2545
+ }
2546
+ export declare const DedicatedServerBandwidthvRackOrderable: S.Schema<DedicatedServerBandwidthvRackOrderable>;
2547
+ export interface ListDedicatedServerOrderableIpRequest {
2548
+ /** The internal name of your dedicated server */
2549
+ serviceName: string;
2550
+ }
2551
+ export declare const ListDedicatedServerOrderableIpRequest: S.Schema<ListDedicatedServerOrderableIpRequest>;
2552
+ /** IP block size */
2553
+ export type DedicatedServerIpBlockSizeEnum = 1 | 4 | 8 | 16 | 32 | 64 | 128 | 256;
2554
+ export declare const DedicatedServerIpBlockSizeEnum: any;
2555
+ /** Orderable IP blocks sizes */
2556
+ export type DedicatedServerIpOrderableDetailsBlockSizesList = Array<DedicatedServerIpBlockSizeEnum>;
2557
+ export declare const DedicatedServerIpOrderableDetailsBlockSizesList: S.Schema<DedicatedServerIpOrderableDetailsBlockSizesList>;
2558
+ /** Required option */
2559
+ export type DedicatedServerOptionRequiredEnum = "professionalUse";
2560
+ export declare const DedicatedServerOptionRequiredEnum: any;
2561
+ /** Orderable IP type */
2562
+ export type DedicatedServerIpTypeOrderableEnum = "failover" | "static" | "unshielded";
2563
+ export declare const DedicatedServerIpTypeOrderableEnum: any;
2564
+ /** A structure describing informations about orderable IP address */
2565
+ export interface DedicatedServerIpOrderableDetails {
2566
+ /** Orderable IP blocks sizes */
2567
+ blockSizes?: DedicatedServerIpOrderableDetailsBlockSizesList;
2568
+ /** Are those IP included with your offer */
2569
+ included?: boolean;
2570
+ /** Total number of IP that can be routed to this server */
2571
+ ipNumber?: number | null;
2572
+ /** Total number of prefixes that can be routed to this server */
2573
+ number?: number;
2574
+ /** Which option is required to order this type of IP */
2575
+ optionRequired?: DedicatedServerOptionRequiredEnum | null;
2576
+ /** this IP type */
2577
+ type?: DedicatedServerIpTypeOrderableEnum;
2578
+ }
2579
+ export declare const DedicatedServerIpOrderableDetails: S.Schema<DedicatedServerIpOrderableDetails>;
2580
+ /** Orderable IP v4 details */
2581
+ export type DedicatedServerIpOrderableIpv4List = Array<DedicatedServerIpOrderableDetails>;
2582
+ export declare const DedicatedServerIpOrderableIpv4List: S.Schema<DedicatedServerIpOrderableIpv4List>;
2583
+ /** Orderable IP v6 details */
2584
+ export type DedicatedServerIpOrderableIpv6List = Array<DedicatedServerIpOrderableDetails>;
2585
+ export declare const DedicatedServerIpOrderableIpv6List: S.Schema<DedicatedServerIpOrderableIpv6List>;
2586
+ /** A structure describing informations about orderable IP address */
2587
+ export interface DedicatedServerIpOrderable {
2588
+ /** Orderable IP v4 details */
2589
+ ipv4?: DedicatedServerIpOrderableIpv4List | null;
2590
+ /** Orderable IP v6 details */
2591
+ ipv6?: DedicatedServerIpOrderableIpv6List | null;
2592
+ }
2593
+ export declare const DedicatedServerIpOrderable: S.Schema<DedicatedServerIpOrderable>;
2594
+ export interface ListDedicatedServerOrderableSupportLevelRequest {
2595
+ /** The internal name of your dedicated server */
2596
+ serviceName: string;
2597
+ }
2598
+ export declare const ListDedicatedServerOrderableSupportLevelRequest: S.Schema<ListDedicatedServerOrderableSupportLevelRequest>;
2599
+ /** distincts support level */
2600
+ export type DedicatedServerSupportLevelOrderableEnum = "critical" | "fastpath" | "gs";
2601
+ export declare const DedicatedServerSupportLevelOrderableEnum: any;
2602
+ /** Support level orderable */
2603
+ export type DedicatedServerSupportLevelOrderableLevelsList = Array<DedicatedServerSupportLevelOrderableEnum>;
2604
+ export declare const DedicatedServerSupportLevelOrderableLevelsList: S.Schema<DedicatedServerSupportLevelOrderableLevelsList>;
2605
+ /** A structure describing informations support level orderable for this dedicated server */
2606
+ export interface DedicatedServerSupportLevelOrderable {
2607
+ /** Support level orderable */
2608
+ levels?: DedicatedServerSupportLevelOrderableLevelsList | null;
2609
+ /** Is a support level is orderable for this server */
2610
+ orderable?: boolean;
2611
+ }
2612
+ export declare const DedicatedServerSupportLevelOrderable: S.Schema<DedicatedServerSupportLevelOrderable>;
2613
+ export interface ListDedicatedServerOrderableTrafficRequest {
2614
+ /** The internal name of your dedicated server */
2615
+ serviceName: string;
2616
+ }
2617
+ export declare const ListDedicatedServerOrderableTrafficRequest: S.Schema<ListDedicatedServerOrderableTrafficRequest>;
2618
+ /** traffic orderable */
2619
+ export type DedicatedServerTrafficOrderEnum = "100Mbps-Unlimited" | "250Mbps-Unlimited" | "500Mbps-Unlimited";
2620
+ export declare const DedicatedServerTrafficOrderEnum: any;
2621
+ /** traffic orderable */
2622
+ export type DedicatedServerTrafficOrderableTrafficList = Array<DedicatedServerTrafficOrderEnum>;
2623
+ export declare const DedicatedServerTrafficOrderableTrafficList: S.Schema<DedicatedServerTrafficOrderableTrafficList>;
2624
+ /** A structure describing informations bandwidth orderable for this dedicated server */
2625
+ export interface DedicatedServerTrafficOrderable {
2626
+ /** Is traffic orderable for this server */
2627
+ orderable?: boolean;
2628
+ /** traffic orderable */
2629
+ traffic?: DedicatedServerTrafficOrderableTrafficList | null;
2630
+ }
2631
+ export declare const DedicatedServerTrafficOrderable: S.Schema<DedicatedServerTrafficOrderable>;
2632
+ export interface ListDedicatedServerOrderableUsbKeyRequest {
2633
+ /** The internal name of your dedicated server */
2634
+ serviceName: string;
2635
+ }
2636
+ export declare const ListDedicatedServerOrderableUsbKeyRequest: S.Schema<ListDedicatedServerOrderableUsbKeyRequest>;
2637
+ /** Different USB key capacity in gigabytes */
2638
+ export type DedicatedServerUsbKeyCapacityEnum = 16 | 32 | 64 | 128 | 256;
2639
+ export declare const DedicatedServerUsbKeyCapacityEnum: any;
2640
+ /** Orderable USB keys capacity in gigabytes */
2641
+ export type DedicatedServerUsbKeyOrderableDetailsCapacityList = Array<DedicatedServerUsbKeyCapacityEnum>;
2642
+ export declare const DedicatedServerUsbKeyOrderableDetailsCapacityList: S.Schema<DedicatedServerUsbKeyOrderableDetailsCapacityList>;
2643
+ /** A structure describing informations about orderable USB keys */
2644
+ export interface DedicatedServerUsbKeyOrderableDetails {
2645
+ /** Orderable USB keys capacity in gigabytes */
2646
+ capacity?: DedicatedServerUsbKeyOrderableDetailsCapacityList;
2647
+ /** Number of USB keys that can be ordered for this server */
2648
+ number?: number;
2649
+ /** Which option is required to order an USB key */
2650
+ optionRequired?: DedicatedServerOptionRequiredEnum | null;
2651
+ /** Is USB keys orderable for this server */
2652
+ orderable?: boolean;
2653
+ }
2654
+ export declare const DedicatedServerUsbKeyOrderableDetails: S.Schema<DedicatedServerUsbKeyOrderableDetails>;
2655
+ export interface ListDedicatedServerOsAvailabilitiesRequest {
2656
+ /** Hardware reference requested */
2657
+ hardware: string;
2658
+ }
2659
+ export declare const ListDedicatedServerOsAvailabilitiesRequest: S.Schema<ListDedicatedServerOsAvailabilitiesRequest>;
2660
+ export type ListDedicatedServerOsAvailabilitiesResponseBodyList = Array<string>;
2661
+ export declare const ListDedicatedServerOsAvailabilitiesResponseBodyList: S.Schema<ListDedicatedServerOsAvailabilitiesResponseBodyList>;
2662
+ export type ListDedicatedServerOsAvailabilitiesResponse = ListDedicatedServerOsAvailabilitiesResponseBodyList;
2663
+ export declare const ListDedicatedServerOsAvailabilitiesResponse: S.Schema<ListDedicatedServerOsAvailabilitiesResponse>;
2664
+ export interface ListDedicatedServerPlannedInterventionRequest {
2665
+ /** The internal name of your dedicated server */
2666
+ serviceName: string;
2667
+ }
2668
+ export declare const ListDedicatedServerPlannedInterventionRequest: S.Schema<ListDedicatedServerPlannedInterventionRequest>;
2669
+ export type ListDedicatedServerPlannedInterventionResponseBodyList = Array<number>;
2670
+ export declare const ListDedicatedServerPlannedInterventionResponseBodyList: S.Schema<ListDedicatedServerPlannedInterventionResponseBodyList>;
2671
+ export type ListDedicatedServerPlannedInterventionResponse = ListDedicatedServerPlannedInterventionResponseBodyList;
2672
+ export declare const ListDedicatedServerPlannedInterventionResponse: S.Schema<ListDedicatedServerPlannedInterventionResponse>;
2673
+ /** The region */
2674
+ export type DedicatedServerAvailabilityRegionalizationEnum = "ap-south-1" | "ap-southeast-sgp" | "ap-southeast-syd" | "ca-east-1" | "ca-east-bhs" | "eu-central-waw" | "eu-west-eri" | "eu-west-gra" | "eu-west-lim" | "eu-west-par" | "eu-west-rbx" | "eu-west-sbg" | "us-east-vin" | "us-west-hil";
2675
+ export declare const DedicatedServerAvailabilityRegionalizationEnum: any;
2676
+ export type ListDedicatedServerRegionAvailabilitiesRequestRegionsList = Array<DedicatedServerAvailabilityRegionalizationEnum | (string & {})>;
2677
+ export declare const ListDedicatedServerRegionAvailabilitiesRequestRegionsList: S.Schema<ListDedicatedServerRegionAvailabilitiesRequestRegionsList>;
2678
+ export interface ListDedicatedServerRegionAvailabilitiesRequest {
2679
+ /** If true, all regions are returned except those listed in regions parameter */
2680
+ excludeRegions?: boolean;
2681
+ /** The name of the gpu hardware part */
2682
+ gpu?: string;
2683
+ /** The name of the memory hardware part */
2684
+ memory?: string;
2685
+ /** The plan code in which the hardware is involved */
2686
+ planCode?: string;
2687
+ /** The names of regions */
2688
+ regions?: ListDedicatedServerRegionAvailabilitiesRequestRegionsList;
2689
+ /** The name of the base hardware */
2690
+ server?: string;
2691
+ /** The name of the storage hardware part */
2692
+ storage?: string;
2693
+ /** The name of the system storage hardware part */
2694
+ systemStorage?: string;
2695
+ }
2696
+ export declare const ListDedicatedServerRegionAvailabilitiesRequest: S.Schema<ListDedicatedServerRegionAvailabilitiesRequest>;
2697
+ /** The availability */
2698
+ export type DedicatedServerAvailabilityEnum = "120H" | "1440H" | "1H-high" | "1H-low" | "2160H" | "240H" | "24H" | "480H" | "720H" | "72H" | "comingSoon" | "unavailable" | "unknown";
2699
+ export declare const DedicatedServerAvailabilityEnum: any;
2700
+ /** The availability zone */
2701
+ export type DedicatedServerAvailabilityZonesEnum = "ap-south-1-a" | "ap-south-mum-a" | "ap-southeast-sgp-a" | "ap-southeast-syd-a" | "ca-east-1-a" | "ca-east-bhs-a" | "ca-east-tor-a" | "eu-central-waw-a" | "eu-south-mil-a" | "eu-south-mil-b" | "eu-south-mil-c" | "eu-west-1-a" | "eu-west-1-b" | "eu-west-1-c" | "eu-west-eri-a" | "eu-west-gra-a" | "eu-west-lim-a" | "eu-west-par-a" | "eu-west-par-b" | "eu-west-par-c" | "eu-west-rbx-a" | "eu-west-sbg-a" | "us-east-vin-a" | "us-west-hil-a";
2702
+ export declare const DedicatedServerAvailabilityZonesEnum: any;
2703
+ /** A structure describing the hardware availability for each availability zone */
2704
+ export interface DedicatedServerAvailabilityZones {
2705
+ /** The availability */
2706
+ availability?: DedicatedServerAvailabilityEnum;
2707
+ /** The availability zone */
2708
+ availabilityZone?: DedicatedServerAvailabilityZonesEnum;
2709
+ }
2710
+ export declare const DedicatedServerAvailabilityZones: S.Schema<DedicatedServerAvailabilityZones>;
2711
+ /** Availability zones */
2712
+ export type DedicatedServerAvailabilityByRegionAvailabilityZonesList = Array<DedicatedServerAvailabilityZones>;
2713
+ export declare const DedicatedServerAvailabilityByRegionAvailabilityZonesList: S.Schema<DedicatedServerAvailabilityByRegionAvailabilityZonesList>;
2714
+ /** A structure describing the hardware availability for each region */
2715
+ export interface DedicatedServerAvailabilityByRegion {
2716
+ /** The availability */
2717
+ availability?: DedicatedServerAvailabilityEnum;
2718
+ /** Availability zones */
2719
+ availabilityZones?: DedicatedServerAvailabilityByRegionAvailabilityZonesList;
2720
+ /** The region */
2721
+ region?: DedicatedServerAvailabilityRegionalizationEnum;
2722
+ }
2723
+ export declare const DedicatedServerAvailabilityByRegion: S.Schema<DedicatedServerAvailabilityByRegion>;
2724
+ /** The hardware availability for each region */
2725
+ export type DedicatedServerRegionAvailabilityRegionsList = Array<DedicatedServerAvailabilityByRegion>;
2726
+ export declare const DedicatedServerRegionAvailabilityRegionsList: S.Schema<DedicatedServerRegionAvailabilityRegionsList>;
2727
+ /** A structure describing the availabilities of dedicated server */
2728
+ export interface DedicatedServerRegionAvailability {
2729
+ /** Fully qualified and unique name of the hardware */
2730
+ fqn?: string;
2731
+ /** Name of the gpu hardware part */
2732
+ gpu?: string | null;
2733
+ /** Name of the memory hardware part */
2734
+ memory?: string | null;
2735
+ /** Plan code in which the hardware is involved */
2736
+ planCode?: string;
2737
+ /** The hardware availability for each region */
2738
+ regions?: DedicatedServerRegionAvailabilityRegionsList | null;
2739
+ /** Name of the base hardware */
2740
+ server?: string;
2741
+ /** Name of the storage hardware part */
2742
+ storage?: string | null;
2743
+ /** Name of the system storage hardware part */
2744
+ systemStorage?: string | null;
2745
+ }
2746
+ export declare const DedicatedServerRegionAvailability: S.Schema<DedicatedServerRegionAvailability>;
2747
+ export type ListDedicatedServerRegionAvailabilitiesResponseBodyList = Array<DedicatedServerRegionAvailability>;
2748
+ export declare const ListDedicatedServerRegionAvailabilitiesResponseBodyList: S.Schema<ListDedicatedServerRegionAvailabilitiesResponseBodyList>;
2749
+ export type ListDedicatedServerRegionAvailabilitiesResponse = ListDedicatedServerRegionAvailabilitiesResponseBodyList;
2750
+ export declare const ListDedicatedServerRegionAvailabilitiesResponse: S.Schema<ListDedicatedServerRegionAvailabilitiesResponse>;
2751
+ export interface ListDedicatedServerSecondaryDnsDomainsRequest {
2752
+ /** The internal name of your dedicated server */
2753
+ serviceName: string;
2754
+ }
2755
+ export declare const ListDedicatedServerSecondaryDnsDomainsRequest: S.Schema<ListDedicatedServerSecondaryDnsDomainsRequest>;
2756
+ export type ListDedicatedServerSecondaryDnsDomainsResponseBodyList = Array<string>;
2757
+ export declare const ListDedicatedServerSecondaryDnsDomainsResponseBodyList: S.Schema<ListDedicatedServerSecondaryDnsDomainsResponseBodyList>;
2758
+ export type ListDedicatedServerSecondaryDnsDomainsResponse = ListDedicatedServerSecondaryDnsDomainsResponseBodyList;
2759
+ export declare const ListDedicatedServerSecondaryDnsDomainsResponse: S.Schema<ListDedicatedServerSecondaryDnsDomainsResponse>;
2760
+ export interface ListDedicatedServerSpecificationIpRequest {
2761
+ /** The internal name of your dedicated server */
2762
+ serviceName: string;
2763
+ }
2764
+ export declare const ListDedicatedServerSpecificationIpRequest: S.Schema<ListDedicatedServerSpecificationIpRequest>;
2765
+ export interface ListDedicatedServerSplaRequest {
2766
+ /** The internal name of your dedicated server */
2767
+ serviceName: string;
2768
+ /** Filter the value of status property (=) */
2769
+ status?: DedicatedServerSplaStatusEnum | (string & {});
2770
+ /** Filter the value of type property (=) */
2771
+ type?: DedicatedServerSplaTypeEnum | (string & {});
2772
+ }
2773
+ export declare const ListDedicatedServerSplaRequest: S.Schema<ListDedicatedServerSplaRequest>;
2774
+ export type ListDedicatedServerSplaResponseBodyList = Array<number>;
2775
+ export declare const ListDedicatedServerSplaResponseBodyList: S.Schema<ListDedicatedServerSplaResponseBodyList>;
2776
+ export type ListDedicatedServerSplaResponse = ListDedicatedServerSplaResponseBodyList;
2777
+ export declare const ListDedicatedServerSplaResponse: S.Schema<ListDedicatedServerSplaResponse>;
2778
+ export interface ListDedicatedServerTaskRequest {
2779
+ /** The internal name of your dedicated server */
2780
+ serviceName: string;
2781
+ /** Filter the value of function property (=) */
2782
+ function?: DedicatedTaskFunctionEnum | (string & {});
2783
+ /** Filter the value of status property (=) */
2784
+ status?: DedicatedTaskStatusEnum | (string & {});
2785
+ }
2786
+ export declare const ListDedicatedServerTaskRequest: S.Schema<ListDedicatedServerTaskRequest>;
2787
+ export type ListDedicatedServerTaskResponseBodyList = Array<number>;
2788
+ export declare const ListDedicatedServerTaskResponseBodyList: S.Schema<ListDedicatedServerTaskResponseBodyList>;
2789
+ export type ListDedicatedServerTaskResponse = ListDedicatedServerTaskResponseBodyList;
2790
+ export declare const ListDedicatedServerTaskResponse: S.Schema<ListDedicatedServerTaskResponse>;
2791
+ export interface ListDedicatedServerTaskAvailableTimeslotsRequest {
2792
+ /** The internal name of your dedicated server */
2793
+ serviceName: string;
2794
+ /** the id of the task */
2795
+ taskId: number;
2796
+ /** End of the period to query */
2797
+ periodEnd: string;
2798
+ /** Begining of the period to query */
2799
+ periodStart: string;
2800
+ }
2801
+ export declare const ListDedicatedServerTaskAvailableTimeslotsRequest: S.Schema<ListDedicatedServerTaskAvailableTimeslotsRequest>;
2802
+ /** A time slot for a planned intervention */
2803
+ export interface DedicatedPlannedInterventionTimeSlot {
2804
+ /** End date for the planned intervention */
2805
+ endDate?: string;
2806
+ /** Start date for the planned intervention */
2807
+ startDate?: string;
2808
+ }
2809
+ export declare const DedicatedPlannedInterventionTimeSlot: S.Schema<DedicatedPlannedInterventionTimeSlot>;
2810
+ export type ListDedicatedServerTaskAvailableTimeslotsResponseBodyList = Array<DedicatedPlannedInterventionTimeSlot>;
2811
+ export declare const ListDedicatedServerTaskAvailableTimeslotsResponseBodyList: S.Schema<ListDedicatedServerTaskAvailableTimeslotsResponseBodyList>;
2812
+ export type ListDedicatedServerTaskAvailableTimeslotsResponse = ListDedicatedServerTaskAvailableTimeslotsResponseBodyList;
2813
+ export declare const ListDedicatedServerTaskAvailableTimeslotsResponse: S.Schema<ListDedicatedServerTaskAvailableTimeslotsResponse>;
2814
+ /** Addon family */
2815
+ export type DedicatedServerAddonFamilyEnum = "memory" | "storage";
2816
+ export declare const DedicatedServerAddonFamilyEnum: any;
2817
+ export interface ListDedicatedServerUpdateAllowedRequest {
2818
+ /** The internal name of your dedicated server */
2819
+ serviceName: string;
2820
+ /** Desired option family */
2821
+ family: DedicatedServerAddonFamilyEnum | (string & {});
2822
+ }
2823
+ export declare const ListDedicatedServerUpdateAllowedRequest: S.Schema<ListDedicatedServerUpdateAllowedRequest>;
2824
+ /** Dedicated server addon. */
2825
+ export interface DedicatedServerBillingAddon {
2826
+ /** Addon family */
2827
+ family?: DedicatedServerAddonFamilyEnum;
2828
+ /** Plan code to order */
2829
+ planCode?: string;
2830
+ }
2831
+ export declare const DedicatedServerBillingAddon: S.Schema<DedicatedServerBillingAddon>;
2832
+ export type ListDedicatedServerUpdateAllowedResponseBodyList = Array<DedicatedServerBillingAddon>;
2833
+ export declare const ListDedicatedServerUpdateAllowedResponseBodyList: S.Schema<ListDedicatedServerUpdateAllowedResponseBodyList>;
2834
+ export type ListDedicatedServerUpdateAllowedResponse = ListDedicatedServerUpdateAllowedResponseBodyList;
2835
+ export declare const ListDedicatedServerUpdateAllowedResponse: S.Schema<ListDedicatedServerUpdateAllowedResponse>;
2836
+ export interface ListDedicatedServerUpgradeAvailableTimeslotsRequest {
2837
+ /** The internal name of your dedicated server */
2838
+ serviceName: string;
2839
+ /** End of the period to query */
2840
+ periodEnd: string;
2841
+ /** Begining of the period to query */
2842
+ periodStart: string;
2843
+ }
2844
+ export declare const ListDedicatedServerUpgradeAvailableTimeslotsRequest: S.Schema<ListDedicatedServerUpgradeAvailableTimeslotsRequest>;
2845
+ /** A time slot for a planned intervention */
2846
+ export type DedicatedServerHardwareUpgradeTimeslot = DedicatedPlannedInterventionTimeSlot;
2847
+ export declare const DedicatedServerHardwareUpgradeTimeslot: S.Schema<DedicatedPlannedInterventionTimeSlot>;
2848
+ export type ListDedicatedServerUpgradeAvailableTimeslotsResponseBodyList = Array<DedicatedPlannedInterventionTimeSlot>;
2849
+ export declare const ListDedicatedServerUpgradeAvailableTimeslotsResponseBodyList: S.Schema<ListDedicatedServerUpgradeAvailableTimeslotsResponseBodyList>;
2850
+ export type ListDedicatedServerUpgradeAvailableTimeslotsResponse = ListDedicatedServerUpgradeAvailableTimeslotsResponseBodyList;
2851
+ export declare const ListDedicatedServerUpgradeAvailableTimeslotsResponse: S.Schema<ListDedicatedServerUpgradeAvailableTimeslotsResponse>;
2852
+ export interface ListDedicatedServerVirtualMacRequest {
2853
+ /** The internal name of your dedicated server */
2854
+ serviceName: string;
2855
+ }
2856
+ export declare const ListDedicatedServerVirtualMacRequest: S.Schema<ListDedicatedServerVirtualMacRequest>;
2857
+ export type ListDedicatedServerVirtualMacResponseBodyList = Array<string>;
2858
+ export declare const ListDedicatedServerVirtualMacResponseBodyList: S.Schema<ListDedicatedServerVirtualMacResponseBodyList>;
2859
+ export type ListDedicatedServerVirtualMacResponse = ListDedicatedServerVirtualMacResponseBodyList;
2860
+ export declare const ListDedicatedServerVirtualMacResponse: S.Schema<ListDedicatedServerVirtualMacResponse>;
2861
+ export interface ListDedicatedServerVirtualMacVirtualAddressRequest {
2862
+ /** The internal name of your dedicated server */
2863
+ serviceName: string;
2864
+ /** Virtual MAC address in 00:00:00:00:00:00 format */
2865
+ macAddress: string;
2866
+ }
2867
+ export declare const ListDedicatedServerVirtualMacVirtualAddressRequest: S.Schema<ListDedicatedServerVirtualMacVirtualAddressRequest>;
2868
+ export type ListDedicatedServerVirtualMacVirtualAddressResponseBodyList = Array<string>;
2869
+ export declare const ListDedicatedServerVirtualMacVirtualAddressResponseBodyList: S.Schema<ListDedicatedServerVirtualMacVirtualAddressResponseBodyList>;
2870
+ export type ListDedicatedServerVirtualMacVirtualAddressResponse = ListDedicatedServerVirtualMacVirtualAddressResponseBodyList;
2871
+ export declare const ListDedicatedServerVirtualMacVirtualAddressResponse: S.Schema<ListDedicatedServerVirtualMacVirtualAddressResponse>;
2872
+ export interface ListDedicatedServerVirtualNetworkInterfaceRequest {
2873
+ /** The internal name of your dedicated server */
2874
+ serviceName: string;
2875
+ /** Filter the value of enabled property (=) */
2876
+ enabled?: boolean;
2877
+ /** Filter the value of mode property (=) */
2878
+ mode?: DedicatedVirtualNetworkInterfaceVirtualNetworkInterfaceModeEnum | (string & {});
2879
+ /** Filter the value of name property (=) */
2880
+ name?: string;
2881
+ /** Filter the value of vrack property (=) */
2882
+ vrack?: string;
2883
+ }
2884
+ export declare const ListDedicatedServerVirtualNetworkInterfaceRequest: S.Schema<ListDedicatedServerVirtualNetworkInterfaceRequest>;
2885
+ export type ListDedicatedServerVirtualNetworkInterfaceResponseBodyList = Array<string>;
2886
+ export declare const ListDedicatedServerVirtualNetworkInterfaceResponseBodyList: S.Schema<ListDedicatedServerVirtualNetworkInterfaceResponseBodyList>;
2887
+ export type ListDedicatedServerVirtualNetworkInterfaceResponse = ListDedicatedServerVirtualNetworkInterfaceResponseBodyList;
2888
+ export declare const ListDedicatedServerVirtualNetworkInterfaceResponse: S.Schema<ListDedicatedServerVirtualNetworkInterfaceResponse>;
2889
+ export interface ListDedicatedServerVrackRequest {
2890
+ /** The internal name of your dedicated server */
2891
+ serviceName: string;
2892
+ }
2893
+ export declare const ListDedicatedServerVrackRequest: S.Schema<ListDedicatedServerVrackRequest>;
2894
+ export type ListDedicatedServerVrackResponseBodyList = Array<string>;
2895
+ export declare const ListDedicatedServerVrackResponseBodyList: S.Schema<ListDedicatedServerVrackResponseBodyList>;
2896
+ export type ListDedicatedServerVrackResponse = ListDedicatedServerVrackResponseBodyList;
2897
+ export declare const ListDedicatedServerVrackResponse: S.Schema<ListDedicatedServerVrackResponse>;
2898
+ export interface PutDedicatedServerRequest {
2899
+ /** The internal name of your dedicated server */
2900
+ serviceName: string;
2901
+ bootId?: number | null;
2902
+ /** Ipxe script served on boot */
2903
+ bootScript?: string | null;
2904
+ /** EfiBootloader path */
2905
+ efiBootloaderPath?: string | null;
2906
+ /** Icmp monitoring state */
2907
+ monitoring?: boolean;
2908
+ /** Prevent datacenter intervention */
2909
+ noIntervention?: boolean;
2910
+ /** Custom email used to receive rescue credentials */
2911
+ rescueMail?: string | null;
2912
+ /** Public SSH Key used in the rescue mode */
2913
+ rescueSshKey?: string | null;
2914
+ rootDevice?: string | null;
2915
+ state?: DedicatedServerStateEnum | (string & {});
2916
+ }
2917
+ export declare const PutDedicatedServerRequest: S.Schema<PutDedicatedServerRequest>;
2918
+ export interface PutDedicatedServerResponse {
2919
+ }
2920
+ export declare const PutDedicatedServerResponse: S.Schema<PutDedicatedServerResponse>;
2921
+ export interface PutDedicatedServerBurstRequest {
2922
+ /** The internal name of your dedicated server */
2923
+ serviceName: string;
2924
+ /** indicates whether burstable bandwidth is currently active, allowing it to temporarily exceed the normally included bandwidth.OvhToInternet amount, within the limits indicated by the burst.capacity item. It can also be inactiveLocked when temporarily disabled due to overuse, capping it to the included non-burstable bandwidth capacity of bandwidth.OvhToInternet */
2925
+ status?: DedicatedServerBurstStatusEnum | (string & {});
2926
+ }
2927
+ export declare const PutDedicatedServerBurstRequest: S.Schema<PutDedicatedServerBurstRequest>;
2928
+ export interface PutDedicatedServerBurstResponse {
2929
+ }
2930
+ export declare const PutDedicatedServerBurstResponse: S.Schema<PutDedicatedServerBurstResponse>;
2931
+ export interface PutDedicatedServerFeatureBackupFTPAccessRequest {
2932
+ /** The internal name of your dedicated server */
2933
+ serviceName: string;
2934
+ /** The IP Block specific to this ACL */
2935
+ ipBlock: string;
2936
+ /** Whether to allow the CIFS (SMB) protocol for this ACL */
2937
+ cifs?: boolean;
2938
+ /** Whether to allow the FTP protocol for this ACL */
2939
+ ftp?: boolean;
2940
+ /** Whether to allow the NFS protocol for this ACL */
2941
+ nfs?: boolean;
2942
+ }
2943
+ export declare const PutDedicatedServerFeatureBackupFTPAccessRequest: S.Schema<PutDedicatedServerFeatureBackupFTPAccessRequest>;
2944
+ export interface PutDedicatedServerFeatureBackupFTPAccessResponse {
2945
+ }
2946
+ export declare const PutDedicatedServerFeatureBackupFTPAccessResponse: S.Schema<PutDedicatedServerFeatureBackupFTPAccessResponse>;
2947
+ export interface PutDedicatedServerFeatureFirewallRequest {
2948
+ /** The internal name of your dedicated server */
2949
+ serviceName: string;
2950
+ enabled?: boolean;
2951
+ }
2952
+ export declare const PutDedicatedServerFeatureFirewallRequest: S.Schema<PutDedicatedServerFeatureFirewallRequest>;
2953
+ export interface PutDedicatedServerFeatureFirewallResponse {
2954
+ }
2955
+ export declare const PutDedicatedServerFeatureFirewallResponse: S.Schema<PutDedicatedServerFeatureFirewallResponse>;
2956
+ export interface PutDedicatedServerSecondaryDnsDomainRequest {
2957
+ /** The internal name of your dedicated server */
2958
+ serviceName: string;
2959
+ /** domain on slave server */
2960
+ domain: string;
2961
+ /** master ip */
2962
+ ipMaster?: string;
2963
+ }
2964
+ export declare const PutDedicatedServerSecondaryDnsDomainRequest: S.Schema<PutDedicatedServerSecondaryDnsDomainRequest>;
2965
+ export interface PutDedicatedServerSecondaryDnsDomainResponse {
2966
+ }
2967
+ export declare const PutDedicatedServerSecondaryDnsDomainResponse: S.Schema<PutDedicatedServerSecondaryDnsDomainResponse>;
2968
+ export interface PutDedicatedServerServiceInfosRequest {
2969
+ /** The internal name of your dedicated server */
2970
+ serviceName: string;
2971
+ /** Way of handling the renew */
2972
+ renew?: ServiceRenewType | null;
2973
+ }
2974
+ export declare const PutDedicatedServerServiceInfosRequest: S.Schema<PutDedicatedServerServiceInfosRequest>;
2975
+ export interface PutDedicatedServerServiceInfosResponse {
2976
+ }
2977
+ export declare const PutDedicatedServerServiceInfosResponse: S.Schema<PutDedicatedServerServiceInfosResponse>;
2978
+ export interface PutDedicatedServerSplaRequest {
2979
+ /** The internal name of your dedicated server */
2980
+ serviceName: string;
2981
+ /** License id */
2982
+ id: number;
2983
+ /** License serial number */
2984
+ serialNumber?: string;
2985
+ }
2986
+ export declare const PutDedicatedServerSplaRequest: S.Schema<PutDedicatedServerSplaRequest>;
2987
+ export interface PutDedicatedServerSplaResponse {
2988
+ }
2989
+ export declare const PutDedicatedServerSplaResponse: S.Schema<PutDedicatedServerSplaResponse>;
2990
+ export interface PutDedicatedServerUpgradeScheduleRequest {
2991
+ /** The internal name of your dedicated server */
2992
+ serviceName: string;
2993
+ /** A backup has been performed by the user prior to the intervention date */
2994
+ hasPerformedBackup: boolean;
2995
+ /** Wanted beginning date for the upgrade intervention */
2996
+ wantedBeginningDate: string;
2997
+ }
2998
+ export declare const PutDedicatedServerUpgradeScheduleRequest: S.Schema<PutDedicatedServerUpgradeScheduleRequest>;
2999
+ export interface PutDedicatedServerUpgradeScheduleResponse {
3000
+ }
3001
+ export declare const PutDedicatedServerUpgradeScheduleResponse: S.Schema<PutDedicatedServerUpgradeScheduleResponse>;
3002
+ export interface RebootDedicatedServerRequest {
3003
+ /** The internal name of your dedicated server */
3004
+ serviceName: string;
3005
+ }
3006
+ export declare const RebootDedicatedServerRequest: S.Schema<RebootDedicatedServerRequest>;
3007
+ export interface ResetDedicatedServerFeaturesIpmiInterfaceRequest {
3008
+ /** The internal name of your dedicated server */
3009
+ serviceName: string;
3010
+ }
3011
+ export declare const ResetDedicatedServerFeaturesIpmiInterfaceRequest: S.Schema<ResetDedicatedServerFeaturesIpmiInterfaceRequest>;
3012
+ export interface ResetDedicatedServerFeaturesIpmiSessionsRequest {
3013
+ /** The internal name of your dedicated server */
3014
+ serviceName: string;
3015
+ }
3016
+ export declare const ResetDedicatedServerFeaturesIpmiSessionsRequest: S.Schema<ResetDedicatedServerFeaturesIpmiSessionsRequest>;
3017
+ export interface ResetDedicatedServerOlaRequest {
3018
+ /** The internal name of your dedicated server */
3019
+ serviceName: string;
3020
+ /** Interface to reset */
3021
+ virtualNetworkInterface: string;
3022
+ }
3023
+ export declare const ResetDedicatedServerOlaRequest: S.Schema<ResetDedicatedServerOlaRequest>;
3024
+ export interface RestartDedicatedServerFeaturesBmcRequest {
3025
+ /** The internal name of your dedicated server */
3026
+ serviceName: string;
3027
+ }
3028
+ export declare const RestartDedicatedServerFeaturesBmcRequest: S.Schema<RestartDedicatedServerFeaturesBmcRequest>;
3029
+ export interface RevokeDedicatedServerFeaturesBmcSessionsRequest {
3030
+ /** The internal name of your dedicated server */
3031
+ serviceName: string;
3032
+ }
3033
+ export declare const RevokeDedicatedServerFeaturesBmcSessionsRequest: S.Schema<RevokeDedicatedServerFeaturesBmcSessionsRequest>;
3034
+ export interface RevokeDedicatedServerSplaRequest {
3035
+ /** The internal name of your dedicated server */
3036
+ serviceName: string;
3037
+ /** License id */
3038
+ id: number;
3039
+ }
3040
+ export declare const RevokeDedicatedServerSplaRequest: S.Schema<RevokeDedicatedServerSplaRequest>;
3041
+ export interface RevokeDedicatedServerSplaResponse {
3042
+ }
3043
+ export declare const RevokeDedicatedServerSplaResponse: S.Schema<RevokeDedicatedServerSplaResponse>;
3044
+ /** A structure describing informations about installation custom */
3045
+ export interface DedicatedServerInstallCustom {
3046
+ /** Personnal hostname to use in server reinstallation */
3047
+ customHostname?: string | null;
3048
+ /** Disk group id to process install on (only available for some templates) */
3049
+ diskGroupId?: number | null;
3050
+ /** true if you want to install only on the first disk */
3051
+ noRaid?: boolean | null;
3052
+ /** the url to your custom install script */
3053
+ postInstallationScriptLink?: string | null;
3054
+ /** the return of your script if everythings ok. Advice: your script should return a unique validation string in case of succes. A good example is "loh1Xee7eo OK OK OK UGh8Ang1Gu */
3055
+ postInstallationScriptReturn?: string | null;
3056
+ /** Number of devices to use for system's software RAID */
3057
+ softRaidDevices?: number | null;
3058
+ }
3059
+ export declare const DedicatedServerInstallCustom: S.Schema<DedicatedServerInstallCustom>;
3060
+ /** Key and value, with proper key strings */
3061
+ export interface ComplexTypeSafeKeyValueString {
3062
+ key?: string;
3063
+ value?: string;
3064
+ }
3065
+ export declare const ComplexTypeSafeKeyValueString: S.Schema<ComplexTypeSafeKeyValueString>;
3066
+ /** Metadata */
3067
+ export type StartDedicatedServerInstallRequestUserMetadataList = Array<ComplexTypeSafeKeyValueString>;
3068
+ export declare const StartDedicatedServerInstallRequestUserMetadataList: S.Schema<StartDedicatedServerInstallRequestUserMetadataList>;
3069
+ export interface StartDedicatedServerInstallRequest {
3070
+ /** The internal name of your dedicated server */
3071
+ serviceName: string;
3072
+ /** parameters for default install */
3073
+ details?: DedicatedServerInstallCustom;
3074
+ /** Partition scheme name */
3075
+ partitionSchemeName?: string;
3076
+ /** Template name */
3077
+ templateName: string;
3078
+ /** Metadata */
3079
+ userMetadata?: StartDedicatedServerInstallRequestUserMetadataList;
3080
+ }
3081
+ export declare const StartDedicatedServerInstallRequest: S.Schema<StartDedicatedServerInstallRequest>;
3082
+ export interface TerminateDedicatedServerRequest {
3083
+ /** The internal name of your dedicated server */
3084
+ serviceName: string;
3085
+ }
3086
+ export declare const TerminateDedicatedServerRequest: S.Schema<TerminateDedicatedServerRequest>;
3087
+ export type TerminateDedicatedServerResponse = string;
3088
+ export declare const TerminateDedicatedServerResponse: S.Schema<TerminateDedicatedServerResponse>;
3089
+ export interface TestDedicatedServerFeaturesBmcRequest {
3090
+ /** The internal name of your dedicated server */
3091
+ serviceName: string;
3092
+ /** Result time to live in minutes */
3093
+ ttl?: DedicatedServerCacheTTLEnum | (number & {});
3094
+ /** Test to execute on the BMC interface */
3095
+ type: DedicatedServerBmcTestTypeEnum | (string & {});
3096
+ }
3097
+ export declare const TestDedicatedServerFeaturesBmcRequest: S.Schema<TestDedicatedServerFeaturesBmcRequest>;
3098
+ export interface TestDedicatedServerFeaturesIpmiRequest {
3099
+ /** The internal name of your dedicated server */
3100
+ serviceName: string;
3101
+ /** Result time to live in minutes */
3102
+ ttl: DedicatedServerCacheTTLEnum | (number & {});
3103
+ /** Test to make on KVM IPMI interface */
3104
+ type: DedicatedServerIpmiTestTypeEnum | (string & {});
3105
+ }
3106
+ export declare const TestDedicatedServerFeaturesIpmiRequest: S.Schema<TestDedicatedServerFeaturesIpmiRequest>;
3107
+ export type ActivateDedicatedServerAntiDDosGameError = OvhOpError;
3108
+ /** Enable // Disable global filtering of anti DDoS Game protection on dedicated Game Server */
3109
+ export declare const activateDedicatedServerAntiDDosGame: API.OperationMethod<ActivateDedicatedServerAntiDDosGameRequest, DedicatedServerTask, ActivateDedicatedServerAntiDDosGameError, OvhOpContext>;
3110
+ export type CancelDedicatedServerTaskError = OvhOpError;
3111
+ /** this action stop the task progression if it's possible */
3112
+ export declare const cancelDedicatedServerTask: API.OperationMethod<CancelDedicatedServerTaskRequest, CancelDedicatedServerTaskResponse, CancelDedicatedServerTaskError, OvhOpContext>;
3113
+ export type ConfirmDedicatedServerTerminationError = OvhOpError;
3114
+ /** Confirm service termination */
3115
+ export declare const confirmDedicatedServerTermination: API.OperationMethod<ConfirmDedicatedServerTerminationRequest, ConfirmDedicatedServerTerminationResponse, ConfirmDedicatedServerTerminationError, OvhOpContext>;
3116
+ export type CreateDedicatedServerAuthenticationSecretError = OvhOpError;
3117
+ /** Retrieve secret to connect to the server / application */
3118
+ export declare const createDedicatedServerAuthenticationSecret: API.OperationMethod<CreateDedicatedServerAuthenticationSecretRequest, CreateDedicatedServerAuthenticationSecretResponse, CreateDedicatedServerAuthenticationSecretError, OvhOpContext>;
3119
+ export type CreateDedicatedServerBiosSettingsSgxConfigureError = OvhOpError;
3120
+ /** 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). */
3121
+ export declare const createDedicatedServerBiosSettingsSgxConfigure: API.OperationMethod<CreateDedicatedServerBiosSettingsSgxConfigureRequest, DedicatedServerTask, CreateDedicatedServerBiosSettingsSgxConfigureError, OvhOpContext>;
3122
+ export type CreateDedicatedServerChangeContactError = OvhOpError;
3123
+ /** Launch a contact change procedure */
3124
+ export declare const createDedicatedServerChangeContact: API.OperationMethod<CreateDedicatedServerChangeContactRequest, CreateDedicatedServerChangeContactResponse, CreateDedicatedServerChangeContactError, OvhOpContext>;
3125
+ export type CreateDedicatedServerFeatureBackupCloudError = OvhOpError;
3126
+ /** Create a new storage backup space associated to server */
3127
+ export declare const createDedicatedServerFeatureBackupCloud: API.OperationMethod<CreateDedicatedServerFeatureBackupCloudRequest, DedicatedServerBackupCloud, CreateDedicatedServerFeatureBackupCloudError, OvhOpContext>;
3128
+ export type CreateDedicatedServerFeatureBackupCloudPasswordError = OvhOpError;
3129
+ /** Change your cloud account password */
3130
+ export declare const createDedicatedServerFeatureBackupCloudPassword: API.OperationMethod<CreateDedicatedServerFeatureBackupCloudPasswordRequest, DedicatedServerBackupBackupPassword, CreateDedicatedServerFeatureBackupCloudPasswordError, OvhOpContext>;
3131
+ export type CreateDedicatedServerFeatureBackupFTPError = OvhOpError;
3132
+ /** Create a new Backup FTP space */
3133
+ export declare const createDedicatedServerFeatureBackupFTP: API.OperationMethod<CreateDedicatedServerFeatureBackupFTPRequest, DedicatedServerTask, CreateDedicatedServerFeatureBackupFTPError, OvhOpContext>;
3134
+ export type CreateDedicatedServerFeatureBackupFTPAccessError = OvhOpError;
3135
+ /** Create a new Backup FTP ACL */
3136
+ export declare const createDedicatedServerFeatureBackupFTPAccess: API.OperationMethod<CreateDedicatedServerFeatureBackupFTPAccessRequest, DedicatedServerTask, CreateDedicatedServerFeatureBackupFTPAccessError, OvhOpContext>;
3137
+ export type CreateDedicatedServerFeatureBackupFTPPasswordError = OvhOpError;
3138
+ /** Change your Backup FTP password */
3139
+ export declare const createDedicatedServerFeatureBackupFTPPassword: API.OperationMethod<CreateDedicatedServerFeatureBackupFTPPasswordRequest, DedicatedServerTask, CreateDedicatedServerFeatureBackupFTPPasswordError, OvhOpContext>;
3140
+ export type CreateDedicatedServerFeatureBmcJavaKvmError = OvhOpError;
3141
+ /** Request a Java KVM access */
3142
+ export declare const createDedicatedServerFeatureBmcJavaKvm: API.OperationMethod<CreateDedicatedServerFeatureBmcJavaKvmRequest, DedicatedServerOperation, CreateDedicatedServerFeatureBmcJavaKvmError, OvhOpContext>;
3143
+ export type CreateDedicatedServerFeatureBmcSshSolError = OvhOpError;
3144
+ /** Request an SSH SOL access */
3145
+ export declare const createDedicatedServerFeatureBmcSshSol: API.OperationMethod<CreateDedicatedServerFeatureBmcSshSolRequest, DedicatedServerOperation, CreateDedicatedServerFeatureBmcSshSolError, OvhOpContext>;
3146
+ export type CreateDedicatedServerFeatureBmcWebKvmError = OvhOpError;
3147
+ /** Request a Web KVM access */
3148
+ export declare const createDedicatedServerFeatureBmcWebKvm: API.OperationMethod<CreateDedicatedServerFeatureBmcWebKvmRequest, DedicatedServerOperation, CreateDedicatedServerFeatureBmcWebKvmError, OvhOpContext>;
3149
+ export type CreateDedicatedServerFeatureBmcWebSolError = OvhOpError;
3150
+ /** Request a Web SOL access */
3151
+ export declare const createDedicatedServerFeatureBmcWebSol: API.OperationMethod<CreateDedicatedServerFeatureBmcWebSolRequest, DedicatedServerOperation, CreateDedicatedServerFeatureBmcWebSolError, OvhOpContext>;
3152
+ export type CreateDedicatedServerFeatureIpmiAccessError = OvhOpError;
3153
+ /** Request an acces on KVM IPMI interface */
3154
+ export declare const createDedicatedServerFeatureIpmiAccess: API.OperationMethod<CreateDedicatedServerFeatureIpmiAccessRequest, DedicatedServerTask, CreateDedicatedServerFeatureIpmiAccessError, OvhOpContext>;
3155
+ export type CreateDedicatedServerIpBlockMergeError = OvhOpError;
3156
+ /** Merge a splitted block and route it to the choosen server. You cannot undo this operation */
3157
+ export declare const createDedicatedServerIpBlockMerge: API.OperationMethod<CreateDedicatedServerIpBlockMergeRequest, DedicatedServerTask, CreateDedicatedServerIpBlockMergeError, OvhOpContext>;
3158
+ export type CreateDedicatedServerIpMoveError = OvhOpError;
3159
+ /** Move an Ip failover to this server */
3160
+ export declare const createDedicatedServerIpMove: API.OperationMethod<CreateDedicatedServerIpMoveRequest, DedicatedServerTask, CreateDedicatedServerIpMoveError, OvhOpContext>;
3161
+ export type CreateDedicatedServerLicenseWindowsError = OvhOpError;
3162
+ /** 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. */
3163
+ export declare const createDedicatedServerLicenseWindows: API.OperationMethod<CreateDedicatedServerLicenseWindowsRequest, DedicatedServerTask, CreateDedicatedServerLicenseWindowsError, OvhOpContext>;
3164
+ export type CreateDedicatedServerNetworkingError = OvhOpError;
3165
+ /** Apply a new network configuration */
3166
+ export declare const createDedicatedServerNetworking: API.OperationMethod<CreateDedicatedServerNetworkingRequest, DedicatedServerNetworking, CreateDedicatedServerNetworkingError, OvhOpContext>;
3167
+ export type CreateDedicatedServerOlaAggregationError = OvhOpError;
3168
+ /** OLA : Group interfaces into an aggregation */
3169
+ export declare const createDedicatedServerOlaAggregation: API.OperationMethod<CreateDedicatedServerOlaAggregationRequest, DedicatedServerTask, CreateDedicatedServerOlaAggregationError, OvhOpContext>;
3170
+ export type CreateDedicatedServerReinstallError = BadRequest | Forbidden | NotFound | Conflict | OvhOpError;
3171
+ /** Install or reinstall an operating system on a dedicated server */
3172
+ export declare const createDedicatedServerReinstall: API.OperationMethod<CreateDedicatedServerReinstallRequest, DedicatedServerTaskResponse, CreateDedicatedServerReinstallError, OvhOpContext>;
3173
+ export type CreateDedicatedServerSecondaryDnsDomainError = OvhOpError;
3174
+ /** add a domain on secondary dns */
3175
+ export declare const createDedicatedServerSecondaryDnsDomain: API.OperationMethod<CreateDedicatedServerSecondaryDnsDomainRequest, CreateDedicatedServerSecondaryDnsDomainResponse, CreateDedicatedServerSecondaryDnsDomainError, OvhOpContext>;
3176
+ export type CreateDedicatedServerSplaError = OvhOpError;
3177
+ /** Add a new SPLA license */
3178
+ export declare const createDedicatedServerSpla: API.OperationMethod<CreateDedicatedServerSplaRequest, CreateDedicatedServerSplaResponse, CreateDedicatedServerSplaError, OvhOpContext>;
3179
+ export type CreateDedicatedServerSupportReplaceCoolingError = OvhOpError;
3180
+ /** Ask for a cooling module replacement */
3181
+ export declare const createDedicatedServerSupportReplaceCooling: API.OperationMethod<CreateDedicatedServerSupportReplaceCoolingRequest, SupportNewMessageInfo, CreateDedicatedServerSupportReplaceCoolingError, OvhOpContext>;
3182
+ export type CreateDedicatedServerSupportReplaceHardDiskDriveError = OvhOpError;
3183
+ /** Ask for a broken HDD replacement */
3184
+ export declare const createDedicatedServerSupportReplaceHardDiskDrive: API.OperationMethod<CreateDedicatedServerSupportReplaceHardDiskDriveRequest, SupportNewMessageInfo, CreateDedicatedServerSupportReplaceHardDiskDriveError, OvhOpContext>;
3185
+ export type CreateDedicatedServerSupportReplaceMemoryError = OvhOpError;
3186
+ /** Ask for a faulty RAM module replacement */
3187
+ export declare const createDedicatedServerSupportReplaceMemory: API.OperationMethod<CreateDedicatedServerSupportReplaceMemoryRequest, SupportNewMessageInfo, CreateDedicatedServerSupportReplaceMemoryError, OvhOpContext>;
3188
+ export type CreateDedicatedServerTaskScheduleError = OvhOpError;
3189
+ /** Schedule intervention */
3190
+ export declare const createDedicatedServerTaskSchedule: API.OperationMethod<CreateDedicatedServerTaskScheduleRequest, CreateDedicatedServerTaskScheduleResponse, CreateDedicatedServerTaskScheduleError, OvhOpContext>;
3191
+ export type CreateDedicatedServerVirtualMacError = OvhOpError;
3192
+ /** Add a virtual mac to an IP address */
3193
+ export declare const createDedicatedServerVirtualMac: API.OperationMethod<CreateDedicatedServerVirtualMacRequest, DedicatedServerTask, CreateDedicatedServerVirtualMacError, OvhOpContext>;
3194
+ export type CreateDedicatedServerVirtualMacVirtualAddressError = OvhOpError;
3195
+ /** Add an IP to this Virtual MAC */
3196
+ export declare const createDedicatedServerVirtualMacVirtualAddress: API.OperationMethod<CreateDedicatedServerVirtualMacVirtualAddressRequest, DedicatedServerTask, CreateDedicatedServerVirtualMacVirtualAddressError, OvhOpContext>;
3197
+ export type DeleteDedicatedServerFeatureBackupCloudError = OvhOpError;
3198
+ /** Deactivate the cloud backup associated to the server. This does not delete container data. */
3199
+ export declare const deleteDedicatedServerFeatureBackupCloud: API.OperationMethod<DeleteDedicatedServerFeatureBackupCloudRequest, DeleteDedicatedServerFeatureBackupCloudResponse, DeleteDedicatedServerFeatureBackupCloudError, OvhOpContext>;
3200
+ export type DeleteDedicatedServerFeatureBackupFTPError = OvhOpError;
3201
+ /** Terminate your Backup FTP service, ALL DATA WILL BE PERMANENTLY DELETED */
3202
+ export declare const deleteDedicatedServerFeatureBackupFTP: API.OperationMethod<DeleteDedicatedServerFeatureBackupFTPRequest, DedicatedServerTask, DeleteDedicatedServerFeatureBackupFTPError, OvhOpContext>;
3203
+ export type DeleteDedicatedServerFeatureBackupFTPAccessError = OvhOpError;
3204
+ /** Revoke this ACL */
3205
+ export declare const deleteDedicatedServerFeatureBackupFTPAccess: API.OperationMethod<DeleteDedicatedServerFeatureBackupFTPAccessRequest, DedicatedServerTask, DeleteDedicatedServerFeatureBackupFTPAccessError, OvhOpContext>;
3206
+ export type DeleteDedicatedServerNetworkingError = OvhOpError;
3207
+ /** Reset your network configuration */
3208
+ export declare const deleteDedicatedServerNetworking: API.OperationMethod<DeleteDedicatedServerNetworkingRequest, DedicatedServerNetworking, DeleteDedicatedServerNetworkingError, OvhOpContext>;
3209
+ export type DeleteDedicatedServerOptionError = OvhOpError;
3210
+ /** Release a given option */
3211
+ export declare const deleteDedicatedServerOption: API.OperationMethod<DeleteDedicatedServerOptionRequest, DeleteDedicatedServerOptionResponse, DeleteDedicatedServerOptionError, OvhOpContext>;
3212
+ export type DeleteDedicatedServerSecondaryDnsDomainError = OvhOpError;
3213
+ /** remove this domain */
3214
+ export declare const deleteDedicatedServerSecondaryDnsDomain: API.OperationMethod<DeleteDedicatedServerSecondaryDnsDomainRequest, DeleteDedicatedServerSecondaryDnsDomainResponse, DeleteDedicatedServerSecondaryDnsDomainError, OvhOpContext>;
3215
+ export type DeleteDedicatedServerVirtualMacVirtualAddressError = OvhOpError;
3216
+ /** Remove this ip from virtual mac , if you remove the last linked Ip, virtualmac will be deleted */
3217
+ export declare const deleteDedicatedServerVirtualMacVirtualAddress: API.OperationMethod<DeleteDedicatedServerVirtualMacVirtualAddressRequest, DedicatedServerTask, DeleteDedicatedServerVirtualMacVirtualAddressError, OvhOpContext>;
3218
+ export type DeleteDedicatedServerVrackError = OvhOpError;
3219
+ /** remove this server from this vrack (LEGACY) */
3220
+ export declare const deleteDedicatedServerVrack: API.OperationMethod<DeleteDedicatedServerVrackRequest, VrackTask, DeleteDedicatedServerVrackError, OvhOpContext>;
3221
+ export type GetDedicatedServerError = OvhOpError;
3222
+ /** Get this object properties */
3223
+ export declare const getDedicatedServer: API.OperationMethod<GetDedicatedServerRequest, DedicatedServerDedicatedWithIAM, GetDedicatedServerError, OvhOpContext>;
3224
+ export type GetDedicatedServerAntiDDosGameStatusError = OvhOpError;
3225
+ /** Get anti DDoS Game status */
3226
+ export declare const getDedicatedServerAntiDDosGameStatus: API.OperationMethod<GetDedicatedServerAntiDDosGameStatusRequest, GetDedicatedServerAntiDDosGameStatusResponse, GetDedicatedServerAntiDDosGameStatusError, OvhOpContext>;
3227
+ export type GetDedicatedServerBackupCloudOfferDetailsError = OvhOpError;
3228
+ /** Get details on offered backup cloud if available for the current server */
3229
+ export declare const getDedicatedServerBackupCloudOfferDetails: API.OperationMethod<GetDedicatedServerBackupCloudOfferDetailsRequest, DedicatedServerBackupBackupOffer, GetDedicatedServerBackupCloudOfferDetailsError, OvhOpContext>;
3230
+ export type GetDedicatedServerBiosSettingsError = OvhOpError;
3231
+ /** Get this object properties */
3232
+ export declare const getDedicatedServerBiosSettings: API.OperationMethod<GetDedicatedServerBiosSettingsRequest, DedicatedBiosSettingsBiosSettings, GetDedicatedServerBiosSettingsError, OvhOpContext>;
3233
+ export type GetDedicatedServerBiosSettingsSgxError = OvhOpError;
3234
+ /** Get this object properties */
3235
+ export declare const getDedicatedServerBiosSettingsSgx: API.OperationMethod<GetDedicatedServerBiosSettingsSgxRequest, DedicatedBiosSettingsSgxBiosSettingsSgx, GetDedicatedServerBiosSettingsSgxError, OvhOpContext>;
3236
+ export type GetDedicatedServerBootError = OvhOpError;
3237
+ /** Get this object properties */
3238
+ export declare const getDedicatedServerBoot: API.OperationMethod<GetDedicatedServerBootRequest, DedicatedServerNetboot, GetDedicatedServerBootError, OvhOpContext>;
3239
+ export type GetDedicatedServerBootOptionError = OvhOpError;
3240
+ /** Get this object properties */
3241
+ export declare const getDedicatedServerBootOption: API.OperationMethod<GetDedicatedServerBootOptionRequest, DedicatedServerNetbootOption, GetDedicatedServerBootOptionError, OvhOpContext>;
3242
+ export type GetDedicatedServerBurstError = OvhOpError;
3243
+ /** Get this object properties */
3244
+ export declare const getDedicatedServerBurst: API.OperationMethod<GetDedicatedServerBurstRequest, DedicatedServerServerBurst, GetDedicatedServerBurstError, OvhOpContext>;
3245
+ export type GetDedicatedServerFeatureBackupFTPError = OvhOpError;
3246
+ /** Get this object properties */
3247
+ export declare const getDedicatedServerFeatureBackupFTP: API.OperationMethod<GetDedicatedServerFeatureBackupFTPRequest, DedicatedServerBackupFtp, GetDedicatedServerFeatureBackupFTPError, OvhOpContext>;
3248
+ export type GetDedicatedServerFeatureBackupFTPAccessError = OvhOpError;
3249
+ /** Get this object properties */
3250
+ export declare const getDedicatedServerFeatureBackupFTPAccess: API.OperationMethod<GetDedicatedServerFeatureBackupFTPAccessRequest, DedicatedServerBackupFtpAcl, GetDedicatedServerFeatureBackupFTPAccessError, OvhOpContext>;
3251
+ export type GetDedicatedServerFeatureBmcError = OvhOpError;
3252
+ /** Get this object properties */
3253
+ export declare const getDedicatedServerFeatureBmc: API.OperationMethod<GetDedicatedServerFeatureBmcRequest, DedicatedServerBMC, GetDedicatedServerFeatureBmcError, OvhOpContext>;
3254
+ export type GetDedicatedServerFeatureBmcJavaKvmError = OvhOpError;
3255
+ /** Get the session credentials */
3256
+ export declare const getDedicatedServerFeatureBmcJavaKvm: API.OperationMethod<GetDedicatedServerFeatureBmcJavaKvmRequest, DedicatedServerBmcJavaKvmValue, GetDedicatedServerFeatureBmcJavaKvmError, OvhOpContext>;
3257
+ export type GetDedicatedServerFeatureBmcSshSolError = OvhOpError;
3258
+ /** Get the session credentials */
3259
+ export declare const getDedicatedServerFeatureBmcSshSol: API.OperationMethod<GetDedicatedServerFeatureBmcSshSolRequest, DedicatedServerBmcSshSolValue, GetDedicatedServerFeatureBmcSshSolError, OvhOpContext>;
3260
+ export type GetDedicatedServerFeatureBmcTestError = OvhOpError;
3261
+ /** Result of test on BMC interface */
3262
+ export declare const getDedicatedServerFeatureBmcTest: API.OperationMethod<GetDedicatedServerFeatureBmcTestRequest, DedicatedServerBmcTestResult, GetDedicatedServerFeatureBmcTestError, OvhOpContext>;
3263
+ export type GetDedicatedServerFeatureBmcWebKvmError = OvhOpError;
3264
+ /** Get the session credentials */
3265
+ export declare const getDedicatedServerFeatureBmcWebKvm: API.OperationMethod<GetDedicatedServerFeatureBmcWebKvmRequest, DedicatedServerBmcWebKvmValue, GetDedicatedServerFeatureBmcWebKvmError, OvhOpContext>;
3266
+ export type GetDedicatedServerFeatureBmcWebSolError = OvhOpError;
3267
+ /** Get the session credentials */
3268
+ export declare const getDedicatedServerFeatureBmcWebSol: API.OperationMethod<GetDedicatedServerFeatureBmcWebSolRequest, DedicatedServerBmcWebSolValue, GetDedicatedServerFeatureBmcWebSolError, OvhOpContext>;
3269
+ export type GetDedicatedServerFeatureFirewallError = OvhOpError;
3270
+ /** Get this object properties */
3271
+ export declare const getDedicatedServerFeatureFirewall: API.OperationMethod<GetDedicatedServerFeatureFirewallRequest, DedicatedServerFirewall, GetDedicatedServerFeatureFirewallError, OvhOpContext>;
3272
+ export type GetDedicatedServerFeatureIpmiError = OvhOpError;
3273
+ /** Get this object properties */
3274
+ export declare const getDedicatedServerFeatureIpmi: API.OperationMethod<GetDedicatedServerFeatureIpmiRequest, DedicatedServerIpmi, GetDedicatedServerFeatureIpmiError, OvhOpContext>;
3275
+ export type GetDedicatedServerFeatureIpmiAccessError = OvhOpError;
3276
+ /** IPMI access method */
3277
+ export declare const getDedicatedServerFeatureIpmiAccess: API.OperationMethod<GetDedicatedServerFeatureIpmiAccessRequest, DedicatedServerIpmiAccessValue, GetDedicatedServerFeatureIpmiAccessError, OvhOpContext>;
3278
+ export type GetDedicatedServerFeatureIpmiTestError = OvhOpError;
3279
+ /** Result of http, ping and identification tests on IPMI interface */
3280
+ export declare const getDedicatedServerFeatureIpmiTest: API.OperationMethod<GetDedicatedServerFeatureIpmiTestRequest, DedicatedServerIpmiTestResult, GetDedicatedServerFeatureIpmiTestError, OvhOpContext>;
3281
+ export type GetDedicatedServerFeatureKvmError = OvhOpError;
3282
+ /** Get this object properties */
3283
+ export declare const getDedicatedServerFeatureKvm: API.OperationMethod<GetDedicatedServerFeatureKvmRequest, DedicatedServerKvm, GetDedicatedServerFeatureKvmError, OvhOpContext>;
3284
+ export type GetDedicatedServerInterventionError = OvhOpError;
3285
+ /** Get this object properties */
3286
+ export declare const getDedicatedServerIntervention: API.OperationMethod<GetDedicatedServerInterventionRequest, DedicatedServerIntervention, GetDedicatedServerInterventionError, OvhOpContext>;
3287
+ export type GetDedicatedServerIpCanBeMovedToError = OvhOpError;
3288
+ /** Check if given IP can be moved to this server */
3289
+ export declare const getDedicatedServerIpCanBeMovedTo: API.OperationMethod<GetDedicatedServerIpCanBeMovedToRequest, GetDedicatedServerIpCanBeMovedToResponse, GetDedicatedServerIpCanBeMovedToError, OvhOpContext>;
3290
+ export type GetDedicatedServerNetworkInterfaceControllerError = OvhOpError;
3291
+ /** Get this object properties */
3292
+ export declare const getDedicatedServerNetworkInterfaceController: API.OperationMethod<GetDedicatedServerNetworkInterfaceControllerRequest, DedicatedNetworkInterfaceControllerNetworkInterfaceController, GetDedicatedServerNetworkInterfaceControllerError, OvhOpContext>;
3293
+ export type GetDedicatedServerOperationError = OvhOpError;
3294
+ /** Get this object properties */
3295
+ export declare const getDedicatedServerOperation: API.OperationMethod<GetDedicatedServerOperationRequest, DedicatedServerOperation, GetDedicatedServerOperationError, OvhOpContext>;
3296
+ export type GetDedicatedServerOptionError = OvhOpError;
3297
+ /** Get this object properties */
3298
+ export declare const getDedicatedServerOption: API.OperationMethod<GetDedicatedServerOptionRequest, DedicatedServerOption, GetDedicatedServerOptionError, OvhOpContext>;
3299
+ export type GetDedicatedServerOrderableFeatureError = OvhOpError;
3300
+ /** Is this feature orderable with your server */
3301
+ export declare const getDedicatedServerOrderableFeature: API.OperationMethod<GetDedicatedServerOrderableFeatureRequest, GetDedicatedServerOrderableFeatureResponse, GetDedicatedServerOrderableFeatureError, OvhOpContext>;
3302
+ export type GetDedicatedServerOrderableKvmError = OvhOpError;
3303
+ /** Is a KVM orderable with your server */
3304
+ export declare const getDedicatedServerOrderableKvm: API.OperationMethod<GetDedicatedServerOrderableKvmRequest, GetDedicatedServerOrderableKvmResponse, GetDedicatedServerOrderableKvmError, OvhOpContext>;
3305
+ export type GetDedicatedServerOrderableKvmExpressError = OvhOpError;
3306
+ /** Is a KVM express orderable with your server */
3307
+ export declare const getDedicatedServerOrderableKvmExpress: API.OperationMethod<GetDedicatedServerOrderableKvmExpressRequest, GetDedicatedServerOrderableKvmExpressResponse, GetDedicatedServerOrderableKvmExpressError, OvhOpContext>;
3308
+ export type GetDedicatedServerOrderableProfessionalUseError = OvhOpError;
3309
+ /** Is professional use orderable with your server */
3310
+ export declare const getDedicatedServerOrderableProfessionalUse: API.OperationMethod<GetDedicatedServerOrderableProfessionalUseRequest, GetDedicatedServerOrderableProfessionalUseResponse, GetDedicatedServerOrderableProfessionalUseError, OvhOpContext>;
3311
+ export type GetDedicatedServerPlannedInterventionError = OvhOpError;
3312
+ /** Get this object properties */
3313
+ export declare const getDedicatedServerPlannedIntervention: API.OperationMethod<GetDedicatedServerPlannedInterventionRequest, DedicatedServerPlannedIntervention, GetDedicatedServerPlannedInterventionError, OvhOpContext>;
3314
+ export type GetDedicatedServerSecondaryDnsDomainError = OvhOpError;
3315
+ /** Get this object properties */
3316
+ export declare const getDedicatedServerSecondaryDnsDomain: API.OperationMethod<GetDedicatedServerSecondaryDnsDomainRequest, SecondaryDnsSecondaryDNS, GetDedicatedServerSecondaryDnsDomainError, OvhOpContext>;
3317
+ export type GetDedicatedServerSecondaryDnsDomainDnsServerError = OvhOpError;
3318
+ /** domain name server informations */
3319
+ export declare const getDedicatedServerSecondaryDnsDomainDnsServer: API.OperationMethod<GetDedicatedServerSecondaryDnsDomainDnsServerRequest, SecondaryDnsSecondaryDNSNameServer, GetDedicatedServerSecondaryDnsDomainDnsServerError, OvhOpContext>;
3320
+ export type GetDedicatedServerSecondaryDnsNameDomainTokenError = OvhOpError;
3321
+ /** DNS field to temporarily add to your zone so that we can verify you are the owner of this domain */
3322
+ export declare const getDedicatedServerSecondaryDnsNameDomainToken: API.OperationMethod<GetDedicatedServerSecondaryDnsNameDomainTokenRequest, SecondaryDnsSecondaryDNSCheckField, GetDedicatedServerSecondaryDnsNameDomainTokenError, OvhOpContext>;
3323
+ export type GetDedicatedServerSecondaryDnsNameServerAvailableError = OvhOpError;
3324
+ /** Secondary nameServer available for your Server */
3325
+ export declare const getDedicatedServerSecondaryDnsNameServerAvailable: API.OperationMethod<GetDedicatedServerSecondaryDnsNameServerAvailableRequest, SecondaryDnsSecondaryDNSNameServer, GetDedicatedServerSecondaryDnsNameServerAvailableError, OvhOpContext>;
3326
+ export type GetDedicatedServerServiceInfosError = OvhOpError;
3327
+ /** Get service information */
3328
+ export declare const getDedicatedServerServiceInfos: API.OperationMethod<GetDedicatedServerServiceInfosRequest, ServicesService, GetDedicatedServerServiceInfosError, OvhOpContext>;
3329
+ export type GetDedicatedServerSpecificationHardwareError = OvhOpError;
3330
+ /** Retrieve hardware informations about this dedicated server */
3331
+ export declare const getDedicatedServerSpecificationHardware: API.OperationMethod<GetDedicatedServerSpecificationHardwareRequest, DedicatedServerHardwareSpecifications, GetDedicatedServerSpecificationHardwareError, OvhOpContext>;
3332
+ export type GetDedicatedServerSpecificationNetworkError = OvhOpError;
3333
+ /** Retrieve network informations about this dedicated server */
3334
+ export declare const getDedicatedServerSpecificationNetwork: API.OperationMethod<GetDedicatedServerSpecificationNetworkRequest, DedicatedServerNetworkSpecifications, GetDedicatedServerSpecificationNetworkError, OvhOpContext>;
3335
+ export type GetDedicatedServerSplaError = OvhOpError;
3336
+ /** Get this object properties */
3337
+ export declare const getDedicatedServerSpla: API.OperationMethod<GetDedicatedServerSplaRequest, DedicatedServerSpla, GetDedicatedServerSplaError, OvhOpContext>;
3338
+ export type GetDedicatedServerTaskError = OvhOpError;
3339
+ /** Get this object properties */
3340
+ export declare const getDedicatedServerTask: API.OperationMethod<GetDedicatedServerTaskRequest, DedicatedServerTask, GetDedicatedServerTaskError, OvhOpContext>;
3341
+ export type GetDedicatedServerVirtualMacError = OvhOpError;
3342
+ /** Get this object properties */
3343
+ export declare const getDedicatedServerVirtualMac: API.OperationMethod<GetDedicatedServerVirtualMacRequest, DedicatedServerVirtualMac, GetDedicatedServerVirtualMacError, OvhOpContext>;
3344
+ export type GetDedicatedServerVirtualMacVirtualAddressError = OvhOpError;
3345
+ /** Get this object properties */
3346
+ export declare const getDedicatedServerVirtualMacVirtualAddress: API.OperationMethod<GetDedicatedServerVirtualMacVirtualAddressRequest, DedicatedServerVirtualMacManagement, GetDedicatedServerVirtualMacVirtualAddressError, OvhOpContext>;
3347
+ export type GetDedicatedServerVirtualNetworkInterfaceError = OvhOpError;
3348
+ /** Get VirtualNetworkInterface details */
3349
+ export declare const getDedicatedServerVirtualNetworkInterface: API.OperationMethod<GetDedicatedServerVirtualNetworkInterfaceRequest, DedicatedServerVirtualNetworkInterface, GetDedicatedServerVirtualNetworkInterfaceError, OvhOpContext>;
3350
+ export type GetDedicatedServerVirtualNetworkInterfaceByUuidError = OvhOpError;
3351
+ /** Get this object properties */
3352
+ export declare const getDedicatedServerVirtualNetworkInterfaceByUuid: API.OperationMethod<GetDedicatedServerVirtualNetworkInterfaceByUuidRequest, DedicatedVirtualNetworkInterfaceVirtualNetworkInterface, GetDedicatedServerVirtualNetworkInterfaceByUuidError, OvhOpContext>;
3353
+ export type GetDedicatedServerVrackError = OvhOpError;
3354
+ /** Get this object properties */
3355
+ export declare const getDedicatedServerVrack: API.OperationMethod<GetDedicatedServerVrackRequest, VrackDedicatedServer, GetDedicatedServerVrackError, OvhOpContext>;
3356
+ export type ListDedicatedServerError = OvhOpError;
3357
+ /** List available services */
3358
+ export declare const listDedicatedServer: API.OperationMethod<ListDedicatedServerRequest, ListDedicatedServerResponse, ListDedicatedServerError, OvhOpContext>;
3359
+ export type ListDedicatedServerAvailabilityRawError = OvhOpError;
3360
+ /** List the availability of dedicated server */
3361
+ export declare const listDedicatedServerAvailabilityRaw: API.OperationMethod<ListDedicatedServerAvailabilityRawRequest, ListDedicatedServerAvailabilityRawResponse, ListDedicatedServerAvailabilityRawError, OvhOpContext>;
3362
+ export type ListDedicatedServerBootError = OvhOpError;
3363
+ /** Server compatibles netboots */
3364
+ export declare const listDedicatedServerBoot: API.OperationMethod<ListDedicatedServerBootRequest, ListDedicatedServerBootResponse, ListDedicatedServerBootError, OvhOpContext>;
3365
+ export type ListDedicatedServerBootOptionError = OvhOpError;
3366
+ /** Option used on this netboot */
3367
+ export declare const listDedicatedServerBootOption: API.OperationMethod<ListDedicatedServerBootOptionRequest, ListDedicatedServerBootOptionResponse, ListDedicatedServerBootOptionError, OvhOpContext>;
3368
+ export type ListDedicatedServerDatacenterAvailabilitiesError = OvhOpError;
3369
+ /** List the availability of dedicated server */
3370
+ export declare const listDedicatedServerDatacenterAvailabilities: API.OperationMethod<ListDedicatedServerDatacenterAvailabilitiesRequest, ListDedicatedServerDatacenterAvailabilitiesResponse, ListDedicatedServerDatacenterAvailabilitiesError, OvhOpContext>;
3371
+ export type ListDedicatedServerDatacenterAvailabilityRawError = OvhOpError;
3372
+ /** List the raw availability of dedicated server */
3373
+ export declare const listDedicatedServerDatacenterAvailabilityRaw: API.OperationMethod<ListDedicatedServerDatacenterAvailabilityRawRequest, ListDedicatedServerDatacenterAvailabilityRawResponse, ListDedicatedServerDatacenterAvailabilityRawError, OvhOpContext>;
3374
+ export type ListDedicatedServerFeatureBackupCloudError = OvhOpError;
3375
+ /** Get this object properties */
3376
+ export declare const listDedicatedServerFeatureBackupCloud: API.OperationMethod<ListDedicatedServerFeatureBackupCloudRequest, DedicatedServerBackupCloud, ListDedicatedServerFeatureBackupCloudError, OvhOpContext>;
3377
+ export type ListDedicatedServerFeatureBackupFTPAccessError = OvhOpError;
3378
+ /** List of IP blocks (and protocols to allow on these blocks) authorized on your backup FTP */
3379
+ export declare const listDedicatedServerFeatureBackupFTPAccess: API.OperationMethod<ListDedicatedServerFeatureBackupFTPAccessRequest, ListDedicatedServerFeatureBackupFTPAccessResponse, ListDedicatedServerFeatureBackupFTPAccessError, OvhOpContext>;
3380
+ export type ListDedicatedServerFeatureBackupFTPAuthorizableBlocksError = OvhOpError;
3381
+ /** Get all IP blocks that can be used in the ACL */
3382
+ export declare const listDedicatedServerFeatureBackupFTPAuthorizableBlocks: API.OperationMethod<ListDedicatedServerFeatureBackupFTPAuthorizableBlocksRequest, ListDedicatedServerFeatureBackupFTPAuthorizableBlocksResponse, ListDedicatedServerFeatureBackupFTPAuthorizableBlocksError, OvhOpContext>;
3383
+ export type ListDedicatedServerInstallCompatibleTemplatePartitionSchemesError = OvhOpError;
3384
+ /** Retrieve compatible install template partitions scheme */
3385
+ export declare const listDedicatedServerInstallCompatibleTemplatePartitionSchemes: API.OperationMethod<ListDedicatedServerInstallCompatibleTemplatePartitionSchemesRequest, ListDedicatedServerInstallCompatibleTemplatePartitionSchemesResponse, ListDedicatedServerInstallCompatibleTemplatePartitionSchemesError, OvhOpContext>;
3386
+ export type ListDedicatedServerInstallCompatibleTemplatesError = OvhOpError;
3387
+ /** Retrieve compatible install templates names */
3388
+ export declare const listDedicatedServerInstallCompatibleTemplates: API.OperationMethod<ListDedicatedServerInstallCompatibleTemplatesRequest, DedicatedServerInstallTemplate, ListDedicatedServerInstallCompatibleTemplatesError, OvhOpContext>;
3389
+ export type ListDedicatedServerInstallHardwareRaidProfileError = OvhOpError;
3390
+ /** Retrieve hardware RAID profile */
3391
+ export declare const listDedicatedServerInstallHardwareRaidProfile: API.OperationMethod<ListDedicatedServerInstallHardwareRaidProfileRequest, DedicatedServerHardwareRaidProfile, ListDedicatedServerInstallHardwareRaidProfileError, OvhOpContext>;
3392
+ export type ListDedicatedServerInstallHardwareRaidSizeError = OvhOpError;
3393
+ /** Get hardware RAID size for a given configuration */
3394
+ export declare const listDedicatedServerInstallHardwareRaidSize: API.OperationMethod<ListDedicatedServerInstallHardwareRaidSizeRequest, DedicatedServerHardwareRaidSize, ListDedicatedServerInstallHardwareRaidSizeError, OvhOpContext>;
3395
+ export type ListDedicatedServerInstallStatusError = OvhOpError;
3396
+ /** Get installation status */
3397
+ export declare const listDedicatedServerInstallStatus: API.OperationMethod<ListDedicatedServerInstallStatusRequest, DedicatedServerInstallationProgressStatus, ListDedicatedServerInstallStatusError, OvhOpContext>;
3398
+ export type ListDedicatedServerInterventionError = OvhOpError;
3399
+ /** technical intervention history */
3400
+ export declare const listDedicatedServerIntervention: API.OperationMethod<ListDedicatedServerInterventionRequest, ListDedicatedServerInterventionResponse, ListDedicatedServerInterventionError, OvhOpContext>;
3401
+ export type ListDedicatedServerIpCountryAvailableError = OvhOpError;
3402
+ /** Retrieve available country for IP order */
3403
+ export declare const listDedicatedServerIpCountryAvailable: API.OperationMethod<ListDedicatedServerIpCountryAvailableRequest, ListDedicatedServerIpCountryAvailableResponse, ListDedicatedServerIpCountryAvailableError, OvhOpContext>;
3404
+ export type ListDedicatedServerIpsError = OvhOpError;
3405
+ /** List all ip from server */
3406
+ export declare const listDedicatedServerIps: API.OperationMethod<ListDedicatedServerIpsRequest, ListDedicatedServerIpsResponse, ListDedicatedServerIpsError, OvhOpContext>;
3407
+ export type ListDedicatedServerLicenseCompliantWindowsError = OvhOpError;
3408
+ /** Get the windows license compliant with your server. */
3409
+ export declare const listDedicatedServerLicenseCompliantWindows: API.OperationMethod<ListDedicatedServerLicenseCompliantWindowsRequest, ListDedicatedServerLicenseCompliantWindowsResponse, ListDedicatedServerLicenseCompliantWindowsError, OvhOpContext>;
3410
+ export type ListDedicatedServerLicenseCompliantWindowsSqlServerError = OvhOpError;
3411
+ /** Get the windows SQL server license compliant with your server. */
3412
+ export declare const listDedicatedServerLicenseCompliantWindowsSqlServer: API.OperationMethod<ListDedicatedServerLicenseCompliantWindowsSqlServerRequest, ListDedicatedServerLicenseCompliantWindowsSqlServerResponse, ListDedicatedServerLicenseCompliantWindowsSqlServerError, OvhOpContext>;
3413
+ export type ListDedicatedServerNetworkingError = OvhOpError;
3414
+ /** Get this object properties */
3415
+ export declare const listDedicatedServerNetworking: API.OperationMethod<ListDedicatedServerNetworkingRequest, DedicatedServerNetworking, ListDedicatedServerNetworkingError, OvhOpContext>;
3416
+ export type ListDedicatedServerNetworkInterfaceControllerError = OvhOpError;
3417
+ /** List server networkInterfaceController */
3418
+ export declare const listDedicatedServerNetworkInterfaceController: API.OperationMethod<ListDedicatedServerNetworkInterfaceControllerRequest, ListDedicatedServerNetworkInterfaceControllerResponse, ListDedicatedServerNetworkInterfaceControllerError, OvhOpContext>;
3419
+ export type ListDedicatedServerNetworkInterfaceControllerMrtgError = OvhOpError;
3420
+ /** Retrieve traffic graph values */
3421
+ export declare const listDedicatedServerNetworkInterfaceControllerMrtg: API.OperationMethod<ListDedicatedServerNetworkInterfaceControllerMrtgRequest, ListDedicatedServerNetworkInterfaceControllerMrtgResponse, ListDedicatedServerNetworkInterfaceControllerMrtgError, OvhOpContext>;
3422
+ export type ListDedicatedServerOngoingError = OvhOpError;
3423
+ /** What is ongoing on this server */
3424
+ export declare const listDedicatedServerOngoing: API.OperationMethod<ListDedicatedServerOngoingRequest, ListDedicatedServerOngoingResponse, ListDedicatedServerOngoingError, OvhOpContext>;
3425
+ export type ListDedicatedServerOperationError = OvhOpError;
3426
+ /** Dedicated server operation */
3427
+ export declare const listDedicatedServerOperation: API.OperationMethod<ListDedicatedServerOperationRequest, ListDedicatedServerOperationResponse, ListDedicatedServerOperationError, OvhOpContext>;
3428
+ export type ListDedicatedServerOptionError = OvhOpError;
3429
+ /** List of dedicated server options */
3430
+ export declare const listDedicatedServerOption: API.OperationMethod<ListDedicatedServerOptionRequest, ListDedicatedServerOptionResponse, ListDedicatedServerOptionError, OvhOpContext>;
3431
+ export type ListDedicatedServerOrderableBackupStorageError = OvhOpError;
3432
+ /** Get the backup storage orderable with your server. */
3433
+ export declare const listDedicatedServerOrderableBackupStorage: API.OperationMethod<ListDedicatedServerOrderableBackupStorageRequest, DedicatedServerBackupStorageOrderable, ListDedicatedServerOrderableBackupStorageError, OvhOpContext>;
3434
+ export type ListDedicatedServerOrderableBandwidthError = OvhOpError;
3435
+ /** Get bandwidth orderable with your server. */
3436
+ export declare const listDedicatedServerOrderableBandwidth: API.OperationMethod<ListDedicatedServerOrderableBandwidthRequest, DedicatedServerBandwidthOrderable, ListDedicatedServerOrderableBandwidthError, OvhOpContext>;
3437
+ export type ListDedicatedServerOrderableBandwidthvRackError = OvhOpError;
3438
+ /** Get vRack bandwidth orderable with your server. */
3439
+ export declare const listDedicatedServerOrderableBandwidthvRack: API.OperationMethod<ListDedicatedServerOrderableBandwidthvRackRequest, DedicatedServerBandwidthvRackOrderable, ListDedicatedServerOrderableBandwidthvRackError, OvhOpContext>;
3440
+ export type ListDedicatedServerOrderableIpError = OvhOpError;
3441
+ /** Get IP orderable with your server. */
3442
+ export declare const listDedicatedServerOrderableIp: API.OperationMethod<ListDedicatedServerOrderableIpRequest, DedicatedServerIpOrderable, ListDedicatedServerOrderableIpError, OvhOpContext>;
3443
+ export type ListDedicatedServerOrderableSupportLevelError = OvhOpError;
3444
+ /** Get support level orderable for this server */
3445
+ export declare const listDedicatedServerOrderableSupportLevel: API.OperationMethod<ListDedicatedServerOrderableSupportLevelRequest, DedicatedServerSupportLevelOrderable, ListDedicatedServerOrderableSupportLevelError, OvhOpContext>;
3446
+ export type ListDedicatedServerOrderableTrafficError = OvhOpError;
3447
+ /** Get orderable traffic with your server. */
3448
+ export declare const listDedicatedServerOrderableTraffic: API.OperationMethod<ListDedicatedServerOrderableTrafficRequest, DedicatedServerTrafficOrderable, ListDedicatedServerOrderableTrafficError, OvhOpContext>;
3449
+ export type ListDedicatedServerOrderableUsbKeyError = OvhOpError;
3450
+ /** Get USB keys orderable with your server */
3451
+ export declare const listDedicatedServerOrderableUsbKey: API.OperationMethod<ListDedicatedServerOrderableUsbKeyRequest, DedicatedServerUsbKeyOrderableDetails, ListDedicatedServerOrderableUsbKeyError, OvhOpContext>;
3452
+ export type ListDedicatedServerOsAvailabilitiesError = OvhOpError;
3453
+ /** List the os available for a specified hardware reference */
3454
+ export declare const listDedicatedServerOsAvailabilities: API.OperationMethod<ListDedicatedServerOsAvailabilitiesRequest, ListDedicatedServerOsAvailabilitiesResponse, ListDedicatedServerOsAvailabilitiesError, OvhOpContext>;
3455
+ export type ListDedicatedServerPlannedInterventionError = OvhOpError;
3456
+ /** Planned interventions for the server */
3457
+ export declare const listDedicatedServerPlannedIntervention: API.OperationMethod<ListDedicatedServerPlannedInterventionRequest, ListDedicatedServerPlannedInterventionResponse, ListDedicatedServerPlannedInterventionError, OvhOpContext>;
3458
+ export type ListDedicatedServerRegionAvailabilitiesError = OvhOpError;
3459
+ /** List the availability of dedicated server */
3460
+ export declare const listDedicatedServerRegionAvailabilities: API.OperationMethod<ListDedicatedServerRegionAvailabilitiesRequest, ListDedicatedServerRegionAvailabilitiesResponse, ListDedicatedServerRegionAvailabilitiesError, OvhOpContext>;
3461
+ export type ListDedicatedServerSecondaryDnsDomainsError = OvhOpError;
3462
+ /** List of secondary dns domain name */
3463
+ export declare const listDedicatedServerSecondaryDnsDomains: API.OperationMethod<ListDedicatedServerSecondaryDnsDomainsRequest, ListDedicatedServerSecondaryDnsDomainsResponse, ListDedicatedServerSecondaryDnsDomainsError, OvhOpContext>;
3464
+ export type ListDedicatedServerSpecificationIpError = OvhOpError;
3465
+ /** Retrieve IP capabilities about this dedicated server */
3466
+ export declare const listDedicatedServerSpecificationIp: API.OperationMethod<ListDedicatedServerSpecificationIpRequest, DedicatedServerIpOrderable, ListDedicatedServerSpecificationIpError, OvhOpContext>;
3467
+ export type ListDedicatedServerSplaError = OvhOpError;
3468
+ /** Your own SPLA licenses attached to this dedicated server */
3469
+ export declare const listDedicatedServerSpla: API.OperationMethod<ListDedicatedServerSplaRequest, ListDedicatedServerSplaResponse, ListDedicatedServerSplaError, OvhOpContext>;
3470
+ export type ListDedicatedServerTaskError = OvhOpError;
3471
+ /** Dedicated server todos */
3472
+ export declare const listDedicatedServerTask: API.OperationMethod<ListDedicatedServerTaskRequest, ListDedicatedServerTaskResponse, ListDedicatedServerTaskError, OvhOpContext>;
3473
+ export type ListDedicatedServerTaskAvailableTimeslotsError = OvhOpError;
3474
+ /** List available time slots for intervention */
3475
+ export declare const listDedicatedServerTaskAvailableTimeslots: API.OperationMethod<ListDedicatedServerTaskAvailableTimeslotsRequest, ListDedicatedServerTaskAvailableTimeslotsResponse, ListDedicatedServerTaskAvailableTimeslotsError, OvhOpContext>;
3476
+ export type ListDedicatedServerUpdateAllowedError = OvhOpError;
3477
+ /** List all updates that can be performed on a dedicated server */
3478
+ export declare const listDedicatedServerUpdateAllowed: API.OperationMethod<ListDedicatedServerUpdateAllowedRequest, ListDedicatedServerUpdateAllowedResponse, ListDedicatedServerUpdateAllowedError, OvhOpContext>;
3479
+ export type ListDedicatedServerUpgradeAvailableTimeslotsError = OvhOpError;
3480
+ /** Get the available schedule for an hardware upgrade */
3481
+ export declare const listDedicatedServerUpgradeAvailableTimeslots: API.OperationMethod<ListDedicatedServerUpgradeAvailableTimeslotsRequest, ListDedicatedServerUpgradeAvailableTimeslotsResponse, ListDedicatedServerUpgradeAvailableTimeslotsError, OvhOpContext>;
3482
+ export type ListDedicatedServerVirtualMacError = OvhOpError;
3483
+ /** Virtual MAC addresses of the server */
3484
+ export declare const listDedicatedServerVirtualMac: API.OperationMethod<ListDedicatedServerVirtualMacRequest, ListDedicatedServerVirtualMacResponse, ListDedicatedServerVirtualMacError, OvhOpContext>;
3485
+ export type ListDedicatedServerVirtualMacVirtualAddressError = OvhOpError;
3486
+ /** List of IPs associated to this Virtual MAC */
3487
+ export declare const listDedicatedServerVirtualMacVirtualAddress: API.OperationMethod<ListDedicatedServerVirtualMacVirtualAddressRequest, ListDedicatedServerVirtualMacVirtualAddressResponse, ListDedicatedServerVirtualMacVirtualAddressError, OvhOpContext>;
3488
+ export type ListDedicatedServerVirtualNetworkInterfaceError = OvhOpError;
3489
+ /** List server VirtualNetworkInterfaces */
3490
+ export declare const listDedicatedServerVirtualNetworkInterface: API.OperationMethod<ListDedicatedServerVirtualNetworkInterfaceRequest, ListDedicatedServerVirtualNetworkInterfaceResponse, ListDedicatedServerVirtualNetworkInterfaceError, OvhOpContext>;
3491
+ export type ListDedicatedServerVrackError = OvhOpError;
3492
+ /** Server Vracks (LEGACY) */
3493
+ export declare const listDedicatedServerVrack: API.OperationMethod<ListDedicatedServerVrackRequest, ListDedicatedServerVrackResponse, ListDedicatedServerVrackError, OvhOpContext>;
3494
+ export type PutDedicatedServerError = OvhOpError;
3495
+ /** Alter this object properties */
3496
+ export declare const putDedicatedServer: API.OperationMethod<PutDedicatedServerRequest, PutDedicatedServerResponse, PutDedicatedServerError, OvhOpContext>;
3497
+ export type PutDedicatedServerBurstError = OvhOpError;
3498
+ /** Alter this object properties */
3499
+ export declare const putDedicatedServerBurst: API.OperationMethod<PutDedicatedServerBurstRequest, PutDedicatedServerBurstResponse, PutDedicatedServerBurstError, OvhOpContext>;
3500
+ export type PutDedicatedServerFeatureBackupFTPAccessError = OvhOpError;
3501
+ /** Alter this object properties */
3502
+ export declare const putDedicatedServerFeatureBackupFTPAccess: API.OperationMethod<PutDedicatedServerFeatureBackupFTPAccessRequest, PutDedicatedServerFeatureBackupFTPAccessResponse, PutDedicatedServerFeatureBackupFTPAccessError, OvhOpContext>;
3503
+ export type PutDedicatedServerFeatureFirewallError = OvhOpError;
3504
+ /** Alter this object properties */
3505
+ export declare const putDedicatedServerFeatureFirewall: API.OperationMethod<PutDedicatedServerFeatureFirewallRequest, PutDedicatedServerFeatureFirewallResponse, PutDedicatedServerFeatureFirewallError, OvhOpContext>;
3506
+ export type PutDedicatedServerSecondaryDnsDomainError = OvhOpError;
3507
+ /** Alter this object properties */
3508
+ export declare const putDedicatedServerSecondaryDnsDomain: API.OperationMethod<PutDedicatedServerSecondaryDnsDomainRequest, PutDedicatedServerSecondaryDnsDomainResponse, PutDedicatedServerSecondaryDnsDomainError, OvhOpContext>;
3509
+ export type PutDedicatedServerServiceInfosError = OvhOpError;
3510
+ /** Update service information */
3511
+ export declare const putDedicatedServerServiceInfos: API.OperationMethod<PutDedicatedServerServiceInfosRequest, PutDedicatedServerServiceInfosResponse, PutDedicatedServerServiceInfosError, OvhOpContext>;
3512
+ export type PutDedicatedServerSplaError = OvhOpError;
3513
+ /** Alter this object properties */
3514
+ export declare const putDedicatedServerSpla: API.OperationMethod<PutDedicatedServerSplaRequest, PutDedicatedServerSplaResponse, PutDedicatedServerSplaError, OvhOpContext>;
3515
+ export type PutDedicatedServerUpgradeScheduleError = OvhOpError;
3516
+ /** Set the schedule of an hardware upgrade */
3517
+ export declare const putDedicatedServerUpgradeSchedule: API.OperationMethod<PutDedicatedServerUpgradeScheduleRequest, PutDedicatedServerUpgradeScheduleResponse, PutDedicatedServerUpgradeScheduleError, OvhOpContext>;
3518
+ export type RebootDedicatedServerError = OvhOpError;
3519
+ /** Hard reboot this server */
3520
+ export declare const rebootDedicatedServer: API.OperationMethod<RebootDedicatedServerRequest, DedicatedServerTask, RebootDedicatedServerError, OvhOpContext>;
3521
+ export type ResetDedicatedServerFeaturesIpmiInterfaceError = OvhOpError;
3522
+ /** Reset KVM IPMI interface */
3523
+ export declare const resetDedicatedServerFeaturesIpmiInterface: API.OperationMethod<ResetDedicatedServerFeaturesIpmiInterfaceRequest, DedicatedServerTask, ResetDedicatedServerFeaturesIpmiInterfaceError, OvhOpContext>;
3524
+ export type ResetDedicatedServerFeaturesIpmiSessionsError = OvhOpError;
3525
+ /** Reset KVM IPMI sessions */
3526
+ export declare const resetDedicatedServerFeaturesIpmiSessions: API.OperationMethod<ResetDedicatedServerFeaturesIpmiSessionsRequest, DedicatedServerTask, ResetDedicatedServerFeaturesIpmiSessionsError, OvhOpContext>;
3527
+ export type ResetDedicatedServerOlaError = OvhOpError;
3528
+ /** OLA : Reset interfaces to default configuration */
3529
+ export declare const resetDedicatedServerOla: API.OperationMethod<ResetDedicatedServerOlaRequest, DedicatedServerTask, ResetDedicatedServerOlaError, OvhOpContext>;
3530
+ export type RestartDedicatedServerFeaturesBmcError = OvhOpError;
3531
+ /** Restart the BMC module */
3532
+ export declare const restartDedicatedServerFeaturesBmc: API.OperationMethod<RestartDedicatedServerFeaturesBmcRequest, DedicatedServerOperation, RestartDedicatedServerFeaturesBmcError, OvhOpContext>;
3533
+ export type RevokeDedicatedServerFeaturesBmcSessionsError = OvhOpError;
3534
+ /** Revoke access of all sessions related to this BMC */
3535
+ export declare const revokeDedicatedServerFeaturesBmcSessions: API.OperationMethod<RevokeDedicatedServerFeaturesBmcSessionsRequest, DedicatedServerOperation, RevokeDedicatedServerFeaturesBmcSessionsError, OvhOpContext>;
3536
+ export type RevokeDedicatedServerSplaError = OvhOpError;
3537
+ /** Revoke an SPLA license */
3538
+ export declare const revokeDedicatedServerSpla: API.OperationMethod<RevokeDedicatedServerSplaRequest, RevokeDedicatedServerSplaResponse, RevokeDedicatedServerSplaError, OvhOpContext>;
3539
+ export type StartDedicatedServerInstallError = OvhOpError;
3540
+ /** Install or reinstall an operating system - Try 🆕 /dedicated/server/{serviceName}/reinstall route */
3541
+ export declare const startDedicatedServerInstall: API.OperationMethod<StartDedicatedServerInstallRequest, DedicatedServerTask, StartDedicatedServerInstallError, OvhOpContext>;
3542
+ export type TerminateDedicatedServerError = OvhOpError;
3543
+ /** 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. */
3544
+ export declare const terminateDedicatedServer: API.OperationMethod<TerminateDedicatedServerRequest, TerminateDedicatedServerResponse, TerminateDedicatedServerError, OvhOpContext>;
3545
+ export type TestDedicatedServerFeaturesBmcError = OvhOpError;
3546
+ /** Launch basic test on BMC interface */
3547
+ export declare const testDedicatedServerFeaturesBmc: API.OperationMethod<TestDedicatedServerFeaturesBmcRequest, DedicatedServerOperation, TestDedicatedServerFeaturesBmcError, OvhOpContext>;
3548
+ export type TestDedicatedServerFeaturesIpmiError = OvhOpError;
3549
+ /** Launch test on KVM IPMI interface */
3550
+ export declare const testDedicatedServerFeaturesIpmi: API.OperationMethod<TestDedicatedServerFeaturesIpmiRequest, DedicatedServerTask, TestDedicatedServerFeaturesIpmiError, OvhOpContext>;
3551
+ //# sourceMappingURL=baremetal.d.ts.map