@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,1123 @@
1
+ import * as S from "@distilled.cloud/core/schema";
2
+ import * as API from "@distilled.cloud/core/api";
3
+ import { type OvhOpError, type OvhOpContext } from "../protocol.ts";
4
+ export type { OvhOpError, OvhOpContext };
5
+ /** All future uses you can provide for a service termination */
6
+ export type ServiceTerminationFutureUseEnum = "NOT_REPLACING_SERVICE" | "OTHER" | "SUBSCRIBE_AN_OTHER_SERVICE" | "SUBSCRIBE_OTHER_KIND_OF_SERVICE_WITH_COMPETITOR" | "SUBSCRIBE_SIMILAR_SERVICE_WITH_COMPETITOR";
7
+ export declare const ServiceTerminationFutureUseEnum: any;
8
+ /** All reasons you can provide for a service termination */
9
+ 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";
10
+ export declare const ServiceTerminationReasonEnum: any;
11
+ export interface ConfirmOvhCloudConnectTerminationRequest {
12
+ /** Service name */
13
+ serviceName: string;
14
+ /** Commentary about your termination request */
15
+ commentary?: string;
16
+ /** All future uses you can provide for a service termination */
17
+ futureUse?: ServiceTerminationFutureUseEnum | (string & {});
18
+ /** All reasons you can provide for a service termination */
19
+ reason?: ServiceTerminationReasonEnum | (string & {});
20
+ /** The termination token sent by email to the admin contact */
21
+ token: string;
22
+ }
23
+ export declare const ConfirmOvhCloudConnectTerminationRequest: S.Schema<ConfirmOvhCloudConnectTerminationRequest>;
24
+ export type ConfirmOvhCloudConnectTerminationResponse = string;
25
+ export declare const ConfirmOvhCloudConnectTerminationResponse: S.Schema<ConfirmOvhCloudConnectTerminationResponse>;
26
+ export interface CreateOvhCloudConnectChangeContactRequest {
27
+ /** Service name */
28
+ serviceName: string;
29
+ /** The contact to set as admin contact */
30
+ contactAdmin?: string;
31
+ /** The contact to set as billing contact */
32
+ contactBilling?: string;
33
+ /** The contact to set as tech contact */
34
+ contactTech?: string;
35
+ }
36
+ export declare const CreateOvhCloudConnectChangeContactRequest: S.Schema<CreateOvhCloudConnectChangeContactRequest>;
37
+ export type CreateOvhCloudConnectChangeContactResponseBodyList = Array<number>;
38
+ export declare const CreateOvhCloudConnectChangeContactResponseBodyList: S.Schema<CreateOvhCloudConnectChangeContactResponseBodyList>;
39
+ export type CreateOvhCloudConnectChangeContactResponse = CreateOvhCloudConnectChangeContactResponseBodyList;
40
+ export declare const CreateOvhCloudConnectChangeContactResponse: S.Schema<CreateOvhCloudConnectChangeContactResponse>;
41
+ /** Enum values for Pop Configuration Type */
42
+ export type OvhcloudconnectPopConfigTypeEnum = "l2" | "l3";
43
+ export declare const OvhcloudconnectPopConfigTypeEnum: any;
44
+ export interface CreateOvhCloudConnectConfigPopRequest {
45
+ /** Service name */
46
+ serviceName: string;
47
+ /** Customer Private AS */
48
+ customerBgpArea?: number | null;
49
+ /** ID of the interface */
50
+ interfaceId: number;
51
+ /** OVH Private AS */
52
+ ovhBgpArea?: number | null;
53
+ /** Subnet should be a /30, first IP for OVH, second IP for customer */
54
+ subnet?: string | null;
55
+ /** Type of the pop configuration */
56
+ type: OvhcloudconnectPopConfigTypeEnum | (string & {});
57
+ }
58
+ export declare const CreateOvhCloudConnectConfigPopRequest: S.Schema<CreateOvhCloudConnectConfigPopRequest>;
59
+ /** Enum values for Task function */
60
+ export type OvhcloudconnectTaskFunctionEnum = "addDatacenterConfiguration" | "addDatacenterExtraConfiguration" | "addPopConfiguration" | "addVrack" | "delDatacenterConfiguration" | "delDatacenterExtraConfiguration" | "delPopConfiguration" | "lockInterface" | "removeVrack" | "unlockInterface";
61
+ export declare const OvhcloudconnectTaskFunctionEnum: any;
62
+ /** Enum values for Task status */
63
+ export type OvhcloudconnectTaskStatusEnum = "denied" | "doing" | "done" | "error" | "pause" | "todo";
64
+ export declare const OvhcloudconnectTaskStatusEnum: any;
65
+ /** OVHcloud Connect Task */
66
+ export interface OvhcloudconnectTask {
67
+ /** Task function */
68
+ function?: OvhcloudconnectTaskFunctionEnum;
69
+ /** Task id */
70
+ id?: number;
71
+ /** Reference of the created resource */
72
+ resourceId?: number;
73
+ /** Task status */
74
+ status?: OvhcloudconnectTaskStatusEnum;
75
+ }
76
+ export declare const OvhcloudconnectTask: S.Schema<OvhcloudconnectTask>;
77
+ export interface CreateOvhCloudConnectConfigPopDatacenterRequest {
78
+ /** Service name */
79
+ serviceName: string;
80
+ /** Pop ID */
81
+ popId: number;
82
+ /** ID of the datacenter linked */
83
+ datacenterId: number;
84
+ /** OVH Private AS */
85
+ ovhBgpArea?: number | null;
86
+ /** Subnet should be a /28 min */
87
+ subnet?: string | null;
88
+ }
89
+ export declare const CreateOvhCloudConnectConfigPopDatacenterRequest: S.Schema<CreateOvhCloudConnectConfigPopDatacenterRequest>;
90
+ /** Enum values for Datacenter Extra Configuration Type */
91
+ export type OvhcloudconnectDatacenterExtraConfigTypeEnum = "bgp" | "network";
92
+ export declare const OvhcloudconnectDatacenterExtraConfigTypeEnum: any;
93
+ export interface CreateOvhCloudConnectConfigPopDatacenterExtraRequest {
94
+ /** Service name */
95
+ serviceName: string;
96
+ /** Pop ID */
97
+ popId: number;
98
+ /** Datacenter ID */
99
+ datacenterId: number;
100
+ /** BGP AS number */
101
+ bgpNeighborArea?: number | null;
102
+ /** Router IP for BGP */
103
+ bgpNeighborIp?: string | null;
104
+ /** Static route next hop */
105
+ nextHop?: string | null;
106
+ /** Static route ip */
107
+ subnet?: string | null;
108
+ /** Type of the configuration */
109
+ type: OvhcloudconnectDatacenterExtraConfigTypeEnum | (string & {});
110
+ }
111
+ export declare const CreateOvhCloudConnectConfigPopDatacenterExtraRequest: S.Schema<CreateOvhCloudConnectConfigPopDatacenterExtraRequest>;
112
+ /** Enum values for Diagnostic function */
113
+ export type OvhcloudconnectDiagnosticFunctionEnum = "diagMacs" | "diagPeering" | "diagPeeringExtra" | "diagRoutes";
114
+ export declare const OvhcloudconnectDiagnosticFunctionEnum: any;
115
+ /** Enum values for Diagnostic type */
116
+ export type OvhcloudconnectDiagnosticTypeEnum = "advertised-routes" | "default" | "routes";
117
+ export declare const OvhcloudconnectDiagnosticTypeEnum: any;
118
+ export interface CreateOvhCloudConnectDiagnosticRequest {
119
+ /** Service name */
120
+ serviceName: string;
121
+ /** ID of the Datacenter configuration */
122
+ dcConfigId?: number;
123
+ /** Name of the diagnostic */
124
+ diagnosticName: OvhcloudconnectDiagnosticFunctionEnum | (string & {});
125
+ /** Type of the diagnostic */
126
+ diagnosticType?: OvhcloudconnectDiagnosticTypeEnum | (string & {});
127
+ /** ID of the extra configuration */
128
+ extraConfigId?: number;
129
+ /** ID of the Pop Configuration */
130
+ popConfigId: number;
131
+ }
132
+ export declare const CreateOvhCloudConnectDiagnosticRequest: S.Schema<CreateOvhCloudConnectDiagnosticRequest>;
133
+ /** OVHcloud Connect Diagnostic Result */
134
+ export interface OvhcloudconnectDiagnosticResult {
135
+ /** As-path for routes */
136
+ aspath?: string | null;
137
+ /** Command sent to equipment */
138
+ cmd?: string | null;
139
+ /** Local prefix used for routes */
140
+ localprefix?: number | null;
141
+ /** Mac address */
142
+ mac?: string | null;
143
+ /** BGP Med (Metric) */
144
+ med?: number | null;
145
+ /** Output of command sent to equipment */
146
+ output?: string | null;
147
+ /** Prefix for routes */
148
+ prefix?: string | null;
149
+ /** eVPN router mac */
150
+ routermac?: string | null;
151
+ /** Local date when route/mac was declared */
152
+ timestamp?: string | null;
153
+ }
154
+ export declare const OvhcloudconnectDiagnosticResult: S.Schema<OvhcloudconnectDiagnosticResult>;
155
+ /** Diagnostic result */
156
+ export type OvhcloudconnectDiagnosticResultList = Array<OvhcloudconnectDiagnosticResult>;
157
+ export declare const OvhcloudconnectDiagnosticResultList: S.Schema<OvhcloudconnectDiagnosticResultList>;
158
+ /** OVHcloud Connect Diagnostic */
159
+ export interface OvhcloudconnectDiagnostic {
160
+ /** Date of the diagnostic */
161
+ date?: string | null;
162
+ /** Description of the diagnostic */
163
+ description?: string | null;
164
+ /** Diagnostic function */
165
+ function?: OvhcloudconnectDiagnosticFunctionEnum;
166
+ /** Diagnostic id */
167
+ id?: number;
168
+ /** Diagnostic result */
169
+ result?: OvhcloudconnectDiagnosticResultList | null;
170
+ /** Source where the diagnostic was run */
171
+ source?: string | null;
172
+ /** Diagnostic status */
173
+ status?: OvhcloudconnectTaskStatusEnum;
174
+ }
175
+ export declare const OvhcloudconnectDiagnostic: S.Schema<OvhcloudconnectDiagnostic>;
176
+ export interface CreateOvhCloudConnectLoaRequest {
177
+ /** Service name */
178
+ serviceName: string;
179
+ }
180
+ export declare const CreateOvhCloudConnectLoaRequest: S.Schema<CreateOvhCloudConnectLoaRequest>;
181
+ export type CreateOvhCloudConnectLoaResponse = string;
182
+ export declare const CreateOvhCloudConnectLoaResponse: S.Schema<CreateOvhCloudConnectLoaResponse>;
183
+ export interface CreateOvhCloudConnectLogSubscriptionRequest {
184
+ /** Service name */
185
+ serviceName: string;
186
+ /** Log kind name to subscribe to */
187
+ kind: string;
188
+ /** Customer log stream ID */
189
+ streamId: string;
190
+ }
191
+ export declare const CreateOvhCloudConnectLogSubscriptionRequest: S.Schema<CreateOvhCloudConnectLogSubscriptionRequest>;
192
+ /** Asynchronous operation after subscribing or unsubscribing to a resource logs */
193
+ export interface DbaasLogsLogSubscriptionResponse {
194
+ /** Identifier of the operation */
195
+ operationId?: string;
196
+ /** Operation owner's service name */
197
+ serviceName?: string;
198
+ }
199
+ export declare const DbaasLogsLogSubscriptionResponse: S.Schema<DbaasLogsLogSubscriptionResponse>;
200
+ export interface CreateOvhCloudConnectLogUrlRequest {
201
+ /** Service name */
202
+ serviceName: string;
203
+ /** Log kind name */
204
+ kind: string;
205
+ }
206
+ export declare const CreateOvhCloudConnectLogUrlRequest: S.Schema<CreateOvhCloudConnectLogUrlRequest>;
207
+ /** Temporary url information */
208
+ export interface DbaasLogsTemporaryLogsLink {
209
+ /** Temporary url expiration date */
210
+ expirationDate?: string;
211
+ /** Temporary url */
212
+ url?: string;
213
+ }
214
+ export declare const DbaasLogsTemporaryLogsLink: S.Schema<DbaasLogsTemporaryLogsLink>;
215
+ /** List of subscriptions alerts. */
216
+ export type CreateOvhCloudConnectMonitoringRequestSubscriptionsList = Array<string>;
217
+ export declare const CreateOvhCloudConnectMonitoringRequestSubscriptionsList: S.Schema<CreateOvhCloudConnectMonitoringRequestSubscriptionsList>;
218
+ export interface CreateOvhCloudConnectMonitoringRequest {
219
+ /** Service name */
220
+ serviceName: string;
221
+ /** List of subscriptions alerts. */
222
+ subscriptions?: CreateOvhCloudConnectMonitoringRequestSubscriptionsList;
223
+ }
224
+ export declare const CreateOvhCloudConnectMonitoringRequest: S.Schema<CreateOvhCloudConnectMonitoringRequest>;
225
+ export interface CreateOvhCloudConnectMonitoringResponse {
226
+ }
227
+ export declare const CreateOvhCloudConnectMonitoringResponse: S.Schema<CreateOvhCloudConnectMonitoringResponse>;
228
+ export interface DeleteOvhCloudConnectConfigPopRequest {
229
+ /** Service name */
230
+ serviceName: string;
231
+ /** Pop ID */
232
+ popId: number;
233
+ }
234
+ export declare const DeleteOvhCloudConnectConfigPopRequest: S.Schema<DeleteOvhCloudConnectConfigPopRequest>;
235
+ export interface DeleteOvhCloudConnectConfigPopDatacenterRequest {
236
+ /** Service name */
237
+ serviceName: string;
238
+ /** Pop ID */
239
+ popId: number;
240
+ /** Datacenter ID */
241
+ datacenterId: number;
242
+ }
243
+ export declare const DeleteOvhCloudConnectConfigPopDatacenterRequest: S.Schema<DeleteOvhCloudConnectConfigPopDatacenterRequest>;
244
+ export interface DeleteOvhCloudConnectConfigPopDatacenterExtraRequest {
245
+ /** Service name */
246
+ serviceName: string;
247
+ /** Pop ID */
248
+ popId: number;
249
+ /** Datacenter ID */
250
+ datacenterId: number;
251
+ /** Extra ID */
252
+ extraId: number;
253
+ }
254
+ export declare const DeleteOvhCloudConnectConfigPopDatacenterExtraRequest: S.Schema<DeleteOvhCloudConnectConfigPopDatacenterExtraRequest>;
255
+ export interface DeleteOvhCloudConnectLogSubscriptionRequest {
256
+ /** Service name */
257
+ serviceName: string;
258
+ /** Subscription ID */
259
+ subscriptionId: string;
260
+ }
261
+ export declare const DeleteOvhCloudConnectLogSubscriptionRequest: S.Schema<DeleteOvhCloudConnectLogSubscriptionRequest>;
262
+ export interface DeleteOvhCloudConnectMonitoringRequest {
263
+ /** Service name */
264
+ serviceName: string;
265
+ }
266
+ export declare const DeleteOvhCloudConnectMonitoringRequest: S.Schema<DeleteOvhCloudConnectMonitoringRequest>;
267
+ export interface DeleteOvhCloudConnectMonitoringResponse {
268
+ }
269
+ export declare const DeleteOvhCloudConnectMonitoringResponse: S.Schema<DeleteOvhCloudConnectMonitoringResponse>;
270
+ export interface GetOvhCloudConnectRequest {
271
+ /** Service name */
272
+ serviceName: string;
273
+ }
274
+ export declare const GetOvhCloudConnectRequest: S.Schema<GetOvhCloudConnectRequest>;
275
+ /** Enum values for bandwidth */
276
+ export type OvhcloudconnectServiceBandwidthEnum = "100g" | "100m" | "10g" | "1g" | "200m" | "20g" | "2g" | "500m" | "5g";
277
+ export declare const OvhcloudconnectServiceBandwidthEnum: any;
278
+ /** Resource tags. Tags that were internally computed are prefixed with ovh: */
279
+ export type IamResourceMetadataTagsMap = {
280
+ [key: string]: string | undefined;
281
+ };
282
+ export declare const IamResourceMetadataTagsMap: S.Schema<IamResourceMetadataTagsMap>;
283
+ /** IAM resource metadata embedded in services models */
284
+ export interface IamResourceMetadata {
285
+ /** Resource display name */
286
+ displayName?: string | null;
287
+ /** Unique identifier of the resource */
288
+ id?: string;
289
+ /** Resource tags. Tags that were internally computed are prefixed with ovh: */
290
+ tags?: IamResourceMetadataTagsMap | null;
291
+ /** Unique resource name used in policies */
292
+ urn?: string;
293
+ }
294
+ export declare const IamResourceMetadata: S.Schema<IamResourceMetadata>;
295
+ /** List of interfaces linked to a service */
296
+ export type OvhcloudconnectServiceWithIAMInterfaceListList = Array<number>;
297
+ export declare const OvhcloudconnectServiceWithIAMInterfaceListList: S.Schema<OvhcloudconnectServiceWithIAMInterfaceListList>;
298
+ /** Enum values for port quantity */
299
+ export type OvhcloudconnectServicePortEnum = "1" | "2";
300
+ export declare const OvhcloudconnectServicePortEnum: any;
301
+ /** Enum values for service provider */
302
+ export type OvhcloudconnectServiceProviderEnum = "OVHcloud" | "RISQ" | "consoleconnect" | "digitalrealty" | "equinix" | "fibrenoire" | "intercloud" | "internal" | "interxion" | "megaport" | "orange";
303
+ export declare const OvhcloudconnectServiceProviderEnum: any;
304
+ /** Enum values for the Service */
305
+ export type OvhcloudconnectServiceStatusEnum = "active" | "closed";
306
+ export declare const OvhcloudconnectServiceStatusEnum: any;
307
+ /** OVHcloud Connect Service */
308
+ export interface OvhcloudconnectServiceWithIAM {
309
+ /** Service bandwidth */
310
+ bandwidth?: OvhcloudconnectServiceBandwidthEnum;
311
+ /** Service description */
312
+ description?: string;
313
+ /** IAM resource metadata */
314
+ iam?: IamResourceMetadata | null;
315
+ /** List of interfaces linked to a service */
316
+ interfaceList?: OvhcloudconnectServiceWithIAMInterfaceListList;
317
+ /** Pop reference where the service is delivered */
318
+ pop?: string;
319
+ /** Port quantity */
320
+ portQuantity?: OvhcloudconnectServicePortEnum;
321
+ /** Product name of the service */
322
+ product?: string;
323
+ /** Service provider */
324
+ provider?: OvhcloudconnectServiceProviderEnum;
325
+ /** Service status */
326
+ status?: OvhcloudconnectServiceStatusEnum;
327
+ /** Service UUID */
328
+ uuid?: string;
329
+ /** vrack linked to the service */
330
+ vrack?: string | null;
331
+ }
332
+ export declare const OvhcloudconnectServiceWithIAM: S.Schema<OvhcloudconnectServiceWithIAM>;
333
+ export interface GetOvhCloudConnectConfigPopRequest {
334
+ /** Service name */
335
+ serviceName: string;
336
+ /** Pop ID */
337
+ popId: number;
338
+ }
339
+ export declare const GetOvhCloudConnectConfigPopRequest: S.Schema<GetOvhCloudConnectConfigPopRequest>;
340
+ /** Enum values for Pop Configuration Status */
341
+ export type OvhcloudconnectPopConfigStatusEnum = "active" | "init" | "toDelete";
342
+ export declare const OvhcloudconnectPopConfigStatusEnum: any;
343
+ /** OVHcloud Connect Service Pop Configuration */
344
+ export interface OvhcloudconnectPopConfig {
345
+ /** Customer Private AS */
346
+ customerBgpArea?: number | null;
347
+ /** ID of the Pop Configuration */
348
+ id?: number;
349
+ /** ID of the interface */
350
+ interfaceId: number;
351
+ /** OVH Private AS */
352
+ ovhBgpArea?: number | null;
353
+ /** Status of the pop configuration */
354
+ status?: OvhcloudconnectPopConfigStatusEnum;
355
+ /** Subnet should be a /30, first IP for OVH, second IP for customer */
356
+ subnet?: string | null;
357
+ /** Type of the pop configuration */
358
+ type: OvhcloudconnectPopConfigTypeEnum;
359
+ }
360
+ export declare const OvhcloudconnectPopConfig: S.Schema<OvhcloudconnectPopConfig>;
361
+ export interface GetOvhCloudConnectConfigPopDatacenterRequest {
362
+ /** Service name */
363
+ serviceName: string;
364
+ /** Pop ID */
365
+ popId: number;
366
+ /** Datacenter ID */
367
+ datacenterId: number;
368
+ }
369
+ export declare const GetOvhCloudConnectConfigPopDatacenterRequest: S.Schema<GetOvhCloudConnectConfigPopDatacenterRequest>;
370
+ /** OVHcloud Connect Service Datacenter Configuration */
371
+ export interface OvhcloudconnectDatacenterConfig {
372
+ /** ID of the datacenter linked */
373
+ datacenterId: number;
374
+ /** ID of the Datacenter configuration */
375
+ id?: number;
376
+ /** OVH Private AS */
377
+ ovhBgpArea?: number | null;
378
+ /** Status of the pop configuration */
379
+ status?: OvhcloudconnectPopConfigStatusEnum;
380
+ /** Subnet should be a /28 min */
381
+ subnet?: string | null;
382
+ }
383
+ export declare const OvhcloudconnectDatacenterConfig: S.Schema<OvhcloudconnectDatacenterConfig>;
384
+ export interface GetOvhCloudConnectConfigPopDatacenterExtraRequest {
385
+ /** Service name */
386
+ serviceName: string;
387
+ /** Pop ID */
388
+ popId: number;
389
+ /** Datacenter ID */
390
+ datacenterId: number;
391
+ /** Extra ID */
392
+ extraId: number;
393
+ }
394
+ export declare const GetOvhCloudConnectConfigPopDatacenterExtraRequest: S.Schema<GetOvhCloudConnectConfigPopDatacenterExtraRequest>;
395
+ /** OVHcloud Connect Service Datacenter Extra Configuration */
396
+ export interface OvhcloudconnectDatacenterExtraConfig {
397
+ /** BGP AS number */
398
+ bgpNeighborArea?: number | null;
399
+ /** Router IP for BGP */
400
+ bgpNeighborIp?: string | null;
401
+ /** ID of the extra configuration */
402
+ id?: number;
403
+ /** Static route next hop */
404
+ nextHop?: string | null;
405
+ /** Status of the pop configuration */
406
+ status?: OvhcloudconnectPopConfigStatusEnum;
407
+ /** Static route ip */
408
+ subnet?: string | null;
409
+ /** Type of the configuration */
410
+ type: OvhcloudconnectDatacenterExtraConfigTypeEnum;
411
+ }
412
+ export declare const OvhcloudconnectDatacenterExtraConfig: S.Schema<OvhcloudconnectDatacenterExtraConfig>;
413
+ export interface GetOvhCloudConnectConfigPopStatusRequest {
414
+ /** Service name */
415
+ serviceName: string;
416
+ /** Pop ID */
417
+ popId: number;
418
+ }
419
+ export declare const GetOvhCloudConnectConfigPopStatusRequest: S.Schema<GetOvhCloudConnectConfigPopStatusRequest>;
420
+ /** Enum values for status */
421
+ export type OvhcloudconnectStatusStatusEnum = "down" | "up";
422
+ export declare const OvhcloudconnectStatusStatusEnum: any;
423
+ /** OVHcloud Connect L3 peering current status */
424
+ export interface OvhcloudconnectPopConfStatus {
425
+ /** Number of flap since last UP */
426
+ flapCount?: number | null;
427
+ /** Last time the interface changed status */
428
+ lastChange?: string | null;
429
+ /** Last time the interface status went from up to down */
430
+ lastDown?: string | null;
431
+ /** Last time the interface status went from down to up */
432
+ lastUp?: string | null;
433
+ /** Last time the status was updated */
434
+ lastUpdate?: string;
435
+ /** Status of the peering */
436
+ status?: OvhcloudconnectStatusStatusEnum;
437
+ }
438
+ export declare const OvhcloudconnectPopConfStatus: S.Schema<OvhcloudconnectPopConfStatus>;
439
+ export interface GetOvhCloudConnectDatacenterRequest {
440
+ /** Service name */
441
+ serviceName: string;
442
+ /** Id */
443
+ id: number;
444
+ }
445
+ export declare const GetOvhCloudConnectDatacenterRequest: S.Schema<GetOvhCloudConnectDatacenterRequest>;
446
+ /** RegionEnum */
447
+ export type CommonRegionEnum = "af-north-lz-rba" | "ap-south-mum" | "ap-southeast-sgp" | "ap-southeast-syd" | "ca-east-bhs" | "ca-east-tor" | "eu-central-lz-prg" | "eu-central-waw" | "eu-north-lz-sto" | "eu-south-lz-mad" | "eu-south-lz-mil" | "eu-west-eri" | "eu-west-gra" | "eu-west-gra-snc" | "eu-west-lim" | "eu-west-lz-ams" | "eu-west-lz-bru" | "eu-west-lz-dln" | "eu-west-lz-lux" | "eu-west-lz-mrs" | "eu-west-lz-vie" | "eu-west-lz-zrh" | "eu-west-par" | "eu-west-rbx" | "eu-west-rbx-snc" | "eu-west-sbg" | "eu-west-sbg-snc" | "us-east-lz-atl" | "us-east-lz-chi" | "us-east-lz-dal" | "us-east-lz-mia" | "us-east-lz-nyc" | "us-east-vin" | "us-west-hil" | "us-west-lz-den" | "us-west-lz-lax" | "us-west-lz-pao";
448
+ export declare const CommonRegionEnum: any;
449
+ /** Enum values for datacenter region type */
450
+ export type OvhcloudconnectDatacenterRegionTypeEnum = "1-AZ" | "3-AZ";
451
+ export declare const OvhcloudconnectDatacenterRegionTypeEnum: any;
452
+ /** OVHcloud Connect Datacenter */
453
+ export interface OvhcloudconnectDatacenter {
454
+ /** Get availability to add new configuration on it */
455
+ available?: boolean;
456
+ /** ID of the datacenter */
457
+ id?: number;
458
+ /** name of the datacenter */
459
+ name?: string;
460
+ /** region of the datacenter */
461
+ region?: CommonRegionEnum;
462
+ /** region type of the datacenter */
463
+ regionType?: OvhcloudconnectDatacenterRegionTypeEnum;
464
+ }
465
+ export declare const OvhcloudconnectDatacenter: S.Schema<OvhcloudconnectDatacenter>;
466
+ export interface GetOvhCloudConnectDiagnosticRequest {
467
+ /** Service name */
468
+ serviceName: string;
469
+ /** Id */
470
+ id: number;
471
+ }
472
+ export declare const GetOvhCloudConnectDiagnosticRequest: S.Schema<GetOvhCloudConnectDiagnosticRequest>;
473
+ export interface GetOvhCloudConnectIncidentRequest {
474
+ /** Service name */
475
+ serviceName: string;
476
+ /** Id */
477
+ id: number;
478
+ }
479
+ export declare const GetOvhCloudConnectIncidentRequest: S.Schema<GetOvhCloudConnectIncidentRequest>;
480
+ /** Enum values for incident type status */
481
+ export type OvhcloudconnectIncidentTypeEnum = "incident" | "maintenance";
482
+ export declare const OvhcloudconnectIncidentTypeEnum: any;
483
+ /** OVHcloud Connect Incident */
484
+ export interface OvhcloudconnectIncident {
485
+ /** Ending date of the incident */
486
+ endDate?: string | null;
487
+ /** Incident reference */
488
+ id?: number;
489
+ /** Starting date of the incident */
490
+ startDate?: string;
491
+ /** Type of incident */
492
+ type?: OvhcloudconnectIncidentTypeEnum;
493
+ }
494
+ export declare const OvhcloudconnectIncident: S.Schema<OvhcloudconnectIncident>;
495
+ export interface GetOvhCloudConnectInterfaceRequest {
496
+ /** Service name */
497
+ serviceName: string;
498
+ /** Id */
499
+ id: number;
500
+ }
501
+ export declare const GetOvhCloudConnectInterfaceRequest: S.Schema<GetOvhCloudConnectInterfaceRequest>;
502
+ /** Enum values for the light status */
503
+ export type OvhcloudconnectInterfaceLightStatusEnum = "down" | "unknown" | "up";
504
+ export declare const OvhcloudconnectInterfaceLightStatusEnum: any;
505
+ /** Enum values for the termination type */
506
+ export type OvhcloudconnectInterfaceTerminationTypeEnum = "LC/PC" | "SC/PC";
507
+ export declare const OvhcloudconnectInterfaceTerminationTypeEnum: any;
508
+ /** Enum values for interface status */
509
+ export type OvhcloudconnectInterfaceStatusEnum = "disabled" | "enabled" | "reserved";
510
+ export declare const OvhcloudconnectInterfaceStatusEnum: any;
511
+ /** OVHcloud Connect Interface */
512
+ export interface OvhcloudconnectInterface {
513
+ /** Patch panel name */
514
+ deviceDisplayName?: string | null;
515
+ /** Equipment name in the rack */
516
+ deviceRackDisplayName?: string | null;
517
+ /** Interface reference */
518
+ id?: number;
519
+ /** Status of the light received on the port (checked every 5 min) */
520
+ incomingLightStatus?: OvhcloudconnectInterfaceLightStatusEnum;
521
+ /** Value of the light received on the port (checked every 5 min) */
522
+ incomingLightValue?: number | null;
523
+ /** Port location */
524
+ interfaceName?: string | null;
525
+ /** Status of the interface */
526
+ interfaceStatus?: OvhcloudconnectInterfaceLightStatusEnum;
527
+ /** Date of the last interface status change detected */
528
+ interfaceStatusLastUpdate?: string;
529
+ /** Fiber termination type */
530
+ interfaceTerminationType?: OvhcloudconnectInterfaceTerminationTypeEnum | null;
531
+ /** Date of the last light change detected */
532
+ lightLastUpdate?: string;
533
+ /** Status of the light emitted on the port (checked every 5 min) */
534
+ outgoingLightStatus?: OvhcloudconnectInterfaceLightStatusEnum;
535
+ /** Value of the light emitted on the port (checked every 5 min) */
536
+ outgoingLightValue?: number | null;
537
+ /** Status of the port */
538
+ status?: OvhcloudconnectInterfaceStatusEnum;
539
+ }
540
+ export declare const OvhcloudconnectInterface: S.Schema<OvhcloudconnectInterface>;
541
+ export interface GetOvhCloudConnectInterfaceStatusRequest {
542
+ /** Service name */
543
+ serviceName: string;
544
+ /** Id */
545
+ id: number;
546
+ }
547
+ export declare const GetOvhCloudConnectInterfaceStatusRequest: S.Schema<GetOvhCloudConnectInterfaceStatusRequest>;
548
+ /** OVHcloud Connect Interface status */
549
+ export interface OvhcloudconnectInterfaceStatus {
550
+ /** Last time the interface changed status */
551
+ lastChange?: string | null;
552
+ /** Last time the interface status went from up to down */
553
+ lastDown?: string | null;
554
+ /** Last time the interface status went from down to up */
555
+ lastUp?: string | null;
556
+ /** Last time the status was updated */
557
+ lastUpdate?: string;
558
+ /** Status of the interface */
559
+ status?: OvhcloudconnectStatusStatusEnum;
560
+ }
561
+ export declare const OvhcloudconnectInterfaceStatus: S.Schema<OvhcloudconnectInterfaceStatus>;
562
+ export interface GetOvhCloudConnectLogKindRequest {
563
+ /** Service name */
564
+ serviceName: string;
565
+ /** Name */
566
+ name: string;
567
+ }
568
+ export declare const GetOvhCloudConnectLogKindRequest: S.Schema<GetOvhCloudConnectLogKindRequest>;
569
+ /** List of additional log fields managed in this log kind */
570
+ export type DbaasLogsLogKindAdditionalReturnedFieldsList = Array<string>;
571
+ export declare const DbaasLogsLogKindAdditionalReturnedFieldsList: S.Schema<DbaasLogsLogKindAdditionalReturnedFieldsList>;
572
+ /** Log kind */
573
+ export interface DbaasLogsLogKind {
574
+ /** List of additional log fields managed in this log kind */
575
+ additionalReturnedFields?: DbaasLogsLogKindAdditionalReturnedFieldsList;
576
+ /** Creation date of the log kind */
577
+ createdAt?: string;
578
+ /** Log kind display name */
579
+ displayName?: string;
580
+ /** Log kind ID */
581
+ kindId?: string;
582
+ /** Log kind name */
583
+ name?: string;
584
+ /** Last update date of the log kind */
585
+ updatedAt?: string;
586
+ }
587
+ export declare const DbaasLogsLogKind: S.Schema<DbaasLogsLogKind>;
588
+ export interface GetOvhCloudConnectLogSubscriptionRequest {
589
+ /** Service name */
590
+ serviceName: string;
591
+ /** Subscription ID */
592
+ subscriptionId: string;
593
+ }
594
+ export declare const GetOvhCloudConnectLogSubscriptionRequest: S.Schema<GetOvhCloudConnectLogSubscriptionRequest>;
595
+ /** Log subscription resource */
596
+ export interface DbaasLogsLogSubscriptionResource {
597
+ /** Name of subscribed resource */
598
+ name?: string;
599
+ /** Type of subscribed resource */
600
+ type?: string;
601
+ }
602
+ export declare const DbaasLogsLogSubscriptionResource: S.Schema<DbaasLogsLogSubscriptionResource>;
603
+ /** Log subscription */
604
+ export interface DbaasLogsLogSubscription {
605
+ /** Creation date of the subscription */
606
+ createdAt?: string;
607
+ /** Log kind name of this subscription */
608
+ kind?: string;
609
+ /** Subscribed resource, where the logs come from */
610
+ resource?: DbaasLogsLogSubscriptionResource;
611
+ /** Name of the destination log service */
612
+ serviceName?: string;
613
+ /** Id of the destination log stream */
614
+ streamId?: string;
615
+ /** Subscription ID */
616
+ subscriptionId?: string;
617
+ /** Last update date of the subscription */
618
+ updatedAt?: string;
619
+ }
620
+ export declare const DbaasLogsLogSubscription: S.Schema<DbaasLogsLogSubscription>;
621
+ export interface GetOvhCloudConnectServiceInfosRequest {
622
+ /** Service name */
623
+ serviceName: string;
624
+ }
625
+ export declare const GetOvhCloudConnectServiceInfosRequest: S.Schema<GetOvhCloudConnectServiceInfosRequest>;
626
+ /** All the possible renew period of your service in month */
627
+ export type ServicesServicePossibleRenewPeriodList = Array<number>;
628
+ export declare const ServicesServicePossibleRenewPeriodList: S.Schema<ServicesServicePossibleRenewPeriodList>;
629
+ /** Map a possible renew for a specific service */
630
+ export interface ServiceRenewType {
631
+ /** The service is automatically renewed */
632
+ automatic?: boolean;
633
+ /** The service will be deleted at expiration */
634
+ deleteAtExpiration?: boolean;
635
+ /** The service forced to be renewed */
636
+ forced?: boolean;
637
+ /** The service needs to be manually renewed and paid */
638
+ manualPayment?: boolean | null;
639
+ /** period of renew in month */
640
+ period?: number | null;
641
+ }
642
+ export declare const ServiceRenewType: S.Schema<ServiceRenewType>;
643
+ /** Detailed renewal type of a service */
644
+ export type ServiceRenewalTypeEnum = "automaticForcedProduct" | "automaticV2012" | "automaticV2014" | "automaticV2016" | "manual" | "oneShot" | "option";
645
+ export declare const ServiceRenewalTypeEnum: any;
646
+ /** service.StateEnum */
647
+ export type ServiceStateEnum = "autorenewInProgress" | "expired" | "inCreation" | "ok" | "pendingDebt" | "unPaid";
648
+ export declare const ServiceStateEnum: any;
649
+ /** Details about a Service */
650
+ export interface ServicesService {
651
+ /** Indicates that the service can be set up to be deleted at expiration */
652
+ canDeleteAtExpiration?: boolean;
653
+ contactAdmin?: string;
654
+ contactBilling?: string;
655
+ contactTech?: string;
656
+ creation?: string;
657
+ domain?: string;
658
+ engagedUpTo?: string | null;
659
+ expiration?: string;
660
+ /** All the possible renew period of your service in month */
661
+ possibleRenewPeriod?: ServicesServicePossibleRenewPeriodList | null;
662
+ /** Way of handling the renew */
663
+ renew?: ServiceRenewType | null;
664
+ renewalType?: ServiceRenewalTypeEnum;
665
+ serviceId?: number;
666
+ status?: ServiceStateEnum;
667
+ }
668
+ export declare const ServicesService: S.Schema<ServicesService>;
669
+ export interface GetOvhCloudConnectServiceKeyRequest {
670
+ /** Service name */
671
+ serviceName: string;
672
+ /** Service key ID */
673
+ serviceKeyId: number;
674
+ }
675
+ export declare const GetOvhCloudConnectServiceKeyRequest: S.Schema<GetOvhCloudConnectServiceKeyRequest>;
676
+ /** Enum values for service key status */
677
+ export type OvhcloudconnectKeyStatusEnum = "active" | "cancelled" | "doing" | "terminated" | "toCheck";
678
+ export declare const OvhcloudconnectKeyStatusEnum: any;
679
+ /** OVHcloud Connect Service Key */
680
+ export interface OvhcloudconnectKey {
681
+ /** Service Key id */
682
+ id?: number;
683
+ /** Reference of the service */
684
+ key?: string;
685
+ /** Service Key provider */
686
+ provider?: OvhcloudconnectServiceProviderEnum;
687
+ /** Service Key status */
688
+ status?: OvhcloudconnectKeyStatusEnum;
689
+ }
690
+ export declare const OvhcloudconnectKey: S.Schema<OvhcloudconnectKey>;
691
+ export interface GetOvhCloudConnectTaskRequest {
692
+ /** Service name */
693
+ serviceName: string;
694
+ /** Id */
695
+ id: number;
696
+ }
697
+ export declare const GetOvhCloudConnectTaskRequest: S.Schema<GetOvhCloudConnectTaskRequest>;
698
+ /** Resource tag filter */
699
+ export interface IamResourceTagFilterInput {
700
+ }
701
+ export declare const IamResourceTagFilterInput: S.Schema<IamResourceTagFilterInput>;
702
+ export type ListOvhCloudConnectRequestIamTagsValueList = Array<IamResourceTagFilterInput>;
703
+ export declare const ListOvhCloudConnectRequestIamTagsValueList: S.Schema<ListOvhCloudConnectRequestIamTagsValueList>;
704
+ export type ListOvhCloudConnectRequestIamTagsMap = {
705
+ [key: string]: ListOvhCloudConnectRequestIamTagsValueList | undefined;
706
+ };
707
+ export declare const ListOvhCloudConnectRequestIamTagsMap: S.Schema<ListOvhCloudConnectRequestIamTagsMap>;
708
+ export interface ListOvhCloudConnectRequest {
709
+ /** Filter resources on IAM tags */
710
+ iamTags?: ListOvhCloudConnectRequestIamTagsMap;
711
+ }
712
+ export declare const ListOvhCloudConnectRequest: S.Schema<ListOvhCloudConnectRequest>;
713
+ export type ListOvhCloudConnectResponseBodyList = Array<string>;
714
+ export declare const ListOvhCloudConnectResponseBodyList: S.Schema<ListOvhCloudConnectResponseBodyList>;
715
+ export type ListOvhCloudConnectResponse = ListOvhCloudConnectResponseBodyList;
716
+ export declare const ListOvhCloudConnectResponse: S.Schema<ListOvhCloudConnectResponse>;
717
+ export interface ListOvhCloudConnectConfigPopRequest {
718
+ /** Service name */
719
+ serviceName: string;
720
+ }
721
+ export declare const ListOvhCloudConnectConfigPopRequest: S.Schema<ListOvhCloudConnectConfigPopRequest>;
722
+ export type ListOvhCloudConnectConfigPopResponseBodyList = Array<number>;
723
+ export declare const ListOvhCloudConnectConfigPopResponseBodyList: S.Schema<ListOvhCloudConnectConfigPopResponseBodyList>;
724
+ export type ListOvhCloudConnectConfigPopResponse = ListOvhCloudConnectConfigPopResponseBodyList;
725
+ export declare const ListOvhCloudConnectConfigPopResponse: S.Schema<ListOvhCloudConnectConfigPopResponse>;
726
+ export interface ListOvhCloudConnectConfigPopDatacenterRequest {
727
+ /** Service name */
728
+ serviceName: string;
729
+ /** Pop ID */
730
+ popId: number;
731
+ }
732
+ export declare const ListOvhCloudConnectConfigPopDatacenterRequest: S.Schema<ListOvhCloudConnectConfigPopDatacenterRequest>;
733
+ export type ListOvhCloudConnectConfigPopDatacenterResponseBodyList = Array<number>;
734
+ export declare const ListOvhCloudConnectConfigPopDatacenterResponseBodyList: S.Schema<ListOvhCloudConnectConfigPopDatacenterResponseBodyList>;
735
+ export type ListOvhCloudConnectConfigPopDatacenterResponse = ListOvhCloudConnectConfigPopDatacenterResponseBodyList;
736
+ export declare const ListOvhCloudConnectConfigPopDatacenterResponse: S.Schema<ListOvhCloudConnectConfigPopDatacenterResponse>;
737
+ export interface ListOvhCloudConnectConfigPopDatacenterExtraRequest {
738
+ /** Service name */
739
+ serviceName: string;
740
+ /** Pop ID */
741
+ popId: number;
742
+ /** Datacenter ID */
743
+ datacenterId: number;
744
+ }
745
+ export declare const ListOvhCloudConnectConfigPopDatacenterExtraRequest: S.Schema<ListOvhCloudConnectConfigPopDatacenterExtraRequest>;
746
+ export type ListOvhCloudConnectConfigPopDatacenterExtraResponseBodyList = Array<number>;
747
+ export declare const ListOvhCloudConnectConfigPopDatacenterExtraResponseBodyList: S.Schema<ListOvhCloudConnectConfigPopDatacenterExtraResponseBodyList>;
748
+ export type ListOvhCloudConnectConfigPopDatacenterExtraResponse = ListOvhCloudConnectConfigPopDatacenterExtraResponseBodyList;
749
+ export declare const ListOvhCloudConnectConfigPopDatacenterExtraResponse: S.Schema<ListOvhCloudConnectConfigPopDatacenterExtraResponse>;
750
+ /** Enum values for the period of the statistics */
751
+ export type OvhcloudconnectInterfaceMetricsPeriodEnum = "daily" | "hourly" | "weekly";
752
+ export declare const OvhcloudconnectInterfaceMetricsPeriodEnum: any;
753
+ /** Enum values for the type of the statistics */
754
+ export type OvhcloudconnectPopConfigMetricsTypeEnum = "prefix:accepted" | "prefix:limit";
755
+ export declare const OvhcloudconnectPopConfigMetricsTypeEnum: any;
756
+ export interface ListOvhCloudConnectConfigPopStatisticsRequest {
757
+ /** Service name */
758
+ serviceName: string;
759
+ /** Pop ID */
760
+ popId: number;
761
+ /** The period the statistics are fetched for */
762
+ period: OvhcloudconnectInterfaceMetricsPeriodEnum | (string & {});
763
+ /** The type of statistic to be fetched */
764
+ type: OvhcloudconnectPopConfigMetricsTypeEnum | (string & {});
765
+ }
766
+ export declare const ListOvhCloudConnectConfigPopStatisticsRequest: S.Schema<ListOvhCloudConnectConfigPopStatisticsRequest>;
767
+ /** Enum values for the unit of the statistics */
768
+ export type OvhcloudconnectInterfaceMetricsUnitEnum = "bytes/s" | "dbm" | "error/s" | "prefix_accepted" | "prefix_limit";
769
+ export declare const OvhcloudconnectInterfaceMetricsUnitEnum: any;
770
+ /** OVHcloud Connect Metrics value */
771
+ export interface OvhcloudconnectMetricsValue {
772
+ /** Unit in which the value is expressed */
773
+ unit?: OvhcloudconnectInterfaceMetricsUnitEnum;
774
+ value?: number;
775
+ }
776
+ export declare const OvhcloudconnectMetricsValue: S.Schema<OvhcloudconnectMetricsValue>;
777
+ /** OVHcloud Connect Metrics */
778
+ export interface OvhcloudconnectMetrics {
779
+ /** timestamp corresponding to the value */
780
+ timestamp?: number;
781
+ value?: OvhcloudconnectMetricsValue;
782
+ }
783
+ export declare const OvhcloudconnectMetrics: S.Schema<OvhcloudconnectMetrics>;
784
+ export type ListOvhCloudConnectConfigPopStatisticsResponseBodyList = Array<OvhcloudconnectMetrics>;
785
+ export declare const ListOvhCloudConnectConfigPopStatisticsResponseBodyList: S.Schema<ListOvhCloudConnectConfigPopStatisticsResponseBodyList>;
786
+ export type ListOvhCloudConnectConfigPopStatisticsResponse = ListOvhCloudConnectConfigPopStatisticsResponseBodyList;
787
+ export declare const ListOvhCloudConnectConfigPopStatisticsResponse: S.Schema<ListOvhCloudConnectConfigPopStatisticsResponse>;
788
+ export interface ListOvhCloudConnectDatacenterRequest {
789
+ /** Service name */
790
+ serviceName: string;
791
+ }
792
+ export declare const ListOvhCloudConnectDatacenterRequest: S.Schema<ListOvhCloudConnectDatacenterRequest>;
793
+ export type ListOvhCloudConnectDatacenterResponseBodyList = Array<number>;
794
+ export declare const ListOvhCloudConnectDatacenterResponseBodyList: S.Schema<ListOvhCloudConnectDatacenterResponseBodyList>;
795
+ export type ListOvhCloudConnectDatacenterResponse = ListOvhCloudConnectDatacenterResponseBodyList;
796
+ export declare const ListOvhCloudConnectDatacenterResponse: S.Schema<ListOvhCloudConnectDatacenterResponse>;
797
+ export interface ListOvhCloudConnectDiagnosticRequest {
798
+ /** Service name */
799
+ serviceName: string;
800
+ }
801
+ export declare const ListOvhCloudConnectDiagnosticRequest: S.Schema<ListOvhCloudConnectDiagnosticRequest>;
802
+ export type ListOvhCloudConnectDiagnosticResponseBodyList = Array<number>;
803
+ export declare const ListOvhCloudConnectDiagnosticResponseBodyList: S.Schema<ListOvhCloudConnectDiagnosticResponseBodyList>;
804
+ export type ListOvhCloudConnectDiagnosticResponse = ListOvhCloudConnectDiagnosticResponseBodyList;
805
+ export declare const ListOvhCloudConnectDiagnosticResponse: S.Schema<ListOvhCloudConnectDiagnosticResponse>;
806
+ export interface ListOvhCloudConnectIncidentRequest {
807
+ /** Service name */
808
+ serviceName: string;
809
+ }
810
+ export declare const ListOvhCloudConnectIncidentRequest: S.Schema<ListOvhCloudConnectIncidentRequest>;
811
+ export type ListOvhCloudConnectIncidentResponseBodyList = Array<number>;
812
+ export declare const ListOvhCloudConnectIncidentResponseBodyList: S.Schema<ListOvhCloudConnectIncidentResponseBodyList>;
813
+ export type ListOvhCloudConnectIncidentResponse = ListOvhCloudConnectIncidentResponseBodyList;
814
+ export declare const ListOvhCloudConnectIncidentResponse: S.Schema<ListOvhCloudConnectIncidentResponse>;
815
+ export interface ListOvhCloudConnectInterfaceRequest {
816
+ /** Service name */
817
+ serviceName: string;
818
+ }
819
+ export declare const ListOvhCloudConnectInterfaceRequest: S.Schema<ListOvhCloudConnectInterfaceRequest>;
820
+ export type ListOvhCloudConnectInterfaceResponseBodyList = Array<number>;
821
+ export declare const ListOvhCloudConnectInterfaceResponseBodyList: S.Schema<ListOvhCloudConnectInterfaceResponseBodyList>;
822
+ export type ListOvhCloudConnectInterfaceResponse = ListOvhCloudConnectInterfaceResponseBodyList;
823
+ export declare const ListOvhCloudConnectInterfaceResponse: S.Schema<ListOvhCloudConnectInterfaceResponse>;
824
+ /** Enum values for the type of the statistics */
825
+ export type OvhcloudconnectInterfaceMetricsTypeEnum = "error:download" | "error:upload" | "light:in" | "light:out" | "traffic:download" | "traffic:upload";
826
+ export declare const OvhcloudconnectInterfaceMetricsTypeEnum: any;
827
+ export interface ListOvhCloudConnectInterfaceStatisticsRequest {
828
+ /** Service name */
829
+ serviceName: string;
830
+ /** Id */
831
+ id: number;
832
+ /** The period the statistics are fetched for */
833
+ period: OvhcloudconnectInterfaceMetricsPeriodEnum | (string & {});
834
+ /** The type of statistic to be fetched */
835
+ type: OvhcloudconnectInterfaceMetricsTypeEnum | (string & {});
836
+ }
837
+ export declare const ListOvhCloudConnectInterfaceStatisticsRequest: S.Schema<ListOvhCloudConnectInterfaceStatisticsRequest>;
838
+ export type ListOvhCloudConnectInterfaceStatisticsResponseBodyList = Array<OvhcloudconnectMetrics>;
839
+ export declare const ListOvhCloudConnectInterfaceStatisticsResponseBodyList: S.Schema<ListOvhCloudConnectInterfaceStatisticsResponseBodyList>;
840
+ export type ListOvhCloudConnectInterfaceStatisticsResponse = ListOvhCloudConnectInterfaceStatisticsResponseBodyList;
841
+ export declare const ListOvhCloudConnectInterfaceStatisticsResponse: S.Schema<ListOvhCloudConnectInterfaceStatisticsResponse>;
842
+ export interface ListOvhCloudConnectLogKindRequest {
843
+ /** Service name */
844
+ serviceName: string;
845
+ }
846
+ export declare const ListOvhCloudConnectLogKindRequest: S.Schema<ListOvhCloudConnectLogKindRequest>;
847
+ export type ListOvhCloudConnectLogKindResponseBodyList = Array<string>;
848
+ export declare const ListOvhCloudConnectLogKindResponseBodyList: S.Schema<ListOvhCloudConnectLogKindResponseBodyList>;
849
+ export type ListOvhCloudConnectLogKindResponse = ListOvhCloudConnectLogKindResponseBodyList;
850
+ export declare const ListOvhCloudConnectLogKindResponse: S.Schema<ListOvhCloudConnectLogKindResponse>;
851
+ export interface ListOvhCloudConnectLogSubscriptionRequest {
852
+ /** Service name */
853
+ serviceName: string;
854
+ /** Filter on a specific kind (e.g., audit) */
855
+ kind?: string;
856
+ }
857
+ export declare const ListOvhCloudConnectLogSubscriptionRequest: S.Schema<ListOvhCloudConnectLogSubscriptionRequest>;
858
+ export type ListOvhCloudConnectLogSubscriptionResponseBodyList = Array<string>;
859
+ export declare const ListOvhCloudConnectLogSubscriptionResponseBodyList: S.Schema<ListOvhCloudConnectLogSubscriptionResponseBodyList>;
860
+ export type ListOvhCloudConnectLogSubscriptionResponse = ListOvhCloudConnectLogSubscriptionResponseBodyList;
861
+ export declare const ListOvhCloudConnectLogSubscriptionResponse: S.Schema<ListOvhCloudConnectLogSubscriptionResponse>;
862
+ export interface ListOvhCloudConnectMonitoringRequest {
863
+ /** Service name */
864
+ serviceName: string;
865
+ }
866
+ export declare const ListOvhCloudConnectMonitoringRequest: S.Schema<ListOvhCloudConnectMonitoringRequest>;
867
+ /** OVHcloud Connect Monitoring */
868
+ export interface OvhcloudconnectMonitoring {
869
+ /** Whether alert is activated */
870
+ activated?: boolean;
871
+ /** Description of the monitoring alert */
872
+ description?: string;
873
+ /** Name of the monitoring alert */
874
+ name?: string;
875
+ /** Type of the monitoring alert */
876
+ type?: string;
877
+ }
878
+ export declare const OvhcloudconnectMonitoring: S.Schema<OvhcloudconnectMonitoring>;
879
+ export type ListOvhCloudConnectMonitoringResponseBodyList = Array<OvhcloudconnectMonitoring>;
880
+ export declare const ListOvhCloudConnectMonitoringResponseBodyList: S.Schema<ListOvhCloudConnectMonitoringResponseBodyList>;
881
+ export type ListOvhCloudConnectMonitoringResponse = ListOvhCloudConnectMonitoringResponseBodyList;
882
+ export declare const ListOvhCloudConnectMonitoringResponse: S.Schema<ListOvhCloudConnectMonitoringResponse>;
883
+ export interface ListOvhCloudConnectServiceKeyRequest {
884
+ /** Service name */
885
+ serviceName: string;
886
+ }
887
+ export declare const ListOvhCloudConnectServiceKeyRequest: S.Schema<ListOvhCloudConnectServiceKeyRequest>;
888
+ export type ListOvhCloudConnectServiceKeyResponseBodyList = Array<number>;
889
+ export declare const ListOvhCloudConnectServiceKeyResponseBodyList: S.Schema<ListOvhCloudConnectServiceKeyResponseBodyList>;
890
+ export type ListOvhCloudConnectServiceKeyResponse = ListOvhCloudConnectServiceKeyResponseBodyList;
891
+ export declare const ListOvhCloudConnectServiceKeyResponse: S.Schema<ListOvhCloudConnectServiceKeyResponse>;
892
+ export interface ListOvhCloudConnectTaskRequest {
893
+ /** Service name */
894
+ serviceName: string;
895
+ }
896
+ export declare const ListOvhCloudConnectTaskRequest: S.Schema<ListOvhCloudConnectTaskRequest>;
897
+ export type ListOvhCloudConnectTaskResponseBodyList = Array<number>;
898
+ export declare const ListOvhCloudConnectTaskResponseBodyList: S.Schema<ListOvhCloudConnectTaskResponseBodyList>;
899
+ export type ListOvhCloudConnectTaskResponse = ListOvhCloudConnectTaskResponseBodyList;
900
+ export declare const ListOvhCloudConnectTaskResponse: S.Schema<ListOvhCloudConnectTaskResponse>;
901
+ export interface LockOvhCloudConnectInterfaceRequest {
902
+ /** Service name */
903
+ serviceName: string;
904
+ /** Id */
905
+ id: number;
906
+ }
907
+ export declare const LockOvhCloudConnectInterfaceRequest: S.Schema<LockOvhCloudConnectInterfaceRequest>;
908
+ export interface PutOvhCloudConnectRequest {
909
+ /** Service name */
910
+ serviceName: string;
911
+ /** New description for your service */
912
+ description?: string | null;
913
+ }
914
+ export declare const PutOvhCloudConnectRequest: S.Schema<PutOvhCloudConnectRequest>;
915
+ export interface PutOvhCloudConnectResponse {
916
+ }
917
+ export declare const PutOvhCloudConnectResponse: S.Schema<PutOvhCloudConnectResponse>;
918
+ export interface PutOvhCloudConnectServiceInfosRequest {
919
+ /** Service name */
920
+ serviceName: string;
921
+ /** Way of handling the renew */
922
+ renew?: ServiceRenewType | null;
923
+ }
924
+ export declare const PutOvhCloudConnectServiceInfosRequest: S.Schema<PutOvhCloudConnectServiceInfosRequest>;
925
+ export interface PutOvhCloudConnectServiceInfosResponse {
926
+ }
927
+ export declare const PutOvhCloudConnectServiceInfosResponse: S.Schema<PutOvhCloudConnectServiceInfosResponse>;
928
+ export interface RegenerateOvhCloudConnectServiceKeyRequest {
929
+ /** Service name */
930
+ serviceName: string;
931
+ /** Service key ID */
932
+ serviceKeyId: number;
933
+ }
934
+ export declare const RegenerateOvhCloudConnectServiceKeyRequest: S.Schema<RegenerateOvhCloudConnectServiceKeyRequest>;
935
+ export interface SendOvhCloudConnectServiceKeyRequest {
936
+ /** Service name */
937
+ serviceName: string;
938
+ /** Service key ID */
939
+ serviceKeyId: number;
940
+ /** Email address to send the key */
941
+ email: string;
942
+ }
943
+ export declare const SendOvhCloudConnectServiceKeyRequest: S.Schema<SendOvhCloudConnectServiceKeyRequest>;
944
+ /** Enum values for messageCode */
945
+ export type OvhcloudconnectMessageCodeEnum = "mailSent";
946
+ export declare const OvhcloudconnectMessageCodeEnum: any;
947
+ /** OVHcloud Connect send key answer */
948
+ export interface OvhcloudconnectSendKeyAnswer {
949
+ /** message code for UX to display appropriate text */
950
+ messageCode?: OvhcloudconnectMessageCodeEnum;
951
+ }
952
+ export declare const OvhcloudconnectSendKeyAnswer: S.Schema<OvhcloudconnectSendKeyAnswer>;
953
+ export interface TerminateOvhCloudConnectRequest {
954
+ /** Service name */
955
+ serviceName: string;
956
+ }
957
+ export declare const TerminateOvhCloudConnectRequest: S.Schema<TerminateOvhCloudConnectRequest>;
958
+ export type TerminateOvhCloudConnectResponse = string;
959
+ export declare const TerminateOvhCloudConnectResponse: S.Schema<TerminateOvhCloudConnectResponse>;
960
+ export interface UnlockOvhCloudConnectInterfaceRequest {
961
+ /** Service name */
962
+ serviceName: string;
963
+ /** Id */
964
+ id: number;
965
+ }
966
+ export declare const UnlockOvhCloudConnectInterfaceRequest: S.Schema<UnlockOvhCloudConnectInterfaceRequest>;
967
+ export type ConfirmOvhCloudConnectTerminationError = OvhOpError;
968
+ /** Confirm service termination */
969
+ export declare const confirmOvhCloudConnectTermination: API.OperationMethod<ConfirmOvhCloudConnectTerminationRequest, ConfirmOvhCloudConnectTerminationResponse, ConfirmOvhCloudConnectTerminationError, OvhOpContext>;
970
+ export type CreateOvhCloudConnectChangeContactError = OvhOpError;
971
+ /** Launch a contact change procedure */
972
+ export declare const createOvhCloudConnectChangeContact: API.OperationMethod<CreateOvhCloudConnectChangeContactRequest, CreateOvhCloudConnectChangeContactResponse, CreateOvhCloudConnectChangeContactError, OvhOpContext>;
973
+ export type CreateOvhCloudConnectConfigPopError = OvhOpError;
974
+ /** Create a Pop Configuration */
975
+ export declare const createOvhCloudConnectConfigPop: API.OperationMethod<CreateOvhCloudConnectConfigPopRequest, OvhcloudconnectTask, CreateOvhCloudConnectConfigPopError, OvhOpContext>;
976
+ export type CreateOvhCloudConnectConfigPopDatacenterError = OvhOpError;
977
+ /** Create a Datacenter Configuration */
978
+ export declare const createOvhCloudConnectConfigPopDatacenter: API.OperationMethod<CreateOvhCloudConnectConfigPopDatacenterRequest, OvhcloudconnectTask, CreateOvhCloudConnectConfigPopDatacenterError, OvhOpContext>;
979
+ export type CreateOvhCloudConnectConfigPopDatacenterExtraError = OvhOpError;
980
+ /** Create a Datacenter Extra Configuration */
981
+ export declare const createOvhCloudConnectConfigPopDatacenterExtra: API.OperationMethod<CreateOvhCloudConnectConfigPopDatacenterExtraRequest, OvhcloudconnectTask, CreateOvhCloudConnectConfigPopDatacenterExtraError, OvhOpContext>;
982
+ export type CreateOvhCloudConnectDiagnosticError = OvhOpError;
983
+ /** Create a Diagnostic linked to a OVHcloud Connect Service */
984
+ export declare const createOvhCloudConnectDiagnostic: API.OperationMethod<CreateOvhCloudConnectDiagnosticRequest, OvhcloudconnectDiagnostic, CreateOvhCloudConnectDiagnosticError, OvhOpContext>;
985
+ export type CreateOvhCloudConnectLoaError = OvhOpError;
986
+ /** Generate a loa for a service */
987
+ export declare const createOvhCloudConnectLoa: API.OperationMethod<CreateOvhCloudConnectLoaRequest, CreateOvhCloudConnectLoaResponse, CreateOvhCloudConnectLoaError, OvhOpContext>;
988
+ export type CreateOvhCloudConnectLogSubscriptionError = OvhOpError;
989
+ /** Create a subscription from logs to a pre-existing LDP stream */
990
+ export declare const createOvhCloudConnectLogSubscription: API.OperationMethod<CreateOvhCloudConnectLogSubscriptionRequest, DbaasLogsLogSubscriptionResponse, CreateOvhCloudConnectLogSubscriptionError, OvhOpContext>;
991
+ export type CreateOvhCloudConnectLogUrlError = OvhOpError;
992
+ /** Generate a temporary URL to retrieve logs */
993
+ export declare const createOvhCloudConnectLogUrl: API.OperationMethod<CreateOvhCloudConnectLogUrlRequest, DbaasLogsTemporaryLogsLink, CreateOvhCloudConnectLogUrlError, OvhOpContext>;
994
+ export type CreateOvhCloudConnectMonitoringError = OvhOpError;
995
+ /** Monitor the Service */
996
+ export declare const createOvhCloudConnectMonitoring: API.OperationMethod<CreateOvhCloudConnectMonitoringRequest, CreateOvhCloudConnectMonitoringResponse, CreateOvhCloudConnectMonitoringError, OvhOpContext>;
997
+ export type DeleteOvhCloudConnectConfigPopError = OvhOpError;
998
+ /** Delete a Pop Configuration */
999
+ export declare const deleteOvhCloudConnectConfigPop: API.OperationMethod<DeleteOvhCloudConnectConfigPopRequest, OvhcloudconnectTask, DeleteOvhCloudConnectConfigPopError, OvhOpContext>;
1000
+ export type DeleteOvhCloudConnectConfigPopDatacenterError = OvhOpError;
1001
+ /** Delete a Datacenter Configuration */
1002
+ export declare const deleteOvhCloudConnectConfigPopDatacenter: API.OperationMethod<DeleteOvhCloudConnectConfigPopDatacenterRequest, OvhcloudconnectTask, DeleteOvhCloudConnectConfigPopDatacenterError, OvhOpContext>;
1003
+ export type DeleteOvhCloudConnectConfigPopDatacenterExtraError = OvhOpError;
1004
+ /** Delete a Datacenter Extra Configuration */
1005
+ export declare const deleteOvhCloudConnectConfigPopDatacenterExtra: API.OperationMethod<DeleteOvhCloudConnectConfigPopDatacenterExtraRequest, OvhcloudconnectTask, DeleteOvhCloudConnectConfigPopDatacenterExtraError, OvhOpContext>;
1006
+ export type DeleteOvhCloudConnectLogSubscriptionError = OvhOpError;
1007
+ /** Delete a subscription */
1008
+ export declare const deleteOvhCloudConnectLogSubscription: API.OperationMethod<DeleteOvhCloudConnectLogSubscriptionRequest, DbaasLogsLogSubscriptionResponse, DeleteOvhCloudConnectLogSubscriptionError, OvhOpContext>;
1009
+ export type DeleteOvhCloudConnectMonitoringError = OvhOpError;
1010
+ /** Delete monitoring */
1011
+ export declare const deleteOvhCloudConnectMonitoring: API.OperationMethod<DeleteOvhCloudConnectMonitoringRequest, DeleteOvhCloudConnectMonitoringResponse, DeleteOvhCloudConnectMonitoringError, OvhOpContext>;
1012
+ export type GetOvhCloudConnectError = OvhOpError;
1013
+ /** Get service */
1014
+ export declare const getOvhCloudConnect: API.OperationMethod<GetOvhCloudConnectRequest, OvhcloudconnectServiceWithIAM, GetOvhCloudConnectError, OvhOpContext>;
1015
+ export type GetOvhCloudConnectConfigPopError = OvhOpError;
1016
+ /** Get Pop Configuration of a OVHcloud Connect Service */
1017
+ export declare const getOvhCloudConnectConfigPop: API.OperationMethod<GetOvhCloudConnectConfigPopRequest, OvhcloudconnectPopConfig, GetOvhCloudConnectConfigPopError, OvhOpContext>;
1018
+ export type GetOvhCloudConnectConfigPopDatacenterError = OvhOpError;
1019
+ /** Get Datacenter Configuration of a OVHcloud Connect Service */
1020
+ export declare const getOvhCloudConnectConfigPopDatacenter: API.OperationMethod<GetOvhCloudConnectConfigPopDatacenterRequest, OvhcloudconnectDatacenterConfig, GetOvhCloudConnectConfigPopDatacenterError, OvhOpContext>;
1021
+ export type GetOvhCloudConnectConfigPopDatacenterExtraError = OvhOpError;
1022
+ /** Get Datacenter Extra Configuration of a OVHcloud Connect Service */
1023
+ export declare const getOvhCloudConnectConfigPopDatacenterExtra: API.OperationMethod<GetOvhCloudConnectConfigPopDatacenterExtraRequest, OvhcloudconnectDatacenterExtraConfig, GetOvhCloudConnectConfigPopDatacenterExtraError, OvhOpContext>;
1024
+ export type GetOvhCloudConnectConfigPopStatusError = OvhOpError;
1025
+ /** Current status of the L3 Pop config. */
1026
+ export declare const getOvhCloudConnectConfigPopStatus: API.OperationMethod<GetOvhCloudConnectConfigPopStatusRequest, OvhcloudconnectPopConfStatus, GetOvhCloudConnectConfigPopStatusError, OvhOpContext>;
1027
+ export type GetOvhCloudConnectDatacenterError = OvhOpError;
1028
+ /** Get Datacenter */
1029
+ export declare const getOvhCloudConnectDatacenter: API.OperationMethod<GetOvhCloudConnectDatacenterRequest, OvhcloudconnectDatacenter, GetOvhCloudConnectDatacenterError, OvhOpContext>;
1030
+ export type GetOvhCloudConnectDiagnosticError = OvhOpError;
1031
+ /** Get Diagnostic linked to a OVHcloud Connect Service */
1032
+ export declare const getOvhCloudConnectDiagnostic: API.OperationMethod<GetOvhCloudConnectDiagnosticRequest, OvhcloudconnectDiagnostic, GetOvhCloudConnectDiagnosticError, OvhOpContext>;
1033
+ export type GetOvhCloudConnectIncidentError = OvhOpError;
1034
+ /** Get the incident information */
1035
+ export declare const getOvhCloudConnectIncident: API.OperationMethod<GetOvhCloudConnectIncidentRequest, OvhcloudconnectIncident, GetOvhCloudConnectIncidentError, OvhOpContext>;
1036
+ export type GetOvhCloudConnectInterfaceError = OvhOpError;
1037
+ /** Get the Interface information */
1038
+ export declare const getOvhCloudConnectInterface: API.OperationMethod<GetOvhCloudConnectInterfaceRequest, OvhcloudconnectInterface, GetOvhCloudConnectInterfaceError, OvhOpContext>;
1039
+ export type GetOvhCloudConnectInterfaceStatusError = OvhOpError;
1040
+ /** Current status of the interface. */
1041
+ export declare const getOvhCloudConnectInterfaceStatus: API.OperationMethod<GetOvhCloudConnectInterfaceStatusRequest, OvhcloudconnectInterfaceStatus, GetOvhCloudConnectInterfaceStatusError, OvhOpContext>;
1042
+ export type GetOvhCloudConnectLogKindError = OvhOpError;
1043
+ /** Get a log kind */
1044
+ export declare const getOvhCloudConnectLogKind: API.OperationMethod<GetOvhCloudConnectLogKindRequest, DbaasLogsLogKind, GetOvhCloudConnectLogKindError, OvhOpContext>;
1045
+ export type GetOvhCloudConnectLogSubscriptionError = OvhOpError;
1046
+ /** Get subscription details */
1047
+ export declare const getOvhCloudConnectLogSubscription: API.OperationMethod<GetOvhCloudConnectLogSubscriptionRequest, DbaasLogsLogSubscription, GetOvhCloudConnectLogSubscriptionError, OvhOpContext>;
1048
+ export type GetOvhCloudConnectServiceInfosError = OvhOpError;
1049
+ /** Get service information */
1050
+ export declare const getOvhCloudConnectServiceInfos: API.OperationMethod<GetOvhCloudConnectServiceInfosRequest, ServicesService, GetOvhCloudConnectServiceInfosError, OvhOpContext>;
1051
+ export type GetOvhCloudConnectServiceKeyError = OvhOpError;
1052
+ /** Get Key linked to a OVHcloud Connect Service */
1053
+ export declare const getOvhCloudConnectServiceKey: API.OperationMethod<GetOvhCloudConnectServiceKeyRequest, OvhcloudconnectKey, GetOvhCloudConnectServiceKeyError, OvhOpContext>;
1054
+ export type GetOvhCloudConnectTaskError = OvhOpError;
1055
+ /** Get Tasks linked to a OVHcloud Connect Service */
1056
+ export declare const getOvhCloudConnectTask: API.OperationMethod<GetOvhCloudConnectTaskRequest, OvhcloudconnectTask, GetOvhCloudConnectTaskError, OvhOpContext>;
1057
+ export type ListOvhCloudConnectError = OvhOpError;
1058
+ /** List available services */
1059
+ export declare const listOvhCloudConnect: API.OperationMethod<ListOvhCloudConnectRequest, ListOvhCloudConnectResponse, ListOvhCloudConnectError, OvhOpContext>;
1060
+ export type ListOvhCloudConnectConfigPopError = OvhOpError;
1061
+ /** Get Pop Configuration linked to of a OVHcloud Connect Service */
1062
+ export declare const listOvhCloudConnectConfigPop: API.OperationMethod<ListOvhCloudConnectConfigPopRequest, ListOvhCloudConnectConfigPopResponse, ListOvhCloudConnectConfigPopError, OvhOpContext>;
1063
+ export type ListOvhCloudConnectConfigPopDatacenterError = OvhOpError;
1064
+ /** Get Datacenter Configuration linked to of a OVHcloud Connect Service */
1065
+ export declare const listOvhCloudConnectConfigPopDatacenter: API.OperationMethod<ListOvhCloudConnectConfigPopDatacenterRequest, ListOvhCloudConnectConfigPopDatacenterResponse, ListOvhCloudConnectConfigPopDatacenterError, OvhOpContext>;
1066
+ export type ListOvhCloudConnectConfigPopDatacenterExtraError = OvhOpError;
1067
+ /** Get Datacenter Extra Configuration linked to of a OVHcloud Connect Service */
1068
+ export declare const listOvhCloudConnectConfigPopDatacenterExtra: API.OperationMethod<ListOvhCloudConnectConfigPopDatacenterExtraRequest, ListOvhCloudConnectConfigPopDatacenterExtraResponse, ListOvhCloudConnectConfigPopDatacenterExtraError, OvhOpContext>;
1069
+ export type ListOvhCloudConnectConfigPopStatisticsError = OvhOpError;
1070
+ /** Statistics related to a POP */
1071
+ export declare const listOvhCloudConnectConfigPopStatistics: API.OperationMethod<ListOvhCloudConnectConfigPopStatisticsRequest, ListOvhCloudConnectConfigPopStatisticsResponse, ListOvhCloudConnectConfigPopStatisticsError, OvhOpContext>;
1072
+ export type ListOvhCloudConnectDatacenterError = OvhOpError;
1073
+ /** List available Datacenter */
1074
+ export declare const listOvhCloudConnectDatacenter: API.OperationMethod<ListOvhCloudConnectDatacenterRequest, ListOvhCloudConnectDatacenterResponse, ListOvhCloudConnectDatacenterError, OvhOpContext>;
1075
+ export type ListOvhCloudConnectDiagnosticError = OvhOpError;
1076
+ /** Get Diagnostics linked to a OVHcloud Connect Service */
1077
+ export declare const listOvhCloudConnectDiagnostic: API.OperationMethod<ListOvhCloudConnectDiagnosticRequest, ListOvhCloudConnectDiagnosticResponse, ListOvhCloudConnectDiagnosticError, OvhOpContext>;
1078
+ export type ListOvhCloudConnectIncidentError = OvhOpError;
1079
+ /** List incidents linked to the Service */
1080
+ export declare const listOvhCloudConnectIncident: API.OperationMethod<ListOvhCloudConnectIncidentRequest, ListOvhCloudConnectIncidentResponse, ListOvhCloudConnectIncidentError, OvhOpContext>;
1081
+ export type ListOvhCloudConnectInterfaceError = OvhOpError;
1082
+ /** List interfaces linked to the Service */
1083
+ export declare const listOvhCloudConnectInterface: API.OperationMethod<ListOvhCloudConnectInterfaceRequest, ListOvhCloudConnectInterfaceResponse, ListOvhCloudConnectInterfaceError, OvhOpContext>;
1084
+ export type ListOvhCloudConnectInterfaceStatisticsError = OvhOpError;
1085
+ /** Statistics for an OCC interface for a given type */
1086
+ export declare const listOvhCloudConnectInterfaceStatistics: API.OperationMethod<ListOvhCloudConnectInterfaceStatisticsRequest, ListOvhCloudConnectInterfaceStatisticsResponse, ListOvhCloudConnectInterfaceStatisticsError, OvhOpContext>;
1087
+ export type ListOvhCloudConnectLogKindError = OvhOpError;
1088
+ /** List available log kinds */
1089
+ export declare const listOvhCloudConnectLogKind: API.OperationMethod<ListOvhCloudConnectLogKindRequest, ListOvhCloudConnectLogKindResponse, ListOvhCloudConnectLogKindError, OvhOpContext>;
1090
+ export type ListOvhCloudConnectLogSubscriptionError = OvhOpError;
1091
+ /** List subscription IDs for a cluster */
1092
+ export declare const listOvhCloudConnectLogSubscription: API.OperationMethod<ListOvhCloudConnectLogSubscriptionRequest, ListOvhCloudConnectLogSubscriptionResponse, ListOvhCloudConnectLogSubscriptionError, OvhOpContext>;
1093
+ export type ListOvhCloudConnectMonitoringError = OvhOpError;
1094
+ /** List monitoring alerts */
1095
+ export declare const listOvhCloudConnectMonitoring: API.OperationMethod<ListOvhCloudConnectMonitoringRequest, ListOvhCloudConnectMonitoringResponse, ListOvhCloudConnectMonitoringError, OvhOpContext>;
1096
+ export type ListOvhCloudConnectServiceKeyError = OvhOpError;
1097
+ /** Get Keys linked to a OVHcloud Connect Service */
1098
+ export declare const listOvhCloudConnectServiceKey: API.OperationMethod<ListOvhCloudConnectServiceKeyRequest, ListOvhCloudConnectServiceKeyResponse, ListOvhCloudConnectServiceKeyError, OvhOpContext>;
1099
+ export type ListOvhCloudConnectTaskError = OvhOpError;
1100
+ /** Get Task linked to a OVHcloud Connect Service */
1101
+ export declare const listOvhCloudConnectTask: API.OperationMethod<ListOvhCloudConnectTaskRequest, ListOvhCloudConnectTaskResponse, ListOvhCloudConnectTaskError, OvhOpContext>;
1102
+ export type LockOvhCloudConnectInterfaceError = OvhOpError;
1103
+ /** Lock the port */
1104
+ export declare const lockOvhCloudConnectInterface: API.OperationMethod<LockOvhCloudConnectInterfaceRequest, OvhcloudconnectTask, LockOvhCloudConnectInterfaceError, OvhOpContext>;
1105
+ export type PutOvhCloudConnectError = OvhOpError;
1106
+ /** Modify service */
1107
+ export declare const putOvhCloudConnect: API.OperationMethod<PutOvhCloudConnectRequest, PutOvhCloudConnectResponse, PutOvhCloudConnectError, OvhOpContext>;
1108
+ export type PutOvhCloudConnectServiceInfosError = OvhOpError;
1109
+ /** Update service information */
1110
+ export declare const putOvhCloudConnectServiceInfos: API.OperationMethod<PutOvhCloudConnectServiceInfosRequest, PutOvhCloudConnectServiceInfosResponse, PutOvhCloudConnectServiceInfosError, OvhOpContext>;
1111
+ export type RegenerateOvhCloudConnectServiceKeyError = OvhOpError;
1112
+ /** Regenerate Service Key linked to a OVHcloud Connect Service */
1113
+ export declare const regenerateOvhCloudConnectServiceKey: API.OperationMethod<RegenerateOvhCloudConnectServiceKeyRequest, OvhcloudconnectKey, RegenerateOvhCloudConnectServiceKeyError, OvhOpContext>;
1114
+ export type SendOvhCloudConnectServiceKeyError = OvhOpError;
1115
+ /** Send key value to customer */
1116
+ export declare const sendOvhCloudConnectServiceKey: API.OperationMethod<SendOvhCloudConnectServiceKeyRequest, OvhcloudconnectSendKeyAnswer, SendOvhCloudConnectServiceKeyError, OvhOpContext>;
1117
+ export type TerminateOvhCloudConnectError = OvhOpError;
1118
+ /** Ask for the termination of your service */
1119
+ export declare const terminateOvhCloudConnect: API.OperationMethod<TerminateOvhCloudConnectRequest, TerminateOvhCloudConnectResponse, TerminateOvhCloudConnectError, OvhOpContext>;
1120
+ export type UnlockOvhCloudConnectInterfaceError = OvhOpError;
1121
+ /** Unlock the port */
1122
+ export declare const unlockOvhCloudConnectInterface: API.OperationMethod<UnlockOvhCloudConnectInterfaceRequest, OvhcloudconnectTask, UnlockOvhCloudConnectInterfaceError, OvhOpContext>;
1123
+ //# sourceMappingURL=ovhcloudconnect.d.ts.map