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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (192) hide show
  1. package/LICENSE +201 -0
  2. package/lib/credentials.d.ts +38 -0
  3. package/lib/credentials.d.ts.map +1 -0
  4. package/lib/credentials.js +54 -0
  5. package/lib/credentials.js.map +1 -0
  6. package/lib/errors.d.ts +36 -0
  7. package/lib/errors.d.ts.map +1 -0
  8. package/lib/errors.js +26 -0
  9. package/lib/errors.js.map +1 -0
  10. package/lib/index.d.ts +22 -0
  11. package/lib/index.d.ts.map +1 -0
  12. package/lib/index.js +22 -0
  13. package/lib/index.js.map +1 -0
  14. package/lib/pagination.d.ts +8 -0
  15. package/lib/pagination.d.ts.map +1 -0
  16. package/lib/pagination.js +8 -0
  17. package/lib/pagination.js.map +1 -0
  18. package/lib/protocol.d.ts +18 -0
  19. package/lib/protocol.d.ts.map +1 -0
  20. package/lib/protocol.js +60 -0
  21. package/lib/protocol.js.map +1 -0
  22. package/lib/retry.d.ts +32 -0
  23. package/lib/retry.d.ts.map +1 -0
  24. package/lib/retry.js +32 -0
  25. package/lib/retry.js.map +1 -0
  26. package/lib/services/baremetal.d.ts +3551 -0
  27. package/lib/services/baremetal.d.ts.map +1 -0
  28. package/lib/services/baremetal.js +4187 -0
  29. package/lib/services/baremetal.js.map +1 -0
  30. package/lib/services/cloud.d.ts +26011 -0
  31. package/lib/services/cloud.d.ts.map +1 -0
  32. package/lib/services/cloud.js +31061 -0
  33. package/lib/services/cloud.js.map +1 -0
  34. package/lib/services/cloud_v2.d.ts +5642 -0
  35. package/lib/services/cloud_v2.d.ts.map +1 -0
  36. package/lib/services/cloud_v2.js +5733 -0
  37. package/lib/services/cloud_v2.js.map +1 -0
  38. package/lib/services/dedicatedceph.d.ts +747 -0
  39. package/lib/services/dedicatedceph.d.ts.map +1 -0
  40. package/lib/services/dedicatedceph.js +960 -0
  41. package/lib/services/dedicatedceph.js.map +1 -0
  42. package/lib/services/dedicatednasha.d.ts +755 -0
  43. package/lib/services/dedicatednasha.d.ts.map +1 -0
  44. package/lib/services/dedicatednasha.js +965 -0
  45. package/lib/services/dedicatednasha.js.map +1 -0
  46. package/lib/services/domain.d.ts +2995 -0
  47. package/lib/services/domain.d.ts.map +1 -0
  48. package/lib/services/domain.js +3078 -0
  49. package/lib/services/domain.js.map +1 -0
  50. package/lib/services/emaildomain.d.ts +1913 -0
  51. package/lib/services/emaildomain.d.ts.map +1 -0
  52. package/lib/services/emaildomain.js +2550 -0
  53. package/lib/services/emaildomain.js.map +1 -0
  54. package/lib/services/emailmxplan.d.ts +1012 -0
  55. package/lib/services/emailmxplan.d.ts.map +1 -0
  56. package/lib/services/emailmxplan.js +1155 -0
  57. package/lib/services/emailmxplan.js.map +1 -0
  58. package/lib/services/emailpro.d.ts +1287 -0
  59. package/lib/services/emailpro.d.ts.map +1 -0
  60. package/lib/services/emailpro.js +1471 -0
  61. package/lib/services/emailpro.js.map +1 -0
  62. package/lib/services/hostingprivatedatabase.d.ts +1402 -0
  63. package/lib/services/hostingprivatedatabase.d.ts.map +1 -0
  64. package/lib/services/hostingprivatedatabase.js +1829 -0
  65. package/lib/services/hostingprivatedatabase.js.map +1 -0
  66. package/lib/services/iam.d.ts +829 -0
  67. package/lib/services/iam.d.ts.map +1 -0
  68. package/lib/services/iam.js +793 -0
  69. package/lib/services/iam.js.map +1 -0
  70. package/lib/services/index.d.ts +31 -0
  71. package/lib/services/index.d.ts.map +1 -0
  72. package/lib/services/index.js +32 -0
  73. package/lib/services/index.js.map +1 -0
  74. package/lib/services/ip.d.ts +1417 -0
  75. package/lib/services/ip.d.ts.map +1 -0
  76. package/lib/services/ip.js +1690 -0
  77. package/lib/services/ip.js.map +1 -0
  78. package/lib/services/iploadbalancing.d.ts +3059 -0
  79. package/lib/services/iploadbalancing.d.ts.map +1 -0
  80. package/lib/services/iploadbalancing.js +3553 -0
  81. package/lib/services/iploadbalancing.js.map +1 -0
  82. package/lib/services/ldp.d.ts +2492 -0
  83. package/lib/services/ldp.d.ts.map +1 -0
  84. package/lib/services/ldp.js +3067 -0
  85. package/lib/services/ldp.js.map +1 -0
  86. package/lib/services/me.d.ts +7511 -0
  87. package/lib/services/me.d.ts.map +1 -0
  88. package/lib/services/me.js +8874 -0
  89. package/lib/services/me.js.map +1 -0
  90. package/lib/services/overthebox.d.ts +981 -0
  91. package/lib/services/overthebox.d.ts.map +1 -0
  92. package/lib/services/overthebox.js +1122 -0
  93. package/lib/services/overthebox.js.map +1 -0
  94. package/lib/services/ovhcloudconnect.d.ts +1123 -0
  95. package/lib/services/ovhcloudconnect.d.ts.map +1 -0
  96. package/lib/services/ovhcloudconnect.js +1351 -0
  97. package/lib/services/ovhcloudconnect.js.map +1 -0
  98. package/lib/services/packxdsl.d.ts +1583 -0
  99. package/lib/services/packxdsl.d.ts.map +1 -0
  100. package/lib/services/packxdsl.js +1787 -0
  101. package/lib/services/packxdsl.js.map +1 -0
  102. package/lib/services/sms.d.ts +2602 -0
  103. package/lib/services/sms.d.ts.map +1 -0
  104. package/lib/services/sms.js +2995 -0
  105. package/lib/services/sms.js.map +1 -0
  106. package/lib/services/sslgateway.d.ts +493 -0
  107. package/lib/services/sslgateway.d.ts.map +1 -0
  108. package/lib/services/sslgateway.js +569 -0
  109. package/lib/services/sslgateway.js.map +1 -0
  110. package/lib/services/storagenetapp.d.ts +859 -0
  111. package/lib/services/storagenetapp.d.ts.map +1 -0
  112. package/lib/services/storagenetapp.js +1020 -0
  113. package/lib/services/storagenetapp.js.map +1 -0
  114. package/lib/services/support.d.ts +233 -0
  115. package/lib/services/support.d.ts.map +1 -0
  116. package/lib/services/support.js +237 -0
  117. package/lib/services/support.js.map +1 -0
  118. package/lib/services/telephony.d.ts +10825 -0
  119. package/lib/services/telephony.d.ts.map +1 -0
  120. package/lib/services/telephony.js +14877 -0
  121. package/lib/services/telephony.js.map +1 -0
  122. package/lib/services/vmwareclouddirectorbackup.d.ts +784 -0
  123. package/lib/services/vmwareclouddirectorbackup.d.ts.map +1 -0
  124. package/lib/services/vmwareclouddirectorbackup.js +841 -0
  125. package/lib/services/vmwareclouddirectorbackup.js.map +1 -0
  126. package/lib/services/vmwareclouddirectororganization.d.ts +784 -0
  127. package/lib/services/vmwareclouddirectororganization.d.ts.map +1 -0
  128. package/lib/services/vmwareclouddirectororganization.js +841 -0
  129. package/lib/services/vmwareclouddirectororganization.js.map +1 -0
  130. package/lib/services/vps.d.ts +1579 -0
  131. package/lib/services/vps.d.ts.map +1 -0
  132. package/lib/services/vps.js +1914 -0
  133. package/lib/services/vps.js.map +1 -0
  134. package/lib/services/vrack.d.ts +1204 -0
  135. package/lib/services/vrack.d.ts.map +1 -0
  136. package/lib/services/vrack.js +1627 -0
  137. package/lib/services/vrack.js.map +1 -0
  138. package/lib/services/vrackservices.d.ts +394 -0
  139. package/lib/services/vrackservices.d.ts.map +1 -0
  140. package/lib/services/vrackservices.js +355 -0
  141. package/lib/services/vrackservices.js.map +1 -0
  142. package/lib/services/webhosting.d.ts +3986 -0
  143. package/lib/services/webhosting.d.ts.map +1 -0
  144. package/lib/services/webhosting.js +4522 -0
  145. package/lib/services/webhosting.js.map +1 -0
  146. package/lib/services/xdsl.d.ts +3433 -0
  147. package/lib/services/xdsl.d.ts.map +1 -0
  148. package/lib/services/xdsl.js +3681 -0
  149. package/lib/services/xdsl.js.map +1 -0
  150. package/lib/traits.d.ts +11 -0
  151. package/lib/traits.d.ts.map +1 -0
  152. package/lib/traits.js +11 -0
  153. package/lib/traits.js.map +1 -0
  154. package/package.json +77 -6
  155. package/src/credentials.ts +77 -0
  156. package/src/errors.ts +50 -0
  157. package/src/index.ts +21 -0
  158. package/src/pagination.ts +7 -0
  159. package/src/protocol.ts +86 -0
  160. package/src/retry.ts +54 -0
  161. package/src/services/baremetal.ts +10949 -0
  162. package/src/services/cloud.ts +75466 -0
  163. package/src/services/cloud_v2.ts +14725 -0
  164. package/src/services/dedicatedceph.ts +2231 -0
  165. package/src/services/dedicatednasha.ts +2268 -0
  166. package/src/services/domain.ts +7996 -0
  167. package/src/services/emaildomain.ts +5751 -0
  168. package/src/services/emailmxplan.ts +2764 -0
  169. package/src/services/emailpro.ts +3519 -0
  170. package/src/services/hostingprivatedatabase.ts +4214 -0
  171. package/src/services/iam.ts +2060 -0
  172. package/src/services/index.ts +31 -0
  173. package/src/services/ip.ts +4461 -0
  174. package/src/services/iploadbalancing.ts +8421 -0
  175. package/src/services/ldp.ts +7269 -0
  176. package/src/services/me.ts +21716 -0
  177. package/src/services/overthebox.ts +2693 -0
  178. package/src/services/ovhcloudconnect.ts +3224 -0
  179. package/src/services/packxdsl.ts +4619 -0
  180. package/src/services/sms.ts +7255 -0
  181. package/src/services/sslgateway.ts +1408 -0
  182. package/src/services/storagenetapp.ts +2431 -0
  183. package/src/services/support.ts +598 -0
  184. package/src/services/telephony.ts +32926 -0
  185. package/src/services/vmwareclouddirectorbackup.ts +2170 -0
  186. package/src/services/vmwareclouddirectororganization.ts +2170 -0
  187. package/src/services/vps.ts +5134 -0
  188. package/src/services/vrack.ts +3730 -0
  189. package/src/services/vrackservices.ts +939 -0
  190. package/src/services/webhosting.ts +11285 -0
  191. package/src/services/xdsl.ts +9277 -0
  192. package/src/traits.ts +44 -0
