@distilled.cloud/ovh 0.0.0 → 1.0.0-rc.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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,747 @@
|
|
|
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 ConfirmDedicatedCephTerminationRequest {
|
|
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 ConfirmDedicatedCephTerminationRequest: S.Schema<ConfirmDedicatedCephTerminationRequest>;
|
|
24
|
+
export type ConfirmDedicatedCephTerminationResponse = string;
|
|
25
|
+
export declare const ConfirmDedicatedCephTerminationResponse: S.Schema<ConfirmDedicatedCephTerminationResponse>;
|
|
26
|
+
/** List of new ACLs */
|
|
27
|
+
export type CreateDedicatedCephAclRequestAclListList = Array<string>;
|
|
28
|
+
export declare const CreateDedicatedCephAclRequestAclListList: S.Schema<CreateDedicatedCephAclRequestAclListList>;
|
|
29
|
+
export interface CreateDedicatedCephAclRequest {
|
|
30
|
+
/** Service name */
|
|
31
|
+
serviceName: string;
|
|
32
|
+
/** List of new ACLs */
|
|
33
|
+
aclList: CreateDedicatedCephAclRequestAclListList;
|
|
34
|
+
}
|
|
35
|
+
export declare const CreateDedicatedCephAclRequest: S.Schema<CreateDedicatedCephAclRequest>;
|
|
36
|
+
export type CreateDedicatedCephAclResponse = string;
|
|
37
|
+
export declare const CreateDedicatedCephAclResponse: S.Schema<CreateDedicatedCephAclResponse>;
|
|
38
|
+
export interface CreateDedicatedCephChangeContactRequest {
|
|
39
|
+
/** Service name */
|
|
40
|
+
serviceName: string;
|
|
41
|
+
/** The contact to set as admin contact */
|
|
42
|
+
contactAdmin?: string;
|
|
43
|
+
/** The contact to set as billing contact */
|
|
44
|
+
contactBilling?: string;
|
|
45
|
+
/** The contact to set as tech contact */
|
|
46
|
+
contactTech?: string;
|
|
47
|
+
}
|
|
48
|
+
export declare const CreateDedicatedCephChangeContactRequest: S.Schema<CreateDedicatedCephChangeContactRequest>;
|
|
49
|
+
export type CreateDedicatedCephChangeContactResponseBodyList = Array<number>;
|
|
50
|
+
export declare const CreateDedicatedCephChangeContactResponseBodyList: S.Schema<CreateDedicatedCephChangeContactResponseBodyList>;
|
|
51
|
+
export type CreateDedicatedCephChangeContactResponse = CreateDedicatedCephChangeContactResponseBodyList;
|
|
52
|
+
export declare const CreateDedicatedCephChangeContactResponse: S.Schema<CreateDedicatedCephChangeContactResponse>;
|
|
53
|
+
export interface CreateDedicatedCephPoolRequest {
|
|
54
|
+
/** Service name */
|
|
55
|
+
serviceName: string;
|
|
56
|
+
/** Name of the new pool */
|
|
57
|
+
poolName: string;
|
|
58
|
+
}
|
|
59
|
+
export declare const CreateDedicatedCephPoolRequest: S.Schema<CreateDedicatedCephPoolRequest>;
|
|
60
|
+
export type CreateDedicatedCephPoolResponse = string;
|
|
61
|
+
export declare const CreateDedicatedCephPoolResponse: S.Schema<CreateDedicatedCephPoolResponse>;
|
|
62
|
+
export interface CreateDedicatedCephPoolErasureRequest {
|
|
63
|
+
/** Service name */
|
|
64
|
+
serviceName: string;
|
|
65
|
+
/** Name of the new pool erasure */
|
|
66
|
+
poolName: string;
|
|
67
|
+
}
|
|
68
|
+
export declare const CreateDedicatedCephPoolErasureRequest: S.Schema<CreateDedicatedCephPoolErasureRequest>;
|
|
69
|
+
export type CreateDedicatedCephPoolErasureResponse = string;
|
|
70
|
+
export declare const CreateDedicatedCephPoolErasureResponse: S.Schema<CreateDedicatedCephPoolErasureResponse>;
|
|
71
|
+
/** List of IP networks */
|
|
72
|
+
export type CreateDedicatedCephRadosGatewayAclRequestNetworksList = Array<string>;
|
|
73
|
+
export declare const CreateDedicatedCephRadosGatewayAclRequestNetworksList: S.Schema<CreateDedicatedCephRadosGatewayAclRequestNetworksList>;
|
|
74
|
+
export interface CreateDedicatedCephRadosGatewayAclRequest {
|
|
75
|
+
/** Service name */
|
|
76
|
+
serviceName: string;
|
|
77
|
+
/** Name */
|
|
78
|
+
name: string;
|
|
79
|
+
/** List of IP networks */
|
|
80
|
+
networks: CreateDedicatedCephRadosGatewayAclRequestNetworksList;
|
|
81
|
+
}
|
|
82
|
+
export declare const CreateDedicatedCephRadosGatewayAclRequest: S.Schema<CreateDedicatedCephRadosGatewayAclRequest>;
|
|
83
|
+
/** List of IP networks */
|
|
84
|
+
export type DedicatedCephRgwAclNetworksList = Array<string>;
|
|
85
|
+
export declare const DedicatedCephRgwAclNetworksList: S.Schema<DedicatedCephRgwAclNetworksList>;
|
|
86
|
+
/** Rados Gateway IP ACL entries */
|
|
87
|
+
export interface DedicatedCephRgwAcl {
|
|
88
|
+
/** List of IP networks */
|
|
89
|
+
networks: DedicatedCephRgwAclNetworksList;
|
|
90
|
+
}
|
|
91
|
+
export declare const DedicatedCephRgwAcl: S.Schema<DedicatedCephRgwAcl>;
|
|
92
|
+
export interface CreateDedicatedCephUserRequest {
|
|
93
|
+
/** Service name */
|
|
94
|
+
serviceName: string;
|
|
95
|
+
/** Name of the new user */
|
|
96
|
+
userName: string;
|
|
97
|
+
}
|
|
98
|
+
export declare const CreateDedicatedCephUserRequest: S.Schema<CreateDedicatedCephUserRequest>;
|
|
99
|
+
export type CreateDedicatedCephUserResponse = string;
|
|
100
|
+
export declare const CreateDedicatedCephUserResponse: S.Schema<CreateDedicatedCephUserResponse>;
|
|
101
|
+
/** List of permissions */
|
|
102
|
+
export interface DedicatedCephUserPoolPermSetAllPermissions {
|
|
103
|
+
/** Class read permission */
|
|
104
|
+
classRead?: boolean;
|
|
105
|
+
/** Class write permission */
|
|
106
|
+
classWrite?: boolean;
|
|
107
|
+
/** Execute permission */
|
|
108
|
+
execute?: boolean;
|
|
109
|
+
/** Name of Ceph pool */
|
|
110
|
+
poolName?: string;
|
|
111
|
+
/** Read permission */
|
|
112
|
+
read?: boolean;
|
|
113
|
+
/** Write permission */
|
|
114
|
+
write?: boolean;
|
|
115
|
+
}
|
|
116
|
+
export declare const DedicatedCephUserPoolPermSetAllPermissions: S.Schema<DedicatedCephUserPoolPermSetAllPermissions>;
|
|
117
|
+
/** Permissions */
|
|
118
|
+
export type CreateDedicatedCephUserPoolRequestPermissionsList = Array<DedicatedCephUserPoolPermSetAllPermissions>;
|
|
119
|
+
export declare const CreateDedicatedCephUserPoolRequestPermissionsList: S.Schema<CreateDedicatedCephUserPoolRequestPermissionsList>;
|
|
120
|
+
export interface CreateDedicatedCephUserPoolRequest {
|
|
121
|
+
/** Service name */
|
|
122
|
+
serviceName: string;
|
|
123
|
+
/** User name */
|
|
124
|
+
userName: string;
|
|
125
|
+
/** Permissions */
|
|
126
|
+
permissions?: CreateDedicatedCephUserPoolRequestPermissionsList;
|
|
127
|
+
}
|
|
128
|
+
export declare const CreateDedicatedCephUserPoolRequest: S.Schema<CreateDedicatedCephUserPoolRequest>;
|
|
129
|
+
export type CreateDedicatedCephUserPoolResponse = string;
|
|
130
|
+
export declare const CreateDedicatedCephUserPoolResponse: S.Schema<CreateDedicatedCephUserPoolResponse>;
|
|
131
|
+
export interface DeleteDedicatedCephAclRequest {
|
|
132
|
+
/** Service name */
|
|
133
|
+
serviceName: string;
|
|
134
|
+
/** Acl ID */
|
|
135
|
+
aclId: number;
|
|
136
|
+
}
|
|
137
|
+
export declare const DeleteDedicatedCephAclRequest: S.Schema<DeleteDedicatedCephAclRequest>;
|
|
138
|
+
export type DeleteDedicatedCephAclResponse = string;
|
|
139
|
+
export declare const DeleteDedicatedCephAclResponse: S.Schema<DeleteDedicatedCephAclResponse>;
|
|
140
|
+
export interface DeleteDedicatedCephCephfRequest {
|
|
141
|
+
/** Service name */
|
|
142
|
+
serviceName: string;
|
|
143
|
+
/** Fs name */
|
|
144
|
+
fsName: string;
|
|
145
|
+
}
|
|
146
|
+
export declare const DeleteDedicatedCephCephfRequest: S.Schema<DeleteDedicatedCephCephfRequest>;
|
|
147
|
+
export type DeleteDedicatedCephCephfResponse = string;
|
|
148
|
+
export declare const DeleteDedicatedCephCephfResponse: S.Schema<DeleteDedicatedCephCephfResponse>;
|
|
149
|
+
export interface DeleteDedicatedCephPoolRequest {
|
|
150
|
+
/** Service name */
|
|
151
|
+
serviceName: string;
|
|
152
|
+
/** Pool name */
|
|
153
|
+
poolName: string;
|
|
154
|
+
}
|
|
155
|
+
export declare const DeleteDedicatedCephPoolRequest: S.Schema<DeleteDedicatedCephPoolRequest>;
|
|
156
|
+
export type DeleteDedicatedCephPoolResponse = string;
|
|
157
|
+
export declare const DeleteDedicatedCephPoolResponse: S.Schema<DeleteDedicatedCephPoolResponse>;
|
|
158
|
+
export interface DeleteDedicatedCephUserRequest {
|
|
159
|
+
/** Service name */
|
|
160
|
+
serviceName: string;
|
|
161
|
+
/** User name */
|
|
162
|
+
userName: string;
|
|
163
|
+
}
|
|
164
|
+
export declare const DeleteDedicatedCephUserRequest: S.Schema<DeleteDedicatedCephUserRequest>;
|
|
165
|
+
export type DeleteDedicatedCephUserResponse = string;
|
|
166
|
+
export declare const DeleteDedicatedCephUserResponse: S.Schema<DeleteDedicatedCephUserResponse>;
|
|
167
|
+
export interface DeleteDedicatedCephUserPoolRequest {
|
|
168
|
+
/** Service name */
|
|
169
|
+
serviceName: string;
|
|
170
|
+
/** User name */
|
|
171
|
+
userName: string;
|
|
172
|
+
/** Pool name */
|
|
173
|
+
poolName: string;
|
|
174
|
+
}
|
|
175
|
+
export declare const DeleteDedicatedCephUserPoolRequest: S.Schema<DeleteDedicatedCephUserPoolRequest>;
|
|
176
|
+
export type DeleteDedicatedCephUserPoolResponse = string;
|
|
177
|
+
export declare const DeleteDedicatedCephUserPoolResponse: S.Schema<DeleteDedicatedCephUserPoolResponse>;
|
|
178
|
+
export interface DisableDedicatedCephCephfRequest {
|
|
179
|
+
/** Service name */
|
|
180
|
+
serviceName: string;
|
|
181
|
+
/** Fs name */
|
|
182
|
+
fsName: string;
|
|
183
|
+
}
|
|
184
|
+
export declare const DisableDedicatedCephCephfRequest: S.Schema<DisableDedicatedCephCephfRequest>;
|
|
185
|
+
export type DisableDedicatedCephCephfResponse = string;
|
|
186
|
+
export declare const DisableDedicatedCephCephfResponse: S.Schema<DisableDedicatedCephCephfResponse>;
|
|
187
|
+
export interface EnableDedicatedCephCephfRequest {
|
|
188
|
+
/** Service name */
|
|
189
|
+
serviceName: string;
|
|
190
|
+
/** Fs name */
|
|
191
|
+
fsName: string;
|
|
192
|
+
}
|
|
193
|
+
export declare const EnableDedicatedCephCephfRequest: S.Schema<EnableDedicatedCephCephfRequest>;
|
|
194
|
+
export type EnableDedicatedCephCephfResponse = string;
|
|
195
|
+
export declare const EnableDedicatedCephCephfResponse: S.Schema<EnableDedicatedCephCephfResponse>;
|
|
196
|
+
export interface GetDedicatedCephRequest {
|
|
197
|
+
/** Service name */
|
|
198
|
+
serviceName: string;
|
|
199
|
+
}
|
|
200
|
+
export declare const GetDedicatedCephRequest: S.Schema<GetDedicatedCephRequest>;
|
|
201
|
+
/** List of CEPH monitor IPs */
|
|
202
|
+
export type DedicatedCephClusterGetResponseWithIAMCephMonsList = Array<string>;
|
|
203
|
+
export declare const DedicatedCephClusterGetResponseWithIAMCephMonsList: S.Schema<DedicatedCephClusterGetResponseWithIAMCephMonsList>;
|
|
204
|
+
/** Tunables of cluster */
|
|
205
|
+
export type DedicatedCephClusterGetResponseCrushTunablesEnum = "ARGONAUT" | "BOBTAIL" | "DEFAULT" | "FIREFLY" | "HAMMER" | "JEWEL" | "LEGACY" | "OPTIMAL";
|
|
206
|
+
export declare const DedicatedCephClusterGetResponseCrushTunablesEnum: any;
|
|
207
|
+
/** Resource tags. Tags that were internally computed are prefixed with ovh: */
|
|
208
|
+
export type IamResourceMetadataTagsMap = {
|
|
209
|
+
[key: string]: string | undefined;
|
|
210
|
+
};
|
|
211
|
+
export declare const IamResourceMetadataTagsMap: S.Schema<IamResourceMetadataTagsMap>;
|
|
212
|
+
/** IAM resource metadata embedded in services models */
|
|
213
|
+
export interface IamResourceMetadata {
|
|
214
|
+
/** Resource display name */
|
|
215
|
+
displayName?: string | null;
|
|
216
|
+
/** Unique identifier of the resource */
|
|
217
|
+
id?: string;
|
|
218
|
+
/** Resource tags. Tags that were internally computed are prefixed with ovh: */
|
|
219
|
+
tags?: IamResourceMetadataTagsMap | null;
|
|
220
|
+
/** Unique resource name used in policies */
|
|
221
|
+
urn?: string;
|
|
222
|
+
}
|
|
223
|
+
export declare const IamResourceMetadata: S.Schema<IamResourceMetadata>;
|
|
224
|
+
/** State of cluster */
|
|
225
|
+
export type DedicatedCephClusterGetResponseStateEnum = "ACTIVE" | "SUSPENDED";
|
|
226
|
+
export declare const DedicatedCephClusterGetResponseStateEnum: any;
|
|
227
|
+
/** Status of cluster */
|
|
228
|
+
export type DedicatedCephClusterGetResponseStatusEnum = "CREATING" | "DELETED" | "DELETING" | "INSTALLED" | "TASK_IN_PROGRESS";
|
|
229
|
+
export declare const DedicatedCephClusterGetResponseStatusEnum: any;
|
|
230
|
+
/** Details about ceph cluster */
|
|
231
|
+
export interface DedicatedCephClusterGetResponseWithIAM {
|
|
232
|
+
/** List of CEPH monitor IPs */
|
|
233
|
+
cephMons?: DedicatedCephClusterGetResponseWithIAMCephMonsList;
|
|
234
|
+
/** Used version of ceph */
|
|
235
|
+
cephVersion?: string;
|
|
236
|
+
/** Creation date */
|
|
237
|
+
createDate?: string;
|
|
238
|
+
/** Tunables of cluster */
|
|
239
|
+
crushTunables?: DedicatedCephClusterGetResponseCrushTunablesEnum;
|
|
240
|
+
/** IAM resource metadata */
|
|
241
|
+
iam?: IamResourceMetadata | null;
|
|
242
|
+
/** Name of cluster */
|
|
243
|
+
label?: string;
|
|
244
|
+
/** Name of region where cluster is located */
|
|
245
|
+
region?: string;
|
|
246
|
+
/** ID of cluster */
|
|
247
|
+
serviceName?: string;
|
|
248
|
+
/** Size of cluster in TB */
|
|
249
|
+
size?: number;
|
|
250
|
+
/** State of cluster */
|
|
251
|
+
state?: DedicatedCephClusterGetResponseStateEnum;
|
|
252
|
+
/** Status of cluster */
|
|
253
|
+
status?: DedicatedCephClusterGetResponseStatusEnum;
|
|
254
|
+
/** Last update date */
|
|
255
|
+
updateDate?: string;
|
|
256
|
+
}
|
|
257
|
+
export declare const DedicatedCephClusterGetResponseWithIAM: S.Schema<DedicatedCephClusterGetResponseWithIAM>;
|
|
258
|
+
export interface GetDedicatedCephAclRequest {
|
|
259
|
+
/** Service name */
|
|
260
|
+
serviceName: string;
|
|
261
|
+
/** Acl ID */
|
|
262
|
+
aclId: number;
|
|
263
|
+
}
|
|
264
|
+
export declare const GetDedicatedCephAclRequest: S.Schema<GetDedicatedCephAclRequest>;
|
|
265
|
+
/** Family of IP ACL */
|
|
266
|
+
export type DedicatedCephAclGetResponseFamilyEnum = "IPV4" | "IPV6";
|
|
267
|
+
export declare const DedicatedCephAclGetResponseFamilyEnum: any;
|
|
268
|
+
/** IP ACL */
|
|
269
|
+
export interface DedicatedCephAclGetResponse {
|
|
270
|
+
/** Family of IP ACL */
|
|
271
|
+
family?: DedicatedCephAclGetResponseFamilyEnum;
|
|
272
|
+
/** ID of IP ACL */
|
|
273
|
+
id?: number;
|
|
274
|
+
/** IP address (e.g., 192.0.2.0) */
|
|
275
|
+
netmask?: string;
|
|
276
|
+
/** IP address (e.g., 192.0.2.0) */
|
|
277
|
+
network?: string;
|
|
278
|
+
}
|
|
279
|
+
export declare const DedicatedCephAclGetResponse: S.Schema<DedicatedCephAclGetResponse>;
|
|
280
|
+
export interface GetDedicatedCephCephfRequest {
|
|
281
|
+
/** Service name */
|
|
282
|
+
serviceName: string;
|
|
283
|
+
/** Fs name */
|
|
284
|
+
fsName: string;
|
|
285
|
+
}
|
|
286
|
+
export declare const GetDedicatedCephCephfRequest: S.Schema<GetDedicatedCephCephfRequest>;
|
|
287
|
+
/** CephFS filesystem data */
|
|
288
|
+
export interface DedicatedCephCephfsGetResponse {
|
|
289
|
+
/** Filesystem state */
|
|
290
|
+
enabled?: boolean;
|
|
291
|
+
/** Filesystem name */
|
|
292
|
+
fsName?: string;
|
|
293
|
+
}
|
|
294
|
+
export declare const DedicatedCephCephfsGetResponse: S.Schema<DedicatedCephCephfsGetResponse>;
|
|
295
|
+
export interface GetDedicatedCephHealthRequest {
|
|
296
|
+
/** Service name */
|
|
297
|
+
serviceName: string;
|
|
298
|
+
}
|
|
299
|
+
export declare const GetDedicatedCephHealthRequest: S.Schema<GetDedicatedCephHealthRequest>;
|
|
300
|
+
/** Health of ceph cluster */
|
|
301
|
+
export interface DedicatedCephClusterHealthResponse {
|
|
302
|
+
/** All available space in bytes */
|
|
303
|
+
availableBytes?: number;
|
|
304
|
+
/** True or False */
|
|
305
|
+
healthy?: boolean;
|
|
306
|
+
/** ID of cluster */
|
|
307
|
+
serviceName?: string;
|
|
308
|
+
/** Status of ceph cluster */
|
|
309
|
+
status?: string;
|
|
310
|
+
/** Total cluster space in bytes */
|
|
311
|
+
totalBytes?: number;
|
|
312
|
+
/** Used cluster space in bytes */
|
|
313
|
+
usedBytes?: number;
|
|
314
|
+
}
|
|
315
|
+
export declare const DedicatedCephClusterHealthResponse: S.Schema<DedicatedCephClusterHealthResponse>;
|
|
316
|
+
export interface GetDedicatedCephPoolRequest {
|
|
317
|
+
/** Service name */
|
|
318
|
+
serviceName: string;
|
|
319
|
+
/** Pool name */
|
|
320
|
+
poolName: string;
|
|
321
|
+
}
|
|
322
|
+
export declare const GetDedicatedCephPoolRequest: S.Schema<GetDedicatedCephPoolRequest>;
|
|
323
|
+
/** Type of pool */
|
|
324
|
+
export type DedicatedCephPoolGetResponsePoolTypeEnum = "ERASURE_CODED" | "REPLICATED";
|
|
325
|
+
export declare const DedicatedCephPoolGetResponsePoolTypeEnum: any;
|
|
326
|
+
/** Ceph pool */
|
|
327
|
+
export interface DedicatedCephPoolGetResponse {
|
|
328
|
+
/** Determine if pool should be backuped */
|
|
329
|
+
backup?: boolean;
|
|
330
|
+
/** Minimum active replicas */
|
|
331
|
+
minActiveReplicas?: number;
|
|
332
|
+
/** Name of the pool */
|
|
333
|
+
name?: string;
|
|
334
|
+
/** Type of pool */
|
|
335
|
+
poolType?: DedicatedCephPoolGetResponsePoolTypeEnum;
|
|
336
|
+
/** Number of replica */
|
|
337
|
+
replicaCount?: number;
|
|
338
|
+
/** ID of cluster */
|
|
339
|
+
serviceName?: string;
|
|
340
|
+
}
|
|
341
|
+
export declare const DedicatedCephPoolGetResponse: S.Schema<DedicatedCephPoolGetResponse>;
|
|
342
|
+
export interface GetDedicatedCephRadosGatewayRequest {
|
|
343
|
+
/** Service name */
|
|
344
|
+
serviceName: string;
|
|
345
|
+
/** Name */
|
|
346
|
+
name: string;
|
|
347
|
+
}
|
|
348
|
+
export declare const GetDedicatedCephRadosGatewayRequest: S.Schema<GetDedicatedCephRadosGatewayRequest>;
|
|
349
|
+
/** Ceph Rados Gateway data */
|
|
350
|
+
export interface DedicatedCephRgwResponse {
|
|
351
|
+
/** Determines whether RGW instance is enabled or disabled. Only disabled instance can be deleted */
|
|
352
|
+
enabled?: boolean;
|
|
353
|
+
/** Name of RGW instance */
|
|
354
|
+
name?: string;
|
|
355
|
+
}
|
|
356
|
+
export declare const DedicatedCephRgwResponse: S.Schema<DedicatedCephRgwResponse>;
|
|
357
|
+
export interface GetDedicatedCephServiceInfosRequest {
|
|
358
|
+
/** Service name */
|
|
359
|
+
serviceName: string;
|
|
360
|
+
}
|
|
361
|
+
export declare const GetDedicatedCephServiceInfosRequest: S.Schema<GetDedicatedCephServiceInfosRequest>;
|
|
362
|
+
/** All the possible renew period of your service in month */
|
|
363
|
+
export type ServicesServicePossibleRenewPeriodList = Array<number>;
|
|
364
|
+
export declare const ServicesServicePossibleRenewPeriodList: S.Schema<ServicesServicePossibleRenewPeriodList>;
|
|
365
|
+
/** Map a possible renew for a specific service */
|
|
366
|
+
export interface ServiceRenewType {
|
|
367
|
+
/** The service is automatically renewed */
|
|
368
|
+
automatic?: boolean;
|
|
369
|
+
/** The service will be deleted at expiration */
|
|
370
|
+
deleteAtExpiration?: boolean;
|
|
371
|
+
/** The service forced to be renewed */
|
|
372
|
+
forced?: boolean;
|
|
373
|
+
/** The service needs to be manually renewed and paid */
|
|
374
|
+
manualPayment?: boolean | null;
|
|
375
|
+
/** period of renew in month */
|
|
376
|
+
period?: number | null;
|
|
377
|
+
}
|
|
378
|
+
export declare const ServiceRenewType: S.Schema<ServiceRenewType>;
|
|
379
|
+
/** Detailed renewal type of a service */
|
|
380
|
+
export type ServiceRenewalTypeEnum = "automaticForcedProduct" | "automaticV2012" | "automaticV2014" | "automaticV2016" | "manual" | "oneShot" | "option";
|
|
381
|
+
export declare const ServiceRenewalTypeEnum: any;
|
|
382
|
+
/** service.StateEnum */
|
|
383
|
+
export type ServiceStateEnum = "autorenewInProgress" | "expired" | "inCreation" | "ok" | "pendingDebt" | "unPaid";
|
|
384
|
+
export declare const ServiceStateEnum: any;
|
|
385
|
+
/** Details about a Service */
|
|
386
|
+
export interface ServicesService {
|
|
387
|
+
/** Indicates that the service can be set up to be deleted at expiration */
|
|
388
|
+
canDeleteAtExpiration?: boolean;
|
|
389
|
+
contactAdmin?: string;
|
|
390
|
+
contactBilling?: string;
|
|
391
|
+
contactTech?: string;
|
|
392
|
+
creation?: string;
|
|
393
|
+
domain?: string;
|
|
394
|
+
engagedUpTo?: string | null;
|
|
395
|
+
expiration?: string;
|
|
396
|
+
/** All the possible renew period of your service in month */
|
|
397
|
+
possibleRenewPeriod?: ServicesServicePossibleRenewPeriodList | null;
|
|
398
|
+
/** Way of handling the renew */
|
|
399
|
+
renew?: ServiceRenewType | null;
|
|
400
|
+
renewalType?: ServiceRenewalTypeEnum;
|
|
401
|
+
serviceId?: number;
|
|
402
|
+
status?: ServiceStateEnum;
|
|
403
|
+
}
|
|
404
|
+
export declare const ServicesService: S.Schema<ServicesService>;
|
|
405
|
+
export interface GetDedicatedCephTaskRequest {
|
|
406
|
+
/** Service name */
|
|
407
|
+
serviceName: string;
|
|
408
|
+
/** Task ID */
|
|
409
|
+
taskId: string;
|
|
410
|
+
}
|
|
411
|
+
export declare const GetDedicatedCephTaskRequest: S.Schema<GetDedicatedCephTaskRequest>;
|
|
412
|
+
/** State of task */
|
|
413
|
+
export type DedicatedCephTaskGetResponseStateEnum = "DONE" | "FAILED" | "IN PROGRESS";
|
|
414
|
+
export declare const DedicatedCephTaskGetResponseStateEnum: any;
|
|
415
|
+
/** List of task subtasks */
|
|
416
|
+
export interface DedicatedCephTaskGetResponse {
|
|
417
|
+
/** Creation date of the task */
|
|
418
|
+
createDate?: string;
|
|
419
|
+
/** Finish date of the task */
|
|
420
|
+
finishDate?: string | null;
|
|
421
|
+
/** Name of the task */
|
|
422
|
+
name?: string;
|
|
423
|
+
/** State of the task */
|
|
424
|
+
state?: DedicatedCephTaskGetResponseStateEnum;
|
|
425
|
+
/** Type of the task */
|
|
426
|
+
type?: string;
|
|
427
|
+
}
|
|
428
|
+
export declare const DedicatedCephTaskGetResponse: S.Schema<DedicatedCephTaskGetResponse>;
|
|
429
|
+
export type GetDedicatedCephTaskResponseBodyList = Array<DedicatedCephTaskGetResponse>;
|
|
430
|
+
export declare const GetDedicatedCephTaskResponseBodyList: S.Schema<GetDedicatedCephTaskResponseBodyList>;
|
|
431
|
+
export type GetDedicatedCephTaskResponse = GetDedicatedCephTaskResponseBodyList;
|
|
432
|
+
export declare const GetDedicatedCephTaskResponse: S.Schema<GetDedicatedCephTaskResponse>;
|
|
433
|
+
export interface GetDedicatedCephUserRequest {
|
|
434
|
+
/** Service name */
|
|
435
|
+
serviceName: string;
|
|
436
|
+
/** User name */
|
|
437
|
+
userName: string;
|
|
438
|
+
}
|
|
439
|
+
export declare const GetDedicatedCephUserRequest: S.Schema<GetDedicatedCephUserRequest>;
|
|
440
|
+
/** Ceph user */
|
|
441
|
+
export interface DedicatedCephUserGetResponse {
|
|
442
|
+
/** Key of user to connect into cluster */
|
|
443
|
+
key?: string;
|
|
444
|
+
/** Capabilities of user on MDS */
|
|
445
|
+
mdsCaps?: string | null;
|
|
446
|
+
/** Capabilities of user on MON */
|
|
447
|
+
monCaps?: string;
|
|
448
|
+
/** Name of ceph user */
|
|
449
|
+
name?: string;
|
|
450
|
+
/** Capabilities of user on OSD */
|
|
451
|
+
osdCaps?: string;
|
|
452
|
+
/** ID of cluster */
|
|
453
|
+
serviceName?: string;
|
|
454
|
+
}
|
|
455
|
+
export declare const DedicatedCephUserGetResponse: S.Schema<DedicatedCephUserGetResponse>;
|
|
456
|
+
/** Resource tag filter */
|
|
457
|
+
export interface IamResourceTagFilterInput {
|
|
458
|
+
}
|
|
459
|
+
export declare const IamResourceTagFilterInput: S.Schema<IamResourceTagFilterInput>;
|
|
460
|
+
export type ListDedicatedCephRequestIamTagsValueList = Array<IamResourceTagFilterInput>;
|
|
461
|
+
export declare const ListDedicatedCephRequestIamTagsValueList: S.Schema<ListDedicatedCephRequestIamTagsValueList>;
|
|
462
|
+
export type ListDedicatedCephRequestIamTagsMap = {
|
|
463
|
+
[key: string]: ListDedicatedCephRequestIamTagsValueList | undefined;
|
|
464
|
+
};
|
|
465
|
+
export declare const ListDedicatedCephRequestIamTagsMap: S.Schema<ListDedicatedCephRequestIamTagsMap>;
|
|
466
|
+
export interface ListDedicatedCephRequest {
|
|
467
|
+
/** Filter resources on IAM tags */
|
|
468
|
+
iamTags?: ListDedicatedCephRequestIamTagsMap;
|
|
469
|
+
}
|
|
470
|
+
export declare const ListDedicatedCephRequest: S.Schema<ListDedicatedCephRequest>;
|
|
471
|
+
export type ListDedicatedCephResponseBodyList = Array<string>;
|
|
472
|
+
export declare const ListDedicatedCephResponseBodyList: S.Schema<ListDedicatedCephResponseBodyList>;
|
|
473
|
+
export type ListDedicatedCephResponse = ListDedicatedCephResponseBodyList;
|
|
474
|
+
export declare const ListDedicatedCephResponse: S.Schema<ListDedicatedCephResponse>;
|
|
475
|
+
export interface ListDedicatedCephAclRequest {
|
|
476
|
+
/** Service name */
|
|
477
|
+
serviceName: string;
|
|
478
|
+
}
|
|
479
|
+
export declare const ListDedicatedCephAclRequest: S.Schema<ListDedicatedCephAclRequest>;
|
|
480
|
+
export type ListDedicatedCephAclResponseBodyList = Array<DedicatedCephAclGetResponse>;
|
|
481
|
+
export declare const ListDedicatedCephAclResponseBodyList: S.Schema<ListDedicatedCephAclResponseBodyList>;
|
|
482
|
+
export type ListDedicatedCephAclResponse = ListDedicatedCephAclResponseBodyList;
|
|
483
|
+
export declare const ListDedicatedCephAclResponse: S.Schema<ListDedicatedCephAclResponse>;
|
|
484
|
+
export interface ListDedicatedCephCephfsRequest {
|
|
485
|
+
/** Service name */
|
|
486
|
+
serviceName: string;
|
|
487
|
+
}
|
|
488
|
+
export declare const ListDedicatedCephCephfsRequest: S.Schema<ListDedicatedCephCephfsRequest>;
|
|
489
|
+
export type ListDedicatedCephCephfsResponseBodyList = Array<DedicatedCephCephfsGetResponse>;
|
|
490
|
+
export declare const ListDedicatedCephCephfsResponseBodyList: S.Schema<ListDedicatedCephCephfsResponseBodyList>;
|
|
491
|
+
export type ListDedicatedCephCephfsResponse = ListDedicatedCephCephfsResponseBodyList;
|
|
492
|
+
export declare const ListDedicatedCephCephfsResponse: S.Schema<ListDedicatedCephCephfsResponse>;
|
|
493
|
+
export interface ListDedicatedCephPoolRequest {
|
|
494
|
+
/** Service name */
|
|
495
|
+
serviceName: string;
|
|
496
|
+
}
|
|
497
|
+
export declare const ListDedicatedCephPoolRequest: S.Schema<ListDedicatedCephPoolRequest>;
|
|
498
|
+
export type ListDedicatedCephPoolResponseBodyList = Array<DedicatedCephPoolGetResponse>;
|
|
499
|
+
export declare const ListDedicatedCephPoolResponseBodyList: S.Schema<ListDedicatedCephPoolResponseBodyList>;
|
|
500
|
+
export type ListDedicatedCephPoolResponse = ListDedicatedCephPoolResponseBodyList;
|
|
501
|
+
export declare const ListDedicatedCephPoolResponse: S.Schema<ListDedicatedCephPoolResponse>;
|
|
502
|
+
export interface ListDedicatedCephRadosGatewayRequest {
|
|
503
|
+
/** Service name */
|
|
504
|
+
serviceName: string;
|
|
505
|
+
}
|
|
506
|
+
export declare const ListDedicatedCephRadosGatewayRequest: S.Schema<ListDedicatedCephRadosGatewayRequest>;
|
|
507
|
+
export type ListDedicatedCephRadosGatewayResponseBodyList = Array<DedicatedCephRgwResponse>;
|
|
508
|
+
export declare const ListDedicatedCephRadosGatewayResponseBodyList: S.Schema<ListDedicatedCephRadosGatewayResponseBodyList>;
|
|
509
|
+
export type ListDedicatedCephRadosGatewayResponse = ListDedicatedCephRadosGatewayResponseBodyList;
|
|
510
|
+
export declare const ListDedicatedCephRadosGatewayResponse: S.Schema<ListDedicatedCephRadosGatewayResponse>;
|
|
511
|
+
export interface ListDedicatedCephRadosGatewayAclRequest {
|
|
512
|
+
/** Service name */
|
|
513
|
+
serviceName: string;
|
|
514
|
+
/** Name */
|
|
515
|
+
name: string;
|
|
516
|
+
}
|
|
517
|
+
export declare const ListDedicatedCephRadosGatewayAclRequest: S.Schema<ListDedicatedCephRadosGatewayAclRequest>;
|
|
518
|
+
export interface ListDedicatedCephTaskRequest {
|
|
519
|
+
/** Service name */
|
|
520
|
+
serviceName: string;
|
|
521
|
+
}
|
|
522
|
+
export declare const ListDedicatedCephTaskRequest: S.Schema<ListDedicatedCephTaskRequest>;
|
|
523
|
+
/** List of active tasks */
|
|
524
|
+
export interface DedicatedCephTaskListResponse {
|
|
525
|
+
/** ID of task */
|
|
526
|
+
id?: string;
|
|
527
|
+
/** Name of task */
|
|
528
|
+
name?: string;
|
|
529
|
+
}
|
|
530
|
+
export declare const DedicatedCephTaskListResponse: S.Schema<DedicatedCephTaskListResponse>;
|
|
531
|
+
export type ListDedicatedCephTaskResponseBodyList = Array<DedicatedCephTaskListResponse>;
|
|
532
|
+
export declare const ListDedicatedCephTaskResponseBodyList: S.Schema<ListDedicatedCephTaskResponseBodyList>;
|
|
533
|
+
export type ListDedicatedCephTaskResponse = ListDedicatedCephTaskResponseBodyList;
|
|
534
|
+
export declare const ListDedicatedCephTaskResponse: S.Schema<ListDedicatedCephTaskResponse>;
|
|
535
|
+
export interface ListDedicatedCephUserRequest {
|
|
536
|
+
/** Service name */
|
|
537
|
+
serviceName: string;
|
|
538
|
+
}
|
|
539
|
+
export declare const ListDedicatedCephUserRequest: S.Schema<ListDedicatedCephUserRequest>;
|
|
540
|
+
export type ListDedicatedCephUserResponseBodyList = Array<DedicatedCephUserGetResponse>;
|
|
541
|
+
export declare const ListDedicatedCephUserResponseBodyList: S.Schema<ListDedicatedCephUserResponseBodyList>;
|
|
542
|
+
export type ListDedicatedCephUserResponse = ListDedicatedCephUserResponseBodyList;
|
|
543
|
+
export declare const ListDedicatedCephUserResponse: S.Schema<ListDedicatedCephUserResponse>;
|
|
544
|
+
export interface ListDedicatedCephUserPoolRequest {
|
|
545
|
+
/** Service name */
|
|
546
|
+
serviceName: string;
|
|
547
|
+
/** User name */
|
|
548
|
+
userName: string;
|
|
549
|
+
}
|
|
550
|
+
export declare const ListDedicatedCephUserPoolRequest: S.Schema<ListDedicatedCephUserPoolRequest>;
|
|
551
|
+
/** List of permissions */
|
|
552
|
+
export type DedicatedCephUserPoolPermListResponse = DedicatedCephUserPoolPermSetAllPermissions;
|
|
553
|
+
export declare const DedicatedCephUserPoolPermListResponse: S.Schema<DedicatedCephUserPoolPermSetAllPermissions>;
|
|
554
|
+
export type ListDedicatedCephUserPoolResponseBodyList = Array<DedicatedCephUserPoolPermSetAllPermissions>;
|
|
555
|
+
export declare const ListDedicatedCephUserPoolResponseBodyList: S.Schema<ListDedicatedCephUserPoolResponseBodyList>;
|
|
556
|
+
export type ListDedicatedCephUserPoolResponse = ListDedicatedCephUserPoolResponseBodyList;
|
|
557
|
+
export declare const ListDedicatedCephUserPoolResponse: S.Schema<ListDedicatedCephUserPoolResponse>;
|
|
558
|
+
/** Tunables of cluster */
|
|
559
|
+
export type DedicatedCephClusterUpdateCrushTunablesEnum = "ARGONAUT" | "BOBTAIL" | "DEFAULT" | "FIREFLY" | "HAMMER" | "JEWEL" | "LEGACY" | "OPTIMAL";
|
|
560
|
+
export declare const DedicatedCephClusterUpdateCrushTunablesEnum: any;
|
|
561
|
+
export interface PutDedicatedCephRequest {
|
|
562
|
+
/** Service name */
|
|
563
|
+
serviceName: string;
|
|
564
|
+
/** Tunables of cluster */
|
|
565
|
+
crushTunables: DedicatedCephClusterUpdateCrushTunablesEnum | (string & {});
|
|
566
|
+
/** Name of the cluster */
|
|
567
|
+
label: string;
|
|
568
|
+
}
|
|
569
|
+
export declare const PutDedicatedCephRequest: S.Schema<PutDedicatedCephRequest>;
|
|
570
|
+
export type PutDedicatedCephResponse = string;
|
|
571
|
+
export declare const PutDedicatedCephResponse: S.Schema<PutDedicatedCephResponse>;
|
|
572
|
+
export interface PutDedicatedCephPoolAllowDeletionRequest {
|
|
573
|
+
/** Service name */
|
|
574
|
+
serviceName: string;
|
|
575
|
+
/** Pool name */
|
|
576
|
+
poolName: string;
|
|
577
|
+
}
|
|
578
|
+
export declare const PutDedicatedCephPoolAllowDeletionRequest: S.Schema<PutDedicatedCephPoolAllowDeletionRequest>;
|
|
579
|
+
export type PutDedicatedCephPoolAllowDeletionResponse = string;
|
|
580
|
+
export declare const PutDedicatedCephPoolAllowDeletionResponse: S.Schema<PutDedicatedCephPoolAllowDeletionResponse>;
|
|
581
|
+
/** List of IP networks */
|
|
582
|
+
export type PutDedicatedCephRadosGatewayAclRequestNetworksList = Array<string>;
|
|
583
|
+
export declare const PutDedicatedCephRadosGatewayAclRequestNetworksList: S.Schema<PutDedicatedCephRadosGatewayAclRequestNetworksList>;
|
|
584
|
+
export interface PutDedicatedCephRadosGatewayAclRequest {
|
|
585
|
+
/** Service name */
|
|
586
|
+
serviceName: string;
|
|
587
|
+
/** Name */
|
|
588
|
+
name: string;
|
|
589
|
+
/** List of IP networks */
|
|
590
|
+
networks: PutDedicatedCephRadosGatewayAclRequestNetworksList;
|
|
591
|
+
}
|
|
592
|
+
export declare const PutDedicatedCephRadosGatewayAclRequest: S.Schema<PutDedicatedCephRadosGatewayAclRequest>;
|
|
593
|
+
export interface PutDedicatedCephServiceInfosRequest {
|
|
594
|
+
/** Service name */
|
|
595
|
+
serviceName: string;
|
|
596
|
+
/** Way of handling the renew */
|
|
597
|
+
renew?: ServiceRenewType | null;
|
|
598
|
+
}
|
|
599
|
+
export declare const PutDedicatedCephServiceInfosRequest: S.Schema<PutDedicatedCephServiceInfosRequest>;
|
|
600
|
+
export interface PutDedicatedCephServiceInfosResponse {
|
|
601
|
+
}
|
|
602
|
+
export declare const PutDedicatedCephServiceInfosResponse: S.Schema<PutDedicatedCephServiceInfosResponse>;
|
|
603
|
+
export interface PutDedicatedCephUserPoolRequest {
|
|
604
|
+
/** Service name */
|
|
605
|
+
serviceName: string;
|
|
606
|
+
/** User name */
|
|
607
|
+
userName: string;
|
|
608
|
+
/** Class read permission */
|
|
609
|
+
classRead: boolean;
|
|
610
|
+
/** Class write permission */
|
|
611
|
+
classWrite: boolean;
|
|
612
|
+
/** Execute permission */
|
|
613
|
+
execute: boolean;
|
|
614
|
+
/** Name of Ceph pool */
|
|
615
|
+
poolName: string;
|
|
616
|
+
/** Read permission */
|
|
617
|
+
read: boolean;
|
|
618
|
+
/** Write permission */
|
|
619
|
+
write: boolean;
|
|
620
|
+
}
|
|
621
|
+
export declare const PutDedicatedCephUserPoolRequest: S.Schema<PutDedicatedCephUserPoolRequest>;
|
|
622
|
+
export type PutDedicatedCephUserPoolResponse = string;
|
|
623
|
+
export declare const PutDedicatedCephUserPoolResponse: S.Schema<PutDedicatedCephUserPoolResponse>;
|
|
624
|
+
export interface TerminateDedicatedCephRequest {
|
|
625
|
+
/** Service name */
|
|
626
|
+
serviceName: string;
|
|
627
|
+
}
|
|
628
|
+
export declare const TerminateDedicatedCephRequest: S.Schema<TerminateDedicatedCephRequest>;
|
|
629
|
+
export type TerminateDedicatedCephResponse = string;
|
|
630
|
+
export declare const TerminateDedicatedCephResponse: S.Schema<TerminateDedicatedCephResponse>;
|
|
631
|
+
export type ConfirmDedicatedCephTerminationError = OvhOpError;
|
|
632
|
+
/** Confirm service termination */
|
|
633
|
+
export declare const confirmDedicatedCephTermination: API.OperationMethod<ConfirmDedicatedCephTerminationRequest, ConfirmDedicatedCephTerminationResponse, ConfirmDedicatedCephTerminationError, OvhOpContext>;
|
|
634
|
+
export type CreateDedicatedCephAclError = OvhOpError;
|
|
635
|
+
/** Create one or more new IP ACLs */
|
|
636
|
+
export declare const createDedicatedCephAcl: API.OperationMethod<CreateDedicatedCephAclRequest, CreateDedicatedCephAclResponse, CreateDedicatedCephAclError, OvhOpContext>;
|
|
637
|
+
export type CreateDedicatedCephChangeContactError = OvhOpError;
|
|
638
|
+
/** Launch a contact change procedure */
|
|
639
|
+
export declare const createDedicatedCephChangeContact: API.OperationMethod<CreateDedicatedCephChangeContactRequest, CreateDedicatedCephChangeContactResponse, CreateDedicatedCephChangeContactError, OvhOpContext>;
|
|
640
|
+
export type CreateDedicatedCephPoolError = OvhOpError;
|
|
641
|
+
/** Create a new ceph pool */
|
|
642
|
+
export declare const createDedicatedCephPool: API.OperationMethod<CreateDedicatedCephPoolRequest, CreateDedicatedCephPoolResponse, CreateDedicatedCephPoolError, OvhOpContext>;
|
|
643
|
+
export type CreateDedicatedCephPoolErasureError = OvhOpError;
|
|
644
|
+
/** Create a new ceph erasure pool */
|
|
645
|
+
export declare const createDedicatedCephPoolErasure: API.OperationMethod<CreateDedicatedCephPoolErasureRequest, CreateDedicatedCephPoolErasureResponse, CreateDedicatedCephPoolErasureError, OvhOpContext>;
|
|
646
|
+
export type CreateDedicatedCephRadosGatewayAclError = OvhOpError;
|
|
647
|
+
/** Add Rados Gateway ACL entries, any given network must be unique */
|
|
648
|
+
export declare const createDedicatedCephRadosGatewayAcl: API.OperationMethod<CreateDedicatedCephRadosGatewayAclRequest, DedicatedCephRgwAcl, CreateDedicatedCephRadosGatewayAclError, OvhOpContext>;
|
|
649
|
+
export type CreateDedicatedCephUserError = OvhOpError;
|
|
650
|
+
/** Create a new ceph user */
|
|
651
|
+
export declare const createDedicatedCephUser: API.OperationMethod<CreateDedicatedCephUserRequest, CreateDedicatedCephUserResponse, CreateDedicatedCephUserError, OvhOpContext>;
|
|
652
|
+
export type CreateDedicatedCephUserPoolError = OvhOpError;
|
|
653
|
+
/** Create new user-pool permissions. All old permissions will be cleared */
|
|
654
|
+
export declare const createDedicatedCephUserPool: API.OperationMethod<CreateDedicatedCephUserPoolRequest, CreateDedicatedCephUserPoolResponse, CreateDedicatedCephUserPoolError, OvhOpContext>;
|
|
655
|
+
export type DeleteDedicatedCephAclError = OvhOpError;
|
|
656
|
+
/** Delete single IP ACL */
|
|
657
|
+
export declare const deleteDedicatedCephAcl: API.OperationMethod<DeleteDedicatedCephAclRequest, DeleteDedicatedCephAclResponse, DeleteDedicatedCephAclError, OvhOpContext>;
|
|
658
|
+
export type DeleteDedicatedCephCephfError = OvhOpError;
|
|
659
|
+
/** Purge CephFS filesystem */
|
|
660
|
+
export declare const deleteDedicatedCephCephf: API.OperationMethod<DeleteDedicatedCephCephfRequest, DeleteDedicatedCephCephfResponse, DeleteDedicatedCephCephfError, OvhOpContext>;
|
|
661
|
+
export type DeleteDedicatedCephPoolError = OvhOpError;
|
|
662
|
+
/** Delete a single ceph pool */
|
|
663
|
+
export declare const deleteDedicatedCephPool: API.OperationMethod<DeleteDedicatedCephPoolRequest, DeleteDedicatedCephPoolResponse, DeleteDedicatedCephPoolError, OvhOpContext>;
|
|
664
|
+
export type DeleteDedicatedCephUserError = OvhOpError;
|
|
665
|
+
/** Delete an existing single ceph user */
|
|
666
|
+
export declare const deleteDedicatedCephUser: API.OperationMethod<DeleteDedicatedCephUserRequest, DeleteDedicatedCephUserResponse, DeleteDedicatedCephUserError, OvhOpContext>;
|
|
667
|
+
export type DeleteDedicatedCephUserPoolError = OvhOpError;
|
|
668
|
+
/** Clear user-pool permission for single pool */
|
|
669
|
+
export declare const deleteDedicatedCephUserPool: API.OperationMethod<DeleteDedicatedCephUserPoolRequest, DeleteDedicatedCephUserPoolResponse, DeleteDedicatedCephUserPoolError, OvhOpContext>;
|
|
670
|
+
export type DisableDedicatedCephCephfError = OvhOpError;
|
|
671
|
+
/** Disable CephFS filesystem */
|
|
672
|
+
export declare const disableDedicatedCephCephf: API.OperationMethod<DisableDedicatedCephCephfRequest, DisableDedicatedCephCephfResponse, DisableDedicatedCephCephfError, OvhOpContext>;
|
|
673
|
+
export type EnableDedicatedCephCephfError = OvhOpError;
|
|
674
|
+
/** Enable CephFS filesystem */
|
|
675
|
+
export declare const enableDedicatedCephCephf: API.OperationMethod<EnableDedicatedCephCephfRequest, EnableDedicatedCephCephfResponse, EnableDedicatedCephCephfError, OvhOpContext>;
|
|
676
|
+
export type GetDedicatedCephError = OvhOpError;
|
|
677
|
+
/** Get cluster details */
|
|
678
|
+
export declare const getDedicatedCeph: API.OperationMethod<GetDedicatedCephRequest, DedicatedCephClusterGetResponseWithIAM, GetDedicatedCephError, OvhOpContext>;
|
|
679
|
+
export type GetDedicatedCephAclError = OvhOpError;
|
|
680
|
+
/** Get details about IP ACL */
|
|
681
|
+
export declare const getDedicatedCephAcl: API.OperationMethod<GetDedicatedCephAclRequest, DedicatedCephAclGetResponse, GetDedicatedCephAclError, OvhOpContext>;
|
|
682
|
+
export type GetDedicatedCephCephfError = OvhOpError;
|
|
683
|
+
/** Get CephFS filesystem information */
|
|
684
|
+
export declare const getDedicatedCephCephf: API.OperationMethod<GetDedicatedCephCephfRequest, DedicatedCephCephfsGetResponse, GetDedicatedCephCephfError, OvhOpContext>;
|
|
685
|
+
export type GetDedicatedCephHealthError = OvhOpError;
|
|
686
|
+
/** Get cluster health */
|
|
687
|
+
export declare const getDedicatedCephHealth: API.OperationMethod<GetDedicatedCephHealthRequest, DedicatedCephClusterHealthResponse, GetDedicatedCephHealthError, OvhOpContext>;
|
|
688
|
+
export type GetDedicatedCephPoolError = OvhOpError;
|
|
689
|
+
/** Get details about an existing ceph pool */
|
|
690
|
+
export declare const getDedicatedCephPool: API.OperationMethod<GetDedicatedCephPoolRequest, DedicatedCephPoolGetResponse, GetDedicatedCephPoolError, OvhOpContext>;
|
|
691
|
+
export type GetDedicatedCephRadosGatewayError = OvhOpError;
|
|
692
|
+
export declare const getDedicatedCephRadosGateway: API.OperationMethod<GetDedicatedCephRadosGatewayRequest, DedicatedCephRgwResponse, GetDedicatedCephRadosGatewayError, OvhOpContext>;
|
|
693
|
+
export type GetDedicatedCephServiceInfosError = OvhOpError;
|
|
694
|
+
/** Get service information */
|
|
695
|
+
export declare const getDedicatedCephServiceInfos: API.OperationMethod<GetDedicatedCephServiceInfosRequest, ServicesService, GetDedicatedCephServiceInfosError, OvhOpContext>;
|
|
696
|
+
export type GetDedicatedCephTaskError = OvhOpError;
|
|
697
|
+
/** Get task details */
|
|
698
|
+
export declare const getDedicatedCephTask: API.OperationMethod<GetDedicatedCephTaskRequest, GetDedicatedCephTaskResponse, GetDedicatedCephTaskError, OvhOpContext>;
|
|
699
|
+
export type GetDedicatedCephUserError = OvhOpError;
|
|
700
|
+
/** Get details about a ceph user */
|
|
701
|
+
export declare const getDedicatedCephUser: API.OperationMethod<GetDedicatedCephUserRequest, DedicatedCephUserGetResponse, GetDedicatedCephUserError, OvhOpContext>;
|
|
702
|
+
export type ListDedicatedCephError = OvhOpError;
|
|
703
|
+
/** List available services */
|
|
704
|
+
export declare const listDedicatedCeph: API.OperationMethod<ListDedicatedCephRequest, ListDedicatedCephResponse, ListDedicatedCephError, OvhOpContext>;
|
|
705
|
+
export type ListDedicatedCephAclError = OvhOpError;
|
|
706
|
+
/** Get list of all IP ACLs in a cluster */
|
|
707
|
+
export declare const listDedicatedCephAcl: API.OperationMethod<ListDedicatedCephAclRequest, ListDedicatedCephAclResponse, ListDedicatedCephAclError, OvhOpContext>;
|
|
708
|
+
export type ListDedicatedCephCephfsError = OvhOpError;
|
|
709
|
+
/** List CephFS filesystems */
|
|
710
|
+
export declare const listDedicatedCephCephfs: API.OperationMethod<ListDedicatedCephCephfsRequest, ListDedicatedCephCephfsResponse, ListDedicatedCephCephfsError, OvhOpContext>;
|
|
711
|
+
export type ListDedicatedCephPoolError = OvhOpError;
|
|
712
|
+
/** Get list of all pools in a cluster */
|
|
713
|
+
export declare const listDedicatedCephPool: API.OperationMethod<ListDedicatedCephPoolRequest, ListDedicatedCephPoolResponse, ListDedicatedCephPoolError, OvhOpContext>;
|
|
714
|
+
export type ListDedicatedCephRadosGatewayError = OvhOpError;
|
|
715
|
+
/** List Ceph RGW instances */
|
|
716
|
+
export declare const listDedicatedCephRadosGateway: API.OperationMethod<ListDedicatedCephRadosGatewayRequest, ListDedicatedCephRadosGatewayResponse, ListDedicatedCephRadosGatewayError, OvhOpContext>;
|
|
717
|
+
export type ListDedicatedCephRadosGatewayAclError = OvhOpError;
|
|
718
|
+
/** Get all Rados Gateway ACL entries */
|
|
719
|
+
export declare const listDedicatedCephRadosGatewayAcl: API.OperationMethod<ListDedicatedCephRadosGatewayAclRequest, DedicatedCephRgwAcl, ListDedicatedCephRadosGatewayAclError, OvhOpContext>;
|
|
720
|
+
export type ListDedicatedCephTaskError = OvhOpError;
|
|
721
|
+
/** List tasks in progress */
|
|
722
|
+
export declare const listDedicatedCephTask: API.OperationMethod<ListDedicatedCephTaskRequest, ListDedicatedCephTaskResponse, ListDedicatedCephTaskError, OvhOpContext>;
|
|
723
|
+
export type ListDedicatedCephUserError = OvhOpError;
|
|
724
|
+
/** Get list of all users in a cluster */
|
|
725
|
+
export declare const listDedicatedCephUser: API.OperationMethod<ListDedicatedCephUserRequest, ListDedicatedCephUserResponse, ListDedicatedCephUserError, OvhOpContext>;
|
|
726
|
+
export type ListDedicatedCephUserPoolError = OvhOpError;
|
|
727
|
+
/** List user-pool permissions */
|
|
728
|
+
export declare const listDedicatedCephUserPool: API.OperationMethod<ListDedicatedCephUserPoolRequest, ListDedicatedCephUserPoolResponse, ListDedicatedCephUserPoolError, OvhOpContext>;
|
|
729
|
+
export type PutDedicatedCephError = OvhOpError;
|
|
730
|
+
/** Update cluster details */
|
|
731
|
+
export declare const putDedicatedCeph: API.OperationMethod<PutDedicatedCephRequest, PutDedicatedCephResponse, PutDedicatedCephError, OvhOpContext>;
|
|
732
|
+
export type PutDedicatedCephPoolAllowDeletionError = OvhOpError;
|
|
733
|
+
/** Open 5 minutes window for deleting single ceph pool */
|
|
734
|
+
export declare const putDedicatedCephPoolAllowDeletion: API.OperationMethod<PutDedicatedCephPoolAllowDeletionRequest, PutDedicatedCephPoolAllowDeletionResponse, PutDedicatedCephPoolAllowDeletionError, OvhOpContext>;
|
|
735
|
+
export type PutDedicatedCephRadosGatewayAclError = OvhOpError;
|
|
736
|
+
/** Completely replaces Rados Gateway ACL entries */
|
|
737
|
+
export declare const putDedicatedCephRadosGatewayAcl: API.OperationMethod<PutDedicatedCephRadosGatewayAclRequest, DedicatedCephRgwAcl, PutDedicatedCephRadosGatewayAclError, OvhOpContext>;
|
|
738
|
+
export type PutDedicatedCephServiceInfosError = OvhOpError;
|
|
739
|
+
/** Update service information */
|
|
740
|
+
export declare const putDedicatedCephServiceInfos: API.OperationMethod<PutDedicatedCephServiceInfosRequest, PutDedicatedCephServiceInfosResponse, PutDedicatedCephServiceInfosError, OvhOpContext>;
|
|
741
|
+
export type PutDedicatedCephUserPoolError = OvhOpError;
|
|
742
|
+
/** Update user-pool permission for single pool */
|
|
743
|
+
export declare const putDedicatedCephUserPool: API.OperationMethod<PutDedicatedCephUserPoolRequest, PutDedicatedCephUserPoolResponse, PutDedicatedCephUserPoolError, OvhOpContext>;
|
|
744
|
+
export type TerminateDedicatedCephError = OvhOpError;
|
|
745
|
+
/** Ask for the termination of your service */
|
|
746
|
+
export declare const terminateDedicatedCeph: API.OperationMethod<TerminateDedicatedCephRequest, TerminateDedicatedCephResponse, TerminateDedicatedCephError, OvhOpContext>;
|
|
747
|
+
//# sourceMappingURL=dedicatedceph.d.ts.map
|