@distilled.cloud/ovh 0.0.0 → 1.0.0-rc.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +201 -0
- package/lib/credentials.d.ts +38 -0
- package/lib/credentials.d.ts.map +1 -0
- package/lib/credentials.js +54 -0
- package/lib/credentials.js.map +1 -0
- package/lib/errors.d.ts +36 -0
- package/lib/errors.d.ts.map +1 -0
- package/lib/errors.js +26 -0
- package/lib/errors.js.map +1 -0
- package/lib/index.d.ts +22 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +22 -0
- package/lib/index.js.map +1 -0
- package/lib/pagination.d.ts +8 -0
- package/lib/pagination.d.ts.map +1 -0
- package/lib/pagination.js +8 -0
- package/lib/pagination.js.map +1 -0
- package/lib/protocol.d.ts +18 -0
- package/lib/protocol.d.ts.map +1 -0
- package/lib/protocol.js +60 -0
- package/lib/protocol.js.map +1 -0
- package/lib/retry.d.ts +32 -0
- package/lib/retry.d.ts.map +1 -0
- package/lib/retry.js +32 -0
- package/lib/retry.js.map +1 -0
- package/lib/services/baremetal.d.ts +3551 -0
- package/lib/services/baremetal.d.ts.map +1 -0
- package/lib/services/baremetal.js +4187 -0
- package/lib/services/baremetal.js.map +1 -0
- package/lib/services/cloud.d.ts +26011 -0
- package/lib/services/cloud.d.ts.map +1 -0
- package/lib/services/cloud.js +31061 -0
- package/lib/services/cloud.js.map +1 -0
- package/lib/services/cloud_v2.d.ts +5642 -0
- package/lib/services/cloud_v2.d.ts.map +1 -0
- package/lib/services/cloud_v2.js +5733 -0
- package/lib/services/cloud_v2.js.map +1 -0
- package/lib/services/dedicatedceph.d.ts +747 -0
- package/lib/services/dedicatedceph.d.ts.map +1 -0
- package/lib/services/dedicatedceph.js +960 -0
- package/lib/services/dedicatedceph.js.map +1 -0
- package/lib/services/dedicatednasha.d.ts +755 -0
- package/lib/services/dedicatednasha.d.ts.map +1 -0
- package/lib/services/dedicatednasha.js +965 -0
- package/lib/services/dedicatednasha.js.map +1 -0
- package/lib/services/domain.d.ts +2995 -0
- package/lib/services/domain.d.ts.map +1 -0
- package/lib/services/domain.js +3078 -0
- package/lib/services/domain.js.map +1 -0
- package/lib/services/emaildomain.d.ts +1913 -0
- package/lib/services/emaildomain.d.ts.map +1 -0
- package/lib/services/emaildomain.js +2550 -0
- package/lib/services/emaildomain.js.map +1 -0
- package/lib/services/emailmxplan.d.ts +1012 -0
- package/lib/services/emailmxplan.d.ts.map +1 -0
- package/lib/services/emailmxplan.js +1155 -0
- package/lib/services/emailmxplan.js.map +1 -0
- package/lib/services/emailpro.d.ts +1287 -0
- package/lib/services/emailpro.d.ts.map +1 -0
- package/lib/services/emailpro.js +1471 -0
- package/lib/services/emailpro.js.map +1 -0
- package/lib/services/hostingprivatedatabase.d.ts +1402 -0
- package/lib/services/hostingprivatedatabase.d.ts.map +1 -0
- package/lib/services/hostingprivatedatabase.js +1829 -0
- package/lib/services/hostingprivatedatabase.js.map +1 -0
- package/lib/services/iam.d.ts +829 -0
- package/lib/services/iam.d.ts.map +1 -0
- package/lib/services/iam.js +793 -0
- package/lib/services/iam.js.map +1 -0
- package/lib/services/index.d.ts +31 -0
- package/lib/services/index.d.ts.map +1 -0
- package/lib/services/index.js +32 -0
- package/lib/services/index.js.map +1 -0
- package/lib/services/ip.d.ts +1417 -0
- package/lib/services/ip.d.ts.map +1 -0
- package/lib/services/ip.js +1690 -0
- package/lib/services/ip.js.map +1 -0
- package/lib/services/iploadbalancing.d.ts +3059 -0
- package/lib/services/iploadbalancing.d.ts.map +1 -0
- package/lib/services/iploadbalancing.js +3553 -0
- package/lib/services/iploadbalancing.js.map +1 -0
- package/lib/services/ldp.d.ts +2492 -0
- package/lib/services/ldp.d.ts.map +1 -0
- package/lib/services/ldp.js +3067 -0
- package/lib/services/ldp.js.map +1 -0
- package/lib/services/me.d.ts +7511 -0
- package/lib/services/me.d.ts.map +1 -0
- package/lib/services/me.js +8874 -0
- package/lib/services/me.js.map +1 -0
- package/lib/services/overthebox.d.ts +981 -0
- package/lib/services/overthebox.d.ts.map +1 -0
- package/lib/services/overthebox.js +1122 -0
- package/lib/services/overthebox.js.map +1 -0
- package/lib/services/ovhcloudconnect.d.ts +1123 -0
- package/lib/services/ovhcloudconnect.d.ts.map +1 -0
- package/lib/services/ovhcloudconnect.js +1351 -0
- package/lib/services/ovhcloudconnect.js.map +1 -0
- package/lib/services/packxdsl.d.ts +1583 -0
- package/lib/services/packxdsl.d.ts.map +1 -0
- package/lib/services/packxdsl.js +1787 -0
- package/lib/services/packxdsl.js.map +1 -0
- package/lib/services/sms.d.ts +2602 -0
- package/lib/services/sms.d.ts.map +1 -0
- package/lib/services/sms.js +2995 -0
- package/lib/services/sms.js.map +1 -0
- package/lib/services/sslgateway.d.ts +493 -0
- package/lib/services/sslgateway.d.ts.map +1 -0
- package/lib/services/sslgateway.js +569 -0
- package/lib/services/sslgateway.js.map +1 -0
- package/lib/services/storagenetapp.d.ts +859 -0
- package/lib/services/storagenetapp.d.ts.map +1 -0
- package/lib/services/storagenetapp.js +1020 -0
- package/lib/services/storagenetapp.js.map +1 -0
- package/lib/services/support.d.ts +233 -0
- package/lib/services/support.d.ts.map +1 -0
- package/lib/services/support.js +237 -0
- package/lib/services/support.js.map +1 -0
- package/lib/services/telephony.d.ts +10825 -0
- package/lib/services/telephony.d.ts.map +1 -0
- package/lib/services/telephony.js +14877 -0
- package/lib/services/telephony.js.map +1 -0
- package/lib/services/vmwareclouddirectorbackup.d.ts +784 -0
- package/lib/services/vmwareclouddirectorbackup.d.ts.map +1 -0
- package/lib/services/vmwareclouddirectorbackup.js +841 -0
- package/lib/services/vmwareclouddirectorbackup.js.map +1 -0
- package/lib/services/vmwareclouddirectororganization.d.ts +784 -0
- package/lib/services/vmwareclouddirectororganization.d.ts.map +1 -0
- package/lib/services/vmwareclouddirectororganization.js +841 -0
- package/lib/services/vmwareclouddirectororganization.js.map +1 -0
- package/lib/services/vps.d.ts +1579 -0
- package/lib/services/vps.d.ts.map +1 -0
- package/lib/services/vps.js +1914 -0
- package/lib/services/vps.js.map +1 -0
- package/lib/services/vrack.d.ts +1204 -0
- package/lib/services/vrack.d.ts.map +1 -0
- package/lib/services/vrack.js +1627 -0
- package/lib/services/vrack.js.map +1 -0
- package/lib/services/vrackservices.d.ts +394 -0
- package/lib/services/vrackservices.d.ts.map +1 -0
- package/lib/services/vrackservices.js +355 -0
- package/lib/services/vrackservices.js.map +1 -0
- package/lib/services/webhosting.d.ts +3986 -0
- package/lib/services/webhosting.d.ts.map +1 -0
- package/lib/services/webhosting.js +4522 -0
- package/lib/services/webhosting.js.map +1 -0
- package/lib/services/xdsl.d.ts +3433 -0
- package/lib/services/xdsl.d.ts.map +1 -0
- package/lib/services/xdsl.js +3681 -0
- package/lib/services/xdsl.js.map +1 -0
- package/lib/traits.d.ts +11 -0
- package/lib/traits.d.ts.map +1 -0
- package/lib/traits.js +11 -0
- package/lib/traits.js.map +1 -0
- package/package.json +77 -6
- package/src/credentials.ts +77 -0
- package/src/errors.ts +50 -0
- package/src/index.ts +21 -0
- package/src/pagination.ts +7 -0
- package/src/protocol.ts +86 -0
- package/src/retry.ts +54 -0
- package/src/services/baremetal.ts +10949 -0
- package/src/services/cloud.ts +75466 -0
- package/src/services/cloud_v2.ts +14725 -0
- package/src/services/dedicatedceph.ts +2231 -0
- package/src/services/dedicatednasha.ts +2268 -0
- package/src/services/domain.ts +7996 -0
- package/src/services/emaildomain.ts +5751 -0
- package/src/services/emailmxplan.ts +2764 -0
- package/src/services/emailpro.ts +3519 -0
- package/src/services/hostingprivatedatabase.ts +4214 -0
- package/src/services/iam.ts +2060 -0
- package/src/services/index.ts +31 -0
- package/src/services/ip.ts +4461 -0
- package/src/services/iploadbalancing.ts +8421 -0
- package/src/services/ldp.ts +7269 -0
- package/src/services/me.ts +21716 -0
- package/src/services/overthebox.ts +2693 -0
- package/src/services/ovhcloudconnect.ts +3224 -0
- package/src/services/packxdsl.ts +4619 -0
- package/src/services/sms.ts +7255 -0
- package/src/services/sslgateway.ts +1408 -0
- package/src/services/storagenetapp.ts +2431 -0
- package/src/services/support.ts +598 -0
- package/src/services/telephony.ts +32926 -0
- package/src/services/vmwareclouddirectorbackup.ts +2170 -0
- package/src/services/vmwareclouddirectororganization.ts +2170 -0
- package/src/services/vps.ts +5134 -0
- package/src/services/vrack.ts +3730 -0
- package/src/services/vrackservices.ts +939 -0
- package/src/services/webhosting.ts +11285 -0
- package/src/services/xdsl.ts +9277 -0
- package/src/traits.ts +44 -0
|
@@ -0,0 +1,960 @@
|
|
|
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 ConfirmDedicatedCephTerminationRequest = /*@__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: "/dedicated/ceph/{serviceName}/confirmTermination",
|
|
19
|
+
code: 200,
|
|
20
|
+
}))).annotate({
|
|
21
|
+
identifier: "ConfirmDedicatedCephTerminationRequest",
|
|
22
|
+
});
|
|
23
|
+
export const ConfirmDedicatedCephTerminationResponse = /*@__PURE__*/ S.suspend(() => S.String.pipe(T.RawResponseRoot())).annotate({
|
|
24
|
+
identifier: "ConfirmDedicatedCephTerminationResponse",
|
|
25
|
+
});
|
|
26
|
+
export const CreateDedicatedCephAclRequestAclListList = /*@__PURE__*/ S.Array(S.String);
|
|
27
|
+
export const CreateDedicatedCephAclRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
28
|
+
serviceName: S.String.pipe(T.Label()),
|
|
29
|
+
aclList: CreateDedicatedCephAclRequestAclListList,
|
|
30
|
+
}).pipe(T.Http({
|
|
31
|
+
method: "POST",
|
|
32
|
+
uri: "/dedicated/ceph/{serviceName}/acl",
|
|
33
|
+
code: 200,
|
|
34
|
+
}))).annotate({
|
|
35
|
+
identifier: "CreateDedicatedCephAclRequest",
|
|
36
|
+
});
|
|
37
|
+
export const CreateDedicatedCephAclResponse = /*@__PURE__*/ S.suspend(() => S.String.pipe(T.RawResponseRoot())).annotate({
|
|
38
|
+
identifier: "CreateDedicatedCephAclResponse",
|
|
39
|
+
});
|
|
40
|
+
export const CreateDedicatedCephChangeContactRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
41
|
+
serviceName: S.String.pipe(T.Label()),
|
|
42
|
+
contactAdmin: S.optional(S.String),
|
|
43
|
+
contactBilling: S.optional(S.String),
|
|
44
|
+
contactTech: S.optional(S.String),
|
|
45
|
+
}).pipe(T.Http({
|
|
46
|
+
method: "POST",
|
|
47
|
+
uri: "/dedicated/ceph/{serviceName}/changeContact",
|
|
48
|
+
code: 200,
|
|
49
|
+
}))).annotate({
|
|
50
|
+
identifier: "CreateDedicatedCephChangeContactRequest",
|
|
51
|
+
});
|
|
52
|
+
export const CreateDedicatedCephChangeContactResponseBodyList =
|
|
53
|
+
/*@__PURE__*/ S.Array(S.Number);
|
|
54
|
+
export const CreateDedicatedCephChangeContactResponse = /*@__PURE__*/ S.suspend(() => CreateDedicatedCephChangeContactResponseBodyList.pipe(T.RawResponseRoot())).annotate({
|
|
55
|
+
identifier: "CreateDedicatedCephChangeContactResponse",
|
|
56
|
+
});
|
|
57
|
+
export const CreateDedicatedCephPoolRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
58
|
+
serviceName: S.String.pipe(T.Label()),
|
|
59
|
+
poolName: S.String,
|
|
60
|
+
}).pipe(T.Http({
|
|
61
|
+
method: "POST",
|
|
62
|
+
uri: "/dedicated/ceph/{serviceName}/pool",
|
|
63
|
+
code: 200,
|
|
64
|
+
}))).annotate({
|
|
65
|
+
identifier: "CreateDedicatedCephPoolRequest",
|
|
66
|
+
});
|
|
67
|
+
export const CreateDedicatedCephPoolResponse = /*@__PURE__*/ S.suspend(() => S.String.pipe(T.RawResponseRoot())).annotate({
|
|
68
|
+
identifier: "CreateDedicatedCephPoolResponse",
|
|
69
|
+
});
|
|
70
|
+
export const CreateDedicatedCephPoolErasureRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
71
|
+
serviceName: S.String.pipe(T.Label()),
|
|
72
|
+
poolName: S.String,
|
|
73
|
+
}).pipe(T.Http({
|
|
74
|
+
method: "POST",
|
|
75
|
+
uri: "/dedicated/ceph/{serviceName}/poolErasure",
|
|
76
|
+
code: 200,
|
|
77
|
+
}))).annotate({
|
|
78
|
+
identifier: "CreateDedicatedCephPoolErasureRequest",
|
|
79
|
+
});
|
|
80
|
+
export const CreateDedicatedCephPoolErasureResponse = /*@__PURE__*/ S.suspend(() => S.String.pipe(T.RawResponseRoot())).annotate({
|
|
81
|
+
identifier: "CreateDedicatedCephPoolErasureResponse",
|
|
82
|
+
});
|
|
83
|
+
export const CreateDedicatedCephRadosGatewayAclRequestNetworksList =
|
|
84
|
+
/*@__PURE__*/ S.Array(S.String);
|
|
85
|
+
export const CreateDedicatedCephRadosGatewayAclRequest =
|
|
86
|
+
/*@__PURE__*/ S.suspend(() => S.Struct({
|
|
87
|
+
serviceName: S.String.pipe(T.Label()),
|
|
88
|
+
name: S.String.pipe(T.Label()),
|
|
89
|
+
networks: CreateDedicatedCephRadosGatewayAclRequestNetworksList,
|
|
90
|
+
}).pipe(T.Http({
|
|
91
|
+
method: "POST",
|
|
92
|
+
uri: "/dedicated/ceph/{serviceName}/radosGateway/{name}/acl",
|
|
93
|
+
code: 200,
|
|
94
|
+
}))).annotate({
|
|
95
|
+
identifier: "CreateDedicatedCephRadosGatewayAclRequest",
|
|
96
|
+
});
|
|
97
|
+
export const DedicatedCephRgwAclNetworksList = /*@__PURE__*/ S.Array(S.String);
|
|
98
|
+
export const DedicatedCephRgwAcl = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
99
|
+
networks: DedicatedCephRgwAclNetworksList,
|
|
100
|
+
})).annotate({
|
|
101
|
+
identifier: "DedicatedCephRgwAcl",
|
|
102
|
+
});
|
|
103
|
+
export const CreateDedicatedCephUserRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
104
|
+
serviceName: S.String.pipe(T.Label()),
|
|
105
|
+
userName: S.String,
|
|
106
|
+
}).pipe(T.Http({
|
|
107
|
+
method: "POST",
|
|
108
|
+
uri: "/dedicated/ceph/{serviceName}/user",
|
|
109
|
+
code: 200,
|
|
110
|
+
}))).annotate({
|
|
111
|
+
identifier: "CreateDedicatedCephUserRequest",
|
|
112
|
+
});
|
|
113
|
+
export const CreateDedicatedCephUserResponse = /*@__PURE__*/ S.suspend(() => S.String.pipe(T.RawResponseRoot())).annotate({
|
|
114
|
+
identifier: "CreateDedicatedCephUserResponse",
|
|
115
|
+
});
|
|
116
|
+
export const DedicatedCephUserPoolPermSetAllPermissions =
|
|
117
|
+
/*@__PURE__*/ S.suspend(() => S.Struct({
|
|
118
|
+
classRead: S.optional(S.Boolean),
|
|
119
|
+
classWrite: S.optional(S.Boolean),
|
|
120
|
+
execute: S.optional(S.Boolean),
|
|
121
|
+
poolName: S.optional(S.String),
|
|
122
|
+
read: S.optional(S.Boolean),
|
|
123
|
+
write: S.optional(S.Boolean),
|
|
124
|
+
})).annotate({
|
|
125
|
+
identifier: "DedicatedCephUserPoolPermSetAllPermissions",
|
|
126
|
+
});
|
|
127
|
+
export const CreateDedicatedCephUserPoolRequestPermissionsList =
|
|
128
|
+
/*@__PURE__*/ S.Array(DedicatedCephUserPoolPermSetAllPermissions);
|
|
129
|
+
export const CreateDedicatedCephUserPoolRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
130
|
+
serviceName: S.String.pipe(T.Label()),
|
|
131
|
+
userName: S.String.pipe(T.Label()),
|
|
132
|
+
permissions: S.optional(CreateDedicatedCephUserPoolRequestPermissionsList),
|
|
133
|
+
}).pipe(T.Http({
|
|
134
|
+
method: "POST",
|
|
135
|
+
uri: "/dedicated/ceph/{serviceName}/user/{userName}/pool",
|
|
136
|
+
code: 200,
|
|
137
|
+
}))).annotate({
|
|
138
|
+
identifier: "CreateDedicatedCephUserPoolRequest",
|
|
139
|
+
});
|
|
140
|
+
export const CreateDedicatedCephUserPoolResponse = /*@__PURE__*/ S.suspend(() => S.String.pipe(T.RawResponseRoot())).annotate({
|
|
141
|
+
identifier: "CreateDedicatedCephUserPoolResponse",
|
|
142
|
+
});
|
|
143
|
+
export const DeleteDedicatedCephAclRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
144
|
+
serviceName: S.String.pipe(T.Label()),
|
|
145
|
+
aclId: S.Number.pipe(T.Label()),
|
|
146
|
+
}).pipe(T.Http({
|
|
147
|
+
method: "DELETE",
|
|
148
|
+
uri: "/dedicated/ceph/{serviceName}/acl/{aclId}",
|
|
149
|
+
code: 200,
|
|
150
|
+
}))).annotate({
|
|
151
|
+
identifier: "DeleteDedicatedCephAclRequest",
|
|
152
|
+
});
|
|
153
|
+
export const DeleteDedicatedCephAclResponse = /*@__PURE__*/ S.suspend(() => S.String.pipe(T.RawResponseRoot())).annotate({
|
|
154
|
+
identifier: "DeleteDedicatedCephAclResponse",
|
|
155
|
+
});
|
|
156
|
+
export const DeleteDedicatedCephCephfRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
157
|
+
serviceName: S.String.pipe(T.Label()),
|
|
158
|
+
fsName: S.String.pipe(T.Label()),
|
|
159
|
+
}).pipe(T.Http({
|
|
160
|
+
method: "DELETE",
|
|
161
|
+
uri: "/dedicated/ceph/{serviceName}/cephfs/{fsName}",
|
|
162
|
+
code: 200,
|
|
163
|
+
}))).annotate({
|
|
164
|
+
identifier: "DeleteDedicatedCephCephfRequest",
|
|
165
|
+
});
|
|
166
|
+
export const DeleteDedicatedCephCephfResponse = /*@__PURE__*/ S.suspend(() => S.String.pipe(T.RawResponseRoot())).annotate({
|
|
167
|
+
identifier: "DeleteDedicatedCephCephfResponse",
|
|
168
|
+
});
|
|
169
|
+
export const DeleteDedicatedCephPoolRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
170
|
+
serviceName: S.String.pipe(T.Label()),
|
|
171
|
+
poolName: S.String.pipe(T.Label()),
|
|
172
|
+
}).pipe(T.Http({
|
|
173
|
+
method: "DELETE",
|
|
174
|
+
uri: "/dedicated/ceph/{serviceName}/pool/{poolName}",
|
|
175
|
+
code: 200,
|
|
176
|
+
}))).annotate({
|
|
177
|
+
identifier: "DeleteDedicatedCephPoolRequest",
|
|
178
|
+
});
|
|
179
|
+
export const DeleteDedicatedCephPoolResponse = /*@__PURE__*/ S.suspend(() => S.String.pipe(T.RawResponseRoot())).annotate({
|
|
180
|
+
identifier: "DeleteDedicatedCephPoolResponse",
|
|
181
|
+
});
|
|
182
|
+
export const DeleteDedicatedCephUserRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
183
|
+
serviceName: S.String.pipe(T.Label()),
|
|
184
|
+
userName: S.String.pipe(T.Label()),
|
|
185
|
+
}).pipe(T.Http({
|
|
186
|
+
method: "DELETE",
|
|
187
|
+
uri: "/dedicated/ceph/{serviceName}/user/{userName}",
|
|
188
|
+
code: 200,
|
|
189
|
+
}))).annotate({
|
|
190
|
+
identifier: "DeleteDedicatedCephUserRequest",
|
|
191
|
+
});
|
|
192
|
+
export const DeleteDedicatedCephUserResponse = /*@__PURE__*/ S.suspend(() => S.String.pipe(T.RawResponseRoot())).annotate({
|
|
193
|
+
identifier: "DeleteDedicatedCephUserResponse",
|
|
194
|
+
});
|
|
195
|
+
export const DeleteDedicatedCephUserPoolRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
196
|
+
serviceName: S.String.pipe(T.Label()),
|
|
197
|
+
userName: S.String.pipe(T.Label()),
|
|
198
|
+
poolName: S.String.pipe(T.Label()),
|
|
199
|
+
}).pipe(T.Http({
|
|
200
|
+
method: "DELETE",
|
|
201
|
+
uri: "/dedicated/ceph/{serviceName}/user/{userName}/pool/{poolName}",
|
|
202
|
+
code: 200,
|
|
203
|
+
}))).annotate({
|
|
204
|
+
identifier: "DeleteDedicatedCephUserPoolRequest",
|
|
205
|
+
});
|
|
206
|
+
export const DeleteDedicatedCephUserPoolResponse = /*@__PURE__*/ S.suspend(() => S.String.pipe(T.RawResponseRoot())).annotate({
|
|
207
|
+
identifier: "DeleteDedicatedCephUserPoolResponse",
|
|
208
|
+
});
|
|
209
|
+
export const DisableDedicatedCephCephfRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
210
|
+
serviceName: S.String.pipe(T.Label()),
|
|
211
|
+
fsName: S.String.pipe(T.Label()),
|
|
212
|
+
}).pipe(T.Http({
|
|
213
|
+
method: "POST",
|
|
214
|
+
uri: "/dedicated/ceph/{serviceName}/cephfs/{fsName}/disable",
|
|
215
|
+
code: 200,
|
|
216
|
+
}))).annotate({
|
|
217
|
+
identifier: "DisableDedicatedCephCephfRequest",
|
|
218
|
+
});
|
|
219
|
+
export const DisableDedicatedCephCephfResponse = /*@__PURE__*/ S.suspend(() => S.String.pipe(T.RawResponseRoot())).annotate({
|
|
220
|
+
identifier: "DisableDedicatedCephCephfResponse",
|
|
221
|
+
});
|
|
222
|
+
export const EnableDedicatedCephCephfRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
223
|
+
serviceName: S.String.pipe(T.Label()),
|
|
224
|
+
fsName: S.String.pipe(T.Label()),
|
|
225
|
+
}).pipe(T.Http({
|
|
226
|
+
method: "POST",
|
|
227
|
+
uri: "/dedicated/ceph/{serviceName}/cephfs/{fsName}/enable",
|
|
228
|
+
code: 200,
|
|
229
|
+
}))).annotate({
|
|
230
|
+
identifier: "EnableDedicatedCephCephfRequest",
|
|
231
|
+
});
|
|
232
|
+
export const EnableDedicatedCephCephfResponse = /*@__PURE__*/ S.suspend(() => S.String.pipe(T.RawResponseRoot())).annotate({
|
|
233
|
+
identifier: "EnableDedicatedCephCephfResponse",
|
|
234
|
+
});
|
|
235
|
+
export const GetDedicatedCephRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
236
|
+
serviceName: S.String.pipe(T.Label()),
|
|
237
|
+
}).pipe(T.Http({ method: "GET", uri: "/dedicated/ceph/{serviceName}", code: 200 }))).annotate({
|
|
238
|
+
identifier: "GetDedicatedCephRequest",
|
|
239
|
+
});
|
|
240
|
+
export const DedicatedCephClusterGetResponseWithIAMCephMonsList =
|
|
241
|
+
/*@__PURE__*/ S.Array(S.String);
|
|
242
|
+
export const DedicatedCephClusterGetResponseCrushTunablesEnum = S.String;
|
|
243
|
+
export const IamResourceMetadataTagsMap = /*@__PURE__*/ S.Record(S.String, S.String);
|
|
244
|
+
export const IamResourceMetadata = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
245
|
+
displayName: S.optional(S.NullOr(S.String)),
|
|
246
|
+
id: S.optional(S.String),
|
|
247
|
+
tags: S.optional(S.NullOr(IamResourceMetadataTagsMap)),
|
|
248
|
+
urn: S.optional(S.String),
|
|
249
|
+
})).annotate({
|
|
250
|
+
identifier: "IamResourceMetadata",
|
|
251
|
+
});
|
|
252
|
+
export const DedicatedCephClusterGetResponseStateEnum = S.String;
|
|
253
|
+
export const DedicatedCephClusterGetResponseStatusEnum = S.String;
|
|
254
|
+
export const DedicatedCephClusterGetResponseWithIAM = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
255
|
+
cephMons: S.optional(DedicatedCephClusterGetResponseWithIAMCephMonsList),
|
|
256
|
+
cephVersion: S.optional(S.String),
|
|
257
|
+
createDate: S.optional(S.String),
|
|
258
|
+
crushTunables: S.optional(DedicatedCephClusterGetResponseCrushTunablesEnum),
|
|
259
|
+
iam: S.optional(S.NullOr(IamResourceMetadata)),
|
|
260
|
+
label: S.optional(S.String),
|
|
261
|
+
region: S.optional(S.String),
|
|
262
|
+
serviceName: S.optional(S.String),
|
|
263
|
+
size: S.optional(S.Number),
|
|
264
|
+
state: S.optional(DedicatedCephClusterGetResponseStateEnum),
|
|
265
|
+
status: S.optional(DedicatedCephClusterGetResponseStatusEnum),
|
|
266
|
+
updateDate: S.optional(S.String),
|
|
267
|
+
})).annotate({
|
|
268
|
+
identifier: "DedicatedCephClusterGetResponseWithIAM",
|
|
269
|
+
});
|
|
270
|
+
export const GetDedicatedCephAclRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
271
|
+
serviceName: S.String.pipe(T.Label()),
|
|
272
|
+
aclId: S.Number.pipe(T.Label()),
|
|
273
|
+
}).pipe(T.Http({
|
|
274
|
+
method: "GET",
|
|
275
|
+
uri: "/dedicated/ceph/{serviceName}/acl/{aclId}",
|
|
276
|
+
code: 200,
|
|
277
|
+
}))).annotate({
|
|
278
|
+
identifier: "GetDedicatedCephAclRequest",
|
|
279
|
+
});
|
|
280
|
+
export const DedicatedCephAclGetResponseFamilyEnum = S.String;
|
|
281
|
+
export const DedicatedCephAclGetResponse = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
282
|
+
family: S.optional(DedicatedCephAclGetResponseFamilyEnum),
|
|
283
|
+
id: S.optional(S.Number),
|
|
284
|
+
netmask: S.optional(S.String),
|
|
285
|
+
network: S.optional(S.String),
|
|
286
|
+
})).annotate({
|
|
287
|
+
identifier: "DedicatedCephAclGetResponse",
|
|
288
|
+
});
|
|
289
|
+
export const GetDedicatedCephCephfRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
290
|
+
serviceName: S.String.pipe(T.Label()),
|
|
291
|
+
fsName: S.String.pipe(T.Label()),
|
|
292
|
+
}).pipe(T.Http({
|
|
293
|
+
method: "GET",
|
|
294
|
+
uri: "/dedicated/ceph/{serviceName}/cephfs/{fsName}",
|
|
295
|
+
code: 200,
|
|
296
|
+
}))).annotate({
|
|
297
|
+
identifier: "GetDedicatedCephCephfRequest",
|
|
298
|
+
});
|
|
299
|
+
export const DedicatedCephCephfsGetResponse = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
300
|
+
enabled: S.optional(S.Boolean),
|
|
301
|
+
fsName: S.optional(S.String),
|
|
302
|
+
})).annotate({
|
|
303
|
+
identifier: "DedicatedCephCephfsGetResponse",
|
|
304
|
+
});
|
|
305
|
+
export const GetDedicatedCephHealthRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
306
|
+
serviceName: S.String.pipe(T.Label()),
|
|
307
|
+
}).pipe(T.Http({
|
|
308
|
+
method: "GET",
|
|
309
|
+
uri: "/dedicated/ceph/{serviceName}/health",
|
|
310
|
+
code: 200,
|
|
311
|
+
}))).annotate({
|
|
312
|
+
identifier: "GetDedicatedCephHealthRequest",
|
|
313
|
+
});
|
|
314
|
+
export const DedicatedCephClusterHealthResponse = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
315
|
+
availableBytes: S.optional(S.Number),
|
|
316
|
+
healthy: S.optional(S.Boolean),
|
|
317
|
+
serviceName: S.optional(S.String),
|
|
318
|
+
status: S.optional(S.String),
|
|
319
|
+
totalBytes: S.optional(S.Number),
|
|
320
|
+
usedBytes: S.optional(S.Number),
|
|
321
|
+
})).annotate({
|
|
322
|
+
identifier: "DedicatedCephClusterHealthResponse",
|
|
323
|
+
});
|
|
324
|
+
export const GetDedicatedCephPoolRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
325
|
+
serviceName: S.String.pipe(T.Label()),
|
|
326
|
+
poolName: S.String.pipe(T.Label()),
|
|
327
|
+
}).pipe(T.Http({
|
|
328
|
+
method: "GET",
|
|
329
|
+
uri: "/dedicated/ceph/{serviceName}/pool/{poolName}",
|
|
330
|
+
code: 200,
|
|
331
|
+
}))).annotate({
|
|
332
|
+
identifier: "GetDedicatedCephPoolRequest",
|
|
333
|
+
});
|
|
334
|
+
export const DedicatedCephPoolGetResponsePoolTypeEnum = S.String;
|
|
335
|
+
export const DedicatedCephPoolGetResponse = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
336
|
+
backup: S.optional(S.Boolean),
|
|
337
|
+
minActiveReplicas: S.optional(S.Number),
|
|
338
|
+
name: S.optional(S.String),
|
|
339
|
+
poolType: S.optional(DedicatedCephPoolGetResponsePoolTypeEnum),
|
|
340
|
+
replicaCount: S.optional(S.Number),
|
|
341
|
+
serviceName: S.optional(S.String),
|
|
342
|
+
})).annotate({
|
|
343
|
+
identifier: "DedicatedCephPoolGetResponse",
|
|
344
|
+
});
|
|
345
|
+
export const GetDedicatedCephRadosGatewayRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
346
|
+
serviceName: S.String.pipe(T.Label()),
|
|
347
|
+
name: S.String.pipe(T.Label()),
|
|
348
|
+
}).pipe(T.Http({
|
|
349
|
+
method: "GET",
|
|
350
|
+
uri: "/dedicated/ceph/{serviceName}/radosGateway/{name}",
|
|
351
|
+
code: 200,
|
|
352
|
+
}))).annotate({
|
|
353
|
+
identifier: "GetDedicatedCephRadosGatewayRequest",
|
|
354
|
+
});
|
|
355
|
+
export const DedicatedCephRgwResponse = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
356
|
+
enabled: S.optional(S.Boolean),
|
|
357
|
+
name: S.optional(S.String),
|
|
358
|
+
})).annotate({
|
|
359
|
+
identifier: "DedicatedCephRgwResponse",
|
|
360
|
+
});
|
|
361
|
+
export const GetDedicatedCephServiceInfosRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
362
|
+
serviceName: S.String.pipe(T.Label()),
|
|
363
|
+
}).pipe(T.Http({
|
|
364
|
+
method: "GET",
|
|
365
|
+
uri: "/dedicated/ceph/{serviceName}/serviceInfos",
|
|
366
|
+
code: 200,
|
|
367
|
+
}))).annotate({
|
|
368
|
+
identifier: "GetDedicatedCephServiceInfosRequest",
|
|
369
|
+
});
|
|
370
|
+
export const ServicesServicePossibleRenewPeriodList = /*@__PURE__*/ S.Array(S.Number);
|
|
371
|
+
export const ServiceRenewType = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
372
|
+
automatic: S.optional(S.Boolean),
|
|
373
|
+
deleteAtExpiration: S.optional(S.Boolean),
|
|
374
|
+
forced: S.optional(S.Boolean),
|
|
375
|
+
manualPayment: S.optional(S.NullOr(S.Boolean)),
|
|
376
|
+
period: S.optional(S.NullOr(S.Number)),
|
|
377
|
+
})).annotate({
|
|
378
|
+
identifier: "ServiceRenewType",
|
|
379
|
+
});
|
|
380
|
+
export const ServiceRenewalTypeEnum = S.String;
|
|
381
|
+
export const ServiceStateEnum = S.String;
|
|
382
|
+
export const ServicesService = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
383
|
+
canDeleteAtExpiration: S.optional(S.Boolean),
|
|
384
|
+
contactAdmin: S.optional(S.String),
|
|
385
|
+
contactBilling: S.optional(S.String),
|
|
386
|
+
contactTech: S.optional(S.String),
|
|
387
|
+
creation: S.optional(S.String),
|
|
388
|
+
domain: S.optional(S.String),
|
|
389
|
+
engagedUpTo: S.optional(S.NullOr(S.String)),
|
|
390
|
+
expiration: S.optional(S.String),
|
|
391
|
+
possibleRenewPeriod: S.optional(S.NullOr(ServicesServicePossibleRenewPeriodList)),
|
|
392
|
+
renew: S.optional(S.NullOr(ServiceRenewType)),
|
|
393
|
+
renewalType: S.optional(ServiceRenewalTypeEnum),
|
|
394
|
+
serviceId: S.optional(S.Number),
|
|
395
|
+
status: S.optional(ServiceStateEnum),
|
|
396
|
+
})).annotate({
|
|
397
|
+
identifier: "ServicesService",
|
|
398
|
+
});
|
|
399
|
+
export const GetDedicatedCephTaskRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
400
|
+
serviceName: S.String.pipe(T.Label()),
|
|
401
|
+
taskId: S.String.pipe(T.Label()),
|
|
402
|
+
}).pipe(T.Http({
|
|
403
|
+
method: "GET",
|
|
404
|
+
uri: "/dedicated/ceph/{serviceName}/task/{taskId}",
|
|
405
|
+
code: 200,
|
|
406
|
+
}))).annotate({
|
|
407
|
+
identifier: "GetDedicatedCephTaskRequest",
|
|
408
|
+
});
|
|
409
|
+
export const DedicatedCephTaskGetResponseStateEnum = S.String;
|
|
410
|
+
export const DedicatedCephTaskGetResponse = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
411
|
+
createDate: S.optional(S.String),
|
|
412
|
+
finishDate: S.optional(S.NullOr(S.String)),
|
|
413
|
+
name: S.optional(S.String),
|
|
414
|
+
state: S.optional(DedicatedCephTaskGetResponseStateEnum),
|
|
415
|
+
type: S.optional(S.String),
|
|
416
|
+
})).annotate({
|
|
417
|
+
identifier: "DedicatedCephTaskGetResponse",
|
|
418
|
+
});
|
|
419
|
+
export const GetDedicatedCephTaskResponseBodyList = /*@__PURE__*/ S.Array(DedicatedCephTaskGetResponse);
|
|
420
|
+
export const GetDedicatedCephTaskResponse = /*@__PURE__*/ S.suspend(() => GetDedicatedCephTaskResponseBodyList.pipe(T.RawResponseRoot())).annotate({
|
|
421
|
+
identifier: "GetDedicatedCephTaskResponse",
|
|
422
|
+
});
|
|
423
|
+
export const GetDedicatedCephUserRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
424
|
+
serviceName: S.String.pipe(T.Label()),
|
|
425
|
+
userName: S.String.pipe(T.Label()),
|
|
426
|
+
}).pipe(T.Http({
|
|
427
|
+
method: "GET",
|
|
428
|
+
uri: "/dedicated/ceph/{serviceName}/user/{userName}",
|
|
429
|
+
code: 200,
|
|
430
|
+
}))).annotate({
|
|
431
|
+
identifier: "GetDedicatedCephUserRequest",
|
|
432
|
+
});
|
|
433
|
+
export const DedicatedCephUserGetResponse = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
434
|
+
key: S.optional(S.String),
|
|
435
|
+
mdsCaps: S.optional(S.NullOr(S.String)),
|
|
436
|
+
monCaps: S.optional(S.String),
|
|
437
|
+
name: S.optional(S.String),
|
|
438
|
+
osdCaps: S.optional(S.String),
|
|
439
|
+
serviceName: S.optional(S.String),
|
|
440
|
+
})).annotate({
|
|
441
|
+
identifier: "DedicatedCephUserGetResponse",
|
|
442
|
+
});
|
|
443
|
+
export const IamResourceTagFilterInput = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
|
|
444
|
+
identifier: "IamResourceTagFilterInput",
|
|
445
|
+
});
|
|
446
|
+
export const ListDedicatedCephRequestIamTagsValueList = /*@__PURE__*/ S.Array(IamResourceTagFilterInput);
|
|
447
|
+
export const ListDedicatedCephRequestIamTagsMap = /*@__PURE__*/ S.Record(S.String, ListDedicatedCephRequestIamTagsValueList);
|
|
448
|
+
export const ListDedicatedCephRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
449
|
+
iamTags: S.optional(ListDedicatedCephRequestIamTagsMap.pipe(T.Query())),
|
|
450
|
+
}).pipe(T.Http({ method: "GET", uri: "/dedicated/ceph", code: 200 }))).annotate({
|
|
451
|
+
identifier: "ListDedicatedCephRequest",
|
|
452
|
+
});
|
|
453
|
+
export const ListDedicatedCephResponseBodyList = /*@__PURE__*/ S.Array(S.String);
|
|
454
|
+
export const ListDedicatedCephResponse = /*@__PURE__*/ S.suspend(() => ListDedicatedCephResponseBodyList.pipe(T.RawResponseRoot())).annotate({
|
|
455
|
+
identifier: "ListDedicatedCephResponse",
|
|
456
|
+
});
|
|
457
|
+
export const ListDedicatedCephAclRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
458
|
+
serviceName: S.String.pipe(T.Label()),
|
|
459
|
+
}).pipe(T.Http({
|
|
460
|
+
method: "GET",
|
|
461
|
+
uri: "/dedicated/ceph/{serviceName}/acl",
|
|
462
|
+
code: 200,
|
|
463
|
+
}))).annotate({
|
|
464
|
+
identifier: "ListDedicatedCephAclRequest",
|
|
465
|
+
});
|
|
466
|
+
export const ListDedicatedCephAclResponseBodyList = /*@__PURE__*/ S.Array(DedicatedCephAclGetResponse);
|
|
467
|
+
export const ListDedicatedCephAclResponse = /*@__PURE__*/ S.suspend(() => ListDedicatedCephAclResponseBodyList.pipe(T.RawResponseRoot())).annotate({
|
|
468
|
+
identifier: "ListDedicatedCephAclResponse",
|
|
469
|
+
});
|
|
470
|
+
export const ListDedicatedCephCephfsRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
471
|
+
serviceName: S.String.pipe(T.Label()),
|
|
472
|
+
}).pipe(T.Http({
|
|
473
|
+
method: "GET",
|
|
474
|
+
uri: "/dedicated/ceph/{serviceName}/cephfs",
|
|
475
|
+
code: 200,
|
|
476
|
+
}))).annotate({
|
|
477
|
+
identifier: "ListDedicatedCephCephfsRequest",
|
|
478
|
+
});
|
|
479
|
+
export const ListDedicatedCephCephfsResponseBodyList = /*@__PURE__*/ S.Array(DedicatedCephCephfsGetResponse);
|
|
480
|
+
export const ListDedicatedCephCephfsResponse = /*@__PURE__*/ S.suspend(() => ListDedicatedCephCephfsResponseBodyList.pipe(T.RawResponseRoot())).annotate({
|
|
481
|
+
identifier: "ListDedicatedCephCephfsResponse",
|
|
482
|
+
});
|
|
483
|
+
export const ListDedicatedCephPoolRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
484
|
+
serviceName: S.String.pipe(T.Label()),
|
|
485
|
+
}).pipe(T.Http({
|
|
486
|
+
method: "GET",
|
|
487
|
+
uri: "/dedicated/ceph/{serviceName}/pool",
|
|
488
|
+
code: 200,
|
|
489
|
+
}))).annotate({
|
|
490
|
+
identifier: "ListDedicatedCephPoolRequest",
|
|
491
|
+
});
|
|
492
|
+
export const ListDedicatedCephPoolResponseBodyList = /*@__PURE__*/ S.Array(DedicatedCephPoolGetResponse);
|
|
493
|
+
export const ListDedicatedCephPoolResponse = /*@__PURE__*/ S.suspend(() => ListDedicatedCephPoolResponseBodyList.pipe(T.RawResponseRoot())).annotate({
|
|
494
|
+
identifier: "ListDedicatedCephPoolResponse",
|
|
495
|
+
});
|
|
496
|
+
export const ListDedicatedCephRadosGatewayRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
497
|
+
serviceName: S.String.pipe(T.Label()),
|
|
498
|
+
}).pipe(T.Http({
|
|
499
|
+
method: "GET",
|
|
500
|
+
uri: "/dedicated/ceph/{serviceName}/radosGateway",
|
|
501
|
+
code: 200,
|
|
502
|
+
}))).annotate({
|
|
503
|
+
identifier: "ListDedicatedCephRadosGatewayRequest",
|
|
504
|
+
});
|
|
505
|
+
export const ListDedicatedCephRadosGatewayResponseBodyList =
|
|
506
|
+
/*@__PURE__*/ S.Array(DedicatedCephRgwResponse);
|
|
507
|
+
export const ListDedicatedCephRadosGatewayResponse = /*@__PURE__*/ S.suspend(() => ListDedicatedCephRadosGatewayResponseBodyList.pipe(T.RawResponseRoot())).annotate({
|
|
508
|
+
identifier: "ListDedicatedCephRadosGatewayResponse",
|
|
509
|
+
});
|
|
510
|
+
export const ListDedicatedCephRadosGatewayAclRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
511
|
+
serviceName: S.String.pipe(T.Label()),
|
|
512
|
+
name: S.String.pipe(T.Label()),
|
|
513
|
+
}).pipe(T.Http({
|
|
514
|
+
method: "GET",
|
|
515
|
+
uri: "/dedicated/ceph/{serviceName}/radosGateway/{name}/acl",
|
|
516
|
+
code: 200,
|
|
517
|
+
}))).annotate({
|
|
518
|
+
identifier: "ListDedicatedCephRadosGatewayAclRequest",
|
|
519
|
+
});
|
|
520
|
+
export const ListDedicatedCephTaskRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
521
|
+
serviceName: S.String.pipe(T.Label()),
|
|
522
|
+
}).pipe(T.Http({
|
|
523
|
+
method: "GET",
|
|
524
|
+
uri: "/dedicated/ceph/{serviceName}/task",
|
|
525
|
+
code: 200,
|
|
526
|
+
}))).annotate({
|
|
527
|
+
identifier: "ListDedicatedCephTaskRequest",
|
|
528
|
+
});
|
|
529
|
+
export const DedicatedCephTaskListResponse = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
530
|
+
id: S.optional(S.String),
|
|
531
|
+
name: S.optional(S.String),
|
|
532
|
+
})).annotate({
|
|
533
|
+
identifier: "DedicatedCephTaskListResponse",
|
|
534
|
+
});
|
|
535
|
+
export const ListDedicatedCephTaskResponseBodyList = /*@__PURE__*/ S.Array(DedicatedCephTaskListResponse);
|
|
536
|
+
export const ListDedicatedCephTaskResponse = /*@__PURE__*/ S.suspend(() => ListDedicatedCephTaskResponseBodyList.pipe(T.RawResponseRoot())).annotate({
|
|
537
|
+
identifier: "ListDedicatedCephTaskResponse",
|
|
538
|
+
});
|
|
539
|
+
export const ListDedicatedCephUserRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
540
|
+
serviceName: S.String.pipe(T.Label()),
|
|
541
|
+
}).pipe(T.Http({
|
|
542
|
+
method: "GET",
|
|
543
|
+
uri: "/dedicated/ceph/{serviceName}/user",
|
|
544
|
+
code: 200,
|
|
545
|
+
}))).annotate({
|
|
546
|
+
identifier: "ListDedicatedCephUserRequest",
|
|
547
|
+
});
|
|
548
|
+
export const ListDedicatedCephUserResponseBodyList = /*@__PURE__*/ S.Array(DedicatedCephUserGetResponse);
|
|
549
|
+
export const ListDedicatedCephUserResponse = /*@__PURE__*/ S.suspend(() => ListDedicatedCephUserResponseBodyList.pipe(T.RawResponseRoot())).annotate({
|
|
550
|
+
identifier: "ListDedicatedCephUserResponse",
|
|
551
|
+
});
|
|
552
|
+
export const ListDedicatedCephUserPoolRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
553
|
+
serviceName: S.String.pipe(T.Label()),
|
|
554
|
+
userName: S.String.pipe(T.Label()),
|
|
555
|
+
}).pipe(T.Http({
|
|
556
|
+
method: "GET",
|
|
557
|
+
uri: "/dedicated/ceph/{serviceName}/user/{userName}/pool",
|
|
558
|
+
code: 200,
|
|
559
|
+
}))).annotate({
|
|
560
|
+
identifier: "ListDedicatedCephUserPoolRequest",
|
|
561
|
+
});
|
|
562
|
+
export const DedicatedCephUserPoolPermListResponse = DedicatedCephUserPoolPermSetAllPermissions;
|
|
563
|
+
export const ListDedicatedCephUserPoolResponseBodyList = /*@__PURE__*/ S.Array(DedicatedCephUserPoolPermSetAllPermissions);
|
|
564
|
+
export const ListDedicatedCephUserPoolResponse = /*@__PURE__*/ S.suspend(() => ListDedicatedCephUserPoolResponseBodyList.pipe(T.RawResponseRoot())).annotate({
|
|
565
|
+
identifier: "ListDedicatedCephUserPoolResponse",
|
|
566
|
+
});
|
|
567
|
+
export const DedicatedCephClusterUpdateCrushTunablesEnum = S.String;
|
|
568
|
+
export const PutDedicatedCephRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
569
|
+
serviceName: S.String.pipe(T.Label()),
|
|
570
|
+
crushTunables: DedicatedCephClusterUpdateCrushTunablesEnum,
|
|
571
|
+
label: S.String,
|
|
572
|
+
}).pipe(T.Http({ method: "PUT", uri: "/dedicated/ceph/{serviceName}", code: 200 }))).annotate({
|
|
573
|
+
identifier: "PutDedicatedCephRequest",
|
|
574
|
+
});
|
|
575
|
+
export const PutDedicatedCephResponse = /*@__PURE__*/ S.suspend(() => S.String.pipe(T.RawResponseRoot())).annotate({
|
|
576
|
+
identifier: "PutDedicatedCephResponse",
|
|
577
|
+
});
|
|
578
|
+
export const PutDedicatedCephPoolAllowDeletionRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
579
|
+
serviceName: S.String.pipe(T.Label()),
|
|
580
|
+
poolName: S.String.pipe(T.Label()),
|
|
581
|
+
}).pipe(T.Http({
|
|
582
|
+
method: "PUT",
|
|
583
|
+
uri: "/dedicated/ceph/{serviceName}/pool/{poolName}/allowDeletion",
|
|
584
|
+
code: 200,
|
|
585
|
+
}))).annotate({
|
|
586
|
+
identifier: "PutDedicatedCephPoolAllowDeletionRequest",
|
|
587
|
+
});
|
|
588
|
+
export const PutDedicatedCephPoolAllowDeletionResponse =
|
|
589
|
+
/*@__PURE__*/ S.suspend(() => S.String.pipe(T.RawResponseRoot())).annotate({
|
|
590
|
+
identifier: "PutDedicatedCephPoolAllowDeletionResponse",
|
|
591
|
+
});
|
|
592
|
+
export const PutDedicatedCephRadosGatewayAclRequestNetworksList =
|
|
593
|
+
/*@__PURE__*/ S.Array(S.String);
|
|
594
|
+
export const PutDedicatedCephRadosGatewayAclRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
595
|
+
serviceName: S.String.pipe(T.Label()),
|
|
596
|
+
name: S.String.pipe(T.Label()),
|
|
597
|
+
networks: PutDedicatedCephRadosGatewayAclRequestNetworksList,
|
|
598
|
+
}).pipe(T.Http({
|
|
599
|
+
method: "PUT",
|
|
600
|
+
uri: "/dedicated/ceph/{serviceName}/radosGateway/{name}/acl",
|
|
601
|
+
code: 200,
|
|
602
|
+
}))).annotate({
|
|
603
|
+
identifier: "PutDedicatedCephRadosGatewayAclRequest",
|
|
604
|
+
});
|
|
605
|
+
export const PutDedicatedCephServiceInfosRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
606
|
+
serviceName: S.String.pipe(T.Label()),
|
|
607
|
+
renew: S.optional(S.NullOr(ServiceRenewType)),
|
|
608
|
+
}).pipe(T.Http({
|
|
609
|
+
method: "PUT",
|
|
610
|
+
uri: "/dedicated/ceph/{serviceName}/serviceInfos",
|
|
611
|
+
code: 200,
|
|
612
|
+
}))).annotate({
|
|
613
|
+
identifier: "PutDedicatedCephServiceInfosRequest",
|
|
614
|
+
});
|
|
615
|
+
export const PutDedicatedCephServiceInfosResponse = /*@__PURE__*/ S.suspend(() => S.Struct({})).annotate({
|
|
616
|
+
identifier: "PutDedicatedCephServiceInfosResponse",
|
|
617
|
+
});
|
|
618
|
+
export const PutDedicatedCephUserPoolRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
619
|
+
serviceName: S.String.pipe(T.Label()),
|
|
620
|
+
userName: S.String.pipe(T.Label()),
|
|
621
|
+
classRead: S.Boolean,
|
|
622
|
+
classWrite: S.Boolean,
|
|
623
|
+
execute: S.Boolean,
|
|
624
|
+
poolName: S.String,
|
|
625
|
+
read: S.Boolean,
|
|
626
|
+
write: S.Boolean,
|
|
627
|
+
}).pipe(T.Http({
|
|
628
|
+
method: "PUT",
|
|
629
|
+
uri: "/dedicated/ceph/{serviceName}/user/{userName}/pool",
|
|
630
|
+
code: 200,
|
|
631
|
+
}))).annotate({
|
|
632
|
+
identifier: "PutDedicatedCephUserPoolRequest",
|
|
633
|
+
});
|
|
634
|
+
export const PutDedicatedCephUserPoolResponse = /*@__PURE__*/ S.suspend(() => S.String.pipe(T.RawResponseRoot())).annotate({
|
|
635
|
+
identifier: "PutDedicatedCephUserPoolResponse",
|
|
636
|
+
});
|
|
637
|
+
export const TerminateDedicatedCephRequest = /*@__PURE__*/ S.suspend(() => S.Struct({
|
|
638
|
+
serviceName: S.String.pipe(T.Label()),
|
|
639
|
+
}).pipe(T.Http({
|
|
640
|
+
method: "POST",
|
|
641
|
+
uri: "/dedicated/ceph/{serviceName}/terminate",
|
|
642
|
+
code: 200,
|
|
643
|
+
}))).annotate({
|
|
644
|
+
identifier: "TerminateDedicatedCephRequest",
|
|
645
|
+
});
|
|
646
|
+
export const TerminateDedicatedCephResponse = /*@__PURE__*/ S.suspend(() => S.String.pipe(T.RawResponseRoot())).annotate({
|
|
647
|
+
identifier: "TerminateDedicatedCephResponse",
|
|
648
|
+
});
|
|
649
|
+
/** Confirm service termination */
|
|
650
|
+
export const confirmDedicatedCephTermination = /*@__PURE__*/ API.make(() => ({
|
|
651
|
+
input: ConfirmDedicatedCephTerminationRequest,
|
|
652
|
+
output: ConfirmDedicatedCephTerminationResponse,
|
|
653
|
+
errors: [UnknownOvhError],
|
|
654
|
+
protocol: OvhProtocol,
|
|
655
|
+
retry: Retry.Retry,
|
|
656
|
+
}));
|
|
657
|
+
/** Create one or more new IP ACLs */
|
|
658
|
+
export const createDedicatedCephAcl = /*@__PURE__*/ API.make(() => ({
|
|
659
|
+
input: CreateDedicatedCephAclRequest,
|
|
660
|
+
output: CreateDedicatedCephAclResponse,
|
|
661
|
+
errors: [UnknownOvhError],
|
|
662
|
+
protocol: OvhProtocol,
|
|
663
|
+
retry: Retry.Retry,
|
|
664
|
+
}));
|
|
665
|
+
/** Launch a contact change procedure */
|
|
666
|
+
export const createDedicatedCephChangeContact = /*@__PURE__*/ API.make(() => ({
|
|
667
|
+
input: CreateDedicatedCephChangeContactRequest,
|
|
668
|
+
output: CreateDedicatedCephChangeContactResponse,
|
|
669
|
+
errors: [UnknownOvhError],
|
|
670
|
+
protocol: OvhProtocol,
|
|
671
|
+
retry: Retry.Retry,
|
|
672
|
+
}));
|
|
673
|
+
/** Create a new ceph pool */
|
|
674
|
+
export const createDedicatedCephPool = /*@__PURE__*/ API.make(() => ({
|
|
675
|
+
input: CreateDedicatedCephPoolRequest,
|
|
676
|
+
output: CreateDedicatedCephPoolResponse,
|
|
677
|
+
errors: [UnknownOvhError],
|
|
678
|
+
protocol: OvhProtocol,
|
|
679
|
+
retry: Retry.Retry,
|
|
680
|
+
}));
|
|
681
|
+
/** Create a new ceph erasure pool */
|
|
682
|
+
export const createDedicatedCephPoolErasure = /*@__PURE__*/ API.make(() => ({
|
|
683
|
+
input: CreateDedicatedCephPoolErasureRequest,
|
|
684
|
+
output: CreateDedicatedCephPoolErasureResponse,
|
|
685
|
+
errors: [UnknownOvhError],
|
|
686
|
+
protocol: OvhProtocol,
|
|
687
|
+
retry: Retry.Retry,
|
|
688
|
+
}));
|
|
689
|
+
/** Add Rados Gateway ACL entries, any given network must be unique */
|
|
690
|
+
export const createDedicatedCephRadosGatewayAcl = /*@__PURE__*/ API.make(() => ({
|
|
691
|
+
input: CreateDedicatedCephRadosGatewayAclRequest,
|
|
692
|
+
output: DedicatedCephRgwAcl,
|
|
693
|
+
errors: [UnknownOvhError],
|
|
694
|
+
protocol: OvhProtocol,
|
|
695
|
+
retry: Retry.Retry,
|
|
696
|
+
}));
|
|
697
|
+
/** Create a new ceph user */
|
|
698
|
+
export const createDedicatedCephUser = /*@__PURE__*/ API.make(() => ({
|
|
699
|
+
input: CreateDedicatedCephUserRequest,
|
|
700
|
+
output: CreateDedicatedCephUserResponse,
|
|
701
|
+
errors: [UnknownOvhError],
|
|
702
|
+
protocol: OvhProtocol,
|
|
703
|
+
retry: Retry.Retry,
|
|
704
|
+
}));
|
|
705
|
+
/** Create new user-pool permissions. All old permissions will be cleared */
|
|
706
|
+
export const createDedicatedCephUserPool = /*@__PURE__*/ API.make(() => ({
|
|
707
|
+
input: CreateDedicatedCephUserPoolRequest,
|
|
708
|
+
output: CreateDedicatedCephUserPoolResponse,
|
|
709
|
+
errors: [UnknownOvhError],
|
|
710
|
+
protocol: OvhProtocol,
|
|
711
|
+
retry: Retry.Retry,
|
|
712
|
+
}));
|
|
713
|
+
/** Delete single IP ACL */
|
|
714
|
+
export const deleteDedicatedCephAcl = /*@__PURE__*/ API.make(() => ({
|
|
715
|
+
input: DeleteDedicatedCephAclRequest,
|
|
716
|
+
output: DeleteDedicatedCephAclResponse,
|
|
717
|
+
errors: [UnknownOvhError],
|
|
718
|
+
protocol: OvhProtocol,
|
|
719
|
+
retry: Retry.Retry,
|
|
720
|
+
}));
|
|
721
|
+
/** Purge CephFS filesystem */
|
|
722
|
+
export const deleteDedicatedCephCephf = /*@__PURE__*/ API.make(() => ({
|
|
723
|
+
input: DeleteDedicatedCephCephfRequest,
|
|
724
|
+
output: DeleteDedicatedCephCephfResponse,
|
|
725
|
+
errors: [UnknownOvhError],
|
|
726
|
+
protocol: OvhProtocol,
|
|
727
|
+
retry: Retry.Retry,
|
|
728
|
+
}));
|
|
729
|
+
/** Delete a single ceph pool */
|
|
730
|
+
export const deleteDedicatedCephPool = /*@__PURE__*/ API.make(() => ({
|
|
731
|
+
input: DeleteDedicatedCephPoolRequest,
|
|
732
|
+
output: DeleteDedicatedCephPoolResponse,
|
|
733
|
+
errors: [UnknownOvhError],
|
|
734
|
+
protocol: OvhProtocol,
|
|
735
|
+
retry: Retry.Retry,
|
|
736
|
+
}));
|
|
737
|
+
/** Delete an existing single ceph user */
|
|
738
|
+
export const deleteDedicatedCephUser = /*@__PURE__*/ API.make(() => ({
|
|
739
|
+
input: DeleteDedicatedCephUserRequest,
|
|
740
|
+
output: DeleteDedicatedCephUserResponse,
|
|
741
|
+
errors: [UnknownOvhError],
|
|
742
|
+
protocol: OvhProtocol,
|
|
743
|
+
retry: Retry.Retry,
|
|
744
|
+
}));
|
|
745
|
+
/** Clear user-pool permission for single pool */
|
|
746
|
+
export const deleteDedicatedCephUserPool = /*@__PURE__*/ API.make(() => ({
|
|
747
|
+
input: DeleteDedicatedCephUserPoolRequest,
|
|
748
|
+
output: DeleteDedicatedCephUserPoolResponse,
|
|
749
|
+
errors: [UnknownOvhError],
|
|
750
|
+
protocol: OvhProtocol,
|
|
751
|
+
retry: Retry.Retry,
|
|
752
|
+
}));
|
|
753
|
+
/** Disable CephFS filesystem */
|
|
754
|
+
export const disableDedicatedCephCephf = /*@__PURE__*/ API.make(() => ({
|
|
755
|
+
input: DisableDedicatedCephCephfRequest,
|
|
756
|
+
output: DisableDedicatedCephCephfResponse,
|
|
757
|
+
errors: [UnknownOvhError],
|
|
758
|
+
protocol: OvhProtocol,
|
|
759
|
+
retry: Retry.Retry,
|
|
760
|
+
}));
|
|
761
|
+
/** Enable CephFS filesystem */
|
|
762
|
+
export const enableDedicatedCephCephf = /*@__PURE__*/ API.make(() => ({
|
|
763
|
+
input: EnableDedicatedCephCephfRequest,
|
|
764
|
+
output: EnableDedicatedCephCephfResponse,
|
|
765
|
+
errors: [UnknownOvhError],
|
|
766
|
+
protocol: OvhProtocol,
|
|
767
|
+
retry: Retry.Retry,
|
|
768
|
+
}));
|
|
769
|
+
/** Get cluster details */
|
|
770
|
+
export const getDedicatedCeph = /*@__PURE__*/ API.make(() => ({
|
|
771
|
+
input: GetDedicatedCephRequest,
|
|
772
|
+
output: DedicatedCephClusterGetResponseWithIAM,
|
|
773
|
+
errors: [UnknownOvhError],
|
|
774
|
+
protocol: OvhProtocol,
|
|
775
|
+
retry: Retry.Retry,
|
|
776
|
+
}));
|
|
777
|
+
/** Get details about IP ACL */
|
|
778
|
+
export const getDedicatedCephAcl = /*@__PURE__*/ API.make(() => ({
|
|
779
|
+
input: GetDedicatedCephAclRequest,
|
|
780
|
+
output: DedicatedCephAclGetResponse,
|
|
781
|
+
errors: [UnknownOvhError],
|
|
782
|
+
protocol: OvhProtocol,
|
|
783
|
+
retry: Retry.Retry,
|
|
784
|
+
}));
|
|
785
|
+
/** Get CephFS filesystem information */
|
|
786
|
+
export const getDedicatedCephCephf = /*@__PURE__*/ API.make(() => ({
|
|
787
|
+
input: GetDedicatedCephCephfRequest,
|
|
788
|
+
output: DedicatedCephCephfsGetResponse,
|
|
789
|
+
errors: [UnknownOvhError],
|
|
790
|
+
protocol: OvhProtocol,
|
|
791
|
+
retry: Retry.Retry,
|
|
792
|
+
}));
|
|
793
|
+
/** Get cluster health */
|
|
794
|
+
export const getDedicatedCephHealth = /*@__PURE__*/ API.make(() => ({
|
|
795
|
+
input: GetDedicatedCephHealthRequest,
|
|
796
|
+
output: DedicatedCephClusterHealthResponse,
|
|
797
|
+
errors: [UnknownOvhError],
|
|
798
|
+
protocol: OvhProtocol,
|
|
799
|
+
retry: Retry.Retry,
|
|
800
|
+
}));
|
|
801
|
+
/** Get details about an existing ceph pool */
|
|
802
|
+
export const getDedicatedCephPool = /*@__PURE__*/ API.make(() => ({
|
|
803
|
+
input: GetDedicatedCephPoolRequest,
|
|
804
|
+
output: DedicatedCephPoolGetResponse,
|
|
805
|
+
errors: [UnknownOvhError],
|
|
806
|
+
protocol: OvhProtocol,
|
|
807
|
+
retry: Retry.Retry,
|
|
808
|
+
}));
|
|
809
|
+
export const getDedicatedCephRadosGateway = /*@__PURE__*/ API.make(() => ({
|
|
810
|
+
input: GetDedicatedCephRadosGatewayRequest,
|
|
811
|
+
output: DedicatedCephRgwResponse,
|
|
812
|
+
errors: [UnknownOvhError],
|
|
813
|
+
protocol: OvhProtocol,
|
|
814
|
+
retry: Retry.Retry,
|
|
815
|
+
}));
|
|
816
|
+
/** Get service information */
|
|
817
|
+
export const getDedicatedCephServiceInfos = /*@__PURE__*/ API.make(() => ({
|
|
818
|
+
input: GetDedicatedCephServiceInfosRequest,
|
|
819
|
+
output: ServicesService,
|
|
820
|
+
errors: [UnknownOvhError],
|
|
821
|
+
protocol: OvhProtocol,
|
|
822
|
+
retry: Retry.Retry,
|
|
823
|
+
}));
|
|
824
|
+
/** Get task details */
|
|
825
|
+
export const getDedicatedCephTask = /*@__PURE__*/ API.make(() => ({
|
|
826
|
+
input: GetDedicatedCephTaskRequest,
|
|
827
|
+
output: GetDedicatedCephTaskResponse,
|
|
828
|
+
errors: [UnknownOvhError],
|
|
829
|
+
protocol: OvhProtocol,
|
|
830
|
+
retry: Retry.Retry,
|
|
831
|
+
}));
|
|
832
|
+
/** Get details about a ceph user */
|
|
833
|
+
export const getDedicatedCephUser = /*@__PURE__*/ API.make(() => ({
|
|
834
|
+
input: GetDedicatedCephUserRequest,
|
|
835
|
+
output: DedicatedCephUserGetResponse,
|
|
836
|
+
errors: [UnknownOvhError],
|
|
837
|
+
protocol: OvhProtocol,
|
|
838
|
+
retry: Retry.Retry,
|
|
839
|
+
}));
|
|
840
|
+
/** List available services */
|
|
841
|
+
export const listDedicatedCeph = /*@__PURE__*/ API.make(() => ({
|
|
842
|
+
input: ListDedicatedCephRequest,
|
|
843
|
+
output: ListDedicatedCephResponse,
|
|
844
|
+
errors: [UnknownOvhError],
|
|
845
|
+
protocol: OvhProtocol,
|
|
846
|
+
retry: Retry.Retry,
|
|
847
|
+
}));
|
|
848
|
+
/** Get list of all IP ACLs in a cluster */
|
|
849
|
+
export const listDedicatedCephAcl = /*@__PURE__*/ API.make(() => ({
|
|
850
|
+
input: ListDedicatedCephAclRequest,
|
|
851
|
+
output: ListDedicatedCephAclResponse,
|
|
852
|
+
errors: [UnknownOvhError],
|
|
853
|
+
protocol: OvhProtocol,
|
|
854
|
+
retry: Retry.Retry,
|
|
855
|
+
}));
|
|
856
|
+
/** List CephFS filesystems */
|
|
857
|
+
export const listDedicatedCephCephfs = /*@__PURE__*/ API.make(() => ({
|
|
858
|
+
input: ListDedicatedCephCephfsRequest,
|
|
859
|
+
output: ListDedicatedCephCephfsResponse,
|
|
860
|
+
errors: [UnknownOvhError],
|
|
861
|
+
protocol: OvhProtocol,
|
|
862
|
+
retry: Retry.Retry,
|
|
863
|
+
}));
|
|
864
|
+
/** Get list of all pools in a cluster */
|
|
865
|
+
export const listDedicatedCephPool = /*@__PURE__*/ API.make(() => ({
|
|
866
|
+
input: ListDedicatedCephPoolRequest,
|
|
867
|
+
output: ListDedicatedCephPoolResponse,
|
|
868
|
+
errors: [UnknownOvhError],
|
|
869
|
+
protocol: OvhProtocol,
|
|
870
|
+
retry: Retry.Retry,
|
|
871
|
+
}));
|
|
872
|
+
/** List Ceph RGW instances */
|
|
873
|
+
export const listDedicatedCephRadosGateway = /*@__PURE__*/ API.make(() => ({
|
|
874
|
+
input: ListDedicatedCephRadosGatewayRequest,
|
|
875
|
+
output: ListDedicatedCephRadosGatewayResponse,
|
|
876
|
+
errors: [UnknownOvhError],
|
|
877
|
+
protocol: OvhProtocol,
|
|
878
|
+
retry: Retry.Retry,
|
|
879
|
+
}));
|
|
880
|
+
/** Get all Rados Gateway ACL entries */
|
|
881
|
+
export const listDedicatedCephRadosGatewayAcl = /*@__PURE__*/ API.make(() => ({
|
|
882
|
+
input: ListDedicatedCephRadosGatewayAclRequest,
|
|
883
|
+
output: DedicatedCephRgwAcl,
|
|
884
|
+
errors: [UnknownOvhError],
|
|
885
|
+
protocol: OvhProtocol,
|
|
886
|
+
retry: Retry.Retry,
|
|
887
|
+
}));
|
|
888
|
+
/** List tasks in progress */
|
|
889
|
+
export const listDedicatedCephTask = /*@__PURE__*/ API.make(() => ({
|
|
890
|
+
input: ListDedicatedCephTaskRequest,
|
|
891
|
+
output: ListDedicatedCephTaskResponse,
|
|
892
|
+
errors: [UnknownOvhError],
|
|
893
|
+
protocol: OvhProtocol,
|
|
894
|
+
retry: Retry.Retry,
|
|
895
|
+
}));
|
|
896
|
+
/** Get list of all users in a cluster */
|
|
897
|
+
export const listDedicatedCephUser = /*@__PURE__*/ API.make(() => ({
|
|
898
|
+
input: ListDedicatedCephUserRequest,
|
|
899
|
+
output: ListDedicatedCephUserResponse,
|
|
900
|
+
errors: [UnknownOvhError],
|
|
901
|
+
protocol: OvhProtocol,
|
|
902
|
+
retry: Retry.Retry,
|
|
903
|
+
}));
|
|
904
|
+
/** List user-pool permissions */
|
|
905
|
+
export const listDedicatedCephUserPool = /*@__PURE__*/ API.make(() => ({
|
|
906
|
+
input: ListDedicatedCephUserPoolRequest,
|
|
907
|
+
output: ListDedicatedCephUserPoolResponse,
|
|
908
|
+
errors: [UnknownOvhError],
|
|
909
|
+
protocol: OvhProtocol,
|
|
910
|
+
retry: Retry.Retry,
|
|
911
|
+
}));
|
|
912
|
+
/** Update cluster details */
|
|
913
|
+
export const putDedicatedCeph = /*@__PURE__*/ API.make(() => ({
|
|
914
|
+
input: PutDedicatedCephRequest,
|
|
915
|
+
output: PutDedicatedCephResponse,
|
|
916
|
+
errors: [UnknownOvhError],
|
|
917
|
+
protocol: OvhProtocol,
|
|
918
|
+
retry: Retry.Retry,
|
|
919
|
+
}));
|
|
920
|
+
/** Open 5 minutes window for deleting single ceph pool */
|
|
921
|
+
export const putDedicatedCephPoolAllowDeletion = /*@__PURE__*/ API.make(() => ({
|
|
922
|
+
input: PutDedicatedCephPoolAllowDeletionRequest,
|
|
923
|
+
output: PutDedicatedCephPoolAllowDeletionResponse,
|
|
924
|
+
errors: [UnknownOvhError],
|
|
925
|
+
protocol: OvhProtocol,
|
|
926
|
+
retry: Retry.Retry,
|
|
927
|
+
}));
|
|
928
|
+
/** Completely replaces Rados Gateway ACL entries */
|
|
929
|
+
export const putDedicatedCephRadosGatewayAcl = /*@__PURE__*/ API.make(() => ({
|
|
930
|
+
input: PutDedicatedCephRadosGatewayAclRequest,
|
|
931
|
+
output: DedicatedCephRgwAcl,
|
|
932
|
+
errors: [UnknownOvhError],
|
|
933
|
+
protocol: OvhProtocol,
|
|
934
|
+
retry: Retry.Retry,
|
|
935
|
+
}));
|
|
936
|
+
/** Update service information */
|
|
937
|
+
export const putDedicatedCephServiceInfos = /*@__PURE__*/ API.make(() => ({
|
|
938
|
+
input: PutDedicatedCephServiceInfosRequest,
|
|
939
|
+
output: PutDedicatedCephServiceInfosResponse,
|
|
940
|
+
errors: [UnknownOvhError],
|
|
941
|
+
protocol: OvhProtocol,
|
|
942
|
+
retry: Retry.Retry,
|
|
943
|
+
}));
|
|
944
|
+
/** Update user-pool permission for single pool */
|
|
945
|
+
export const putDedicatedCephUserPool = /*@__PURE__*/ API.make(() => ({
|
|
946
|
+
input: PutDedicatedCephUserPoolRequest,
|
|
947
|
+
output: PutDedicatedCephUserPoolResponse,
|
|
948
|
+
errors: [UnknownOvhError],
|
|
949
|
+
protocol: OvhProtocol,
|
|
950
|
+
retry: Retry.Retry,
|
|
951
|
+
}));
|
|
952
|
+
/** Ask for the termination of your service */
|
|
953
|
+
export const terminateDedicatedCeph = /*@__PURE__*/ API.make(() => ({
|
|
954
|
+
input: TerminateDedicatedCephRequest,
|
|
955
|
+
output: TerminateDedicatedCephResponse,
|
|
956
|
+
errors: [UnknownOvhError],
|
|
957
|
+
protocol: OvhProtocol,
|
|
958
|
+
retry: Retry.Retry,
|
|
959
|
+
}));
|
|
960
|
+
//# sourceMappingURL=dedicatedceph.js.map
|