@@ -0,0 +1,1627 @@
1
+ // AUTO-GENERATED by scripts/generate.ts from .generated-specs (specs/spec-mirror-ovh). Do not edit.
2
+ import * as S from "@distilled.cloud/core/schema";
3
+ import * as API from "@distilled.cloud/core/api";
4
+ import * as T from "../traits.js";
5
+ import { OvhProtocol, } from "../protocol.js";
6
+ import { UnknownOvhError } from "../errors.js";
7
+ import * as Retry from "../retry.js";
8
+ export const ServiceTerminationFutureUseEnum = S.String;
9
+ export const ServiceTerminationReasonEnum = S.String;
10
+ export const ConfirmVrackTerminationRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
11
+ serviceName: S.String.pipe(T.Label()),
12
+ commentary: S.optional(S.String),
13
+ futureUse: S.optional(ServiceTerminationFutureUseEnum),
14
+ reason: S.optional(ServiceTerminationReasonEnum),
15
+ token: S.String,
16
+ }).pipe(T.Http({
17
+ method: "POST",
18
+ uri: "/vrack/{serviceName}/confirmTermination",
19
+ code: 200,
20
+ }))).annotate({
21
+ identifier: "ConfirmVrackTerminationRequest",
22
+ });
23
+ export const ConfirmVrackTerminationResponse = /*@__PURE__*/ S.suspend(() => S.String.pipe(T.RawResponseRoot())).annotate({
24
+ identifier: "ConfirmVrackTerminationResponse",
25
+ });
26
+ export const CreateVrackChangeContactRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
27
+ serviceName: S.String.pipe(T.Label()),
28
+ contactAdmin: S.optional(S.String),
29
+ contactBilling: S.optional(S.String),
30
+ contactTech: S.optional(S.String),
31
+ }).pipe(T.Http({
32
+ method: "POST",
33
+ uri: "/vrack/{serviceName}/changeContact",
34
+ code: 200,
35
+ }))).annotate({
36
+ identifier: "CreateVrackChangeContactRequest",
37
+ });
38
+ export const CreateVrackChangeContactResponseBodyList = /*@__PURE__*/ S.Array(S.Number);
39
+ export const CreateVrackChangeContactResponse = /*@__PURE__*/ S.suspend(() => CreateVrackChangeContactResponseBodyList.pipe(T.RawResponseRoot())).annotate({
40
+ identifier: "CreateVrackChangeContactResponse",
41
+ });
42
+ export const CreateVrackCloudProjectRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
43
+ serviceName: S.String.pipe(T.Label()),
44
+ project: S.String,
45
+ }).pipe(T.Http({
46
+ method: "POST",
47
+ uri: "/vrack/{serviceName}/cloudProject",
48
+ code: 200,
49
+ }))).annotate({
50
+ identifier: "CreateVrackCloudProjectRequest",
51
+ });
52
+ export const VrackTaskStatusEnum = S.String;
53
+ export const VrackTask = /*@__PURE__*/ S.suspend(() => S.Struct({
54
+ function: S.optional(S.String),
55
+ id: S.optional(S.Number),
56
+ lastUpdate: S.optional(S.NullOr(S.String)),
57
+ orderId: S.optional(S.NullOr(S.Number)),
58
+ serviceName: S.optional(S.NullOr(S.String)),
59
+ status: S.optional(VrackTaskStatusEnum),
60
+ targetDomain: S.optional(S.NullOr(S.String)),
61
+ todoDate: S.optional(S.NullOr(S.String)),
62
+ })).annotate({ identifier: "VrackTask" });
63
+ export const CreateVrackDedicatedCloudRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
64
+ serviceName: S.String.pipe(T.Label()),
65
+ dedicatedCloud: S.String,
66
+ }).pipe(T.Http({
67
+ method: "POST",
68
+ uri: "/vrack/{serviceName}/dedicatedCloud",
69
+ code: 200,
70
+ }))).annotate({
71
+ identifier: "CreateVrackDedicatedCloudRequest",
72
+ });
73
+ export const CreateVrackDedicatedConnectRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
74
+ serviceName: S.String.pipe(T.Label()),
75
+ entryPointSwitch: S.String,
76
+ name: S.String,
77
+ vlanId: S.Number,
78
+ }).pipe(T.Http({
79
+ method: "POST",
80
+ uri: "/vrack/{serviceName}/dedicatedConnect",
81
+ code: 200,
82
+ }))).annotate({
83
+ identifier: "CreateVrackDedicatedConnectRequest",
84
+ });
85
+ export const CreateVrackDedicatedServerRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
86
+ serviceName: S.String.pipe(T.Label()),
87
+ dedicatedServer: S.String,
88
+ }).pipe(T.Http({
89
+ method: "POST",
90
+ uri: "/vrack/{serviceName}/dedicatedServer",
91
+ code: 200,
92
+ }))).annotate({
93
+ identifier: "CreateVrackDedicatedServerRequest",
94
+ });
95
+ export const CreateVrackDedicatedServerInterfaceRequest =
96
+ /*@__PURE__*/ S.suspend(() => S.Struct({
97
+ serviceName: S.String.pipe(T.Label()),
98
+ dedicatedServerInterface: S.String,
99
+ }).pipe(T.Http({
100
+ method: "POST",
101
+ uri: "/vrack/{serviceName}/dedicatedServerInterface",
102
+ code: 200,
103
+ }))).annotate({
104
+ identifier: "CreateVrackDedicatedServerInterfaceRequest",
105
+ });
106
+ export const CreateVrackIpRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
107
+ serviceName: S.String.pipe(T.Label()),
108
+ block: S.String,
109
+ region: S.optional(S.String),
110
+ }).pipe(T.Http({ method: "POST", uri: "/vrack/{serviceName}/ip", code: 200 }))).annotate({
111
+ identifier: "CreateVrackIpRequest",
112
+ });
113
+ export const CreateVrackIpLoadbalancingRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
114
+ serviceName: S.String.pipe(T.Label()),
115
+ ipLoadbalancing: S.String,
116
+ }).pipe(T.Http({
117
+ method: "POST",
118
+ uri: "/vrack/{serviceName}/ipLoadbalancing",
119
+ code: 200,
120
+ }))).annotate({
121
+ identifier: "CreateVrackIpLoadbalancingRequest",
122
+ });
123
+ export const CreateVrackIpv6Request = /*@__PURE__*/ S.suspend(() => S.Struct({
124
+ serviceName: S.String.pipe(T.Label()),
125
+ block: S.String,
126
+ }).pipe(T.Http({ method: "POST", uri: "/vrack/{serviceName}/ipv6", code: 200 }))).annotate({
127
+ identifier: "CreateVrackIpv6Request",
128
+ });
129
+ export const CreateVrackIpv6RoutedSubrangeRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
130
+ serviceName: S.String.pipe(T.Label()),
131
+ ipv6: S.String.pipe(T.Label()),
132
+ nexthop: S.String,
133
+ routedSubrange: S.String,
134
+ }).pipe(T.Http({
135
+ method: "POST",
136
+ uri: "/vrack/{serviceName}/ipv6/{ipv6}/routedSubrange",
137
+ code: 200,
138
+ }))).annotate({
139
+ identifier: "CreateVrackIpv6RoutedSubrangeRequest",
140
+ });
141
+ export const CreateVrackLegacyVrackRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
142
+ serviceName: S.String.pipe(T.Label()),
143
+ legacyVrack: S.String,
144
+ }).pipe(T.Http({
145
+ method: "POST",
146
+ uri: "/vrack/{serviceName}/legacyVrack",
147
+ code: 200,
148
+ }))).annotate({
149
+ identifier: "CreateVrackLegacyVrackRequest",
150
+ });
151
+ export const CreateVrackOvhCloudConnectRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
152
+ serviceName: S.String.pipe(T.Label()),
153
+ ovhCloudConnect: S.String,
154
+ }).pipe(T.Http({
155
+ method: "POST",
156
+ uri: "/vrack/{serviceName}/ovhCloudConnect",
157
+ code: 200,
158
+ }))).annotate({
159
+ identifier: "CreateVrackOvhCloudConnectRequest",
160
+ });
161
+ export const CreateVrackVmwareCloudDirectorVirtualDataCenterRequest =
162
+ /*@__PURE__*/ S.suspend(() => S.Struct({
163
+ serviceName: S.String.pipe(T.Label()),
164
+ vmwareCloudDirectorVirtualDataCenter: S.String,
165
+ }).pipe(T.Http({
166
+ method: "POST",
167
+ uri: "/vrack/{serviceName}/vmwareCloudDirectorVirtualDataCenter",
168
+ code: 200,
169
+ }))).annotate({
170
+ identifier: "CreateVrackVmwareCloudDirectorVirtualDataCenterRequest",
171
+ });
172
+ export const CreateVrackVrackServiceRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
173
+ serviceName: S.String.pipe(T.Label()),
174
+ vrackServices: S.String,
175
+ }).pipe(T.Http({
176
+ method: "POST",
177
+ uri: "/vrack/{serviceName}/vrackServices",
178
+ code: 200,
179
+ }))).annotate({
180
+ identifier: "CreateVrackVrackServiceRequest",
181
+ });
182
+ export const DeleteVrackCloudProjectRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
183
+ serviceName: S.String.pipe(T.Label()),
184
+ project: S.String.pipe(T.Label()),
185
+ }).pipe(T.Http({
186
+ method: "DELETE",
187
+ uri: "/vrack/{serviceName}/cloudProject/{project}",
188
+ code: 200,
189
+ }))).annotate({
190
+ identifier: "DeleteVrackCloudProjectRequest",
191
+ });
192
+ export const DeleteVrackDedicatedCloudRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
193
+ serviceName: S.String.pipe(T.Label()),
194
+ dedicatedCloud: S.String.pipe(T.Label()),
195
+ }).pipe(T.Http({
196
+ method: "DELETE",
197
+ uri: "/vrack/{serviceName}/dedicatedCloud/{dedicatedCloud}",
198
+ code: 200,
199
+ }))).annotate({
200
+ identifier: "DeleteVrackDedicatedCloudRequest",
201
+ });
202
+ export const DeleteVrackDedicatedConnectRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
203
+ serviceName: S.String.pipe(T.Label()),
204
+ name: S.String.pipe(T.Label()),
205
+ }).pipe(T.Http({
206
+ method: "DELETE",
207
+ uri: "/vrack/{serviceName}/dedicatedConnect/{name}",
208
+ code: 200,
209
+ }))).annotate({
210
+ identifier: "DeleteVrackDedicatedConnectRequest",
211
+ });
212
+ export const DeleteVrackDedicatedServerRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
213
+ serviceName: S.String.pipe(T.Label()),
214
+ dedicatedServer: S.String.pipe(T.Label()),
215
+ }).pipe(T.Http({
216
+ method: "DELETE",
217
+ uri: "/vrack/{serviceName}/dedicatedServer/{dedicatedServer}",
218
+ code: 200,
219
+ }))).annotate({
220
+ identifier: "DeleteVrackDedicatedServerRequest",
221
+ });
222
+ export const DeleteVrackDedicatedServerInterfaceRequest =
223
+ /*@__PURE__*/ S.suspend(() => S.Struct({
224
+ serviceName: S.String.pipe(T.Label()),
225
+ dedicatedServerInterface: S.String.pipe(T.Label()),
226
+ }).pipe(T.Http({
227
+ method: "DELETE",
228
+ uri: "/vrack/{serviceName}/dedicatedServerInterface/{dedicatedServerInterface}",
229
+ code: 200,
230
+ }))).annotate({
231
+ identifier: "DeleteVrackDedicatedServerInterfaceRequest",
232
+ });
233
+ export const DeleteVrackIpRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
234
+ serviceName: S.String.pipe(T.Label()),
235
+ ip: S.String.pipe(T.Label()),
236
+ }).pipe(T.Http({
237
+ method: "DELETE",
238
+ uri: "/vrack/{serviceName}/ip/{ip}",
239
+ code: 200,
240
+ }))).annotate({
241
+ identifier: "DeleteVrackIpRequest",
242
+ });
243
+ export const DeleteVrackIpLoadbalancingRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
244
+ serviceName: S.String.pipe(T.Label()),
245
+ ipLoadbalancing: S.String.pipe(T.Label()),
246
+ }).pipe(T.Http({
247
+ method: "DELETE",
248
+ uri: "/vrack/{serviceName}/ipLoadbalancing/{ipLoadbalancing}",
249
+ code: 200,
250
+ }))).annotate({
251
+ identifier: "DeleteVrackIpLoadbalancingRequest",
252
+ });
253
+ export const DeleteVrackIpv6Request = /*@__PURE__*/ S.suspend(() => S.Struct({
254
+ serviceName: S.String.pipe(T.Label()),
255
+ ipv6: S.String.pipe(T.Label()),
256
+ }).pipe(T.Http({
257
+ method: "DELETE",
258
+ uri: "/vrack/{serviceName}/ipv6/{ipv6}",
259
+ code: 200,
260
+ }))).annotate({
261
+ identifier: "DeleteVrackIpv6Request",
262
+ });
263
+ export const DeleteVrackIpv6RoutedSubrangeRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
264
+ serviceName: S.String.pipe(T.Label()),
265
+ ipv6: S.String.pipe(T.Label()),
266
+ routedSubrange: S.String.pipe(T.Label()),
267
+ }).pipe(T.Http({
268
+ method: "DELETE",
269
+ uri: "/vrack/{serviceName}/ipv6/{ipv6}/routedSubrange/{routedSubrange}",
270
+ code: 200,
271
+ }))).annotate({
272
+ identifier: "DeleteVrackIpv6RoutedSubrangeRequest",
273
+ });
274
+ export const DeleteVrackLegacyVrackRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
275
+ serviceName: S.String.pipe(T.Label()),
276
+ legacyVrack: S.String.pipe(T.Label()),
277
+ }).pipe(T.Http({
278
+ method: "DELETE",
279
+ uri: "/vrack/{serviceName}/legacyVrack/{legacyVrack}",
280
+ code: 200,
281
+ }))).annotate({
282
+ identifier: "DeleteVrackLegacyVrackRequest",
283
+ });
284
+ export const DeleteVrackOvhCloudConnectRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
285
+ serviceName: S.String.pipe(T.Label()),
286
+ ovhCloudConnect: S.String.pipe(T.Label()),
287
+ }).pipe(T.Http({
288
+ method: "DELETE",
289
+ uri: "/vrack/{serviceName}/ovhCloudConnect/{ovhCloudConnect}",
290
+ code: 200,
291
+ }))).annotate({
292
+ identifier: "DeleteVrackOvhCloudConnectRequest",
293
+ });
294
+ export const DeleteVrackVmwareCloudDirectorVirtualDataCenterRequest =
295
+ /*@__PURE__*/ S.suspend(() => S.Struct({
296
+ serviceName: S.String.pipe(T.Label()),
297
+ vmwareCloudDirectorVirtualDataCenter: S.String.pipe(T.Label()),
298
+ }).pipe(T.Http({
299
+ method: "DELETE",
300
+ uri: "/vrack/{serviceName}/vmwareCloudDirectorVirtualDataCenter/{vmwareCloudDirectorVirtualDataCenter}",
301
+ code: 200,
302
+ }))).annotate({
303
+ identifier: "DeleteVrackVmwareCloudDirectorVirtualDataCenterRequest",
304
+ });
305
+ export const DeleteVrackVrackServiceRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
306
+ serviceName: S.String.pipe(T.Label()),
307
+ vrackServices: S.String.pipe(T.Label()),
308
+ }).pipe(T.Http({
309
+ method: "DELETE",
310
+ uri: "/vrack/{serviceName}/vrackServices/{vrackServices}",
311
+ code: 200,
312
+ }))).annotate({
313
+ identifier: "DeleteVrackVrackServiceRequest",
314
+ });
315
+ export const GetVrackRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
316
+ serviceName: S.String.pipe(T.Label()),
317
+ }).pipe(T.Http({ method: "GET", uri: "/vrack/{serviceName}", code: 200 }))).annotate({
318
+ identifier: "GetVrackRequest",
319
+ });
320
+ export const IamResourceMetadataTagsMap = /*@__PURE__*/ S.Record(S.String, S.String);
321
+ export const IamResourceMetadata = /*@__PURE__*/ S.suspend(() => S.Struct({
322
+ displayName: S.optional(S.NullOr(S.String)),
323
+ id: S.optional(S.String),
324
+ tags: S.optional(S.NullOr(IamResourceMetadataTagsMap)),
325
+ urn: S.optional(S.String),
326
+ })).annotate({
327
+ identifier: "IamResourceMetadata",
328
+ });
329
+ export const VrackVrackWithIAM = /*@__PURE__*/ S.suspend(() => S.Struct({
330
+ description: S.optional(S.String),
331
+ iam: S.optional(S.NullOr(IamResourceMetadata)),
332
+ name: S.optional(S.String),
333
+ serviceName: S.optional(S.String),
334
+ })).annotate({
335
+ identifier: "VrackVrackWithIAM",
336
+ });
337
+ export const GetVrackCloudProjectRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
338
+ serviceName: S.String.pipe(T.Label()),
339
+ project: S.String.pipe(T.Label()),
340
+ }).pipe(T.Http({
341
+ method: "GET",
342
+ uri: "/vrack/{serviceName}/cloudProject/{project}",
343
+ code: 200,
344
+ }))).annotate({
345
+ identifier: "GetVrackCloudProjectRequest",
346
+ });
347
+ export const VrackCloudProject = /*@__PURE__*/ S.suspend(() => S.Struct({
348
+ project: S.optional(S.String),
349
+ vrack: S.optional(S.String),
350
+ })).annotate({
351
+ identifier: "VrackCloudProject",
352
+ });
353
+ export const GetVrackDedicatedCloudRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
354
+ serviceName: S.String.pipe(T.Label()),
355
+ dedicatedCloud: S.String.pipe(T.Label()),
356
+ }).pipe(T.Http({
357
+ method: "GET",
358
+ uri: "/vrack/{serviceName}/dedicatedCloud/{dedicatedCloud}",
359
+ code: 200,
360
+ }))).annotate({
361
+ identifier: "GetVrackDedicatedCloudRequest",
362
+ });
363
+ export const VrackDedicatedCloud = /*@__PURE__*/ S.suspend(() => S.Struct({
364
+ dedicatedCloud: S.optional(S.String),
365
+ vlanId: S.optional(S.NullOr(S.Number)),
366
+ vrack: S.optional(S.String),
367
+ })).annotate({
368
+ identifier: "VrackDedicatedCloud",
369
+ });
370
+ export const GetVrackDedicatedCloudDatacenterRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
371
+ serviceName: S.String.pipe(T.Label()),
372
+ datacenter: S.String.pipe(T.Label()),
373
+ }).pipe(T.Http({
374
+ method: "GET",
375
+ uri: "/vrack/{serviceName}/dedicatedCloudDatacenter/{datacenter}",
376
+ code: 200,
377
+ }))).annotate({
378
+ identifier: "GetVrackDedicatedCloudDatacenterRequest",
379
+ });
380
+ export const VrackPccDatacenter = /*@__PURE__*/ S.suspend(() => S.Struct({
381
+ datacenter: S.optional(S.String),
382
+ dedicatedCloud: S.optional(S.String),
383
+ vrack: S.optional(S.String),
384
+ })).annotate({
385
+ identifier: "VrackPccDatacenter",
386
+ });
387
+ export const GetVrackDedicatedConnectRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
388
+ serviceName: S.String.pipe(T.Label()),
389
+ name: S.String.pipe(T.Label()),
390
+ }).pipe(T.Http({
391
+ method: "GET",
392
+ uri: "/vrack/{serviceName}/dedicatedConnect/{name}",
393
+ code: 200,
394
+ }))).annotate({
395
+ identifier: "GetVrackDedicatedConnectRequest",
396
+ });
397
+ export const VrackDedicatedConnect = /*@__PURE__*/ S.suspend(() => S.Struct({
398
+ name: S.optional(S.String),
399
+ })).annotate({
400
+ identifier: "VrackDedicatedConnect",
401
+ });
402
+ export const GetVrackDedicatedServerRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
403
+ serviceName: S.String.pipe(T.Label()),
404
+ dedicatedServer: S.String.pipe(T.Label()),
405
+ }).pipe(T.Http({
406
+ method: "GET",
407
+ uri: "/vrack/{serviceName}/dedicatedServer/{dedicatedServer}",
408
+ code: 200,
409
+ }))).annotate({
410
+ identifier: "GetVrackDedicatedServerRequest",
411
+ });
412
+ export const VrackDedicatedServer = /*@__PURE__*/ S.suspend(() => S.Struct({
413
+ dedicatedServer: S.optional(S.String),
414
+ vrack: S.optional(S.String),
415
+ })).annotate({
416
+ identifier: "VrackDedicatedServer",
417
+ });
418
+ export const GetVrackDedicatedServerInterfaceRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
419
+ serviceName: S.String.pipe(T.Label()),
420
+ dedicatedServerInterface: S.String.pipe(T.Label()),
421
+ }).pipe(T.Http({
422
+ method: "GET",
423
+ uri: "/vrack/{serviceName}/dedicatedServerInterface/{dedicatedServerInterface}",
424
+ code: 200,
425
+ }))).annotate({
426
+ identifier: "GetVrackDedicatedServerInterfaceRequest",
427
+ });
428
+ export const VrackDedicatedServerInterface = /*@__PURE__*/ S.suspend(() => S.Struct({
429
+ dedicatedServerInterface: S.optional(S.String),
430
+ vrack: S.optional(S.String),
431
+ })).annotate({
432
+ identifier: "VrackDedicatedServerInterface",
433
+ });
434
+ export const GetVrackIpRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
435
+ serviceName: S.String.pipe(T.Label()),
436
+ ip: S.String.pipe(T.Label()),
437
+ }).pipe(T.Http({ method: "GET", uri: "/vrack/{serviceName}/ip/{ip}", code: 200 }))).annotate({
438
+ identifier: "GetVrackIpRequest",
439
+ });
440
+ export const VrackVrackZoneEnum = S.String;
441
+ export const VrackIp = /*@__PURE__*/ S.suspend(() => S.Struct({
442
+ gateway: S.optional(S.NullOr(S.String)),
443
+ ip: S.optional(S.String),
444
+ region: S.optional(S.NullOr(S.String)),
445
+ zone: S.optional(S.NullOr(VrackVrackZoneEnum)),
446
+ })).annotate({ identifier: "VrackIp" });
447
+ export const GetVrackIpLoadbalancingRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
448
+ serviceName: S.String.pipe(T.Label()),
449
+ ipLoadbalancing: S.String.pipe(T.Label()),
450
+ }).pipe(T.Http({
451
+ method: "GET",
452
+ uri: "/vrack/{serviceName}/ipLoadbalancing/{ipLoadbalancing}",
453
+ code: 200,
454
+ }))).annotate({
455
+ identifier: "GetVrackIpLoadbalancingRequest",
456
+ });
457
+ export const VrackIplb = /*@__PURE__*/ S.suspend(() => S.Struct({
458
+ ipLoadbalancing: S.optional(S.String),
459
+ vrack: S.optional(S.String),
460
+ })).annotate({ identifier: "VrackIplb" });
461
+ export const GetVrackIpv6Request = /*@__PURE__*/ S.suspend(() => S.Struct({
462
+ serviceName: S.String.pipe(T.Label()),
463
+ ipv6: S.String.pipe(T.Label()),
464
+ }).pipe(T.Http({
465
+ method: "GET",
466
+ uri: "/vrack/{serviceName}/ipv6/{ipv6}",
467
+ code: 200,
468
+ }))).annotate({
469
+ identifier: "GetVrackIpv6Request",
470
+ });
471
+ export const VrackIpv6 = /*@__PURE__*/ S.suspend(() => S.Struct({
472
+ ipv6: S.optional(S.String),
473
+ region: S.optional(S.NullOr(S.String)),
474
+ })).annotate({ identifier: "VrackIpv6" });
475
+ export const GetVrackIpv6BridgedSubrangeRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
476
+ serviceName: S.String.pipe(T.Label()),
477
+ ipv6: S.String.pipe(T.Label()),
478
+ bridgedSubrange: S.String.pipe(T.Label()),
479
+ }).pipe(T.Http({
480
+ method: "GET",
481
+ uri: "/vrack/{serviceName}/ipv6/{ipv6}/bridgedSubrange/{bridgedSubrange}",
482
+ code: 200,
483
+ }))).annotate({
484
+ identifier: "GetVrackIpv6BridgedSubrangeRequest",
485
+ });
486
+ export const VrackSlaacEnum = S.String;
487
+ export const VrackBridgedSubrange = /*@__PURE__*/ S.suspend(() => S.Struct({
488
+ bridgedSubrange: S.optional(S.String),
489
+ gateway: S.optional(S.String),
490
+ slaac: S.optional(VrackSlaacEnum),
491
+ })).annotate({
492
+ identifier: "VrackBridgedSubrange",
493
+ });
494
+ export const GetVrackIpv6RoutedSubrangeRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
495
+ serviceName: S.String.pipe(T.Label()),
496
+ ipv6: S.String.pipe(T.Label()),
497
+ routedSubrange: S.String.pipe(T.Label()),
498
+ }).pipe(T.Http({
499
+ method: "GET",
500
+ uri: "/vrack/{serviceName}/ipv6/{ipv6}/routedSubrange/{routedSubrange}",
501
+ code: 200,
502
+ }))).annotate({
503
+ identifier: "GetVrackIpv6RoutedSubrangeRequest",
504
+ });
505
+ export const VrackRoutedSubrange = /*@__PURE__*/ S.suspend(() => S.Struct({
506
+ nexthop: S.optional(S.String),
507
+ routedSubrange: S.optional(S.String),
508
+ })).annotate({
509
+ identifier: "VrackRoutedSubrange",
510
+ });
511
+ export const GetVrackLegacyVrackRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
512
+ serviceName: S.String.pipe(T.Label()),
513
+ legacyVrack: S.String.pipe(T.Label()),
514
+ }).pipe(T.Http({
515
+ method: "GET",
516
+ uri: "/vrack/{serviceName}/legacyVrack/{legacyVrack}",
517
+ code: 200,
518
+ }))).annotate({
519
+ identifier: "GetVrackLegacyVrackRequest",
520
+ });
521
+ export const VrackLegacyVrack = /*@__PURE__*/ S.suspend(() => S.Struct({
522
+ legacyVrack: S.optional(S.String),
523
+ vlanId: S.optional(S.Number),
524
+ })).annotate({
525
+ identifier: "VrackLegacyVrack",
526
+ });
527
+ export const GetVrackOvhCloudConnectRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
528
+ serviceName: S.String.pipe(T.Label()),
529
+ ovhCloudConnect: S.String.pipe(T.Label()),
530
+ }).pipe(T.Http({
531
+ method: "GET",
532
+ uri: "/vrack/{serviceName}/ovhCloudConnect/{ovhCloudConnect}",
533
+ code: 200,
534
+ }))).annotate({
535
+ identifier: "GetVrackOvhCloudConnectRequest",
536
+ });
537
+ export const VrackOvhCloudConnect = /*@__PURE__*/ S.suspend(() => S.Struct({
538
+ ovhCloudConnect: S.optional(S.String),
539
+ vrack: S.optional(S.String),
540
+ })).annotate({
541
+ identifier: "VrackOvhCloudConnect",
542
+ });
543
+ export const GetVrackPublicRoutingOptionRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
544
+ serviceName: S.String.pipe(T.Label()),
545
+ }).pipe(T.Http({
546
+ method: "GET",
547
+ uri: "/vrack/{serviceName}/publicRoutingOption",
548
+ code: 200,
549
+ }))).annotate({
550
+ identifier: "GetVrackPublicRoutingOptionRequest",
551
+ });
552
+ export const VrackPublicRoutingOption = /*@__PURE__*/ S.suspend(() => S.Struct({
553
+ bandwidth: S.optional(S.NullOr(S.Number)),
554
+ })).annotate({
555
+ identifier: "VrackPublicRoutingOption",
556
+ });
557
+ export const GetVrackServiceInfosRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
558
+ serviceName: S.String.pipe(T.Label()),
559
+ }).pipe(T.Http({
560
+ method: "GET",
561
+ uri: "/vrack/{serviceName}/serviceInfos",
562
+ code: 200,
563
+ }))).annotate({
564
+ identifier: "GetVrackServiceInfosRequest",
565
+ });
566
+ export const ServiceStateEnum = S.String;
567
+ export const ServicesNonExpiringService = /*@__PURE__*/ S.suspend(() => S.Struct({
568
+ contactAdmin: S.optional(S.String),
569
+ contactBilling: S.optional(S.String),
570
+ contactTech: S.optional(S.String),
571
+ creation: S.optional(S.String),
572
+ domain: S.optional(S.String),
573
+ serviceId: S.optional(S.Number),
574
+ status: S.optional(ServiceStateEnum),
575
+ })).annotate({
576
+ identifier: "ServicesNonExpiringService",
577
+ });
578
+ export const GetVrackTaskRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
579
+ serviceName: S.String.pipe(T.Label()),
580
+ taskId: S.Number.pipe(T.Label()),
581
+ }).pipe(T.Http({
582
+ method: "GET",
583
+ uri: "/vrack/{serviceName}/task/{taskId}",
584
+ code: 200,
585
+ }))).annotate({
586
+ identifier: "GetVrackTaskRequest",
587
+ });
588
+ export const GetVrackVmwareCloudDirectorVirtualDataCenterRequest =
589
+ /*@__PURE__*/ S.suspend(() => S.Struct({
590
+ serviceName: S.String.pipe(T.Label()),
591
+ vmwareCloudDirectorVirtualDataCenter: S.String.pipe(T.Label()),
592
+ }).pipe(T.Http({
593
+ method: "GET",
594
+ uri: "/vrack/{serviceName}/vmwareCloudDirectorVirtualDataCenter/{vmwareCloudDirectorVirtualDataCenter}",
595
+ code: 200,
596
+ }))).annotate({
597
+ identifier: "GetVrackVmwareCloudDirectorVirtualDataCenterRequest",
598
+ });
599
+ export const VrackVmwareCloudDirectorVirtualDataCenter =
600
+ /*@__PURE__*/ S.suspend(() => S.Struct({
601
+ vmwareCloudDirectorVirtualDataCenter: S.optional(S.String),
602
+ vrack: S.optional(S.String),
603
+ })).annotate({
604
+ identifier: "VrackVmwareCloudDirectorVirtualDataCenter",
605
+ });
606
+ export const GetVrackVrackServiceRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
607
+ serviceName: S.String.pipe(T.Label()),
608
+ vrackServices: S.String.pipe(T.Label()),
609
+ }).pipe(T.Http({
610
+ method: "GET",
611
+ uri: "/vrack/{serviceName}/vrackServices/{vrackServices}",
612
+ code: 200,
613
+ }))).annotate({
614
+ identifier: "GetVrackVrackServiceRequest",
615
+ });
616
+ export const VrackVrackServices = /*@__PURE__*/ S.suspend(() => S.Struct({
617
+ vrack: S.optional(S.String),
618
+ vrackServices: S.optional(S.String),
619
+ })).annotate({
620
+ identifier: "VrackVrackServices",
621
+ });
622
+ export const IamResourceTagFilterInput = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
623
+ identifier: "IamResourceTagFilterInput",
624
+ });
625
+ export const ListVrackRequestIamTagsValueList = /*@__PURE__*/ S.Array(IamResourceTagFilterInput);
626
+ export const ListVrackRequestIamTagsMap = /*@__PURE__*/ S.Record(S.String, ListVrackRequestIamTagsValueList);
627
+ export const ListVrackRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
628
+ iamTags: S.optional(ListVrackRequestIamTagsMap.pipe(T.Query())),
629
+ }).pipe(T.Http({ method: "GET", uri: "/vrack", code: 200 }))).annotate({
630
+ identifier: "ListVrackRequest",
631
+ });
632
+ export const ListVrackResponseBodyList = /*@__PURE__*/ S.Array(S.String);
633
+ export const ListVrackResponse = /*@__PURE__*/ S.suspend(() => ListVrackResponseBodyList.pipe(T.RawResponseRoot())).annotate({
634
+ identifier: "ListVrackResponse",
635
+ });
636
+ export const VrackAllowedServiceEnum = S.String;
637
+ export const ListVrackAllowedServicesRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
638
+ serviceName: S.String.pipe(T.Label()),
639
+ serviceFamily: S.optional(VrackAllowedServiceEnum.pipe(T.Query())),
640
+ }).pipe(T.Http({
641
+ method: "GET",
642
+ uri: "/vrack/{serviceName}/allowedServices",
643
+ code: 200,
644
+ }))).annotate({
645
+ identifier: "ListVrackAllowedServicesRequest",
646
+ });
647
+ export const VrackAllowedServicesCloudProjectList = /*@__PURE__*/ S.Array(S.String);
648
+ export const VrackAllowedServicesDedicatedCloudList = /*@__PURE__*/ S.Array(S.String);
649
+ export const VrackAllowedServicesDedicatedCloudDatacenterList =
650
+ /*@__PURE__*/ S.Array(S.String);
651
+ export const VrackAllowedServicesDedicatedConnectList = /*@__PURE__*/ S.Array(S.String);
652
+ export const VrackAllowedServicesDedicatedServerList = /*@__PURE__*/ S.Array(S.String);
653
+ export const VrackAllowedDedicatedServerInterfaces = /*@__PURE__*/ S.suspend(() => S.Struct({
654
+ dedicatedServer: S.optional(S.String),
655
+ dedicatedServerInterface: S.optional(S.String),
656
+ name: S.optional(S.String),
657
+ })).annotate({
658
+ identifier: "VrackAllowedDedicatedServerInterfaces",
659
+ });
660
+ export const VrackAllowedServicesDedicatedServerInterfaceList =
661
+ /*@__PURE__*/ S.Array(VrackAllowedDedicatedServerInterfaces);
662
+ export const VrackAllowedServicesIpList = /*@__PURE__*/ S.Array(S.String);
663
+ export const VrackAllowedServicesIpLoadbalancingList = /*@__PURE__*/ S.Array(S.String);
664
+ export const VrackAllowedServicesIpv6List = /*@__PURE__*/ S.Array(S.String);
665
+ export const VrackAllowedServicesLegacyVrackList = /*@__PURE__*/ S.Array(S.String);
666
+ export const VrackAllowedServicesOvhCloudConnectList = /*@__PURE__*/ S.Array(S.String);
667
+ export const VrackAllowedServicesVmwareCloudDirectorVirtualDataCenterList =
668
+ /*@__PURE__*/ S.Array(S.String);
669
+ export const VrackAllowedServicesVrackServicesList = /*@__PURE__*/ S.Array(S.String);
670
+ export const VrackAllowedServices = /*@__PURE__*/ S.suspend(() => S.Struct({
671
+ cloudProject: S.optional(S.NullOr(VrackAllowedServicesCloudProjectList)),
672
+ dedicatedCloud: S.optional(S.NullOr(VrackAllowedServicesDedicatedCloudList)),
673
+ dedicatedCloudDatacenter: S.optional(S.NullOr(VrackAllowedServicesDedicatedCloudDatacenterList)),
674
+ dedicatedConnect: S.optional(S.NullOr(VrackAllowedServicesDedicatedConnectList)),
675
+ dedicatedServer: S.optional(S.NullOr(VrackAllowedServicesDedicatedServerList)),
676
+ dedicatedServerInterface: S.optional(S.NullOr(VrackAllowedServicesDedicatedServerInterfaceList)),
677
+ ip: S.optional(S.NullOr(VrackAllowedServicesIpList)),
678
+ ipLoadbalancing: S.optional(S.NullOr(VrackAllowedServicesIpLoadbalancingList)),
679
+ ipv6: S.optional(S.NullOr(VrackAllowedServicesIpv6List)),
680
+ legacyVrack: S.optional(S.NullOr(VrackAllowedServicesLegacyVrackList)),
681
+ ovhCloudConnect: S.optional(S.NullOr(VrackAllowedServicesOvhCloudConnectList)),
682
+ vmwareCloudDirectorVirtualDataCenter: S.optional(S.NullOr(VrackAllowedServicesVmwareCloudDirectorVirtualDataCenterList)),
683
+ vrackServices: S.optional(S.NullOr(VrackAllowedServicesVrackServicesList)),
684
+ })).annotate({
685
+ identifier: "VrackAllowedServices",
686
+ });
687
+ export const ListVrackCloudProjectRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
688
+ serviceName: S.String.pipe(T.Label()),
689
+ }).pipe(T.Http({
690
+ method: "GET",
691
+ uri: "/vrack/{serviceName}/cloudProject",
692
+ code: 200,
693
+ }))).annotate({
694
+ identifier: "ListVrackCloudProjectRequest",
695
+ });
696
+ export const ListVrackCloudProjectResponseBodyList = /*@__PURE__*/ S.Array(S.String);
697
+ export const ListVrackCloudProjectResponse = /*@__PURE__*/ S.suspend(() => ListVrackCloudProjectResponseBodyList.pipe(T.RawResponseRoot())).annotate({
698
+ identifier: "ListVrackCloudProjectResponse",
699
+ });
700
+ export const ListVrackDedicatedCloudRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
701
+ serviceName: S.String.pipe(T.Label()),
702
+ }).pipe(T.Http({
703
+ method: "GET",
704
+ uri: "/vrack/{serviceName}/dedicatedCloud",
705
+ code: 200,
706
+ }))).annotate({
707
+ identifier: "ListVrackDedicatedCloudRequest",
708
+ });
709
+ export const ListVrackDedicatedCloudResponseBodyList = /*@__PURE__*/ S.Array(S.String);
710
+ export const ListVrackDedicatedCloudResponse = /*@__PURE__*/ S.suspend(() => ListVrackDedicatedCloudResponseBodyList.pipe(T.RawResponseRoot())).annotate({
711
+ identifier: "ListVrackDedicatedCloudResponse",
712
+ });
713
+ export const ListVrackDedicatedCloudDatacenterRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
714
+ serviceName: S.String.pipe(T.Label()),
715
+ }).pipe(T.Http({
716
+ method: "GET",
717
+ uri: "/vrack/{serviceName}/dedicatedCloudDatacenter",
718
+ code: 200,
719
+ }))).annotate({
720
+ identifier: "ListVrackDedicatedCloudDatacenterRequest",
721
+ });
722
+ export const ListVrackDedicatedCloudDatacenterResponseBodyList =
723
+ /*@__PURE__*/ S.Array(S.String);
724
+ export const ListVrackDedicatedCloudDatacenterResponse =
725
+ /*@__PURE__*/ S.suspend(() => ListVrackDedicatedCloudDatacenterResponseBodyList.pipe(T.RawResponseRoot())).annotate({
726
+ identifier: "ListVrackDedicatedCloudDatacenterResponse",
727
+ });
728
+ export const ListVrackDedicatedCloudDatacenterAllowedVrackRequest =
729
+ /*@__PURE__*/ S.suspend(() => S.Struct({
730
+ serviceName: S.String.pipe(T.Label()),
731
+ datacenter: S.String.pipe(T.Label()),
732
+ }).pipe(T.Http({
733
+ method: "GET",
734
+ uri: "/vrack/{serviceName}/dedicatedCloudDatacenter/{datacenter}/allowedVrack",
735
+ code: 200,
736
+ }))).annotate({
737
+ identifier: "ListVrackDedicatedCloudDatacenterAllowedVrackRequest",
738
+ });
739
+ export const ListVrackDedicatedCloudDatacenterAllowedVrackResponseBodyList =
740
+ /*@__PURE__*/ S.Array(S.String);
741
+ export const ListVrackDedicatedCloudDatacenterAllowedVrackResponse =
742
+ /*@__PURE__*/ S.suspend(() => ListVrackDedicatedCloudDatacenterAllowedVrackResponseBodyList.pipe(T.RawResponseRoot())).annotate({
743
+ identifier: "ListVrackDedicatedCloudDatacenterAllowedVrackResponse",
744
+ });
745
+ export const ListVrackDedicatedConnectRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
746
+ serviceName: S.String.pipe(T.Label()),
747
+ }).pipe(T.Http({
748
+ method: "GET",
749
+ uri: "/vrack/{serviceName}/dedicatedConnect",
750
+ code: 200,
751
+ }))).annotate({
752
+ identifier: "ListVrackDedicatedConnectRequest",
753
+ });
754
+ export const ListVrackDedicatedConnectResponseBodyList = /*@__PURE__*/ S.Array(S.String);
755
+ export const ListVrackDedicatedConnectResponse = /*@__PURE__*/ S.suspend(() => ListVrackDedicatedConnectResponseBodyList.pipe(T.RawResponseRoot())).annotate({
756
+ identifier: "ListVrackDedicatedConnectResponse",
757
+ });
758
+ export const ListVrackDedicatedServerRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
759
+ serviceName: S.String.pipe(T.Label()),
760
+ }).pipe(T.Http({
761
+ method: "GET",
762
+ uri: "/vrack/{serviceName}/dedicatedServer",
763
+ code: 200,
764
+ }))).annotate({
765
+ identifier: "ListVrackDedicatedServerRequest",
766
+ });
767
+ export const ListVrackDedicatedServerResponseBodyList = /*@__PURE__*/ S.Array(S.String);
768
+ export const ListVrackDedicatedServerResponse = /*@__PURE__*/ S.suspend(() => ListVrackDedicatedServerResponseBodyList.pipe(T.RawResponseRoot())).annotate({
769
+ identifier: "ListVrackDedicatedServerResponse",
770
+ });
771
+ export const ListVrackDedicatedServerInterfaceRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
772
+ serviceName: S.String.pipe(T.Label()),
773
+ }).pipe(T.Http({
774
+ method: "GET",
775
+ uri: "/vrack/{serviceName}/dedicatedServerInterface",
776
+ code: 200,
777
+ }))).annotate({
778
+ identifier: "ListVrackDedicatedServerInterfaceRequest",
779
+ });
780
+ export const ListVrackDedicatedServerInterfaceResponseBodyList =
781
+ /*@__PURE__*/ S.Array(S.String);
782
+ export const ListVrackDedicatedServerInterfaceResponse =
783
+ /*@__PURE__*/ S.suspend(() => ListVrackDedicatedServerInterfaceResponseBodyList.pipe(T.RawResponseRoot())).annotate({
784
+ identifier: "ListVrackDedicatedServerInterfaceResponse",
785
+ });
786
+ export const ListVrackDedicatedServerInterfaceDetailsRequest =
787
+ /*@__PURE__*/ S.suspend(() => S.Struct({
788
+ serviceName: S.String.pipe(T.Label()),
789
+ }).pipe(T.Http({
790
+ method: "GET",
791
+ uri: "/vrack/{serviceName}/dedicatedServerInterfaceDetails",
792
+ code: 200,
793
+ }))).annotate({
794
+ identifier: "ListVrackDedicatedServerInterfaceDetailsRequest",
795
+ });
796
+ export const ListVrackDedicatedServerInterfaceDetailsResponseBodyList =
797
+ /*@__PURE__*/ S.Array(VrackAllowedDedicatedServerInterfaces);
798
+ export const ListVrackDedicatedServerInterfaceDetailsResponse =
799
+ /*@__PURE__*/ S.suspend(() => ListVrackDedicatedServerInterfaceDetailsResponseBodyList.pipe(T.RawResponseRoot())).annotate({
800
+ identifier: "ListVrackDedicatedServerInterfaceDetailsResponse",
801
+ });
802
+ export const ListVrackEligibleServicesRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
803
+ serviceName: S.String.pipe(T.Label()),
804
+ }).pipe(T.Http({
805
+ method: "GET",
806
+ uri: "/vrack/{serviceName}/eligibleServices",
807
+ code: 200,
808
+ }))).annotate({
809
+ identifier: "ListVrackEligibleServicesRequest",
810
+ });
811
+ export const VrackEligibleServicesResponseErrorsList = /*@__PURE__*/ S.Array(S.String);
812
+ export const VrackEligibleServicesCloudProjectList = /*@__PURE__*/ S.Array(S.String);
813
+ export const VrackEligibleServicesDedicatedCloudList = /*@__PURE__*/ S.Array(S.String);
814
+ export const VrackEligibleServicesDedicatedCloudDatacenterList =
815
+ /*@__PURE__*/ S.Array(S.String);
816
+ export const VrackEligibleServicesDedicatedConnectList = /*@__PURE__*/ S.Array(S.String);
817
+ export const VrackEligibleServicesDedicatedServerList = /*@__PURE__*/ S.Array(S.String);
818
+ export const VrackEligibleDedicatedServerInterfaces = /*@__PURE__*/ S.suspend(() => S.Struct({
819
+ dedicatedServer: S.optional(S.String),
820
+ dedicatedServerInterface: S.optional(S.String),
821
+ name: S.optional(S.String),
822
+ })).annotate({
823
+ identifier: "VrackEligibleDedicatedServerInterfaces",
824
+ });
825
+ export const VrackEligibleServicesDedicatedServerInterfaceList =
826
+ /*@__PURE__*/ S.Array(VrackEligibleDedicatedServerInterfaces);
827
+ export const VrackEligibleServicesIpList = /*@__PURE__*/ S.Array(S.String);
828
+ export const VrackEligibleServicesIpLoadbalancingList = /*@__PURE__*/ S.Array(S.String);
829
+ export const VrackEligibleServicesIpv6List = /*@__PURE__*/ S.Array(S.String);
830
+ export const VrackEligibleServicesLegacyVrackList = /*@__PURE__*/ S.Array(S.String);
831
+ export const VrackEligibleServicesOvhCloudConnectList = /*@__PURE__*/ S.Array(S.String);
832
+ export const VrackEligibleServicesVmwareCloudDirectorVirtualDataCenterList =
833
+ /*@__PURE__*/ S.Array(S.String);
834
+ export const VrackEligibleServicesVrackServicesList = /*@__PURE__*/ S.Array(S.String);
835
+ export const VrackEligibleServices = /*@__PURE__*/ S.suspend(() => S.Struct({
836
+ cloudProject: S.optional(S.NullOr(VrackEligibleServicesCloudProjectList)),
837
+ dedicatedCloud: S.optional(S.NullOr(VrackEligibleServicesDedicatedCloudList)),
838
+ dedicatedCloudDatacenter: S.optional(S.NullOr(VrackEligibleServicesDedicatedCloudDatacenterList)),
839
+ dedicatedConnect: S.optional(S.NullOr(VrackEligibleServicesDedicatedConnectList)),
840
+ dedicatedServer: S.optional(S.NullOr(VrackEligibleServicesDedicatedServerList)),
841
+ dedicatedServerInterface: S.optional(S.NullOr(VrackEligibleServicesDedicatedServerInterfaceList)),
842
+ ip: S.optional(S.NullOr(VrackEligibleServicesIpList)),
843
+ ipLoadbalancing: S.optional(S.NullOr(VrackEligibleServicesIpLoadbalancingList)),
844
+ ipv6: S.optional(S.NullOr(VrackEligibleServicesIpv6List)),
845
+ legacyVrack: S.optional(S.NullOr(VrackEligibleServicesLegacyVrackList)),
846
+ ovhCloudConnect: S.optional(S.NullOr(VrackEligibleServicesOvhCloudConnectList)),
847
+ vmwareCloudDirectorVirtualDataCenter: S.optional(S.NullOr(VrackEligibleServicesVmwareCloudDirectorVirtualDataCenterList)),
848
+ vrackServices: S.optional(S.NullOr(VrackEligibleServicesVrackServicesList)),
849
+ })).annotate({
850
+ identifier: "VrackEligibleServices",
851
+ });
852
+ export const VrackEligibleServicesResponse = /*@__PURE__*/ S.suspend(() => S.Struct({
853
+ createdAt: S.optional(S.String),
854
+ errors: S.optional(VrackEligibleServicesResponseErrorsList),
855
+ result: S.optional(VrackEligibleServices),
856
+ status: S.optional(S.String),
857
+ })).annotate({
858
+ identifier: "VrackEligibleServicesResponse",
859
+ });
860
+ export const ListVrackIpRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
861
+ serviceName: S.String.pipe(T.Label()),
862
+ }).pipe(T.Http({ method: "GET", uri: "/vrack/{serviceName}/ip", code: 200 }))).annotate({
863
+ identifier: "ListVrackIpRequest",
864
+ });
865
+ export const ListVrackIpResponseBodyList = /*@__PURE__*/ S.Array(S.String);
866
+ export const ListVrackIpResponse = /*@__PURE__*/ S.suspend(() => ListVrackIpResponseBodyList.pipe(T.RawResponseRoot())).annotate({
867
+ identifier: "ListVrackIpResponse",
868
+ });
869
+ export const ListVrackIpLoadbalancingRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
870
+ serviceName: S.String.pipe(T.Label()),
871
+ }).pipe(T.Http({
872
+ method: "GET",
873
+ uri: "/vrack/{serviceName}/ipLoadbalancing",
874
+ code: 200,
875
+ }))).annotate({
876
+ identifier: "ListVrackIpLoadbalancingRequest",
877
+ });
878
+ export const ListVrackIpLoadbalancingResponseBodyList = /*@__PURE__*/ S.Array(S.String);
879
+ export const ListVrackIpLoadbalancingResponse = /*@__PURE__*/ S.suspend(() => ListVrackIpLoadbalancingResponseBodyList.pipe(T.RawResponseRoot())).annotate({
880
+ identifier: "ListVrackIpLoadbalancingResponse",
881
+ });
882
+ export const ListVrackIpv6Request = /*@__PURE__*/ S.suspend(() => S.Struct({
883
+ serviceName: S.String.pipe(T.Label()),
884
+ }).pipe(T.Http({ method: "GET", uri: "/vrack/{serviceName}/ipv6", code: 200 }))).annotate({
885
+ identifier: "ListVrackIpv6Request",
886
+ });
887
+ export const ListVrackIpv6ResponseBodyList = /*@__PURE__*/ S.Array(S.String);
888
+ export const ListVrackIpv6Response = /*@__PURE__*/ S.suspend(() => ListVrackIpv6ResponseBodyList.pipe(T.RawResponseRoot())).annotate({
889
+ identifier: "ListVrackIpv6Response",
890
+ });
891
+ export const ListVrackIpv6BridgedSubrangeRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
892
+ serviceName: S.String.pipe(T.Label()),
893
+ ipv6: S.String.pipe(T.Label()),
894
+ }).pipe(T.Http({
895
+ method: "GET",
896
+ uri: "/vrack/{serviceName}/ipv6/{ipv6}/bridgedSubrange",
897
+ code: 200,
898
+ }))).annotate({
899
+ identifier: "ListVrackIpv6BridgedSubrangeRequest",
900
+ });
901
+ export const ListVrackIpv6BridgedSubrangeResponseBodyList =
902
+ /*@__PURE__*/ S.Array(S.String);
903
+ export const ListVrackIpv6BridgedSubrangeResponse = /*@__PURE__*/ S.suspend(() => ListVrackIpv6BridgedSubrangeResponseBodyList.pipe(T.RawResponseRoot())).annotate({
904
+ identifier: "ListVrackIpv6BridgedSubrangeResponse",
905
+ });
906
+ export const ListVrackIpv6RoutedSubrangeRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
907
+ serviceName: S.String.pipe(T.Label()),
908
+ ipv6: S.String.pipe(T.Label()),
909
+ }).pipe(T.Http({
910
+ method: "GET",
911
+ uri: "/vrack/{serviceName}/ipv6/{ipv6}/routedSubrange",
912
+ code: 200,
913
+ }))).annotate({
914
+ identifier: "ListVrackIpv6RoutedSubrangeRequest",
915
+ });
916
+ export const ListVrackIpv6RoutedSubrangeResponseBodyList =
917
+ /*@__PURE__*/ S.Array(S.String);
918
+ export const ListVrackIpv6RoutedSubrangeResponse = /*@__PURE__*/ S.suspend(() => ListVrackIpv6RoutedSubrangeResponseBodyList.pipe(T.RawResponseRoot())).annotate({
919
+ identifier: "ListVrackIpv6RoutedSubrangeResponse",
920
+ });
921
+ export const ListVrackLegacyVrackRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
922
+ serviceName: S.String.pipe(T.Label()),
923
+ }).pipe(T.Http({
924
+ method: "GET",
925
+ uri: "/vrack/{serviceName}/legacyVrack",
926
+ code: 200,
927
+ }))).annotate({
928
+ identifier: "ListVrackLegacyVrackRequest",
929
+ });
930
+ export const ListVrackLegacyVrackResponseBodyList = /*@__PURE__*/ S.Array(S.String);
931
+ export const ListVrackLegacyVrackResponse = /*@__PURE__*/ S.suspend(() => ListVrackLegacyVrackResponseBodyList.pipe(T.RawResponseRoot())).annotate({
932
+ identifier: "ListVrackLegacyVrackResponse",
933
+ });
934
+ export const ListVrackOvhCloudConnectRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
935
+ serviceName: S.String.pipe(T.Label()),
936
+ }).pipe(T.Http({
937
+ method: "GET",
938
+ uri: "/vrack/{serviceName}/ovhCloudConnect",
939
+ code: 200,
940
+ }))).annotate({
941
+ identifier: "ListVrackOvhCloudConnectRequest",
942
+ });
943
+ export const ListVrackOvhCloudConnectResponseBodyList = /*@__PURE__*/ S.Array(S.String);
944
+ export const ListVrackOvhCloudConnectResponse = /*@__PURE__*/ S.suspend(() => ListVrackOvhCloudConnectResponseBodyList.pipe(T.RawResponseRoot())).annotate({
945
+ identifier: "ListVrackOvhCloudConnectResponse",
946
+ });
947
+ export const ListVrackTaskRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
948
+ serviceName: S.String.pipe(T.Label()),
949
+ }).pipe(T.Http({ method: "GET", uri: "/vrack/{serviceName}/task", code: 200 }))).annotate({
950
+ identifier: "ListVrackTaskRequest",
951
+ });
952
+ export const ListVrackTaskResponseBodyList = /*@__PURE__*/ S.Array(S.Number);
953
+ export const ListVrackTaskResponse = /*@__PURE__*/ S.suspend(() => ListVrackTaskResponseBodyList.pipe(T.RawResponseRoot())).annotate({
954
+ identifier: "ListVrackTaskResponse",
955
+ });
956
+ export const ListVrackVmwareCloudDirectorVirtualDataCenterRequest =
957
+ /*@__PURE__*/ S.suspend(() => S.Struct({
958
+ serviceName: S.String.pipe(T.Label()),
959
+ }).pipe(T.Http({
960
+ method: "GET",
961
+ uri: "/vrack/{serviceName}/vmwareCloudDirectorVirtualDataCenter",
962
+ code: 200,
963
+ }))).annotate({
964
+ identifier: "ListVrackVmwareCloudDirectorVirtualDataCenterRequest",
965
+ });
966
+ export const ListVrackVmwareCloudDirectorVirtualDataCenterResponseBodyList =
967
+ /*@__PURE__*/ S.Array(S.String);
968
+ export const ListVrackVmwareCloudDirectorVirtualDataCenterResponse =
969
+ /*@__PURE__*/ S.suspend(() => ListVrackVmwareCloudDirectorVirtualDataCenterResponseBodyList.pipe(T.RawResponseRoot())).annotate({
970
+ identifier: "ListVrackVmwareCloudDirectorVirtualDataCenterResponse",
971
+ });
972
+ export const ListVrackVrackServicesRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
973
+ serviceName: S.String.pipe(T.Label()),
974
+ }).pipe(T.Http({
975
+ method: "GET",
976
+ uri: "/vrack/{serviceName}/vrackServices",
977
+ code: 200,
978
+ }))).annotate({
979
+ identifier: "ListVrackVrackServicesRequest",
980
+ });
981
+ export const ListVrackVrackServicesResponseBodyList = /*@__PURE__*/ S.Array(S.String);
982
+ export const ListVrackVrackServicesResponse = /*@__PURE__*/ S.suspend(() => ListVrackVrackServicesResponseBodyList.pipe(T.RawResponseRoot())).annotate({
983
+ identifier: "ListVrackVrackServicesResponse",
984
+ });
985
+ export const MoveVrackDedicatedCloudDatacenterRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
986
+ serviceName: S.String.pipe(T.Label()),
987
+ datacenter: S.String.pipe(T.Label()),
988
+ targetServiceName: S.String,
989
+ }).pipe(T.Http({
990
+ method: "POST",
991
+ uri: "/vrack/{serviceName}/dedicatedCloudDatacenter/{datacenter}/move",
992
+ code: 200,
993
+ }))).annotate({
994
+ identifier: "MoveVrackDedicatedCloudDatacenterRequest",
995
+ });
996
+ export const PutVrackRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
997
+ serviceName: S.String.pipe(T.Label()),
998
+ description: S.optional(S.String),
999
+ name: S.optional(S.String),
1000
+ }).pipe(T.Http({ method: "PUT", uri: "/vrack/{serviceName}", code: 200 }))).annotate({
1001
+ identifier: "PutVrackRequest",
1002
+ });
1003
+ export const PutVrackResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
1004
+ identifier: "PutVrackResponse",
1005
+ });
1006
+ export const PutVrackDedicatedConnectRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1007
+ serviceName: S.String.pipe(T.Label()),
1008
+ name: S.String.pipe(T.Label()),
1009
+ }).pipe(T.Http({
1010
+ method: "PUT",
1011
+ uri: "/vrack/{serviceName}/dedicatedConnect/{name}",
1012
+ code: 200,
1013
+ }))).annotate({
1014
+ identifier: "PutVrackDedicatedConnectRequest",
1015
+ });
1016
+ export const PutVrackDedicatedConnectResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
1017
+ identifier: "PutVrackDedicatedConnectResponse",
1018
+ });
1019
+ export const PutVrackIpv6BridgedSubrangeRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1020
+ serviceName: S.String.pipe(T.Label()),
1021
+ ipv6: S.String.pipe(T.Label()),
1022
+ bridgedSubrange: S.String.pipe(T.Label()),
1023
+ slaac: S.optional(VrackSlaacEnum),
1024
+ }).pipe(T.Http({
1025
+ method: "PUT",
1026
+ uri: "/vrack/{serviceName}/ipv6/{ipv6}/bridgedSubrange/{bridgedSubrange}",
1027
+ code: 200,
1028
+ }))).annotate({
1029
+ identifier: "PutVrackIpv6BridgedSubrangeRequest",
1030
+ });
1031
+ export const TerminateVrackRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
1032
+ serviceName: S.String.pipe(T.Label()),
1033
+ }).pipe(T.Http({
1034
+ method: "POST",
1035
+ uri: "/vrack/{serviceName}/terminate",
1036
+ code: 200,
1037
+ }))).annotate({
1038
+ identifier: "TerminateVrackRequest",
1039
+ });
1040
+ export const TerminateVrackResponse = /*@__PURE__*/ S.suspend(() => S.String.pipe(T.RawResponseRoot())).annotate({
1041
+ identifier: "TerminateVrackResponse",
1042
+ });
1043
+ /** Confirm service termination */
1044
+ export const confirmVrackTermination = /*@__PURE__*/ API.make(() => ({
1045
+ input: ConfirmVrackTerminationRequest,
1046
+ output: ConfirmVrackTerminationResponse,
1047
+ errors: [UnknownOvhError],
1048
+ protocol: OvhProtocol,
1049
+ retry: Retry.Retry,
1050
+ }));
1051
+ /** Launch a contact change procedure */
1052
+ export const createVrackChangeContact = /*@__PURE__*/ API.make(() => ({
1053
+ input: CreateVrackChangeContactRequest,
1054
+ output: CreateVrackChangeContactResponse,
1055
+ errors: [UnknownOvhError],
1056
+ protocol: OvhProtocol,
1057
+ retry: Retry.Retry,
1058
+ }));
1059
+ /** add a publicCloud project to this vrack */
1060
+ export const createVrackCloudProject = /*@__PURE__*/ API.make(() => ({
1061
+ input: CreateVrackCloudProjectRequest,
1062
+ output: VrackTask,
1063
+ errors: [UnknownOvhError],
1064
+ protocol: OvhProtocol,
1065
+ retry: Retry.Retry,
1066
+ }));
1067
+ /** Add VMware on OVHcloud to vRack */
1068
+ export const createVrackDedicatedCloud = /*@__PURE__*/ API.make(() => ({
1069
+ input: CreateVrackDedicatedCloudRequest,
1070
+ output: VrackTask,
1071
+ errors: [UnknownOvhError],
1072
+ protocol: OvhProtocol,
1073
+ retry: Retry.Retry,
1074
+ }));
1075
+ /** add a dedicatedConnect link to this vrack */
1076
+ export const createVrackDedicatedConnect = /*@__PURE__*/ API.make(() => ({
1077
+ input: CreateVrackDedicatedConnectRequest,
1078
+ output: VrackTask,
1079
+ errors: [UnknownOvhError],
1080
+ protocol: OvhProtocol,
1081
+ retry: Retry.Retry,
1082
+ }));
1083
+ /** add a dedicated server to this vrack (LEGACY) */
1084
+ export const createVrackDedicatedServer = /*@__PURE__*/ API.make(() => ({
1085
+ input: CreateVrackDedicatedServerRequest,
1086
+ output: VrackTask,
1087
+ errors: [UnknownOvhError],
1088
+ protocol: OvhProtocol,
1089
+ retry: Retry.Retry,
1090
+ }));
1091
+ /** add a dedicated server interface to this vrack */
1092
+ export const createVrackDedicatedServerInterface = /*@__PURE__*/ API.make(() => ({
1093
+ input: CreateVrackDedicatedServerInterfaceRequest,
1094
+ output: VrackTask,
1095
+ errors: [UnknownOvhError],
1096
+ protocol: OvhProtocol,
1097
+ retry: Retry.Retry,
1098
+ }));
1099
+ /** add an IP block to this vrack */
1100
+ export const createVrackIp = /*@__PURE__*/ API.make(() => ({
1101
+ input: CreateVrackIpRequest,
1102
+ output: VrackTask,
1103
+ errors: [UnknownOvhError],
1104
+ protocol: OvhProtocol,
1105
+ retry: Retry.Retry,
1106
+ }));
1107
+ /** add an ipLoadbalancing to this vrack */
1108
+ export const createVrackIpLoadbalancing = /*@__PURE__*/ API.make(() => ({
1109
+ input: CreateVrackIpLoadbalancingRequest,
1110
+ output: VrackTask,
1111
+ errors: [UnknownOvhError],
1112
+ protocol: OvhProtocol,
1113
+ retry: Retry.Retry,
1114
+ }));
1115
+ /** add an IP v6 block to this vrack */
1116
+ export const createVrackIpv6 = /*@__PURE__*/ API.make(() => ({
1117
+ input: CreateVrackIpv6Request,
1118
+ output: VrackTask,
1119
+ errors: [UnknownOvhError],
1120
+ protocol: OvhProtocol,
1121
+ retry: Retry.Retry,
1122
+ }));
1123
+ /** route a subrange of your IP v6 block into your vrack */
1124
+ export const createVrackIpv6RoutedSubrange = /*@__PURE__*/ API.make(() => ({
1125
+ input: CreateVrackIpv6RoutedSubrangeRequest,
1126
+ output: VrackTask,
1127
+ errors: [UnknownOvhError],
1128
+ protocol: OvhProtocol,
1129
+ retry: Retry.Retry,
1130
+ }));
1131
+ /** add a legacy vrack (vrackXXXX) to this vrack (pn-XXXX) */
1132
+ export const createVrackLegacyVrack = /*@__PURE__*/ API.make(() => ({
1133
+ input: CreateVrackLegacyVrackRequest,
1134
+ output: VrackTask,
1135
+ errors: [UnknownOvhError],
1136
+ protocol: OvhProtocol,
1137
+ retry: Retry.Retry,
1138
+ }));
1139
+ /** Add an ovhCloudConnect to the vrack */
1140
+ export const createVrackOvhCloudConnect = /*@__PURE__*/ API.make(() => ({
1141
+ input: CreateVrackOvhCloudConnectRequest,
1142
+ output: VrackTask,
1143
+ errors: [UnknownOvhError],
1144
+ protocol: OvhProtocol,
1145
+ retry: Retry.Retry,
1146
+ }));
1147
+ /** Add a vmwareCloudDirectorVirtualDataCenter to the vrack */
1148
+ export const createVrackVmwareCloudDirectorVirtualDataCenter = /*@__PURE__*/ API.make(() => ({
1149
+ input: CreateVrackVmwareCloudDirectorVirtualDataCenterRequest,
1150
+ output: VrackTask,
1151
+ errors: [UnknownOvhError],
1152
+ protocol: OvhProtocol,
1153
+ retry: Retry.Retry,
1154
+ }));
1155
+ /** Add a vrackServices to the vrack */
1156
+ export const createVrackVrackService = /*@__PURE__*/ API.make(() => ({
1157
+ input: CreateVrackVrackServiceRequest,
1158
+ output: VrackTask,
1159
+ errors: [UnknownOvhError],
1160
+ protocol: OvhProtocol,
1161
+ retry: Retry.Retry,
1162
+ }));
1163
+ /** remove this publicCloud project from this vrack */
1164
+ export const deleteVrackCloudProject = /*@__PURE__*/ API.make(() => ({
1165
+ input: DeleteVrackCloudProjectRequest,
1166
+ output: VrackTask,
1167
+ errors: [UnknownOvhError],
1168
+ protocol: OvhProtocol,
1169
+ retry: Retry.Retry,
1170
+ }));
1171
+ /** Remove VMware on OVHcloud from vRack */
1172
+ export const deleteVrackDedicatedCloud = /*@__PURE__*/ API.make(() => ({
1173
+ input: DeleteVrackDedicatedCloudRequest,
1174
+ output: VrackTask,
1175
+ errors: [UnknownOvhError],
1176
+ protocol: OvhProtocol,
1177
+ retry: Retry.Retry,
1178
+ }));
1179
+ /** remove this a dedicatedConnect link from this vrack */
1180
+ export const deleteVrackDedicatedConnect = /*@__PURE__*/ API.make(() => ({
1181
+ input: DeleteVrackDedicatedConnectRequest,
1182
+ output: VrackTask,
1183
+ errors: [UnknownOvhError],
1184
+ protocol: OvhProtocol,
1185
+ retry: Retry.Retry,
1186
+ }));
1187
+ /** remove this server from this vrack (LEGACY) */
1188
+ export const deleteVrackDedicatedServer = /*@__PURE__*/ API.make(() => ({
1189
+ input: DeleteVrackDedicatedServerRequest,
1190
+ output: VrackTask,
1191
+ errors: [UnknownOvhError],
1192
+ protocol: OvhProtocol,
1193
+ retry: Retry.Retry,
1194
+ }));
1195
+ /** remove this server interface from this vrack */
1196
+ export const deleteVrackDedicatedServerInterface = /*@__PURE__*/ API.make(() => ({
1197
+ input: DeleteVrackDedicatedServerInterfaceRequest,
1198
+ output: VrackTask,
1199
+ errors: [UnknownOvhError],
1200
+ protocol: OvhProtocol,
1201
+ retry: Retry.Retry,
1202
+ }));
1203
+ /** remove this IP block from this vrack */
1204
+ export const deleteVrackIp = /*@__PURE__*/ API.make(() => ({
1205
+ input: DeleteVrackIpRequest,
1206
+ output: VrackTask,
1207
+ errors: [UnknownOvhError],
1208
+ protocol: OvhProtocol,
1209
+ retry: Retry.Retry,
1210
+ }));
1211
+ /** remove this ipLoadbalancing from this vrack */
1212
+ export const deleteVrackIpLoadbalancing = /*@__PURE__*/ API.make(() => ({
1213
+ input: DeleteVrackIpLoadbalancingRequest,
1214
+ output: VrackTask,
1215
+ errors: [UnknownOvhError],
1216
+ protocol: OvhProtocol,
1217
+ retry: Retry.Retry,
1218
+ }));
1219
+ /** remove this IP v6 block from this vrack */
1220
+ export const deleteVrackIpv6 = /*@__PURE__*/ API.make(() => ({
1221
+ input: DeleteVrackIpv6Request,
1222
+ output: VrackTask,
1223
+ errors: [UnknownOvhError],
1224
+ protocol: OvhProtocol,
1225
+ retry: Retry.Retry,
1226
+ }));
1227
+ /** unroute subrange from your vrack */
1228
+ export const deleteVrackIpv6RoutedSubrange = /*@__PURE__*/ API.make(() => ({
1229
+ input: DeleteVrackIpv6RoutedSubrangeRequest,
1230
+ output: VrackTask,
1231
+ errors: [UnknownOvhError],
1232
+ protocol: OvhProtocol,
1233
+ retry: Retry.Retry,
1234
+ }));
1235
+ /** remove this legacy vrack (vrackXXXX) from this vrack (pn-XXXX) */
1236
+ export const deleteVrackLegacyVrack = /*@__PURE__*/ API.make(() => ({
1237
+ input: DeleteVrackLegacyVrackRequest,
1238
+ output: VrackTask,
1239
+ errors: [UnknownOvhError],
1240
+ protocol: OvhProtocol,
1241
+ retry: Retry.Retry,
1242
+ }));
1243
+ /** Remove the ovhCloudConnect from the vrack */
1244
+ export const deleteVrackOvhCloudConnect = /*@__PURE__*/ API.make(() => ({
1245
+ input: DeleteVrackOvhCloudConnectRequest,
1246
+ output: VrackTask,
1247
+ errors: [UnknownOvhError],
1248
+ protocol: OvhProtocol,
1249
+ retry: Retry.Retry,
1250
+ }));
1251
+ /** Remove the vmwareCloudDirectorVirtualDataCenter from the vrack */
1252
+ export const deleteVrackVmwareCloudDirectorVirtualDataCenter = /*@__PURE__*/ API.make(() => ({
1253
+ input: DeleteVrackVmwareCloudDirectorVirtualDataCenterRequest,
1254
+ output: VrackTask,
1255
+ errors: [UnknownOvhError],
1256
+ protocol: OvhProtocol,
1257
+ retry: Retry.Retry,
1258
+ }));
1259
+ /** Remove the vrackServices from the vrack */
1260
+ export const deleteVrackVrackService = /*@__PURE__*/ API.make(() => ({
1261
+ input: DeleteVrackVrackServiceRequest,
1262
+ output: VrackTask,
1263
+ errors: [UnknownOvhError],
1264
+ protocol: OvhProtocol,
1265
+ retry: Retry.Retry,
1266
+ }));
1267
+ /** Get this object properties */
1268
+ export const getVrack = /*@__PURE__*/ API.make(() => ({
1269
+ input: GetVrackRequest,
1270
+ output: VrackVrackWithIAM,
1271
+ errors: [UnknownOvhError],
1272
+ protocol: OvhProtocol,
1273
+ retry: Retry.Retry,
1274
+ }));
1275
+ /** Get this object properties */
1276
+ export const getVrackCloudProject = /*@__PURE__*/ API.make(() => ({
1277
+ input: GetVrackCloudProjectRequest,
1278
+ output: VrackCloudProject,
1279
+ errors: [UnknownOvhError],
1280
+ protocol: OvhProtocol,
1281
+ retry: Retry.Retry,
1282
+ }));
1283
+ /** Get vRack */
1284
+ export const getVrackDedicatedCloud = /*@__PURE__*/ API.make(() => ({
1285
+ input: GetVrackDedicatedCloudRequest,
1286
+ output: VrackDedicatedCloud,
1287
+ errors: [UnknownOvhError],
1288
+ protocol: OvhProtocol,
1289
+ retry: Retry.Retry,
1290
+ }));
1291
+ /** Get this object properties */
1292
+ export const getVrackDedicatedCloudDatacenter = /*@__PURE__*/ API.make(() => ({
1293
+ input: GetVrackDedicatedCloudDatacenterRequest,
1294
+ output: VrackPccDatacenter,
1295
+ errors: [UnknownOvhError],
1296
+ protocol: OvhProtocol,
1297
+ retry: Retry.Retry,
1298
+ }));
1299
+ /** Get this object properties */
1300
+ export const getVrackDedicatedConnect = /*@__PURE__*/ API.make(() => ({
1301
+ input: GetVrackDedicatedConnectRequest,
1302
+ output: VrackDedicatedConnect,
1303
+ errors: [UnknownOvhError],
1304
+ protocol: OvhProtocol,
1305
+ retry: Retry.Retry,
1306
+ }));
1307
+ /** Get this object properties */
1308
+ export const getVrackDedicatedServer = /*@__PURE__*/ API.make(() => ({
1309
+ input: GetVrackDedicatedServerRequest,
1310
+ output: VrackDedicatedServer,
1311
+ errors: [UnknownOvhError],
1312
+ protocol: OvhProtocol,
1313
+ retry: Retry.Retry,
1314
+ }));
1315
+ /** Get this object properties */
1316
+ export const getVrackDedicatedServerInterface = /*@__PURE__*/ API.make(() => ({
1317
+ input: GetVrackDedicatedServerInterfaceRequest,
1318
+ output: VrackDedicatedServerInterface,
1319
+ errors: [UnknownOvhError],
1320
+ protocol: OvhProtocol,
1321
+ retry: Retry.Retry,
1322
+ }));
1323
+ /** Get this object properties */
1324
+ export const getVrackIp = /*@__PURE__*/ API.make(() => ({
1325
+ input: GetVrackIpRequest,
1326
+ output: VrackIp,
1327
+ errors: [UnknownOvhError],
1328
+ protocol: OvhProtocol,
1329
+ retry: Retry.Retry,
1330
+ }));
1331
+ /** Get this object properties */
1332
+ export const getVrackIpLoadbalancing = /*@__PURE__*/ API.make(() => ({
1333
+ input: GetVrackIpLoadbalancingRequest,
1334
+ output: VrackIplb,
1335
+ errors: [UnknownOvhError],
1336
+ protocol: OvhProtocol,
1337
+ retry: Retry.Retry,
1338
+ }));
1339
+ /** Get this object properties */
1340
+ export const getVrackIpv6 = /*@__PURE__*/ API.make(() => ({
1341
+ input: GetVrackIpv6Request,
1342
+ output: VrackIpv6,
1343
+ errors: [UnknownOvhError],
1344
+ protocol: OvhProtocol,
1345
+ retry: Retry.Retry,
1346
+ }));
1347
+ /** Get this object properties */
1348
+ export const getVrackIpv6BridgedSubrange = /*@__PURE__*/ API.make(() => ({
1349
+ input: GetVrackIpv6BridgedSubrangeRequest,
1350
+ output: VrackBridgedSubrange,
1351
+ errors: [UnknownOvhError],
1352
+ protocol: OvhProtocol,
1353
+ retry: Retry.Retry,
1354
+ }));
1355
+ /** Get this object properties */
1356
+ export const getVrackIpv6RoutedSubrange = /*@__PURE__*/ API.make(() => ({
1357
+ input: GetVrackIpv6RoutedSubrangeRequest,
1358
+ output: VrackRoutedSubrange,
1359
+ errors: [UnknownOvhError],
1360
+ protocol: OvhProtocol,
1361
+ retry: Retry.Retry,
1362
+ }));
1363
+ /** Get this object properties */
1364
+ export const getVrackLegacyVrack = /*@__PURE__*/ API.make(() => ({
1365
+ input: GetVrackLegacyVrackRequest,
1366
+ output: VrackLegacyVrack,
1367
+ errors: [UnknownOvhError],
1368
+ protocol: OvhProtocol,
1369
+ retry: Retry.Retry,
1370
+ }));
1371
+ /** Get this object properties */
1372
+ export const getVrackOvhCloudConnect = /*@__PURE__*/ API.make(() => ({
1373
+ input: GetVrackOvhCloudConnectRequest,
1374
+ output: VrackOvhCloudConnect,
1375
+ errors: [UnknownOvhError],
1376
+ protocol: OvhProtocol,
1377
+ retry: Retry.Retry,
1378
+ }));
1379
+ /** Information on public routing option */
1380
+ export const getVrackPublicRoutingOption = /*@__PURE__*/ API.make(() => ({
1381
+ input: GetVrackPublicRoutingOptionRequest,
1382
+ output: VrackPublicRoutingOption,
1383
+ errors: [UnknownOvhError],
1384
+ protocol: OvhProtocol,
1385
+ retry: Retry.Retry,
1386
+ }));
1387
+ /** Get this object properties */
1388
+ export const getVrackServiceInfos = /*@__PURE__*/ API.make(() => ({
1389
+ input: GetVrackServiceInfosRequest,
1390
+ output: ServicesNonExpiringService,
1391
+ errors: [UnknownOvhError],
1392
+ protocol: OvhProtocol,
1393
+ retry: Retry.Retry,
1394
+ }));
1395
+ /** Get this object properties */
1396
+ export const getVrackTask = /*@__PURE__*/ API.make(() => ({
1397
+ input: GetVrackTaskRequest,
1398
+ output: VrackTask,
1399
+ errors: [UnknownOvhError],
1400
+ protocol: OvhProtocol,
1401
+ retry: Retry.Retry,
1402
+ }));
1403
+ /** Get this object properties */
1404
+ export const getVrackVmwareCloudDirectorVirtualDataCenter = /*@__PURE__*/ API.make(() => ({
1405
+ input: GetVrackVmwareCloudDirectorVirtualDataCenterRequest,
1406
+ output: VrackVmwareCloudDirectorVirtualDataCenter,
1407
+ errors: [UnknownOvhError],
1408
+ protocol: OvhProtocol,
1409
+ retry: Retry.Retry,
1410
+ }));
1411
+ /** Get this object properties */
1412
+ export const getVrackVrackService = /*@__PURE__*/ API.make(() => ({
1413
+ input: GetVrackVrackServiceRequest,
1414
+ output: VrackVrackServices,
1415
+ errors: [UnknownOvhError],
1416
+ protocol: OvhProtocol,
1417
+ retry: Retry.Retry,
1418
+ }));
1419
+ /** List available services */
1420
+ export const listVrack = /*@__PURE__*/ API.make(() => ({
1421
+ input: ListVrackRequest,
1422
+ output: ListVrackResponse,
1423
+ errors: [UnknownOvhError],
1424
+ protocol: OvhProtocol,
1425
+ retry: Retry.Retry,
1426
+ }));
1427
+ /** List all services allowed in this vrack */
1428
+ export const listVrackAllowedServices = /*@__PURE__*/ API.make(() => ({
1429
+ input: ListVrackAllowedServicesRequest,
1430
+ output: VrackAllowedServices,
1431
+ errors: [UnknownOvhError],
1432
+ protocol: OvhProtocol,
1433
+ retry: Retry.Retry,
1434
+ }));
1435
+ /** vrack for publicCloud project */
1436
+ export const listVrackCloudProject = /*@__PURE__*/ API.make(() => ({
1437
+ input: ListVrackCloudProjectRequest,
1438
+ output: ListVrackCloudProjectResponse,
1439
+ errors: [UnknownOvhError],
1440
+ protocol: OvhProtocol,
1441
+ retry: Retry.Retry,
1442
+ }));
1443
+ /** vrack dedicated cloud (VmNetwork) */
1444
+ export const listVrackDedicatedCloud = /*@__PURE__*/ API.make(() => ({
1445
+ input: ListVrackDedicatedCloudRequest,
1446
+ output: ListVrackDedicatedCloudResponse,
1447
+ errors: [UnknownOvhError],
1448
+ protocol: OvhProtocol,
1449
+ retry: Retry.Retry,
1450
+ }));
1451
+ /** vrack dedicated cloud datacenter */
1452
+ export const listVrackDedicatedCloudDatacenter = /*@__PURE__*/ API.make(() => ({
1453
+ input: ListVrackDedicatedCloudDatacenterRequest,
1454
+ output: ListVrackDedicatedCloudDatacenterResponse,
1455
+ errors: [UnknownOvhError],
1456
+ protocol: OvhProtocol,
1457
+ retry: Retry.Retry,
1458
+ }));
1459
+ /** Vracks allowed for your dedicatedCloud datacenter */
1460
+ export const listVrackDedicatedCloudDatacenterAllowedVrack = /*@__PURE__*/ API.make(() => ({
1461
+ input: ListVrackDedicatedCloudDatacenterAllowedVrackRequest,
1462
+ output: ListVrackDedicatedCloudDatacenterAllowedVrackResponse,
1463
+ errors: [UnknownOvhError],
1464
+ protocol: OvhProtocol,
1465
+ retry: Retry.Retry,
1466
+ }));
1467
+ /** vrack dedicated connect */
1468
+ export const listVrackDedicatedConnect = /*@__PURE__*/ API.make(() => ({
1469
+ input: ListVrackDedicatedConnectRequest,
1470
+ output: ListVrackDedicatedConnectResponse,
1471
+ errors: [UnknownOvhError],
1472
+ protocol: OvhProtocol,
1473
+ retry: Retry.Retry,
1474
+ }));
1475
+ /** vrack for dedicated server */
1476
+ export const listVrackDedicatedServer = /*@__PURE__*/ API.make(() => ({
1477
+ input: ListVrackDedicatedServerRequest,
1478
+ output: ListVrackDedicatedServerResponse,
1479
+ errors: [UnknownOvhError],
1480
+ protocol: OvhProtocol,
1481
+ retry: Retry.Retry,
1482
+ }));
1483
+ /** vrack for dedicated server interface */
1484
+ export const listVrackDedicatedServerInterface = /*@__PURE__*/ API.make(() => ({
1485
+ input: ListVrackDedicatedServerInterfaceRequest,
1486
+ output: ListVrackDedicatedServerInterfaceResponse,
1487
+ errors: [UnknownOvhError],
1488
+ protocol: OvhProtocol,
1489
+ retry: Retry.Retry,
1490
+ }));
1491
+ /** Details for all dedicated server interfaces in this vrack */
1492
+ export const listVrackDedicatedServerInterfaceDetails = /*@__PURE__*/ API.make(() => ({
1493
+ input: ListVrackDedicatedServerInterfaceDetailsRequest,
1494
+ output: ListVrackDedicatedServerInterfaceDetailsResponse,
1495
+ errors: [UnknownOvhError],
1496
+ protocol: OvhProtocol,
1497
+ retry: Retry.Retry,
1498
+ }));
1499
+ /** List all eligible services for this vRack asynchronously This route allows asynchronous service eligibility requests. It means the route can be called several times until all the eligible services are returned. While the `status` is set to `pending` the results are partial. Once the `status` is set to `done`, all the eligible services have been found. In the eventuality of errors getting specific service types, the errors will be listed in the `errors` field. */
1500
+ export const listVrackEligibleServices = /*@__PURE__*/ API.make(() => ({
1501
+ input: ListVrackEligibleServicesRequest,
1502
+ output: VrackEligibleServicesResponse,
1503
+ errors: [UnknownOvhError],
1504
+ protocol: OvhProtocol,
1505
+ retry: Retry.Retry,
1506
+ }));
1507
+ /** vrack for IP blocks */
1508
+ export const listVrackIp = /*@__PURE__*/ API.make(() => ({
1509
+ input: ListVrackIpRequest,
1510
+ output: ListVrackIpResponse,
1511
+ errors: [UnknownOvhError],
1512
+ protocol: OvhProtocol,
1513
+ retry: Retry.Retry,
1514
+ }));
1515
+ /** vrack for ipLoadbalancing */
1516
+ export const listVrackIpLoadbalancing = /*@__PURE__*/ API.make(() => ({
1517
+ input: ListVrackIpLoadbalancingRequest,
1518
+ output: ListVrackIpLoadbalancingResponse,
1519
+ errors: [UnknownOvhError],
1520
+ protocol: OvhProtocol,
1521
+ retry: Retry.Retry,
1522
+ }));
1523
+ /** vrack for IP v6 blocks */
1524
+ export const listVrackIpv6 = /*@__PURE__*/ API.make(() => ({
1525
+ input: ListVrackIpv6Request,
1526
+ output: ListVrackIpv6Response,
1527
+ errors: [UnknownOvhError],
1528
+ protocol: OvhProtocol,
1529
+ retry: Retry.Retry,
1530
+ }));
1531
+ /** subrange bridged into your vrack */
1532
+ export const listVrackIpv6BridgedSubrange = /*@__PURE__*/ API.make(() => ({
1533
+ input: ListVrackIpv6BridgedSubrangeRequest,
1534
+ output: ListVrackIpv6BridgedSubrangeResponse,
1535
+ errors: [UnknownOvhError],
1536
+ protocol: OvhProtocol,
1537
+ retry: Retry.Retry,
1538
+ }));
1539
+ /** subrange routed into your vrack */
1540
+ export const listVrackIpv6RoutedSubrange = /*@__PURE__*/ API.make(() => ({
1541
+ input: ListVrackIpv6RoutedSubrangeRequest,
1542
+ output: ListVrackIpv6RoutedSubrangeResponse,
1543
+ errors: [UnknownOvhError],
1544
+ protocol: OvhProtocol,
1545
+ retry: Retry.Retry,
1546
+ }));
1547
+ /** vrack for legacy vrack */
1548
+ export const listVrackLegacyVrack = /*@__PURE__*/ API.make(() => ({
1549
+ input: ListVrackLegacyVrackRequest,
1550
+ output: ListVrackLegacyVrackResponse,
1551
+ errors: [UnknownOvhError],
1552
+ protocol: OvhProtocol,
1553
+ retry: Retry.Retry,
1554
+ }));
1555
+ /** vrack for ovhCloudConnect */
1556
+ export const listVrackOvhCloudConnect = /*@__PURE__*/ API.make(() => ({
1557
+ input: ListVrackOvhCloudConnectRequest,
1558
+ output: ListVrackOvhCloudConnectResponse,
1559
+ errors: [UnknownOvhError],
1560
+ protocol: OvhProtocol,
1561
+ retry: Retry.Retry,
1562
+ }));
1563
+ /** vrack tasks */
1564
+ export const listVrackTask = /*@__PURE__*/ API.make(() => ({
1565
+ input: ListVrackTaskRequest,
1566
+ output: ListVrackTaskResponse,
1567
+ errors: [UnknownOvhError],
1568
+ protocol: OvhProtocol,
1569
+ retry: Retry.Retry,
1570
+ }));
1571
+ /** vrack for vmwareCloudDirectorVirtualDataCenter */
1572
+ export const listVrackVmwareCloudDirectorVirtualDataCenter = /*@__PURE__*/ API.make(() => ({
1573
+ input: ListVrackVmwareCloudDirectorVirtualDataCenterRequest,
1574
+ output: ListVrackVmwareCloudDirectorVirtualDataCenterResponse,
1575
+ errors: [UnknownOvhError],
1576
+ protocol: OvhProtocol,
1577
+ retry: Retry.Retry,
1578
+ }));
1579
+ /** vrack for vrackServices */
1580
+ export const listVrackVrackServices = /*@__PURE__*/ API.make(() => ({
1581
+ input: ListVrackVrackServicesRequest,
1582
+ output: ListVrackVrackServicesResponse,
1583
+ errors: [UnknownOvhError],
1584
+ protocol: OvhProtocol,
1585
+ retry: Retry.Retry,
1586
+ }));
1587
+ /** Move your dedicatedCloud datacenter from a Vrack to another */
1588
+ export const moveVrackDedicatedCloudDatacenter = /*@__PURE__*/ API.make(() => ({
1589
+ input: MoveVrackDedicatedCloudDatacenterRequest,
1590
+ output: VrackTask,
1591
+ errors: [UnknownOvhError],
1592
+ protocol: OvhProtocol,
1593
+ retry: Retry.Retry,
1594
+ }));
1595
+ /** Alter this object properties */
1596
+ export const putVrack = /*@__PURE__*/ API.make(() => ({
1597
+ input: PutVrackRequest,
1598
+ output: PutVrackResponse,
1599
+ errors: [UnknownOvhError],
1600
+ protocol: OvhProtocol,
1601
+ retry: Retry.Retry,
1602
+ }));
1603
+ /** Alter this object properties */
1604
+ export const putVrackDedicatedConnect = /*@__PURE__*/ API.make(() => ({
1605
+ input: PutVrackDedicatedConnectRequest,
1606
+ output: PutVrackDedicatedConnectResponse,
1607
+ errors: [UnknownOvhError],
1608
+ protocol: OvhProtocol,
1609
+ retry: Retry.Retry,
1610
+ }));
1611
+ /** Update Slaac status */
1612
+ export const putVrackIpv6BridgedSubrange = /*@__PURE__*/ API.make(() => ({
1613
+ input: PutVrackIpv6BridgedSubrangeRequest,
1614
+ output: VrackTask,
1615
+ errors: [UnknownOvhError],
1616
+ protocol: OvhProtocol,
1617
+ retry: Retry.Retry,
1618
+ }));
1619
+ /** 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. */
1620
+ export const terminateVrack = /*@__PURE__*/ API.make(() => ({
1621
+ input: TerminateVrackRequest,
1622
+ output: TerminateVrackResponse,
1623
+ errors: [UnknownOvhError],
1624
+ protocol: OvhProtocol,
1625
+ retry: Retry.Retry,
1626
+ }));
1627
+ //# sourceMappingURL=vrack.js.map