@distilled.cloud/ovh 0.0.0 → 1.0.0-rc.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +4200 -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 +31119 -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 +5760 -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 +962 -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 +967 -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 +3080 -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 +1833 -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 +1691 -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 +3554 -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 +3072 -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 +8878 -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 +1353 -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 +1791 -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 +1022 -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 +14894 -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 +842 -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 +842 -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 +4527 -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 +3682 -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 +10954 -0
- package/src/services/cloud.ts +75508 -0
- package/src/services/cloud_v2.ts +14751 -0
- package/src/services/dedicatedceph.ts +2233 -0
- package/src/services/dedicatednasha.ts +2269 -0
- package/src/services/domain.ts +7998 -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 +4218 -0
- package/src/services/iam.ts +2060 -0
- package/src/services/index.ts +31 -0
- package/src/services/ip.ts +4462 -0
- package/src/services/iploadbalancing.ts +8422 -0
- package/src/services/ldp.ts +7274 -0
- package/src/services/me.ts +21720 -0
- package/src/services/overthebox.ts +2693 -0
- package/src/services/ovhcloudconnect.ts +3226 -0
- package/src/services/packxdsl.ts +4623 -0
- package/src/services/sms.ts +7255 -0
- package/src/services/sslgateway.ts +1408 -0
- package/src/services/storagenetapp.ts +2433 -0
- package/src/services/support.ts +598 -0
- package/src/services/telephony.ts +32941 -0
- package/src/services/vmwareclouddirectorbackup.ts +2171 -0
- package/src/services/vmwareclouddirectororganization.ts +2171 -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 +11290 -0
- package/src/services/xdsl.ts +9278 -0
- package/src/traits.ts +44 -0
|
@@ -0,0 +1,1402 @@
|
|
|
1
|
+
import * as S from "@distilled.cloud/core/schema";
|
|
2
|
+
import * as Redacted from "effect/Redacted";
|
|
3
|
+
import * as API from "@distilled.cloud/core/api";
|
|
4
|
+
import { type OvhOpError, type OvhOpContext } from "../protocol.ts";
|
|
5
|
+
export type { OvhOpError, OvhOpContext };
|
|
6
|
+
/** All future uses you can provide for a service termination */
|
|
7
|
+
export type ServiceTerminationFutureUseEnum = "NOT_REPLACING_SERVICE" | "OTHER" | "SUBSCRIBE_AN_OTHER_SERVICE" | "SUBSCRIBE_OTHER_KIND_OF_SERVICE_WITH_COMPETITOR" | "SUBSCRIBE_SIMILAR_SERVICE_WITH_COMPETITOR";
|
|
8
|
+
export declare const ServiceTerminationFutureUseEnum: any;
|
|
9
|
+
/** All reasons you can provide for a service termination */
|
|
10
|
+
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";
|
|
11
|
+
export declare const ServiceTerminationReasonEnum: any;
|
|
12
|
+
export interface ConfirmHostingPrivateDatabaseTerminationRequest {
|
|
13
|
+
/** Service name */
|
|
14
|
+
serviceName: string;
|
|
15
|
+
/** Commentary about your termination request */
|
|
16
|
+
commentary?: string;
|
|
17
|
+
/** All future uses you can provide for a service termination */
|
|
18
|
+
futureUse?: ServiceTerminationFutureUseEnum | (string & {});
|
|
19
|
+
/** All reasons you can provide for a service termination */
|
|
20
|
+
reason?: ServiceTerminationReasonEnum | (string & {});
|
|
21
|
+
/** The termination token sent by email to the admin contact */
|
|
22
|
+
token: string;
|
|
23
|
+
}
|
|
24
|
+
export declare const ConfirmHostingPrivateDatabaseTerminationRequest: S.Schema<ConfirmHostingPrivateDatabaseTerminationRequest>;
|
|
25
|
+
export type ConfirmHostingPrivateDatabaseTerminationResponse = string;
|
|
26
|
+
export declare const ConfirmHostingPrivateDatabaseTerminationResponse: S.Schema<ConfirmHostingPrivateDatabaseTerminationResponse>;
|
|
27
|
+
export interface CopyHostingPrivateDatabaseDatabaseRequest {
|
|
28
|
+
/** Service name */
|
|
29
|
+
serviceName: string;
|
|
30
|
+
/** Database name */
|
|
31
|
+
databaseName: string;
|
|
32
|
+
}
|
|
33
|
+
export declare const CopyHostingPrivateDatabaseDatabaseRequest: S.Schema<CopyHostingPrivateDatabaseDatabaseRequest>;
|
|
34
|
+
/** Database copy status */
|
|
35
|
+
export type HostingPrivateDatabaseDatabaseCopyStatusEnum = "doing" | "done" | "error" | "todo";
|
|
36
|
+
export declare const HostingPrivateDatabaseDatabaseCopyStatusEnum: any;
|
|
37
|
+
/** Database copy */
|
|
38
|
+
export interface HostingPrivateDatabaseDatabaseCopy {
|
|
39
|
+
/** Creation date of the database copy */
|
|
40
|
+
creationDate?: string;
|
|
41
|
+
/** Expiration date of the database copy */
|
|
42
|
+
expirationDate?: string | null;
|
|
43
|
+
/** Database copy ID */
|
|
44
|
+
id?: string;
|
|
45
|
+
/** Last update of the database copy */
|
|
46
|
+
lastUpdate?: string;
|
|
47
|
+
/** Database copy status */
|
|
48
|
+
status?: HostingPrivateDatabaseDatabaseCopyStatusEnum;
|
|
49
|
+
}
|
|
50
|
+
export declare const HostingPrivateDatabaseDatabaseCopy: S.Schema<HostingPrivateDatabaseDatabaseCopy>;
|
|
51
|
+
export interface CopyHostingPrivateDatabaseDatabaseRestoreRequest {
|
|
52
|
+
/** Service name */
|
|
53
|
+
serviceName: string;
|
|
54
|
+
/** Database name */
|
|
55
|
+
databaseName: string;
|
|
56
|
+
/** Copy ID */
|
|
57
|
+
copyId: string;
|
|
58
|
+
/** Whether to flush the database before restoring the copy (default to false) */
|
|
59
|
+
flushDatabase?: boolean;
|
|
60
|
+
}
|
|
61
|
+
export declare const CopyHostingPrivateDatabaseDatabaseRestoreRequest: S.Schema<CopyHostingPrivateDatabaseDatabaseRestoreRequest>;
|
|
62
|
+
/** Task's dunction */
|
|
63
|
+
export type HostingPrivateDatabaseTaskFunctionEnum = "abuse" | "changeFtpPassword" | "changeRam" | "changeVersion" | "configuration/update" | "create" | "database/copy" | "database/copyRestore" | "database/create" | "database/delete" | "database/dump" | "database/dump/delete" | "database/extension/create" | "database/extension/delete" | "database/import" | "database/restore" | "database/wizard" | "delete" | "grant/create" | "grant/delete" | "grant/update" | "install" | "overquota/in" | "overquota/out" | "quotaRefresh" | "refresh" | "reopen" | "restart" | "start" | "stop" | "suspend" | "user/changePassword" | "user/create" | "user/delete" | "webhostingNetwork/disable" | "webhostingNetwork/enable" | "whitelist/create" | "whitelist/delete" | "whitelist/update";
|
|
64
|
+
export declare const HostingPrivateDatabaseTaskFunctionEnum: any;
|
|
65
|
+
/** Task's status */
|
|
66
|
+
export type HostingPrivateDatabaseTaskStatusEnum = "cancelled" | "doing" | "done" | "error" | "todo";
|
|
67
|
+
export declare const HostingPrivateDatabaseTaskStatusEnum: any;
|
|
68
|
+
/** Web Cloud Database task */
|
|
69
|
+
export interface HostingPrivateDatabaseTask {
|
|
70
|
+
/** Database name on which the task is working */
|
|
71
|
+
databaseName?: string | null;
|
|
72
|
+
/** Completion date */
|
|
73
|
+
doneDate?: string | null;
|
|
74
|
+
/** DumpId on which the task is working */
|
|
75
|
+
dumpId?: number | null;
|
|
76
|
+
/** Function name */
|
|
77
|
+
function?: HostingPrivateDatabaseTaskFunctionEnum;
|
|
78
|
+
/** The id of the task */
|
|
79
|
+
id?: number;
|
|
80
|
+
/** Last update */
|
|
81
|
+
lastUpdate?: string | null;
|
|
82
|
+
/** Task creation date */
|
|
83
|
+
startDate?: string;
|
|
84
|
+
/** Task status */
|
|
85
|
+
status?: HostingPrivateDatabaseTaskStatusEnum;
|
|
86
|
+
/** User name on which the task is working */
|
|
87
|
+
userName?: string | null;
|
|
88
|
+
}
|
|
89
|
+
export declare const HostingPrivateDatabaseTask: S.Schema<HostingPrivateDatabaseTask>;
|
|
90
|
+
export interface CreateHostingPrivateDatabaseChangeContactRequest {
|
|
91
|
+
/** Service name */
|
|
92
|
+
serviceName: string;
|
|
93
|
+
/** The contact to set as admin contact */
|
|
94
|
+
contactAdmin?: string;
|
|
95
|
+
/** The contact to set as billing contact */
|
|
96
|
+
contactBilling?: string;
|
|
97
|
+
/** The contact to set as tech contact */
|
|
98
|
+
contactTech?: string;
|
|
99
|
+
}
|
|
100
|
+
export declare const CreateHostingPrivateDatabaseChangeContactRequest: S.Schema<CreateHostingPrivateDatabaseChangeContactRequest>;
|
|
101
|
+
export type CreateHostingPrivateDatabaseChangeContactResponseBodyList = Array<number>;
|
|
102
|
+
export declare const CreateHostingPrivateDatabaseChangeContactResponseBodyList: S.Schema<CreateHostingPrivateDatabaseChangeContactResponseBodyList>;
|
|
103
|
+
export type CreateHostingPrivateDatabaseChangeContactResponse = CreateHostingPrivateDatabaseChangeContactResponseBodyList;
|
|
104
|
+
export declare const CreateHostingPrivateDatabaseChangeContactResponse: S.Schema<CreateHostingPrivateDatabaseChangeContactResponse>;
|
|
105
|
+
export interface CreateHostingPrivateDatabaseChangeFtpPasswordRequest {
|
|
106
|
+
/** Service name */
|
|
107
|
+
serviceName: string;
|
|
108
|
+
/** New ftp admin password (alphanumeric and 8 characters minimum) */
|
|
109
|
+
password: string | Redacted.Redacted<string>;
|
|
110
|
+
}
|
|
111
|
+
export declare const CreateHostingPrivateDatabaseChangeFtpPasswordRequest: S.Schema<CreateHostingPrivateDatabaseChangeFtpPasswordRequest>;
|
|
112
|
+
/** Private database available version */
|
|
113
|
+
export type HostingPrivateDatabaseAvailableVersionEnum = "mariadb_10.11" | "mariadb_10.5" | "mariadb_10.6" | "mariadb_11.4" | "mysql_8.0" | "mysql_8.4" | "postgresql_13" | "postgresql_14" | "postgresql_15" | "postgresql_16" | "postgresql_17" | "redis_7.0" | "valkey_7.2";
|
|
114
|
+
export declare const HostingPrivateDatabaseAvailableVersionEnum: any;
|
|
115
|
+
export interface CreateHostingPrivateDatabaseChangeVersionRequest {
|
|
116
|
+
/** Service name */
|
|
117
|
+
serviceName: string;
|
|
118
|
+
/** Change the private database engine version */
|
|
119
|
+
version: HostingPrivateDatabaseAvailableVersionEnum | (string & {});
|
|
120
|
+
}
|
|
121
|
+
export declare const CreateHostingPrivateDatabaseChangeVersionRequest: S.Schema<CreateHostingPrivateDatabaseChangeVersionRequest>;
|
|
122
|
+
export interface CreateHostingPrivateDatabaseDatabaseRequest {
|
|
123
|
+
/** Service name */
|
|
124
|
+
serviceName: string;
|
|
125
|
+
/** Name of your new database */
|
|
126
|
+
databaseName: string;
|
|
127
|
+
}
|
|
128
|
+
export declare const CreateHostingPrivateDatabaseDatabaseRequest: S.Schema<CreateHostingPrivateDatabaseDatabaseRequest>;
|
|
129
|
+
export interface CreateHostingPrivateDatabaseDatabaseDumpRequest {
|
|
130
|
+
/** Service name */
|
|
131
|
+
serviceName: string;
|
|
132
|
+
/** Database name */
|
|
133
|
+
databaseName: string;
|
|
134
|
+
/** Whether to receive an email when the import is complete (default to false) */
|
|
135
|
+
sendEmail?: boolean;
|
|
136
|
+
}
|
|
137
|
+
export declare const CreateHostingPrivateDatabaseDatabaseDumpRequest: S.Schema<CreateHostingPrivateDatabaseDatabaseDumpRequest>;
|
|
138
|
+
/** Grant on a database for a specific user */
|
|
139
|
+
export type HostingPrivateDatabaseGrantGrantEnum = "admin" | "none" | "ro" | "rw";
|
|
140
|
+
export declare const HostingPrivateDatabaseGrantGrantEnum: any;
|
|
141
|
+
export interface CreateHostingPrivateDatabaseDatabaseWizardRequest {
|
|
142
|
+
/** Service name */
|
|
143
|
+
serviceName: string;
|
|
144
|
+
/** Name of your new database */
|
|
145
|
+
databaseName: string;
|
|
146
|
+
/** Grant of the user on this database */
|
|
147
|
+
grant: HostingPrivateDatabaseGrantGrantEnum | (string & {});
|
|
148
|
+
/** Password for the new user (alphanumeric and 8 characters minimum) */
|
|
149
|
+
password: string | Redacted.Redacted<string>;
|
|
150
|
+
/** New user name used to connect on your database */
|
|
151
|
+
userName: string;
|
|
152
|
+
}
|
|
153
|
+
export declare const CreateHostingPrivateDatabaseDatabaseWizardRequest: S.Schema<CreateHostingPrivateDatabaseDatabaseWizardRequest>;
|
|
154
|
+
export interface CreateHostingPrivateDatabaseLogSubscriptionRequest {
|
|
155
|
+
/** Service name */
|
|
156
|
+
serviceName: string;
|
|
157
|
+
/** Log kind name to subscribe to */
|
|
158
|
+
kind: string;
|
|
159
|
+
/** Customer log stream ID */
|
|
160
|
+
streamId: string;
|
|
161
|
+
}
|
|
162
|
+
export declare const CreateHostingPrivateDatabaseLogSubscriptionRequest: S.Schema<CreateHostingPrivateDatabaseLogSubscriptionRequest>;
|
|
163
|
+
/** Asynchronous operation after subscribing or unsubscribing to a resource logs */
|
|
164
|
+
export interface DbaasLogsLogSubscriptionResponse {
|
|
165
|
+
/** Identifier of the operation */
|
|
166
|
+
operationId?: string;
|
|
167
|
+
/** Operation owner's service name */
|
|
168
|
+
serviceName?: string;
|
|
169
|
+
}
|
|
170
|
+
export declare const DbaasLogsLogSubscriptionResponse: S.Schema<DbaasLogsLogSubscriptionResponse>;
|
|
171
|
+
export interface CreateHostingPrivateDatabaseLogUrlRequest {
|
|
172
|
+
/** Service name */
|
|
173
|
+
serviceName: string;
|
|
174
|
+
/** Log kind name */
|
|
175
|
+
kind: string;
|
|
176
|
+
}
|
|
177
|
+
export declare const CreateHostingPrivateDatabaseLogUrlRequest: S.Schema<CreateHostingPrivateDatabaseLogUrlRequest>;
|
|
178
|
+
/** Temporary url information */
|
|
179
|
+
export interface DbaasLogsTemporaryLogsLink {
|
|
180
|
+
/** Temporary url expiration date */
|
|
181
|
+
expirationDate?: string;
|
|
182
|
+
/** Temporary url */
|
|
183
|
+
url?: string;
|
|
184
|
+
}
|
|
185
|
+
export declare const DbaasLogsTemporaryLogsLink: S.Schema<DbaasLogsTemporaryLogsLink>;
|
|
186
|
+
export interface CreateHostingPrivateDatabaseQuotaRefreshRequest {
|
|
187
|
+
/** Service name */
|
|
188
|
+
serviceName: string;
|
|
189
|
+
}
|
|
190
|
+
export declare const CreateHostingPrivateDatabaseQuotaRefreshRequest: S.Schema<CreateHostingPrivateDatabaseQuotaRefreshRequest>;
|
|
191
|
+
export interface CreateHostingPrivateDatabaseUserRequest {
|
|
192
|
+
/** Service name */
|
|
193
|
+
serviceName: string;
|
|
194
|
+
/** Password for the new user ( alphanumeric and 8 characters minimum ) */
|
|
195
|
+
password: string | Redacted.Redacted<string>;
|
|
196
|
+
/** User name used to connect on your databases */
|
|
197
|
+
userName: string;
|
|
198
|
+
}
|
|
199
|
+
export declare const CreateHostingPrivateDatabaseUserRequest: S.Schema<CreateHostingPrivateDatabaseUserRequest>;
|
|
200
|
+
export interface CreateHostingPrivateDatabaseUserChangePasswordRequest {
|
|
201
|
+
/** Service name */
|
|
202
|
+
serviceName: string;
|
|
203
|
+
/** User name */
|
|
204
|
+
userName: string;
|
|
205
|
+
/** Password for the new user ( alphanumeric and 8 characters minimum ) */
|
|
206
|
+
password: string | Redacted.Redacted<string>;
|
|
207
|
+
}
|
|
208
|
+
export declare const CreateHostingPrivateDatabaseUserChangePasswordRequest: S.Schema<CreateHostingPrivateDatabaseUserChangePasswordRequest>;
|
|
209
|
+
export interface CreateHostingPrivateDatabaseUserGrantRequest {
|
|
210
|
+
/** Service name */
|
|
211
|
+
serviceName: string;
|
|
212
|
+
/** User name */
|
|
213
|
+
userName: string;
|
|
214
|
+
/** Database name where add grant */
|
|
215
|
+
databaseName: string;
|
|
216
|
+
/** Grant on a database for a specific user */
|
|
217
|
+
grant: HostingPrivateDatabaseGrantGrantEnum | (string & {});
|
|
218
|
+
}
|
|
219
|
+
export declare const CreateHostingPrivateDatabaseUserGrantRequest: S.Schema<CreateHostingPrivateDatabaseUserGrantRequest>;
|
|
220
|
+
export interface CreateHostingPrivateDatabaseWebhostingNetworkRequest {
|
|
221
|
+
/** Service name */
|
|
222
|
+
serviceName: string;
|
|
223
|
+
}
|
|
224
|
+
export declare const CreateHostingPrivateDatabaseWebhostingNetworkRequest: S.Schema<CreateHostingPrivateDatabaseWebhostingNetworkRequest>;
|
|
225
|
+
export interface CreateHostingPrivateDatabaseWhitelistRequest {
|
|
226
|
+
/** Service name */
|
|
227
|
+
serviceName: string;
|
|
228
|
+
/** The whitelisted IP in your Web Cloud Database */
|
|
229
|
+
ip: string;
|
|
230
|
+
/** Custom name for your Whitelisted IP */
|
|
231
|
+
name?: string | null;
|
|
232
|
+
/** Authorize this IP to access service port */
|
|
233
|
+
service?: boolean;
|
|
234
|
+
/** Authorize this IP to access sftp port */
|
|
235
|
+
sftp?: boolean;
|
|
236
|
+
}
|
|
237
|
+
export declare const CreateHostingPrivateDatabaseWhitelistRequest: S.Schema<CreateHostingPrivateDatabaseWhitelistRequest>;
|
|
238
|
+
export interface DeleteHostingPrivateDatabaseDatabaseRequest {
|
|
239
|
+
/** Service name */
|
|
240
|
+
serviceName: string;
|
|
241
|
+
/** Database name */
|
|
242
|
+
databaseName: string;
|
|
243
|
+
}
|
|
244
|
+
export declare const DeleteHostingPrivateDatabaseDatabaseRequest: S.Schema<DeleteHostingPrivateDatabaseDatabaseRequest>;
|
|
245
|
+
export interface DeleteHostingPrivateDatabaseDatabaseCopyRequest {
|
|
246
|
+
/** Service name */
|
|
247
|
+
serviceName: string;
|
|
248
|
+
/** Database name */
|
|
249
|
+
databaseName: string;
|
|
250
|
+
/** Id */
|
|
251
|
+
id: string;
|
|
252
|
+
}
|
|
253
|
+
export declare const DeleteHostingPrivateDatabaseDatabaseCopyRequest: S.Schema<DeleteHostingPrivateDatabaseDatabaseCopyRequest>;
|
|
254
|
+
export interface DeleteHostingPrivateDatabaseDatabaseCopyResponse {
|
|
255
|
+
}
|
|
256
|
+
export declare const DeleteHostingPrivateDatabaseDatabaseCopyResponse: S.Schema<DeleteHostingPrivateDatabaseDatabaseCopyResponse>;
|
|
257
|
+
export interface DeleteHostingPrivateDatabaseDatabaseDumpRequest {
|
|
258
|
+
/** Service name */
|
|
259
|
+
serviceName: string;
|
|
260
|
+
/** Database name */
|
|
261
|
+
databaseName: string;
|
|
262
|
+
/** Id */
|
|
263
|
+
id: number;
|
|
264
|
+
}
|
|
265
|
+
export declare const DeleteHostingPrivateDatabaseDatabaseDumpRequest: S.Schema<DeleteHostingPrivateDatabaseDatabaseDumpRequest>;
|
|
266
|
+
export interface DeleteHostingPrivateDatabaseDumpRequest {
|
|
267
|
+
/** Service name */
|
|
268
|
+
serviceName: string;
|
|
269
|
+
/** Dump ID */
|
|
270
|
+
dumpId: number;
|
|
271
|
+
}
|
|
272
|
+
export declare const DeleteHostingPrivateDatabaseDumpRequest: S.Schema<DeleteHostingPrivateDatabaseDumpRequest>;
|
|
273
|
+
export interface DeleteHostingPrivateDatabaseLogSubscriptionRequest {
|
|
274
|
+
/** Service name */
|
|
275
|
+
serviceName: string;
|
|
276
|
+
/** Subscription ID */
|
|
277
|
+
subscriptionId: string;
|
|
278
|
+
}
|
|
279
|
+
export declare const DeleteHostingPrivateDatabaseLogSubscriptionRequest: S.Schema<DeleteHostingPrivateDatabaseLogSubscriptionRequest>;
|
|
280
|
+
export interface DeleteHostingPrivateDatabaseUserRequest {
|
|
281
|
+
/** Service name */
|
|
282
|
+
serviceName: string;
|
|
283
|
+
/** User name */
|
|
284
|
+
userName: string;
|
|
285
|
+
}
|
|
286
|
+
export declare const DeleteHostingPrivateDatabaseUserRequest: S.Schema<DeleteHostingPrivateDatabaseUserRequest>;
|
|
287
|
+
export interface DeleteHostingPrivateDatabaseUserGrantRequest {
|
|
288
|
+
/** Service name */
|
|
289
|
+
serviceName: string;
|
|
290
|
+
/** User name */
|
|
291
|
+
userName: string;
|
|
292
|
+
/** Database name */
|
|
293
|
+
databaseName: string;
|
|
294
|
+
}
|
|
295
|
+
export declare const DeleteHostingPrivateDatabaseUserGrantRequest: S.Schema<DeleteHostingPrivateDatabaseUserGrantRequest>;
|
|
296
|
+
export interface DeleteHostingPrivateDatabaseWebhostingNetworkRequest {
|
|
297
|
+
/** Service name */
|
|
298
|
+
serviceName: string;
|
|
299
|
+
}
|
|
300
|
+
export declare const DeleteHostingPrivateDatabaseWebhostingNetworkRequest: S.Schema<DeleteHostingPrivateDatabaseWebhostingNetworkRequest>;
|
|
301
|
+
export interface DeleteHostingPrivateDatabaseWhitelistRequest {
|
|
302
|
+
/** Service name */
|
|
303
|
+
serviceName: string;
|
|
304
|
+
/** Ip */
|
|
305
|
+
ip: string;
|
|
306
|
+
}
|
|
307
|
+
export declare const DeleteHostingPrivateDatabaseWhitelistRequest: S.Schema<DeleteHostingPrivateDatabaseWhitelistRequest>;
|
|
308
|
+
export interface DisableHostingPrivateDatabaseDatabaseExtensionRequest {
|
|
309
|
+
/** Service name */
|
|
310
|
+
serviceName: string;
|
|
311
|
+
/** Database name */
|
|
312
|
+
databaseName: string;
|
|
313
|
+
/** Extension name */
|
|
314
|
+
extensionName: string;
|
|
315
|
+
}
|
|
316
|
+
export declare const DisableHostingPrivateDatabaseDatabaseExtensionRequest: S.Schema<DisableHostingPrivateDatabaseDatabaseExtensionRequest>;
|
|
317
|
+
export interface EnableHostingPrivateDatabaseDatabaseExtensionRequest {
|
|
318
|
+
/** Service name */
|
|
319
|
+
serviceName: string;
|
|
320
|
+
/** Database name */
|
|
321
|
+
databaseName: string;
|
|
322
|
+
/** Extension name */
|
|
323
|
+
extensionName: string;
|
|
324
|
+
}
|
|
325
|
+
export declare const EnableHostingPrivateDatabaseDatabaseExtensionRequest: S.Schema<EnableHostingPrivateDatabaseDatabaseExtensionRequest>;
|
|
326
|
+
export interface GenerateHostingPrivateDatabaseTemporaryLogsLinkRequest {
|
|
327
|
+
/** Service name */
|
|
328
|
+
serviceName: string;
|
|
329
|
+
}
|
|
330
|
+
export declare const GenerateHostingPrivateDatabaseTemporaryLogsLinkRequest: S.Schema<GenerateHostingPrivateDatabaseTemporaryLogsLinkRequest>;
|
|
331
|
+
/** Temporary url information */
|
|
332
|
+
export interface HostingPrivateDatabaseTemporaryUrlInformations {
|
|
333
|
+
/** Temporary url expiration date */
|
|
334
|
+
expirationDate?: string;
|
|
335
|
+
/** Temporary url */
|
|
336
|
+
url?: string;
|
|
337
|
+
}
|
|
338
|
+
export declare const HostingPrivateDatabaseTemporaryUrlInformations: S.Schema<HostingPrivateDatabaseTemporaryUrlInformations>;
|
|
339
|
+
export interface GetHostingPrivateDatabaseRequest {
|
|
340
|
+
/** Service name */
|
|
341
|
+
serviceName: string;
|
|
342
|
+
}
|
|
343
|
+
export declare const GetHostingPrivateDatabaseRequest: S.Schema<GetHostingPrivateDatabaseRequest>;
|
|
344
|
+
/** Private database capability */
|
|
345
|
+
export interface HostingPrivateDatabaseCapability {
|
|
346
|
+
/** Can the object be created */
|
|
347
|
+
create?: boolean;
|
|
348
|
+
/** Can the object be deleted */
|
|
349
|
+
delete?: boolean;
|
|
350
|
+
/** Object name */
|
|
351
|
+
object?: string;
|
|
352
|
+
/** Can the object be updated */
|
|
353
|
+
update?: boolean;
|
|
354
|
+
}
|
|
355
|
+
export declare const HostingPrivateDatabaseCapability: S.Schema<HostingPrivateDatabaseCapability>;
|
|
356
|
+
/** Private database capabilities */
|
|
357
|
+
export type HostingPrivateDatabaseServiceWithIAMCapabilitiesList = Array<HostingPrivateDatabaseCapability>;
|
|
358
|
+
export declare const HostingPrivateDatabaseServiceWithIAMCapabilitiesList: S.Schema<HostingPrivateDatabaseServiceWithIAMCapabilitiesList>;
|
|
359
|
+
/** Private database datacenter */
|
|
360
|
+
export type HostingPrivateDatabaseDatacenterEnum = "bhs1" | "gra1" | "gra2" | "gra3";
|
|
361
|
+
export declare const HostingPrivateDatabaseDatacenterEnum: any;
|
|
362
|
+
/** Parameters required to query metrics from OpenTSDB */
|
|
363
|
+
export interface HostingPrivateDatabaseGraphEndpoint {
|
|
364
|
+
/** The OpenTSDB host */
|
|
365
|
+
host?: string | null;
|
|
366
|
+
/** A read-only token */
|
|
367
|
+
readToken?: string | null;
|
|
368
|
+
/** A read-only token ID */
|
|
369
|
+
readTokenId?: string | null;
|
|
370
|
+
}
|
|
371
|
+
export declare const HostingPrivateDatabaseGraphEndpoint: S.Schema<HostingPrivateDatabaseGraphEndpoint>;
|
|
372
|
+
/** Resource tags. Tags that were internally computed are prefixed with ovh: */
|
|
373
|
+
export type IamResourceMetadataTagsMap = {
|
|
374
|
+
[key: string]: string | undefined;
|
|
375
|
+
};
|
|
376
|
+
export declare const IamResourceMetadataTagsMap: S.Schema<IamResourceMetadataTagsMap>;
|
|
377
|
+
/** IAM resource metadata embedded in services models */
|
|
378
|
+
export interface IamResourceMetadata {
|
|
379
|
+
/** Resource display name */
|
|
380
|
+
displayName?: string | null;
|
|
381
|
+
/** Unique identifier of the resource */
|
|
382
|
+
id?: string;
|
|
383
|
+
/** Resource tags. Tags that were internally computed are prefixed with ovh: */
|
|
384
|
+
tags?: IamResourceMetadataTagsMap | null;
|
|
385
|
+
/** Unique resource name used in policies */
|
|
386
|
+
urn?: string;
|
|
387
|
+
}
|
|
388
|
+
export declare const IamResourceMetadata: S.Schema<IamResourceMetadata>;
|
|
389
|
+
/** Private database infrastructure */
|
|
390
|
+
export type HostingPrivateDatabaseInfrastructureEnum = "docker";
|
|
391
|
+
export declare const HostingPrivateDatabaseInfrastructureEnum: any;
|
|
392
|
+
/** Available offers */
|
|
393
|
+
export type HostingPrivateDatabaseOfferEnum = "classic" | "public";
|
|
394
|
+
export declare const HostingPrivateDatabaseOfferEnum: any;
|
|
395
|
+
/** A numeric value tagged with its unit */
|
|
396
|
+
export interface ComplexTypeUnitAndValueLong {
|
|
397
|
+
/** Unit of the value */
|
|
398
|
+
unit?: string;
|
|
399
|
+
value?: number;
|
|
400
|
+
}
|
|
401
|
+
export declare const ComplexTypeUnitAndValueLong: S.Schema<ComplexTypeUnitAndValueLong>;
|
|
402
|
+
/** Private database state */
|
|
403
|
+
export type HostingPrivateDatabaseStateEnum = "detached" | "restartPending" | "startPending" | "started" | "stopPending" | "stopped";
|
|
404
|
+
export declare const HostingPrivateDatabaseStateEnum: any;
|
|
405
|
+
/** Private database type */
|
|
406
|
+
export type HostingPrivateDatabaseTypeEnum = "mariadb" | "mysql" | "postgresql" | "redis";
|
|
407
|
+
export declare const HostingPrivateDatabaseTypeEnum: any;
|
|
408
|
+
/** Private database version */
|
|
409
|
+
export type HostingPrivateDatabaseVersionEnum = "mariadb_10.11" | "mariadb_10.5" | "mariadb_10.6" | "mariadb_11.4" | "mysql_8.0" | "mysql_8.4" | "postgresql_13" | "postgresql_14" | "postgresql_15" | "postgresql_16" | "postgresql_17" | "redis_7.0" | "valkey_7.2";
|
|
410
|
+
export declare const HostingPrivateDatabaseVersionEnum: any;
|
|
411
|
+
/** Web Cloud Database */
|
|
412
|
+
export interface HostingPrivateDatabaseServiceWithIAM {
|
|
413
|
+
/** Private database capabilities */
|
|
414
|
+
capabilities?: HostingPrivateDatabaseServiceWithIAMCapabilitiesList;
|
|
415
|
+
/** Number of cpu on your private database */
|
|
416
|
+
cpu?: number;
|
|
417
|
+
/** Datacenter where this private database is located */
|
|
418
|
+
datacenter?: HostingPrivateDatabaseDatacenterEnum;
|
|
419
|
+
/** Set the name displayed in customer panel for your private database (max 50 chars) */
|
|
420
|
+
displayName?: string | null;
|
|
421
|
+
/** Parameters required to query metrics from OpenTSDB */
|
|
422
|
+
graphEndpoint?: HostingPrivateDatabaseGraphEndpoint | null;
|
|
423
|
+
/** URL for the graphical user interface */
|
|
424
|
+
guiURL?: string | null;
|
|
425
|
+
/** Private database hostname */
|
|
426
|
+
hostname?: string;
|
|
427
|
+
/** Private database ftp hostname */
|
|
428
|
+
hostnameFtp?: string | null;
|
|
429
|
+
/** IAM resource metadata */
|
|
430
|
+
iam?: IamResourceMetadata | null;
|
|
431
|
+
/** Infrastructure where service was stored */
|
|
432
|
+
infrastructure?: HostingPrivateDatabaseInfrastructureEnum;
|
|
433
|
+
/** Private database ip */
|
|
434
|
+
ip?: string | null;
|
|
435
|
+
/** Date of the last data synchronization */
|
|
436
|
+
lastCheck?: string;
|
|
437
|
+
/** Type of the private database offer */
|
|
438
|
+
offer?: HostingPrivateDatabaseOfferEnum;
|
|
439
|
+
/** Private database service port */
|
|
440
|
+
port?: number;
|
|
441
|
+
/** Private database ftp port */
|
|
442
|
+
portFtp?: number | null;
|
|
443
|
+
/** Space allowed on your private database */
|
|
444
|
+
quotaSize?: ComplexTypeUnitAndValueLong;
|
|
445
|
+
/** Total space used on your private database */
|
|
446
|
+
quotaUsed?: ComplexTypeUnitAndValueLong;
|
|
447
|
+
/** Amount of ram on your private database */
|
|
448
|
+
ram?: ComplexTypeUnitAndValueLong;
|
|
449
|
+
/** Private database server name */
|
|
450
|
+
server?: string;
|
|
451
|
+
/** Service name */
|
|
452
|
+
serviceName?: string;
|
|
453
|
+
/** Private database state */
|
|
454
|
+
state?: HostingPrivateDatabaseStateEnum;
|
|
455
|
+
/** Return the TLS certificate authority used by the private database */
|
|
456
|
+
tlsCa?: string | null;
|
|
457
|
+
/** Private database type */
|
|
458
|
+
type?: HostingPrivateDatabaseTypeEnum;
|
|
459
|
+
/** Private database version */
|
|
460
|
+
version?: HostingPrivateDatabaseVersionEnum;
|
|
461
|
+
/** Private database version label */
|
|
462
|
+
versionLabel?: string;
|
|
463
|
+
/** Private database version number */
|
|
464
|
+
versionNumber?: number;
|
|
465
|
+
}
|
|
466
|
+
export declare const HostingPrivateDatabaseServiceWithIAM: S.Schema<HostingPrivateDatabaseServiceWithIAM>;
|
|
467
|
+
export interface GetHostingPrivateDatabaseDatabaseRequest {
|
|
468
|
+
/** Service name */
|
|
469
|
+
serviceName: string;
|
|
470
|
+
/** Database name */
|
|
471
|
+
databaseName: string;
|
|
472
|
+
}
|
|
473
|
+
export declare const GetHostingPrivateDatabaseDatabaseRequest: S.Schema<GetHostingPrivateDatabaseDatabaseRequest>;
|
|
474
|
+
/** Users */
|
|
475
|
+
export interface HostingPrivateDatabaseDatabaseUser {
|
|
476
|
+
/** The grantId associated for this databaseName and this userName */
|
|
477
|
+
grantId?: number;
|
|
478
|
+
/** User's rights on this database */
|
|
479
|
+
grantType?: HostingPrivateDatabaseGrantGrantEnum;
|
|
480
|
+
/** User's name granted on this database */
|
|
481
|
+
userName?: string;
|
|
482
|
+
}
|
|
483
|
+
export declare const HostingPrivateDatabaseDatabaseUser: S.Schema<HostingPrivateDatabaseDatabaseUser>;
|
|
484
|
+
/** Users granted to this database */
|
|
485
|
+
export type HostingPrivateDatabaseDatabaseUsersList = Array<HostingPrivateDatabaseDatabaseUser>;
|
|
486
|
+
export declare const HostingPrivateDatabaseDatabaseUsersList: S.Schema<HostingPrivateDatabaseDatabaseUsersList>;
|
|
487
|
+
/** Databases */
|
|
488
|
+
export interface HostingPrivateDatabaseDatabase {
|
|
489
|
+
/** Time of the next backup (every day) */
|
|
490
|
+
backupTime?: string | null;
|
|
491
|
+
/** Creation date of the database */
|
|
492
|
+
creationDate?: string;
|
|
493
|
+
/** Database name */
|
|
494
|
+
databaseName?: string;
|
|
495
|
+
/** Space used by the database */
|
|
496
|
+
quotaUsed?: ComplexTypeUnitAndValueLong;
|
|
497
|
+
/** Users granted to this database */
|
|
498
|
+
users?: HostingPrivateDatabaseDatabaseUsersList;
|
|
499
|
+
}
|
|
500
|
+
export declare const HostingPrivateDatabaseDatabase: S.Schema<HostingPrivateDatabaseDatabase>;
|
|
501
|
+
export interface GetHostingPrivateDatabaseDatabaseCopyRequest {
|
|
502
|
+
/** Service name */
|
|
503
|
+
serviceName: string;
|
|
504
|
+
/** Database name */
|
|
505
|
+
databaseName: string;
|
|
506
|
+
/** Id */
|
|
507
|
+
id: string;
|
|
508
|
+
}
|
|
509
|
+
export declare const GetHostingPrivateDatabaseDatabaseCopyRequest: S.Schema<GetHostingPrivateDatabaseDatabaseCopyRequest>;
|
|
510
|
+
export interface GetHostingPrivateDatabaseDatabaseDumpRequest {
|
|
511
|
+
/** Service name */
|
|
512
|
+
serviceName: string;
|
|
513
|
+
/** Database name */
|
|
514
|
+
databaseName: string;
|
|
515
|
+
/** Id */
|
|
516
|
+
id: number;
|
|
517
|
+
}
|
|
518
|
+
export declare const GetHostingPrivateDatabaseDatabaseDumpRequest: S.Schema<GetHostingPrivateDatabaseDatabaseDumpRequest>;
|
|
519
|
+
/** Dumps */
|
|
520
|
+
export interface HostingPrivateDatabaseDatabaseDump {
|
|
521
|
+
/** Creation date of the dump */
|
|
522
|
+
creationDate?: string;
|
|
523
|
+
/** Dump of this database name */
|
|
524
|
+
databaseName?: string;
|
|
525
|
+
/** Automatic deletion date of the dump */
|
|
526
|
+
deletionDate?: string;
|
|
527
|
+
/** Dump id */
|
|
528
|
+
id?: number;
|
|
529
|
+
/** Dump URL access */
|
|
530
|
+
url?: string;
|
|
531
|
+
}
|
|
532
|
+
export declare const HostingPrivateDatabaseDatabaseDump: S.Schema<HostingPrivateDatabaseDatabaseDump>;
|
|
533
|
+
export interface GetHostingPrivateDatabaseDatabaseExtensionRequest {
|
|
534
|
+
/** Service name */
|
|
535
|
+
serviceName: string;
|
|
536
|
+
/** Database name */
|
|
537
|
+
databaseName: string;
|
|
538
|
+
/** Extension name */
|
|
539
|
+
extensionName: string;
|
|
540
|
+
}
|
|
541
|
+
export declare const GetHostingPrivateDatabaseDatabaseExtensionRequest: S.Schema<GetHostingPrivateDatabaseDatabaseExtensionRequest>;
|
|
542
|
+
/** Required extensions */
|
|
543
|
+
export type HostingPrivateDatabaseExtensionRequiredExtensionsList = Array<string>;
|
|
544
|
+
export declare const HostingPrivateDatabaseExtensionRequiredExtensionsList: S.Schema<HostingPrivateDatabaseExtensionRequiredExtensionsList>;
|
|
545
|
+
/** Extension status */
|
|
546
|
+
export type HostingPrivateDatabaseExtensionStatusEnum = "disabled" | "disabling" | "enabled" | "enabling";
|
|
547
|
+
export declare const HostingPrivateDatabaseExtensionStatusEnum: any;
|
|
548
|
+
/** Webcloud Database extension */
|
|
549
|
+
export interface HostingPrivateDatabaseExtension {
|
|
550
|
+
/** Extension details */
|
|
551
|
+
description?: string;
|
|
552
|
+
/** Extension name */
|
|
553
|
+
extensionName?: string;
|
|
554
|
+
/** Required extensions */
|
|
555
|
+
requiredExtensions?: HostingPrivateDatabaseExtensionRequiredExtensionsList;
|
|
556
|
+
/** Extension status */
|
|
557
|
+
status?: HostingPrivateDatabaseExtensionStatusEnum;
|
|
558
|
+
}
|
|
559
|
+
export declare const HostingPrivateDatabaseExtension: S.Schema<HostingPrivateDatabaseExtension>;
|
|
560
|
+
export interface GetHostingPrivateDatabaseDumpRequest {
|
|
561
|
+
/** Service name */
|
|
562
|
+
serviceName: string;
|
|
563
|
+
/** Dump ID */
|
|
564
|
+
dumpId: number;
|
|
565
|
+
}
|
|
566
|
+
export declare const GetHostingPrivateDatabaseDumpRequest: S.Schema<GetHostingPrivateDatabaseDumpRequest>;
|
|
567
|
+
/** Dumps */
|
|
568
|
+
export interface HostingPrivateDatabaseDump {
|
|
569
|
+
/** Creation date of the dump */
|
|
570
|
+
creationDate?: string;
|
|
571
|
+
/** Dump of this database name */
|
|
572
|
+
databaseName?: string;
|
|
573
|
+
/** Automatic deletion date of the dump */
|
|
574
|
+
deletionDate?: string;
|
|
575
|
+
/** Dump id */
|
|
576
|
+
dumpId?: number;
|
|
577
|
+
/** Dump orphan flag (true if database does not exists) */
|
|
578
|
+
orphan?: boolean;
|
|
579
|
+
/** Dump URL access */
|
|
580
|
+
url?: string;
|
|
581
|
+
}
|
|
582
|
+
export declare const HostingPrivateDatabaseDump: S.Schema<HostingPrivateDatabaseDump>;
|
|
583
|
+
export interface GetHostingPrivateDatabaseLogKindRequest {
|
|
584
|
+
/** Service name */
|
|
585
|
+
serviceName: string;
|
|
586
|
+
/** Name */
|
|
587
|
+
name: string;
|
|
588
|
+
}
|
|
589
|
+
export declare const GetHostingPrivateDatabaseLogKindRequest: S.Schema<GetHostingPrivateDatabaseLogKindRequest>;
|
|
590
|
+
/** List of additional log fields managed in this log kind */
|
|
591
|
+
export type DbaasLogsLogKindAdditionalReturnedFieldsList = Array<string>;
|
|
592
|
+
export declare const DbaasLogsLogKindAdditionalReturnedFieldsList: S.Schema<DbaasLogsLogKindAdditionalReturnedFieldsList>;
|
|
593
|
+
/** Log kind */
|
|
594
|
+
export interface DbaasLogsLogKind {
|
|
595
|
+
/** List of additional log fields managed in this log kind */
|
|
596
|
+
additionalReturnedFields?: DbaasLogsLogKindAdditionalReturnedFieldsList;
|
|
597
|
+
/** Creation date of the log kind */
|
|
598
|
+
createdAt?: string;
|
|
599
|
+
/** Log kind display name */
|
|
600
|
+
displayName?: string;
|
|
601
|
+
/** Log kind ID */
|
|
602
|
+
kindId?: string;
|
|
603
|
+
/** Log kind name */
|
|
604
|
+
name?: string;
|
|
605
|
+
/** Last update date of the log kind */
|
|
606
|
+
updatedAt?: string;
|
|
607
|
+
}
|
|
608
|
+
export declare const DbaasLogsLogKind: S.Schema<DbaasLogsLogKind>;
|
|
609
|
+
export interface GetHostingPrivateDatabaseLogSubscriptionRequest {
|
|
610
|
+
/** Service name */
|
|
611
|
+
serviceName: string;
|
|
612
|
+
/** Subscription ID */
|
|
613
|
+
subscriptionId: string;
|
|
614
|
+
}
|
|
615
|
+
export declare const GetHostingPrivateDatabaseLogSubscriptionRequest: S.Schema<GetHostingPrivateDatabaseLogSubscriptionRequest>;
|
|
616
|
+
/** Log subscription resource */
|
|
617
|
+
export interface DbaasLogsLogSubscriptionResource {
|
|
618
|
+
/** Name of subscribed resource */
|
|
619
|
+
name?: string;
|
|
620
|
+
/** Type of subscribed resource */
|
|
621
|
+
type?: string;
|
|
622
|
+
}
|
|
623
|
+
export declare const DbaasLogsLogSubscriptionResource: S.Schema<DbaasLogsLogSubscriptionResource>;
|
|
624
|
+
/** Log subscription */
|
|
625
|
+
export interface DbaasLogsLogSubscription {
|
|
626
|
+
/** Creation date of the subscription */
|
|
627
|
+
createdAt?: string;
|
|
628
|
+
/** Log kind name of this subscription */
|
|
629
|
+
kind?: string;
|
|
630
|
+
/** Subscribed resource, where the logs come from */
|
|
631
|
+
resource?: DbaasLogsLogSubscriptionResource;
|
|
632
|
+
/** Name of the destination log service */
|
|
633
|
+
serviceName?: string;
|
|
634
|
+
/** Id of the destination log stream */
|
|
635
|
+
streamId?: string;
|
|
636
|
+
/** Subscription ID */
|
|
637
|
+
subscriptionId?: string;
|
|
638
|
+
/** Last update date of the subscription */
|
|
639
|
+
updatedAt?: string;
|
|
640
|
+
}
|
|
641
|
+
export declare const DbaasLogsLogSubscription: S.Schema<DbaasLogsLogSubscription>;
|
|
642
|
+
export interface GetHostingPrivateDatabaseMetricsTokenRequest {
|
|
643
|
+
/** Service name */
|
|
644
|
+
serviceName: string;
|
|
645
|
+
}
|
|
646
|
+
export declare const GetHostingPrivateDatabaseMetricsTokenRequest: S.Schema<GetHostingPrivateDatabaseMetricsTokenRequest>;
|
|
647
|
+
/** Metrics token */
|
|
648
|
+
export interface HostingPrivateDatabaseMetricsToken {
|
|
649
|
+
/** Backend url */
|
|
650
|
+
endpoint?: string;
|
|
651
|
+
/** Generated token */
|
|
652
|
+
token?: string;
|
|
653
|
+
}
|
|
654
|
+
export declare const HostingPrivateDatabaseMetricsToken: S.Schema<HostingPrivateDatabaseMetricsToken>;
|
|
655
|
+
export interface GetHostingPrivateDatabaseServiceInfosRequest {
|
|
656
|
+
/** Service name */
|
|
657
|
+
serviceName: string;
|
|
658
|
+
}
|
|
659
|
+
export declare const GetHostingPrivateDatabaseServiceInfosRequest: S.Schema<GetHostingPrivateDatabaseServiceInfosRequest>;
|
|
660
|
+
/** All the possible renew period of your service in month */
|
|
661
|
+
export type ServicesServicePossibleRenewPeriodList = Array<number>;
|
|
662
|
+
export declare const ServicesServicePossibleRenewPeriodList: S.Schema<ServicesServicePossibleRenewPeriodList>;
|
|
663
|
+
/** Map a possible renew for a specific service */
|
|
664
|
+
export interface ServiceRenewType {
|
|
665
|
+
/** The service is automatically renewed */
|
|
666
|
+
automatic?: boolean;
|
|
667
|
+
/** The service will be deleted at expiration */
|
|
668
|
+
deleteAtExpiration?: boolean;
|
|
669
|
+
/** The service forced to be renewed */
|
|
670
|
+
forced?: boolean;
|
|
671
|
+
/** The service needs to be manually renewed and paid */
|
|
672
|
+
manualPayment?: boolean | null;
|
|
673
|
+
/** period of renew in month */
|
|
674
|
+
period?: number | null;
|
|
675
|
+
}
|
|
676
|
+
export declare const ServiceRenewType: S.Schema<ServiceRenewType>;
|
|
677
|
+
/** Detailed renewal type of a service */
|
|
678
|
+
export type ServiceRenewalTypeEnum = "automaticForcedProduct" | "automaticV2012" | "automaticV2014" | "automaticV2016" | "manual" | "oneShot" | "option";
|
|
679
|
+
export declare const ServiceRenewalTypeEnum: any;
|
|
680
|
+
/** service.StateEnum */
|
|
681
|
+
export type ServiceStateEnum = "autorenewInProgress" | "expired" | "inCreation" | "ok" | "pendingDebt" | "unPaid";
|
|
682
|
+
export declare const ServiceStateEnum: any;
|
|
683
|
+
/** Details about a Service */
|
|
684
|
+
export interface ServicesService {
|
|
685
|
+
/** Indicates that the service can be set up to be deleted at expiration */
|
|
686
|
+
canDeleteAtExpiration?: boolean;
|
|
687
|
+
contactAdmin?: string;
|
|
688
|
+
contactBilling?: string;
|
|
689
|
+
contactTech?: string;
|
|
690
|
+
creation?: string;
|
|
691
|
+
domain?: string;
|
|
692
|
+
engagedUpTo?: string | null;
|
|
693
|
+
expiration?: string;
|
|
694
|
+
/** All the possible renew period of your service in month */
|
|
695
|
+
possibleRenewPeriod?: ServicesServicePossibleRenewPeriodList | null;
|
|
696
|
+
/** Way of handling the renew */
|
|
697
|
+
renew?: ServiceRenewType | null;
|
|
698
|
+
renewalType?: ServiceRenewalTypeEnum;
|
|
699
|
+
serviceId?: number;
|
|
700
|
+
status?: ServiceStateEnum;
|
|
701
|
+
}
|
|
702
|
+
export declare const ServicesService: S.Schema<ServicesService>;
|
|
703
|
+
export interface GetHostingPrivateDatabaseTaskRequest {
|
|
704
|
+
/** Service name */
|
|
705
|
+
serviceName: string;
|
|
706
|
+
/** Id */
|
|
707
|
+
id: number;
|
|
708
|
+
}
|
|
709
|
+
export declare const GetHostingPrivateDatabaseTaskRequest: S.Schema<GetHostingPrivateDatabaseTaskRequest>;
|
|
710
|
+
export interface GetHostingPrivateDatabaseUserRequest {
|
|
711
|
+
/** Service name */
|
|
712
|
+
serviceName: string;
|
|
713
|
+
/** User name */
|
|
714
|
+
userName: string;
|
|
715
|
+
}
|
|
716
|
+
export declare const GetHostingPrivateDatabaseUserRequest: S.Schema<GetHostingPrivateDatabaseUserRequest>;
|
|
717
|
+
/** Users */
|
|
718
|
+
export interface HostingPrivateDatabaseUserDatabase {
|
|
719
|
+
/** Database granted for this user */
|
|
720
|
+
databaseName?: string;
|
|
721
|
+
/** The grantId associated for this databaseName and this userName */
|
|
722
|
+
grantId?: number;
|
|
723
|
+
/** User's rights on this database */
|
|
724
|
+
grantType?: HostingPrivateDatabaseGrantGrantEnum;
|
|
725
|
+
}
|
|
726
|
+
export declare const HostingPrivateDatabaseUserDatabase: S.Schema<HostingPrivateDatabaseUserDatabase>;
|
|
727
|
+
/** Databases granted for this user */
|
|
728
|
+
export type HostingPrivateDatabaseUserDatabasesList = Array<HostingPrivateDatabaseUserDatabase>;
|
|
729
|
+
export declare const HostingPrivateDatabaseUserDatabasesList: S.Schema<HostingPrivateDatabaseUserDatabasesList>;
|
|
730
|
+
/** Users */
|
|
731
|
+
export interface HostingPrivateDatabaseUser {
|
|
732
|
+
/** Creation date of the user */
|
|
733
|
+
creationDate?: string;
|
|
734
|
+
/** Databases granted for this user */
|
|
735
|
+
databases?: HostingPrivateDatabaseUserDatabasesList;
|
|
736
|
+
/** User name used to connect to your databases */
|
|
737
|
+
userName?: string;
|
|
738
|
+
}
|
|
739
|
+
export declare const HostingPrivateDatabaseUser: S.Schema<HostingPrivateDatabaseUser>;
|
|
740
|
+
export interface GetHostingPrivateDatabaseUserGrantRequest {
|
|
741
|
+
/** Service name */
|
|
742
|
+
serviceName: string;
|
|
743
|
+
/** User name */
|
|
744
|
+
userName: string;
|
|
745
|
+
/** Database name */
|
|
746
|
+
databaseName: string;
|
|
747
|
+
}
|
|
748
|
+
export declare const GetHostingPrivateDatabaseUserGrantRequest: S.Schema<GetHostingPrivateDatabaseUserGrantRequest>;
|
|
749
|
+
/** Grant */
|
|
750
|
+
export interface HostingPrivateDatabaseUserGrant {
|
|
751
|
+
/** Automatic deletion date of the dump */
|
|
752
|
+
creationDate?: string;
|
|
753
|
+
/** Dump of this database name */
|
|
754
|
+
databaseName?: string;
|
|
755
|
+
/** Grant set */
|
|
756
|
+
grant?: HostingPrivateDatabaseGrantGrantEnum;
|
|
757
|
+
}
|
|
758
|
+
export declare const HostingPrivateDatabaseUserGrant: S.Schema<HostingPrivateDatabaseUserGrant>;
|
|
759
|
+
export interface GetHostingPrivateDatabaseWebhostingNetworkRequest {
|
|
760
|
+
/** Service name */
|
|
761
|
+
serviceName: string;
|
|
762
|
+
}
|
|
763
|
+
export declare const GetHostingPrivateDatabaseWebhostingNetworkRequest: S.Schema<GetHostingPrivateDatabaseWebhostingNetworkRequest>;
|
|
764
|
+
/** Webhosting network status */
|
|
765
|
+
export type HostingPrivateDatabaseWebhostingNetworkStatusEnum = "disabled" | "disabling" | "enabled" | "enabling";
|
|
766
|
+
export declare const HostingPrivateDatabaseWebhostingNetworkStatusEnum: any;
|
|
767
|
+
/** webhosting Network */
|
|
768
|
+
export interface HostingPrivateDatabaseWebhostingNetwork {
|
|
769
|
+
/** Webhosting network status */
|
|
770
|
+
status?: HostingPrivateDatabaseWebhostingNetworkStatusEnum;
|
|
771
|
+
}
|
|
772
|
+
export declare const HostingPrivateDatabaseWebhostingNetwork: S.Schema<HostingPrivateDatabaseWebhostingNetwork>;
|
|
773
|
+
export interface GetHostingPrivateDatabaseWhitelistRequest {
|
|
774
|
+
/** Service name */
|
|
775
|
+
serviceName: string;
|
|
776
|
+
/** Ip */
|
|
777
|
+
ip: string;
|
|
778
|
+
}
|
|
779
|
+
export declare const GetHostingPrivateDatabaseWhitelistRequest: S.Schema<GetHostingPrivateDatabaseWhitelistRequest>;
|
|
780
|
+
/** Whitelist status */
|
|
781
|
+
export type HostingPrivateDatabaseWhitelistStatusEnum = "created" | "creating" | "deleting" | "updating";
|
|
782
|
+
export declare const HostingPrivateDatabaseWhitelistStatusEnum: any;
|
|
783
|
+
/** Whitelist */
|
|
784
|
+
export interface HostingPrivateDatabaseWhitelist {
|
|
785
|
+
/** Creation date of this whitelist */
|
|
786
|
+
creationDate?: string;
|
|
787
|
+
/** The whitelisted IP in your Web Cloud Database */
|
|
788
|
+
ip?: string;
|
|
789
|
+
/** The last update date of this whitelist */
|
|
790
|
+
lastUpdate?: string;
|
|
791
|
+
/** Custom name for your Whitelisted IP */
|
|
792
|
+
name?: string | null;
|
|
793
|
+
/** Authorize this IP to access service port */
|
|
794
|
+
service?: boolean;
|
|
795
|
+
/** Authorize this IP to access sftp port */
|
|
796
|
+
sftp?: boolean;
|
|
797
|
+
/** Whitelist status */
|
|
798
|
+
status?: HostingPrivateDatabaseWhitelistStatusEnum;
|
|
799
|
+
/** The id of the task working on this object */
|
|
800
|
+
taskId?: number | null;
|
|
801
|
+
}
|
|
802
|
+
export declare const HostingPrivateDatabaseWhitelist: S.Schema<HostingPrivateDatabaseWhitelist>;
|
|
803
|
+
export interface ImportHostingPrivateDatabaseDatabaseRequest {
|
|
804
|
+
/** Service name */
|
|
805
|
+
serviceName: string;
|
|
806
|
+
/** Database name */
|
|
807
|
+
databaseName: string;
|
|
808
|
+
/** Documents ID of the dump from /me/documents */
|
|
809
|
+
documentId: string;
|
|
810
|
+
/** Whether to flush the database before importing the dump (default to false) */
|
|
811
|
+
flushDatabase?: boolean;
|
|
812
|
+
/** Whether to receive an email when the import is complete (default to false) */
|
|
813
|
+
sendEmail?: boolean;
|
|
814
|
+
}
|
|
815
|
+
export declare const ImportHostingPrivateDatabaseDatabaseRequest: S.Schema<ImportHostingPrivateDatabaseDatabaseRequest>;
|
|
816
|
+
/** Resource tag filter */
|
|
817
|
+
export interface IamResourceTagFilterInput {
|
|
818
|
+
}
|
|
819
|
+
export declare const IamResourceTagFilterInput: S.Schema<IamResourceTagFilterInput>;
|
|
820
|
+
export type ListHostingPrivateDatabaseRequestIamTagsValueList = Array<IamResourceTagFilterInput>;
|
|
821
|
+
export declare const ListHostingPrivateDatabaseRequestIamTagsValueList: S.Schema<ListHostingPrivateDatabaseRequestIamTagsValueList>;
|
|
822
|
+
export type ListHostingPrivateDatabaseRequestIamTagsMap = {
|
|
823
|
+
[key: string]: ListHostingPrivateDatabaseRequestIamTagsValueList | undefined;
|
|
824
|
+
};
|
|
825
|
+
export declare const ListHostingPrivateDatabaseRequestIamTagsMap: S.Schema<ListHostingPrivateDatabaseRequestIamTagsMap>;
|
|
826
|
+
export interface ListHostingPrivateDatabaseRequest {
|
|
827
|
+
/** Filter resources on IAM tags */
|
|
828
|
+
iamTags?: ListHostingPrivateDatabaseRequestIamTagsMap;
|
|
829
|
+
}
|
|
830
|
+
export declare const ListHostingPrivateDatabaseRequest: S.Schema<ListHostingPrivateDatabaseRequest>;
|
|
831
|
+
export type ListHostingPrivateDatabaseResponseBodyList = Array<string>;
|
|
832
|
+
export declare const ListHostingPrivateDatabaseResponseBodyList: S.Schema<ListHostingPrivateDatabaseResponseBodyList>;
|
|
833
|
+
export type ListHostingPrivateDatabaseResponse = ListHostingPrivateDatabaseResponseBodyList;
|
|
834
|
+
export declare const ListHostingPrivateDatabaseResponse: S.Schema<ListHostingPrivateDatabaseResponse>;
|
|
835
|
+
export interface ListHostingPrivateDatabaseAvailableOrderCapacitiesRequest {
|
|
836
|
+
offer: HostingPrivateDatabaseOfferEnum | (string & {});
|
|
837
|
+
}
|
|
838
|
+
export declare const ListHostingPrivateDatabaseAvailableOrderCapacitiesRequest: S.Schema<ListHostingPrivateDatabaseAvailableOrderCapacitiesRequest>;
|
|
839
|
+
/** A list of datacenter available for this offer */
|
|
840
|
+
export type HostingPrivateDatabaseAvailableOrderCapacitiesDatacenterList = Array<HostingPrivateDatabaseDatacenterEnum>;
|
|
841
|
+
export declare const HostingPrivateDatabaseAvailableOrderCapacitiesDatacenterList: S.Schema<HostingPrivateDatabaseAvailableOrderCapacitiesDatacenterList>;
|
|
842
|
+
/** Private database available ram sizes */
|
|
843
|
+
export type HostingPrivateDatabaseAvailableRamSizeEnum = "1024" | "2048" | "4096" | "512";
|
|
844
|
+
export declare const HostingPrivateDatabaseAvailableRamSizeEnum: any;
|
|
845
|
+
/** A list of ram size available for this offer */
|
|
846
|
+
export type HostingPrivateDatabaseAvailableOrderCapacitiesRamList = Array<HostingPrivateDatabaseAvailableRamSizeEnum>;
|
|
847
|
+
export declare const HostingPrivateDatabaseAvailableOrderCapacitiesRamList: S.Schema<HostingPrivateDatabaseAvailableOrderCapacitiesRamList>;
|
|
848
|
+
/** A list of version available for this offer */
|
|
849
|
+
export type HostingPrivateDatabaseAvailableOrderCapacitiesVersionList = Array<HostingPrivateDatabaseAvailableVersionEnum>;
|
|
850
|
+
export declare const HostingPrivateDatabaseAvailableOrderCapacitiesVersionList: S.Schema<HostingPrivateDatabaseAvailableOrderCapacitiesVersionList>;
|
|
851
|
+
/** Description for available order capacities following an offer */
|
|
852
|
+
export interface HostingPrivateDatabaseAvailableOrderCapacities {
|
|
853
|
+
/** A list of datacenter available for this offer */
|
|
854
|
+
datacenter?: HostingPrivateDatabaseAvailableOrderCapacitiesDatacenterList;
|
|
855
|
+
/** Offer */
|
|
856
|
+
offer?: HostingPrivateDatabaseOfferEnum;
|
|
857
|
+
/** A list of ram size available for this offer */
|
|
858
|
+
ram?: HostingPrivateDatabaseAvailableOrderCapacitiesRamList;
|
|
859
|
+
/** A list of version available for this offer */
|
|
860
|
+
version?: HostingPrivateDatabaseAvailableOrderCapacitiesVersionList;
|
|
861
|
+
}
|
|
862
|
+
export declare const HostingPrivateDatabaseAvailableOrderCapacities: S.Schema<HostingPrivateDatabaseAvailableOrderCapacities>;
|
|
863
|
+
export interface ListHostingPrivateDatabaseAvailableVersionsRequest {
|
|
864
|
+
/** Service name */
|
|
865
|
+
serviceName: string;
|
|
866
|
+
}
|
|
867
|
+
export declare const ListHostingPrivateDatabaseAvailableVersionsRequest: S.Schema<ListHostingPrivateDatabaseAvailableVersionsRequest>;
|
|
868
|
+
export type ListHostingPrivateDatabaseAvailableVersionsResponseBodyList = Array<HostingPrivateDatabaseAvailableVersionEnum>;
|
|
869
|
+
export declare const ListHostingPrivateDatabaseAvailableVersionsResponseBodyList: S.Schema<ListHostingPrivateDatabaseAvailableVersionsResponseBodyList>;
|
|
870
|
+
export type ListHostingPrivateDatabaseAvailableVersionsResponse = ListHostingPrivateDatabaseAvailableVersionsResponseBodyList;
|
|
871
|
+
export declare const ListHostingPrivateDatabaseAvailableVersionsResponse: S.Schema<ListHostingPrivateDatabaseAvailableVersionsResponse>;
|
|
872
|
+
export interface ListHostingPrivateDatabaseConfigRequest {
|
|
873
|
+
/** Service name */
|
|
874
|
+
serviceName: string;
|
|
875
|
+
}
|
|
876
|
+
export declare const ListHostingPrivateDatabaseConfigRequest: S.Schema<ListHostingPrivateDatabaseConfigRequest>;
|
|
877
|
+
/** Configuration available values */
|
|
878
|
+
export type HostingPrivateDatabaseConfigDetailAvailableValuesList = Array<string>;
|
|
879
|
+
export declare const HostingPrivateDatabaseConfigDetailAvailableValuesList: S.Schema<HostingPrivateDatabaseConfigDetailAvailableValuesList>;
|
|
880
|
+
/** Web Cloud Database config type */
|
|
881
|
+
export type HostingPrivateDatabaseConfigTypeEnum = "boolean" | "number" | "string";
|
|
882
|
+
export declare const HostingPrivateDatabaseConfigTypeEnum: any;
|
|
883
|
+
/** Config detail */
|
|
884
|
+
export interface HostingPrivateDatabaseConfigDetail {
|
|
885
|
+
/** Configuration available values */
|
|
886
|
+
availableValues?: HostingPrivateDatabaseConfigDetailAvailableValuesList;
|
|
887
|
+
/** Configuration default value */
|
|
888
|
+
defaultValue?: string;
|
|
889
|
+
/** Configuration description */
|
|
890
|
+
description?: string;
|
|
891
|
+
/** Configuration key name */
|
|
892
|
+
key?: string;
|
|
893
|
+
/** Configuration last update */
|
|
894
|
+
lastUpdate?: string;
|
|
895
|
+
/** Configuration value type */
|
|
896
|
+
type?: HostingPrivateDatabaseConfigTypeEnum;
|
|
897
|
+
/** Configuration unit type */
|
|
898
|
+
unit?: string | null;
|
|
899
|
+
/** Configuration current value */
|
|
900
|
+
value?: string;
|
|
901
|
+
}
|
|
902
|
+
export declare const HostingPrivateDatabaseConfigDetail: S.Schema<HostingPrivateDatabaseConfigDetail>;
|
|
903
|
+
/** Configuration details */
|
|
904
|
+
export type HostingPrivateDatabaseConfigsDetailsList = Array<HostingPrivateDatabaseConfigDetail>;
|
|
905
|
+
export declare const HostingPrivateDatabaseConfigsDetailsList: S.Schema<HostingPrivateDatabaseConfigsDetailsList>;
|
|
906
|
+
/** Web Cloud Database config status */
|
|
907
|
+
export type HostingPrivateDatabaseConfigStatusEnum = "applied" | "updating";
|
|
908
|
+
export declare const HostingPrivateDatabaseConfigStatusEnum: any;
|
|
909
|
+
/** Configs */
|
|
910
|
+
export interface HostingPrivateDatabaseConfigs {
|
|
911
|
+
/** Configuration details */
|
|
912
|
+
details?: HostingPrivateDatabaseConfigsDetailsList;
|
|
913
|
+
/** Configuration last update */
|
|
914
|
+
lastUpdate?: string;
|
|
915
|
+
/** Configuration status */
|
|
916
|
+
status?: HostingPrivateDatabaseConfigStatusEnum;
|
|
917
|
+
/** Configuration linked task id */
|
|
918
|
+
taskId?: number | null;
|
|
919
|
+
}
|
|
920
|
+
export declare const HostingPrivateDatabaseConfigs: S.Schema<HostingPrivateDatabaseConfigs>;
|
|
921
|
+
export interface ListHostingPrivateDatabaseCpuThrottleRequest {
|
|
922
|
+
/** Service name */
|
|
923
|
+
serviceName: string;
|
|
924
|
+
}
|
|
925
|
+
export declare const ListHostingPrivateDatabaseCpuThrottleRequest: S.Schema<ListHostingPrivateDatabaseCpuThrottleRequest>;
|
|
926
|
+
/** CPU throttle informations */
|
|
927
|
+
export interface HostingPrivateDatabaseCpuThrottle {
|
|
928
|
+
/** End date of the CPU throttle */
|
|
929
|
+
endDate?: string | null;
|
|
930
|
+
/** Start date of the CPU throttle */
|
|
931
|
+
startDate?: string;
|
|
932
|
+
}
|
|
933
|
+
export declare const HostingPrivateDatabaseCpuThrottle: S.Schema<HostingPrivateDatabaseCpuThrottle>;
|
|
934
|
+
export type ListHostingPrivateDatabaseCpuThrottleResponseBodyList = Array<HostingPrivateDatabaseCpuThrottle>;
|
|
935
|
+
export declare const ListHostingPrivateDatabaseCpuThrottleResponseBodyList: S.Schema<ListHostingPrivateDatabaseCpuThrottleResponseBodyList>;
|
|
936
|
+
export type ListHostingPrivateDatabaseCpuThrottleResponse = ListHostingPrivateDatabaseCpuThrottleResponseBodyList;
|
|
937
|
+
export declare const ListHostingPrivateDatabaseCpuThrottleResponse: S.Schema<ListHostingPrivateDatabaseCpuThrottleResponse>;
|
|
938
|
+
export interface ListHostingPrivateDatabaseDatabaseRequest {
|
|
939
|
+
/** Service name */
|
|
940
|
+
serviceName: string;
|
|
941
|
+
}
|
|
942
|
+
export declare const ListHostingPrivateDatabaseDatabaseRequest: S.Schema<ListHostingPrivateDatabaseDatabaseRequest>;
|
|
943
|
+
export type ListHostingPrivateDatabaseDatabaseResponseBodyList = Array<string>;
|
|
944
|
+
export declare const ListHostingPrivateDatabaseDatabaseResponseBodyList: S.Schema<ListHostingPrivateDatabaseDatabaseResponseBodyList>;
|
|
945
|
+
export type ListHostingPrivateDatabaseDatabaseResponse = ListHostingPrivateDatabaseDatabaseResponseBodyList;
|
|
946
|
+
export declare const ListHostingPrivateDatabaseDatabaseResponse: S.Schema<ListHostingPrivateDatabaseDatabaseResponse>;
|
|
947
|
+
export interface ListHostingPrivateDatabaseDatabaseCopyRequest {
|
|
948
|
+
/** Service name */
|
|
949
|
+
serviceName: string;
|
|
950
|
+
/** Database name */
|
|
951
|
+
databaseName: string;
|
|
952
|
+
}
|
|
953
|
+
export declare const ListHostingPrivateDatabaseDatabaseCopyRequest: S.Schema<ListHostingPrivateDatabaseDatabaseCopyRequest>;
|
|
954
|
+
export type ListHostingPrivateDatabaseDatabaseCopyResponseBodyList = Array<string>;
|
|
955
|
+
export declare const ListHostingPrivateDatabaseDatabaseCopyResponseBodyList: S.Schema<ListHostingPrivateDatabaseDatabaseCopyResponseBodyList>;
|
|
956
|
+
export type ListHostingPrivateDatabaseDatabaseCopyResponse = ListHostingPrivateDatabaseDatabaseCopyResponseBodyList;
|
|
957
|
+
export declare const ListHostingPrivateDatabaseDatabaseCopyResponse: S.Schema<ListHostingPrivateDatabaseDatabaseCopyResponse>;
|
|
958
|
+
export interface ListHostingPrivateDatabaseDatabaseDumpRequest {
|
|
959
|
+
/** Service name */
|
|
960
|
+
serviceName: string;
|
|
961
|
+
/** Database name */
|
|
962
|
+
databaseName: string;
|
|
963
|
+
}
|
|
964
|
+
export declare const ListHostingPrivateDatabaseDatabaseDumpRequest: S.Schema<ListHostingPrivateDatabaseDatabaseDumpRequest>;
|
|
965
|
+
export type ListHostingPrivateDatabaseDatabaseDumpResponseBodyList = Array<number>;
|
|
966
|
+
export declare const ListHostingPrivateDatabaseDatabaseDumpResponseBodyList: S.Schema<ListHostingPrivateDatabaseDatabaseDumpResponseBodyList>;
|
|
967
|
+
export type ListHostingPrivateDatabaseDatabaseDumpResponse = ListHostingPrivateDatabaseDatabaseDumpResponseBodyList;
|
|
968
|
+
export declare const ListHostingPrivateDatabaseDatabaseDumpResponse: S.Schema<ListHostingPrivateDatabaseDatabaseDumpResponse>;
|
|
969
|
+
export interface ListHostingPrivateDatabaseDatabaseExtensionRequest {
|
|
970
|
+
/** Service name */
|
|
971
|
+
serviceName: string;
|
|
972
|
+
/** Database name */
|
|
973
|
+
databaseName: string;
|
|
974
|
+
/** Filter results on extension name (like) */
|
|
975
|
+
extensionName?: string;
|
|
976
|
+
/** Filter results on status (=) */
|
|
977
|
+
status?: HostingPrivateDatabaseExtensionStatusEnum | (string & {});
|
|
978
|
+
}
|
|
979
|
+
export declare const ListHostingPrivateDatabaseDatabaseExtensionRequest: S.Schema<ListHostingPrivateDatabaseDatabaseExtensionRequest>;
|
|
980
|
+
export type ListHostingPrivateDatabaseDatabaseExtensionResponseBodyList = Array<string>;
|
|
981
|
+
export declare const ListHostingPrivateDatabaseDatabaseExtensionResponseBodyList: S.Schema<ListHostingPrivateDatabaseDatabaseExtensionResponseBodyList>;
|
|
982
|
+
export type ListHostingPrivateDatabaseDatabaseExtensionResponse = ListHostingPrivateDatabaseDatabaseExtensionResponseBodyList;
|
|
983
|
+
export declare const ListHostingPrivateDatabaseDatabaseExtensionResponse: S.Schema<ListHostingPrivateDatabaseDatabaseExtensionResponse>;
|
|
984
|
+
export interface ListHostingPrivateDatabaseDumpRequest {
|
|
985
|
+
/** Service name */
|
|
986
|
+
serviceName: string;
|
|
987
|
+
/** Filter the value of databaseName property (like) */
|
|
988
|
+
databaseName?: string;
|
|
989
|
+
/** Filter the value of orphan property (=) */
|
|
990
|
+
orphan?: boolean;
|
|
991
|
+
}
|
|
992
|
+
export declare const ListHostingPrivateDatabaseDumpRequest: S.Schema<ListHostingPrivateDatabaseDumpRequest>;
|
|
993
|
+
export type ListHostingPrivateDatabaseDumpResponseBodyList = Array<number>;
|
|
994
|
+
export declare const ListHostingPrivateDatabaseDumpResponseBodyList: S.Schema<ListHostingPrivateDatabaseDumpResponseBodyList>;
|
|
995
|
+
export type ListHostingPrivateDatabaseDumpResponse = ListHostingPrivateDatabaseDumpResponseBodyList;
|
|
996
|
+
export declare const ListHostingPrivateDatabaseDumpResponse: S.Schema<ListHostingPrivateDatabaseDumpResponse>;
|
|
997
|
+
export interface ListHostingPrivateDatabaseLogKindRequest {
|
|
998
|
+
/** Service name */
|
|
999
|
+
serviceName: string;
|
|
1000
|
+
}
|
|
1001
|
+
export declare const ListHostingPrivateDatabaseLogKindRequest: S.Schema<ListHostingPrivateDatabaseLogKindRequest>;
|
|
1002
|
+
export type ListHostingPrivateDatabaseLogKindResponseBodyList = Array<string>;
|
|
1003
|
+
export declare const ListHostingPrivateDatabaseLogKindResponseBodyList: S.Schema<ListHostingPrivateDatabaseLogKindResponseBodyList>;
|
|
1004
|
+
export type ListHostingPrivateDatabaseLogKindResponse = ListHostingPrivateDatabaseLogKindResponseBodyList;
|
|
1005
|
+
export declare const ListHostingPrivateDatabaseLogKindResponse: S.Schema<ListHostingPrivateDatabaseLogKindResponse>;
|
|
1006
|
+
export interface ListHostingPrivateDatabaseLogSubscriptionRequest {
|
|
1007
|
+
/** Service name */
|
|
1008
|
+
serviceName: string;
|
|
1009
|
+
/** Filter on a specific kind */
|
|
1010
|
+
kind?: string;
|
|
1011
|
+
}
|
|
1012
|
+
export declare const ListHostingPrivateDatabaseLogSubscriptionRequest: S.Schema<ListHostingPrivateDatabaseLogSubscriptionRequest>;
|
|
1013
|
+
export type ListHostingPrivateDatabaseLogSubscriptionResponseBodyList = Array<string>;
|
|
1014
|
+
export declare const ListHostingPrivateDatabaseLogSubscriptionResponseBodyList: S.Schema<ListHostingPrivateDatabaseLogSubscriptionResponseBodyList>;
|
|
1015
|
+
export type ListHostingPrivateDatabaseLogSubscriptionResponse = ListHostingPrivateDatabaseLogSubscriptionResponseBodyList;
|
|
1016
|
+
export declare const ListHostingPrivateDatabaseLogSubscriptionResponse: S.Schema<ListHostingPrivateDatabaseLogSubscriptionResponse>;
|
|
1017
|
+
export interface ListHostingPrivateDatabaseOomRequest {
|
|
1018
|
+
/** Service name */
|
|
1019
|
+
serviceName: string;
|
|
1020
|
+
}
|
|
1021
|
+
export declare const ListHostingPrivateDatabaseOomRequest: S.Schema<ListHostingPrivateDatabaseOomRequest>;
|
|
1022
|
+
/** List of privatesql OOM kill */
|
|
1023
|
+
export interface HostingPrivateDatabaseOom {
|
|
1024
|
+
/** Date of the OOM kill */
|
|
1025
|
+
date?: string;
|
|
1026
|
+
/** Memory size reached */
|
|
1027
|
+
sizeReached?: number;
|
|
1028
|
+
}
|
|
1029
|
+
export declare const HostingPrivateDatabaseOom: S.Schema<HostingPrivateDatabaseOom>;
|
|
1030
|
+
export type ListHostingPrivateDatabaseOomResponseBodyList = Array<HostingPrivateDatabaseOom>;
|
|
1031
|
+
export declare const ListHostingPrivateDatabaseOomResponseBodyList: S.Schema<ListHostingPrivateDatabaseOomResponseBodyList>;
|
|
1032
|
+
export type ListHostingPrivateDatabaseOomResponse = ListHostingPrivateDatabaseOomResponseBodyList;
|
|
1033
|
+
export declare const ListHostingPrivateDatabaseOomResponse: S.Schema<ListHostingPrivateDatabaseOomResponse>;
|
|
1034
|
+
export interface ListHostingPrivateDatabaseTasksRequest {
|
|
1035
|
+
/** Service name */
|
|
1036
|
+
serviceName: string;
|
|
1037
|
+
/** Filter the value of function property */
|
|
1038
|
+
function?: HostingPrivateDatabaseTaskFunctionEnum | (string & {});
|
|
1039
|
+
/** Filter the value of status property */
|
|
1040
|
+
status?: HostingPrivateDatabaseTaskStatusEnum | (string & {});
|
|
1041
|
+
}
|
|
1042
|
+
export declare const ListHostingPrivateDatabaseTasksRequest: S.Schema<ListHostingPrivateDatabaseTasksRequest>;
|
|
1043
|
+
export type ListHostingPrivateDatabaseTasksResponseBodyList = Array<number>;
|
|
1044
|
+
export declare const ListHostingPrivateDatabaseTasksResponseBodyList: S.Schema<ListHostingPrivateDatabaseTasksResponseBodyList>;
|
|
1045
|
+
export type ListHostingPrivateDatabaseTasksResponse = ListHostingPrivateDatabaseTasksResponseBodyList;
|
|
1046
|
+
export declare const ListHostingPrivateDatabaseTasksResponse: S.Schema<ListHostingPrivateDatabaseTasksResponse>;
|
|
1047
|
+
export interface ListHostingPrivateDatabaseUserRequest {
|
|
1048
|
+
/** Service name */
|
|
1049
|
+
serviceName: string;
|
|
1050
|
+
}
|
|
1051
|
+
export declare const ListHostingPrivateDatabaseUserRequest: S.Schema<ListHostingPrivateDatabaseUserRequest>;
|
|
1052
|
+
export type ListHostingPrivateDatabaseUserResponseBodyList = Array<string>;
|
|
1053
|
+
export declare const ListHostingPrivateDatabaseUserResponseBodyList: S.Schema<ListHostingPrivateDatabaseUserResponseBodyList>;
|
|
1054
|
+
export type ListHostingPrivateDatabaseUserResponse = ListHostingPrivateDatabaseUserResponseBodyList;
|
|
1055
|
+
export declare const ListHostingPrivateDatabaseUserResponse: S.Schema<ListHostingPrivateDatabaseUserResponse>;
|
|
1056
|
+
export interface ListHostingPrivateDatabaseUserGrantRequest {
|
|
1057
|
+
/** Service name */
|
|
1058
|
+
serviceName: string;
|
|
1059
|
+
/** User name */
|
|
1060
|
+
userName: string;
|
|
1061
|
+
}
|
|
1062
|
+
export declare const ListHostingPrivateDatabaseUserGrantRequest: S.Schema<ListHostingPrivateDatabaseUserGrantRequest>;
|
|
1063
|
+
export type ListHostingPrivateDatabaseUserGrantResponseBodyList = Array<string>;
|
|
1064
|
+
export declare const ListHostingPrivateDatabaseUserGrantResponseBodyList: S.Schema<ListHostingPrivateDatabaseUserGrantResponseBodyList>;
|
|
1065
|
+
export type ListHostingPrivateDatabaseUserGrantResponse = ListHostingPrivateDatabaseUserGrantResponseBodyList;
|
|
1066
|
+
export declare const ListHostingPrivateDatabaseUserGrantResponse: S.Schema<ListHostingPrivateDatabaseUserGrantResponse>;
|
|
1067
|
+
export interface ListHostingPrivateDatabaseWebsRequest {
|
|
1068
|
+
/** Service name */
|
|
1069
|
+
serviceName: string;
|
|
1070
|
+
}
|
|
1071
|
+
export declare const ListHostingPrivateDatabaseWebsRequest: S.Schema<ListHostingPrivateDatabaseWebsRequest>;
|
|
1072
|
+
export type ListHostingPrivateDatabaseWebsResponseBodyList = Array<string>;
|
|
1073
|
+
export declare const ListHostingPrivateDatabaseWebsResponseBodyList: S.Schema<ListHostingPrivateDatabaseWebsResponseBodyList>;
|
|
1074
|
+
export type ListHostingPrivateDatabaseWebsResponse = ListHostingPrivateDatabaseWebsResponseBodyList;
|
|
1075
|
+
export declare const ListHostingPrivateDatabaseWebsResponse: S.Schema<ListHostingPrivateDatabaseWebsResponse>;
|
|
1076
|
+
export interface ListHostingPrivateDatabaseWhitelistRequest {
|
|
1077
|
+
/** Service name */
|
|
1078
|
+
serviceName: string;
|
|
1079
|
+
/** Filter the value of ip property (contains or equals) */
|
|
1080
|
+
ip?: string;
|
|
1081
|
+
/** Filter the value of service property */
|
|
1082
|
+
service?: boolean;
|
|
1083
|
+
/** Filter the value of sftp property */
|
|
1084
|
+
sftp?: boolean;
|
|
1085
|
+
}
|
|
1086
|
+
export declare const ListHostingPrivateDatabaseWhitelistRequest: S.Schema<ListHostingPrivateDatabaseWhitelistRequest>;
|
|
1087
|
+
export type ListHostingPrivateDatabaseWhitelistResponseBodyList = Array<string>;
|
|
1088
|
+
export declare const ListHostingPrivateDatabaseWhitelistResponseBodyList: S.Schema<ListHostingPrivateDatabaseWhitelistResponseBodyList>;
|
|
1089
|
+
export type ListHostingPrivateDatabaseWhitelistResponse = ListHostingPrivateDatabaseWhitelistResponseBodyList;
|
|
1090
|
+
export declare const ListHostingPrivateDatabaseWhitelistResponse: S.Schema<ListHostingPrivateDatabaseWhitelistResponse>;
|
|
1091
|
+
export interface PutHostingPrivateDatabaseRequest {
|
|
1092
|
+
/** Service name */
|
|
1093
|
+
serviceName: string;
|
|
1094
|
+
/** Set the name displayed in customer panel for your private database (max 50 chars) */
|
|
1095
|
+
displayName?: string | null;
|
|
1096
|
+
}
|
|
1097
|
+
export declare const PutHostingPrivateDatabaseRequest: S.Schema<PutHostingPrivateDatabaseRequest>;
|
|
1098
|
+
export interface PutHostingPrivateDatabaseResponse {
|
|
1099
|
+
}
|
|
1100
|
+
export declare const PutHostingPrivateDatabaseResponse: S.Schema<PutHostingPrivateDatabaseResponse>;
|
|
1101
|
+
export interface PutHostingPrivateDatabaseServiceInfosRequest {
|
|
1102
|
+
/** Service name */
|
|
1103
|
+
serviceName: string;
|
|
1104
|
+
/** Way of handling the renew */
|
|
1105
|
+
renew?: ServiceRenewType | null;
|
|
1106
|
+
}
|
|
1107
|
+
export declare const PutHostingPrivateDatabaseServiceInfosRequest: S.Schema<PutHostingPrivateDatabaseServiceInfosRequest>;
|
|
1108
|
+
export interface PutHostingPrivateDatabaseServiceInfosResponse {
|
|
1109
|
+
}
|
|
1110
|
+
export declare const PutHostingPrivateDatabaseServiceInfosResponse: S.Schema<PutHostingPrivateDatabaseServiceInfosResponse>;
|
|
1111
|
+
export interface PutHostingPrivateDatabaseWhitelistRequest {
|
|
1112
|
+
/** Service name */
|
|
1113
|
+
serviceName: string;
|
|
1114
|
+
/** Ip */
|
|
1115
|
+
ip: string;
|
|
1116
|
+
/** Custom name for your Whitelisted IP */
|
|
1117
|
+
name?: string | null;
|
|
1118
|
+
/** Authorize this IP to access service port */
|
|
1119
|
+
service?: boolean;
|
|
1120
|
+
/** Authorize this IP to access sftp port */
|
|
1121
|
+
sftp?: boolean;
|
|
1122
|
+
}
|
|
1123
|
+
export declare const PutHostingPrivateDatabaseWhitelistRequest: S.Schema<PutHostingPrivateDatabaseWhitelistRequest>;
|
|
1124
|
+
export interface PutHostingPrivateDatabaseWhitelistResponse {
|
|
1125
|
+
}
|
|
1126
|
+
export declare const PutHostingPrivateDatabaseWhitelistResponse: S.Schema<PutHostingPrivateDatabaseWhitelistResponse>;
|
|
1127
|
+
export interface RestartHostingPrivateDatabaseRequest {
|
|
1128
|
+
/** Service name */
|
|
1129
|
+
serviceName: string;
|
|
1130
|
+
}
|
|
1131
|
+
export declare const RestartHostingPrivateDatabaseRequest: S.Schema<RestartHostingPrivateDatabaseRequest>;
|
|
1132
|
+
export interface RestoreHostingPrivateDatabaseDatabaseDumpRequest {
|
|
1133
|
+
/** Service name */
|
|
1134
|
+
serviceName: string;
|
|
1135
|
+
/** Database name */
|
|
1136
|
+
databaseName: string;
|
|
1137
|
+
/** Id */
|
|
1138
|
+
id: number;
|
|
1139
|
+
}
|
|
1140
|
+
export declare const RestoreHostingPrivateDatabaseDatabaseDumpRequest: S.Schema<RestoreHostingPrivateDatabaseDatabaseDumpRequest>;
|
|
1141
|
+
export interface RestoreHostingPrivateDatabaseDumpRequest {
|
|
1142
|
+
/** Service name */
|
|
1143
|
+
serviceName: string;
|
|
1144
|
+
/** Dump ID */
|
|
1145
|
+
dumpId: number;
|
|
1146
|
+
/** Database name */
|
|
1147
|
+
databaseName?: string;
|
|
1148
|
+
}
|
|
1149
|
+
export declare const RestoreHostingPrivateDatabaseDumpRequest: S.Schema<RestoreHostingPrivateDatabaseDumpRequest>;
|
|
1150
|
+
export interface TerminateHostingPrivateDatabaseRequest {
|
|
1151
|
+
/** Service name */
|
|
1152
|
+
serviceName: string;
|
|
1153
|
+
}
|
|
1154
|
+
export declare const TerminateHostingPrivateDatabaseRequest: S.Schema<TerminateHostingPrivateDatabaseRequest>;
|
|
1155
|
+
export type TerminateHostingPrivateDatabaseResponse = string;
|
|
1156
|
+
export declare const TerminateHostingPrivateDatabaseResponse: S.Schema<TerminateHostingPrivateDatabaseResponse>;
|
|
1157
|
+
/** ConfigKeyValue */
|
|
1158
|
+
export interface HostingPrivateDatabaseConfigKeyValue {
|
|
1159
|
+
/** Web Cloud Database configuration key */
|
|
1160
|
+
key: string;
|
|
1161
|
+
/** Web Cloud Database configuration value */
|
|
1162
|
+
value: string;
|
|
1163
|
+
}
|
|
1164
|
+
export declare const HostingPrivateDatabaseConfigKeyValue: S.Schema<HostingPrivateDatabaseConfigKeyValue>;
|
|
1165
|
+
/** Web Cloud Database configurations */
|
|
1166
|
+
export type UpdateHostingPrivateDatabaseConfigRequestParametersList = Array<HostingPrivateDatabaseConfigKeyValue>;
|
|
1167
|
+
export declare const UpdateHostingPrivateDatabaseConfigRequestParametersList: S.Schema<UpdateHostingPrivateDatabaseConfigRequestParametersList>;
|
|
1168
|
+
export interface UpdateHostingPrivateDatabaseConfigRequest {
|
|
1169
|
+
/** Service name */
|
|
1170
|
+
serviceName: string;
|
|
1171
|
+
/** Web Cloud Database configurations */
|
|
1172
|
+
parameters: UpdateHostingPrivateDatabaseConfigRequestParametersList;
|
|
1173
|
+
}
|
|
1174
|
+
export declare const UpdateHostingPrivateDatabaseConfigRequest: S.Schema<UpdateHostingPrivateDatabaseConfigRequest>;
|
|
1175
|
+
export interface UpdateHostingPrivateDatabaseUserGrantRequest {
|
|
1176
|
+
/** Service name */
|
|
1177
|
+
serviceName: string;
|
|
1178
|
+
/** User name */
|
|
1179
|
+
userName: string;
|
|
1180
|
+
/** Database name */
|
|
1181
|
+
databaseName: string;
|
|
1182
|
+
/** Grant on a database for a specific user */
|
|
1183
|
+
grant: HostingPrivateDatabaseGrantGrantEnum | (string & {});
|
|
1184
|
+
}
|
|
1185
|
+
export declare const UpdateHostingPrivateDatabaseUserGrantRequest: S.Schema<UpdateHostingPrivateDatabaseUserGrantRequest>;
|
|
1186
|
+
export type ConfirmHostingPrivateDatabaseTerminationError = OvhOpError;
|
|
1187
|
+
/** Confirm service termination */
|
|
1188
|
+
export declare const confirmHostingPrivateDatabaseTermination: API.OperationMethod<ConfirmHostingPrivateDatabaseTerminationRequest, ConfirmHostingPrivateDatabaseTerminationResponse, ConfirmHostingPrivateDatabaseTerminationError, OvhOpContext>;
|
|
1189
|
+
export type CopyHostingPrivateDatabaseDatabaseError = OvhOpError;
|
|
1190
|
+
/** Create a new database copy in a Web Cloud Database */
|
|
1191
|
+
export declare const copyHostingPrivateDatabaseDatabase: API.OperationMethod<CopyHostingPrivateDatabaseDatabaseRequest, HostingPrivateDatabaseDatabaseCopy, CopyHostingPrivateDatabaseDatabaseError, OvhOpContext>;
|
|
1192
|
+
export type CopyHostingPrivateDatabaseDatabaseRestoreError = OvhOpError;
|
|
1193
|
+
/** Request the copy into a Web Cloud Database */
|
|
1194
|
+
export declare const copyHostingPrivateDatabaseDatabaseRestore: API.OperationMethod<CopyHostingPrivateDatabaseDatabaseRestoreRequest, HostingPrivateDatabaseTask, CopyHostingPrivateDatabaseDatabaseRestoreError, OvhOpContext>;
|
|
1195
|
+
export type CreateHostingPrivateDatabaseChangeContactError = OvhOpError;
|
|
1196
|
+
/** Launch a contact change procedure */
|
|
1197
|
+
export declare const createHostingPrivateDatabaseChangeContact: API.OperationMethod<CreateHostingPrivateDatabaseChangeContactRequest, CreateHostingPrivateDatabaseChangeContactResponse, CreateHostingPrivateDatabaseChangeContactError, OvhOpContext>;
|
|
1198
|
+
export type CreateHostingPrivateDatabaseChangeFtpPasswordError = OvhOpError;
|
|
1199
|
+
/** Change FTP password of your Web Cloud Database */
|
|
1200
|
+
export declare const createHostingPrivateDatabaseChangeFtpPassword: API.OperationMethod<CreateHostingPrivateDatabaseChangeFtpPasswordRequest, HostingPrivateDatabaseTask, CreateHostingPrivateDatabaseChangeFtpPasswordError, OvhOpContext>;
|
|
1201
|
+
export type CreateHostingPrivateDatabaseChangeVersionError = OvhOpError;
|
|
1202
|
+
/** Change DBMS version of your Web Cloud Database */
|
|
1203
|
+
export declare const createHostingPrivateDatabaseChangeVersion: API.OperationMethod<CreateHostingPrivateDatabaseChangeVersionRequest, HostingPrivateDatabaseTask, CreateHostingPrivateDatabaseChangeVersionError, OvhOpContext>;
|
|
1204
|
+
export type CreateHostingPrivateDatabaseDatabaseError = OvhOpError;
|
|
1205
|
+
/** Create a new database in a Web Cloud Database */
|
|
1206
|
+
export declare const createHostingPrivateDatabaseDatabase: API.OperationMethod<CreateHostingPrivateDatabaseDatabaseRequest, HostingPrivateDatabaseTask, CreateHostingPrivateDatabaseDatabaseError, OvhOpContext>;
|
|
1207
|
+
export type CreateHostingPrivateDatabaseDatabaseDumpError = OvhOpError;
|
|
1208
|
+
/** Request the dump of this database (an email will be sent with a link available 30 days) */
|
|
1209
|
+
export declare const createHostingPrivateDatabaseDatabaseDump: API.OperationMethod<CreateHostingPrivateDatabaseDatabaseDumpRequest, HostingPrivateDatabaseTask, CreateHostingPrivateDatabaseDatabaseDumpError, OvhOpContext>;
|
|
1210
|
+
export type CreateHostingPrivateDatabaseDatabaseWizardError = OvhOpError;
|
|
1211
|
+
/** Create a new database/user and grant it */
|
|
1212
|
+
export declare const createHostingPrivateDatabaseDatabaseWizard: API.OperationMethod<CreateHostingPrivateDatabaseDatabaseWizardRequest, HostingPrivateDatabaseTask, CreateHostingPrivateDatabaseDatabaseWizardError, OvhOpContext>;
|
|
1213
|
+
export type CreateHostingPrivateDatabaseLogSubscriptionError = OvhOpError;
|
|
1214
|
+
/** Create subscription to log to customer for a Web Cloud Database */
|
|
1215
|
+
export declare const createHostingPrivateDatabaseLogSubscription: API.OperationMethod<CreateHostingPrivateDatabaseLogSubscriptionRequest, DbaasLogsLogSubscriptionResponse, CreateHostingPrivateDatabaseLogSubscriptionError, OvhOpContext>;
|
|
1216
|
+
export type CreateHostingPrivateDatabaseLogUrlError = OvhOpError;
|
|
1217
|
+
/** Generate a temporary URL to retrieve logs */
|
|
1218
|
+
export declare const createHostingPrivateDatabaseLogUrl: API.OperationMethod<CreateHostingPrivateDatabaseLogUrlRequest, DbaasLogsTemporaryLogsLink, CreateHostingPrivateDatabaseLogUrlError, OvhOpContext>;
|
|
1219
|
+
export type CreateHostingPrivateDatabaseQuotaRefreshError = OvhOpError;
|
|
1220
|
+
/** Refresh the quota of your Web Cloud Database */
|
|
1221
|
+
export declare const createHostingPrivateDatabaseQuotaRefresh: API.OperationMethod<CreateHostingPrivateDatabaseQuotaRefreshRequest, HostingPrivateDatabaseTask, CreateHostingPrivateDatabaseQuotaRefreshError, OvhOpContext>;
|
|
1222
|
+
export type CreateHostingPrivateDatabaseUserError = OvhOpError;
|
|
1223
|
+
/** Create a user on a Web Cloud Database */
|
|
1224
|
+
export declare const createHostingPrivateDatabaseUser: API.OperationMethod<CreateHostingPrivateDatabaseUserRequest, HostingPrivateDatabaseTask, CreateHostingPrivateDatabaseUserError, OvhOpContext>;
|
|
1225
|
+
export type CreateHostingPrivateDatabaseUserChangePasswordError = OvhOpError;
|
|
1226
|
+
/** Change the password of a user on a Web Cloud Database */
|
|
1227
|
+
export declare const createHostingPrivateDatabaseUserChangePassword: API.OperationMethod<CreateHostingPrivateDatabaseUserChangePasswordRequest, HostingPrivateDatabaseTask, CreateHostingPrivateDatabaseUserChangePasswordError, OvhOpContext>;
|
|
1228
|
+
export type CreateHostingPrivateDatabaseUserGrantError = OvhOpError;
|
|
1229
|
+
/** Add grant on a Web Cloud Database */
|
|
1230
|
+
export declare const createHostingPrivateDatabaseUserGrant: API.OperationMethod<CreateHostingPrivateDatabaseUserGrantRequest, HostingPrivateDatabaseTask, CreateHostingPrivateDatabaseUserGrantError, OvhOpContext>;
|
|
1231
|
+
export type CreateHostingPrivateDatabaseWebhostingNetworkError = OvhOpError;
|
|
1232
|
+
/** Permit access from the web hosting network on a Web Cloud Database */
|
|
1233
|
+
export declare const createHostingPrivateDatabaseWebhostingNetwork: API.OperationMethod<CreateHostingPrivateDatabaseWebhostingNetworkRequest, HostingPrivateDatabaseTask, CreateHostingPrivateDatabaseWebhostingNetworkError, OvhOpContext>;
|
|
1234
|
+
export type CreateHostingPrivateDatabaseWhitelistError = OvhOpError;
|
|
1235
|
+
/** Create a new IP whitelist in a Web Cloud Database */
|
|
1236
|
+
export declare const createHostingPrivateDatabaseWhitelist: API.OperationMethod<CreateHostingPrivateDatabaseWhitelistRequest, HostingPrivateDatabaseTask, CreateHostingPrivateDatabaseWhitelistError, OvhOpContext>;
|
|
1237
|
+
export type DeleteHostingPrivateDatabaseDatabaseError = OvhOpError;
|
|
1238
|
+
/** Delete a database from a Web Cloud Database */
|
|
1239
|
+
export declare const deleteHostingPrivateDatabaseDatabase: API.OperationMethod<DeleteHostingPrivateDatabaseDatabaseRequest, HostingPrivateDatabaseTask, DeleteHostingPrivateDatabaseDatabaseError, OvhOpContext>;
|
|
1240
|
+
export type DeleteHostingPrivateDatabaseDatabaseCopyError = OvhOpError;
|
|
1241
|
+
/** Delete the database copy of a Web Cloud Database */
|
|
1242
|
+
export declare const deleteHostingPrivateDatabaseDatabaseCopy: API.OperationMethod<DeleteHostingPrivateDatabaseDatabaseCopyRequest, DeleteHostingPrivateDatabaseDatabaseCopyResponse, DeleteHostingPrivateDatabaseDatabaseCopyError, OvhOpContext>;
|
|
1243
|
+
export type DeleteHostingPrivateDatabaseDatabaseDumpError = OvhOpError;
|
|
1244
|
+
/** Delete dump before expiration date */
|
|
1245
|
+
export declare const deleteHostingPrivateDatabaseDatabaseDump: API.OperationMethod<DeleteHostingPrivateDatabaseDatabaseDumpRequest, HostingPrivateDatabaseTask, DeleteHostingPrivateDatabaseDatabaseDumpError, OvhOpContext>;
|
|
1246
|
+
export type DeleteHostingPrivateDatabaseDumpError = OvhOpError;
|
|
1247
|
+
/** Delete a database dump from a Web Cloud Database */
|
|
1248
|
+
export declare const deleteHostingPrivateDatabaseDump: API.OperationMethod<DeleteHostingPrivateDatabaseDumpRequest, HostingPrivateDatabaseTask, DeleteHostingPrivateDatabaseDumpError, OvhOpContext>;
|
|
1249
|
+
export type DeleteHostingPrivateDatabaseLogSubscriptionError = OvhOpError;
|
|
1250
|
+
/** Delete a subscription */
|
|
1251
|
+
export declare const deleteHostingPrivateDatabaseLogSubscription: API.OperationMethod<DeleteHostingPrivateDatabaseLogSubscriptionRequest, DbaasLogsLogSubscriptionResponse, DeleteHostingPrivateDatabaseLogSubscriptionError, OvhOpContext>;
|
|
1252
|
+
export type DeleteHostingPrivateDatabaseUserError = OvhOpError;
|
|
1253
|
+
/** Delete a user on a Web Cloud Database */
|
|
1254
|
+
export declare const deleteHostingPrivateDatabaseUser: API.OperationMethod<DeleteHostingPrivateDatabaseUserRequest, HostingPrivateDatabaseTask, DeleteHostingPrivateDatabaseUserError, OvhOpContext>;
|
|
1255
|
+
export type DeleteHostingPrivateDatabaseUserGrantError = OvhOpError;
|
|
1256
|
+
/** Delete a grant from a Web Cloud Database */
|
|
1257
|
+
export declare const deleteHostingPrivateDatabaseUserGrant: API.OperationMethod<DeleteHostingPrivateDatabaseUserGrantRequest, HostingPrivateDatabaseTask, DeleteHostingPrivateDatabaseUserGrantError, OvhOpContext>;
|
|
1258
|
+
export type DeleteHostingPrivateDatabaseWebhostingNetworkError = OvhOpError;
|
|
1259
|
+
/** Delete access from the web hosting network on a Web Cloud Database */
|
|
1260
|
+
export declare const deleteHostingPrivateDatabaseWebhostingNetwork: API.OperationMethod<DeleteHostingPrivateDatabaseWebhostingNetworkRequest, HostingPrivateDatabaseTask, DeleteHostingPrivateDatabaseWebhostingNetworkError, OvhOpContext>;
|
|
1261
|
+
export type DeleteHostingPrivateDatabaseWhitelistError = OvhOpError;
|
|
1262
|
+
/** Delete an IP whitelist from a Web Cloud Database */
|
|
1263
|
+
export declare const deleteHostingPrivateDatabaseWhitelist: API.OperationMethod<DeleteHostingPrivateDatabaseWhitelistRequest, HostingPrivateDatabaseTask, DeleteHostingPrivateDatabaseWhitelistError, OvhOpContext>;
|
|
1264
|
+
export type DisableHostingPrivateDatabaseDatabaseExtensionError = OvhOpError;
|
|
1265
|
+
/** Disable an extension on a Web Cloud Database */
|
|
1266
|
+
export declare const disableHostingPrivateDatabaseDatabaseExtension: API.OperationMethod<DisableHostingPrivateDatabaseDatabaseExtensionRequest, HostingPrivateDatabaseTask, DisableHostingPrivateDatabaseDatabaseExtensionError, OvhOpContext>;
|
|
1267
|
+
export type EnableHostingPrivateDatabaseDatabaseExtensionError = OvhOpError;
|
|
1268
|
+
/** Enable an extension on a Web Cloud Database */
|
|
1269
|
+
export declare const enableHostingPrivateDatabaseDatabaseExtension: API.OperationMethod<EnableHostingPrivateDatabaseDatabaseExtensionRequest, HostingPrivateDatabaseTask, EnableHostingPrivateDatabaseDatabaseExtensionError, OvhOpContext>;
|
|
1270
|
+
export type GenerateHostingPrivateDatabaseTemporaryLogsLinkError = OvhOpError;
|
|
1271
|
+
/** Generate a temporary link to access logs for a Web Cloud Database */
|
|
1272
|
+
export declare const generateHostingPrivateDatabaseTemporaryLogsLink: API.OperationMethod<GenerateHostingPrivateDatabaseTemporaryLogsLinkRequest, HostingPrivateDatabaseTemporaryUrlInformations, GenerateHostingPrivateDatabaseTemporaryLogsLinkError, OvhOpContext>;
|
|
1273
|
+
export type GetHostingPrivateDatabaseError = OvhOpError;
|
|
1274
|
+
/** Get a Web Cloud Database properties */
|
|
1275
|
+
export declare const getHostingPrivateDatabase: API.OperationMethod<GetHostingPrivateDatabaseRequest, HostingPrivateDatabaseServiceWithIAM, GetHostingPrivateDatabaseError, OvhOpContext>;
|
|
1276
|
+
export type GetHostingPrivateDatabaseDatabaseError = OvhOpError;
|
|
1277
|
+
/** Get database properties */
|
|
1278
|
+
export declare const getHostingPrivateDatabaseDatabase: API.OperationMethod<GetHostingPrivateDatabaseDatabaseRequest, HostingPrivateDatabaseDatabase, GetHostingPrivateDatabaseDatabaseError, OvhOpContext>;
|
|
1279
|
+
export type GetHostingPrivateDatabaseDatabaseCopyError = OvhOpError;
|
|
1280
|
+
/** Get database copy properties */
|
|
1281
|
+
export declare const getHostingPrivateDatabaseDatabaseCopy: API.OperationMethod<GetHostingPrivateDatabaseDatabaseCopyRequest, HostingPrivateDatabaseDatabaseCopy, GetHostingPrivateDatabaseDatabaseCopyError, OvhOpContext>;
|
|
1282
|
+
export type GetHostingPrivateDatabaseDatabaseDumpError = OvhOpError;
|
|
1283
|
+
/** Get a database dump from a Web Cloud Database */
|
|
1284
|
+
export declare const getHostingPrivateDatabaseDatabaseDump: API.OperationMethod<GetHostingPrivateDatabaseDatabaseDumpRequest, HostingPrivateDatabaseDatabaseDump, GetHostingPrivateDatabaseDatabaseDumpError, OvhOpContext>;
|
|
1285
|
+
export type GetHostingPrivateDatabaseDatabaseExtensionError = OvhOpError;
|
|
1286
|
+
/** Get properties of a Webcloud Database extension */
|
|
1287
|
+
export declare const getHostingPrivateDatabaseDatabaseExtension: API.OperationMethod<GetHostingPrivateDatabaseDatabaseExtensionRequest, HostingPrivateDatabaseExtension, GetHostingPrivateDatabaseDatabaseExtensionError, OvhOpContext>;
|
|
1288
|
+
export type GetHostingPrivateDatabaseDumpError = OvhOpError;
|
|
1289
|
+
/** Get a database dump from a Web Cloud Database */
|
|
1290
|
+
export declare const getHostingPrivateDatabaseDump: API.OperationMethod<GetHostingPrivateDatabaseDumpRequest, HostingPrivateDatabaseDump, GetHostingPrivateDatabaseDumpError, OvhOpContext>;
|
|
1291
|
+
export type GetHostingPrivateDatabaseLogKindError = OvhOpError;
|
|
1292
|
+
/** Get a log kind */
|
|
1293
|
+
export declare const getHostingPrivateDatabaseLogKind: API.OperationMethod<GetHostingPrivateDatabaseLogKindRequest, DbaasLogsLogKind, GetHostingPrivateDatabaseLogKindError, OvhOpContext>;
|
|
1294
|
+
export type GetHostingPrivateDatabaseLogSubscriptionError = OvhOpError;
|
|
1295
|
+
/** Get subscription details */
|
|
1296
|
+
export declare const getHostingPrivateDatabaseLogSubscription: API.OperationMethod<GetHostingPrivateDatabaseLogSubscriptionRequest, DbaasLogsLogSubscription, GetHostingPrivateDatabaseLogSubscriptionError, OvhOpContext>;
|
|
1297
|
+
export type GetHostingPrivateDatabaseMetricsTokenError = OvhOpError;
|
|
1298
|
+
/** Generate a metrics token */
|
|
1299
|
+
export declare const getHostingPrivateDatabaseMetricsToken: API.OperationMethod<GetHostingPrivateDatabaseMetricsTokenRequest, HostingPrivateDatabaseMetricsToken, GetHostingPrivateDatabaseMetricsTokenError, OvhOpContext>;
|
|
1300
|
+
export type GetHostingPrivateDatabaseServiceInfosError = OvhOpError;
|
|
1301
|
+
/** Get service information */
|
|
1302
|
+
export declare const getHostingPrivateDatabaseServiceInfos: API.OperationMethod<GetHostingPrivateDatabaseServiceInfosRequest, ServicesService, GetHostingPrivateDatabaseServiceInfosError, OvhOpContext>;
|
|
1303
|
+
export type GetHostingPrivateDatabaseTaskError = OvhOpError;
|
|
1304
|
+
/** Get task details */
|
|
1305
|
+
export declare const getHostingPrivateDatabaseTask: API.OperationMethod<GetHostingPrivateDatabaseTaskRequest, HostingPrivateDatabaseTask, GetHostingPrivateDatabaseTaskError, OvhOpContext>;
|
|
1306
|
+
export type GetHostingPrivateDatabaseUserError = OvhOpError;
|
|
1307
|
+
/** Get user properties */
|
|
1308
|
+
export declare const getHostingPrivateDatabaseUser: API.OperationMethod<GetHostingPrivateDatabaseUserRequest, HostingPrivateDatabaseUser, GetHostingPrivateDatabaseUserError, OvhOpContext>;
|
|
1309
|
+
export type GetHostingPrivateDatabaseUserGrantError = OvhOpError;
|
|
1310
|
+
/** Get information about the grants for a user in a Web Cloud Database */
|
|
1311
|
+
export declare const getHostingPrivateDatabaseUserGrant: API.OperationMethod<GetHostingPrivateDatabaseUserGrantRequest, HostingPrivateDatabaseUserGrant, GetHostingPrivateDatabaseUserGrantError, OvhOpContext>;
|
|
1312
|
+
export type GetHostingPrivateDatabaseWebhostingNetworkError = OvhOpError;
|
|
1313
|
+
/** Get Webhosting network status */
|
|
1314
|
+
export declare const getHostingPrivateDatabaseWebhostingNetwork: API.OperationMethod<GetHostingPrivateDatabaseWebhostingNetworkRequest, HostingPrivateDatabaseWebhostingNetwork, GetHostingPrivateDatabaseWebhostingNetworkError, OvhOpContext>;
|
|
1315
|
+
export type GetHostingPrivateDatabaseWhitelistError = OvhOpError;
|
|
1316
|
+
/** Get whitelist properties */
|
|
1317
|
+
export declare const getHostingPrivateDatabaseWhitelist: API.OperationMethod<GetHostingPrivateDatabaseWhitelistRequest, HostingPrivateDatabaseWhitelist, GetHostingPrivateDatabaseWhitelistError, OvhOpContext>;
|
|
1318
|
+
export type ImportHostingPrivateDatabaseDatabaseError = OvhOpError;
|
|
1319
|
+
/** Import a database into a Web Cloud Database */
|
|
1320
|
+
export declare const importHostingPrivateDatabaseDatabase: API.OperationMethod<ImportHostingPrivateDatabaseDatabaseRequest, HostingPrivateDatabaseTask, ImportHostingPrivateDatabaseDatabaseError, OvhOpContext>;
|
|
1321
|
+
export type ListHostingPrivateDatabaseError = OvhOpError;
|
|
1322
|
+
/** List available Web Cloud Databases */
|
|
1323
|
+
export declare const listHostingPrivateDatabase: API.OperationMethod<ListHostingPrivateDatabaseRequest, ListHostingPrivateDatabaseResponse, ListHostingPrivateDatabaseError, OvhOpContext>;
|
|
1324
|
+
export type ListHostingPrivateDatabaseAvailableOrderCapacitiesError = OvhOpError;
|
|
1325
|
+
/** Get available order capacities */
|
|
1326
|
+
export declare const listHostingPrivateDatabaseAvailableOrderCapacities: API.OperationMethod<ListHostingPrivateDatabaseAvailableOrderCapacitiesRequest, HostingPrivateDatabaseAvailableOrderCapacities, ListHostingPrivateDatabaseAvailableOrderCapacitiesError, OvhOpContext>;
|
|
1327
|
+
export type ListHostingPrivateDatabaseAvailableVersionsError = OvhOpError;
|
|
1328
|
+
/** Get the availables versions for this private database */
|
|
1329
|
+
export declare const listHostingPrivateDatabaseAvailableVersions: API.OperationMethod<ListHostingPrivateDatabaseAvailableVersionsRequest, ListHostingPrivateDatabaseAvailableVersionsResponse, ListHostingPrivateDatabaseAvailableVersionsError, OvhOpContext>;
|
|
1330
|
+
export type ListHostingPrivateDatabaseConfigError = OvhOpError;
|
|
1331
|
+
/** Get the current configuration for this Web Cloud Database */
|
|
1332
|
+
export declare const listHostingPrivateDatabaseConfig: API.OperationMethod<ListHostingPrivateDatabaseConfigRequest, HostingPrivateDatabaseConfigs, ListHostingPrivateDatabaseConfigError, OvhOpContext>;
|
|
1333
|
+
export type ListHostingPrivateDatabaseCpuThrottleError = OvhOpError;
|
|
1334
|
+
/** List of privatesql CPU throttle */
|
|
1335
|
+
export declare const listHostingPrivateDatabaseCpuThrottle: API.OperationMethod<ListHostingPrivateDatabaseCpuThrottleRequest, ListHostingPrivateDatabaseCpuThrottleResponse, ListHostingPrivateDatabaseCpuThrottleError, OvhOpContext>;
|
|
1336
|
+
export type ListHostingPrivateDatabaseDatabaseError = OvhOpError;
|
|
1337
|
+
/** List databases on a privateDatabase */
|
|
1338
|
+
export declare const listHostingPrivateDatabaseDatabase: API.OperationMethod<ListHostingPrivateDatabaseDatabaseRequest, ListHostingPrivateDatabaseDatabaseResponse, ListHostingPrivateDatabaseDatabaseError, OvhOpContext>;
|
|
1339
|
+
export type ListHostingPrivateDatabaseDatabaseCopyError = OvhOpError;
|
|
1340
|
+
/** List database copy of a privateDatabase */
|
|
1341
|
+
export declare const listHostingPrivateDatabaseDatabaseCopy: API.OperationMethod<ListHostingPrivateDatabaseDatabaseCopyRequest, ListHostingPrivateDatabaseDatabaseCopyResponse, ListHostingPrivateDatabaseDatabaseCopyError, OvhOpContext>;
|
|
1342
|
+
export type ListHostingPrivateDatabaseDatabaseDumpError = OvhOpError;
|
|
1343
|
+
/** Get all database dump from a Web Cloud Database */
|
|
1344
|
+
export declare const listHostingPrivateDatabaseDatabaseDump: API.OperationMethod<ListHostingPrivateDatabaseDatabaseDumpRequest, ListHostingPrivateDatabaseDatabaseDumpResponse, ListHostingPrivateDatabaseDatabaseDumpError, OvhOpContext>;
|
|
1345
|
+
export type ListHostingPrivateDatabaseDatabaseExtensionError = OvhOpError;
|
|
1346
|
+
/** List extensions available for a Webcloud Database */
|
|
1347
|
+
export declare const listHostingPrivateDatabaseDatabaseExtension: API.OperationMethod<ListHostingPrivateDatabaseDatabaseExtensionRequest, ListHostingPrivateDatabaseDatabaseExtensionResponse, ListHostingPrivateDatabaseDatabaseExtensionError, OvhOpContext>;
|
|
1348
|
+
export type ListHostingPrivateDatabaseDumpError = OvhOpError;
|
|
1349
|
+
/** Get all database dump from a Web Cloud Database */
|
|
1350
|
+
export declare const listHostingPrivateDatabaseDump: API.OperationMethod<ListHostingPrivateDatabaseDumpRequest, ListHostingPrivateDatabaseDumpResponse, ListHostingPrivateDatabaseDumpError, OvhOpContext>;
|
|
1351
|
+
export type ListHostingPrivateDatabaseLogKindError = OvhOpError;
|
|
1352
|
+
/** List available log kinds */
|
|
1353
|
+
export declare const listHostingPrivateDatabaseLogKind: API.OperationMethod<ListHostingPrivateDatabaseLogKindRequest, ListHostingPrivateDatabaseLogKindResponse, ListHostingPrivateDatabaseLogKindError, OvhOpContext>;
|
|
1354
|
+
export type ListHostingPrivateDatabaseLogSubscriptionError = OvhOpError;
|
|
1355
|
+
/** List subscription IDs for Web Cloud Database */
|
|
1356
|
+
export declare const listHostingPrivateDatabaseLogSubscription: API.OperationMethod<ListHostingPrivateDatabaseLogSubscriptionRequest, ListHostingPrivateDatabaseLogSubscriptionResponse, ListHostingPrivateDatabaseLogSubscriptionError, OvhOpContext>;
|
|
1357
|
+
export type ListHostingPrivateDatabaseOomError = OvhOpError;
|
|
1358
|
+
/** List of privatesql OOM kill */
|
|
1359
|
+
export declare const listHostingPrivateDatabaseOom: API.OperationMethod<ListHostingPrivateDatabaseOomRequest, ListHostingPrivateDatabaseOomResponse, ListHostingPrivateDatabaseOomError, OvhOpContext>;
|
|
1360
|
+
export type ListHostingPrivateDatabaseTasksError = OvhOpError;
|
|
1361
|
+
/** List tasks for a Webcloud Database */
|
|
1362
|
+
export declare const listHostingPrivateDatabaseTasks: API.OperationMethod<ListHostingPrivateDatabaseTasksRequest, ListHostingPrivateDatabaseTasksResponse, ListHostingPrivateDatabaseTasksError, OvhOpContext>;
|
|
1363
|
+
export type ListHostingPrivateDatabaseUserError = OvhOpError;
|
|
1364
|
+
/** List users on a Web Cloud Database */
|
|
1365
|
+
export declare const listHostingPrivateDatabaseUser: API.OperationMethod<ListHostingPrivateDatabaseUserRequest, ListHostingPrivateDatabaseUserResponse, ListHostingPrivateDatabaseUserError, OvhOpContext>;
|
|
1366
|
+
export type ListHostingPrivateDatabaseUserGrantError = OvhOpError;
|
|
1367
|
+
/** Get all information about the grants for a user in a Web Cloud Database */
|
|
1368
|
+
export declare const listHostingPrivateDatabaseUserGrant: API.OperationMethod<ListHostingPrivateDatabaseUserGrantRequest, ListHostingPrivateDatabaseUserGrantResponse, ListHostingPrivateDatabaseUserGrantError, OvhOpContext>;
|
|
1369
|
+
export type ListHostingPrivateDatabaseWebsError = OvhOpError;
|
|
1370
|
+
/** List linked webs */
|
|
1371
|
+
export declare const listHostingPrivateDatabaseWebs: API.OperationMethod<ListHostingPrivateDatabaseWebsRequest, ListHostingPrivateDatabaseWebsResponse, ListHostingPrivateDatabaseWebsError, OvhOpContext>;
|
|
1372
|
+
export type ListHostingPrivateDatabaseWhitelistError = OvhOpError;
|
|
1373
|
+
/** List whitelists on a Web Cloud Database */
|
|
1374
|
+
export declare const listHostingPrivateDatabaseWhitelist: API.OperationMethod<ListHostingPrivateDatabaseWhitelistRequest, ListHostingPrivateDatabaseWhitelistResponse, ListHostingPrivateDatabaseWhitelistError, OvhOpContext>;
|
|
1375
|
+
export type PutHostingPrivateDatabaseError = OvhOpError;
|
|
1376
|
+
/** Alter a Web Cloud Database properties */
|
|
1377
|
+
export declare const putHostingPrivateDatabase: API.OperationMethod<PutHostingPrivateDatabaseRequest, PutHostingPrivateDatabaseResponse, PutHostingPrivateDatabaseError, OvhOpContext>;
|
|
1378
|
+
export type PutHostingPrivateDatabaseServiceInfosError = OvhOpError;
|
|
1379
|
+
/** Update service information */
|
|
1380
|
+
export declare const putHostingPrivateDatabaseServiceInfos: API.OperationMethod<PutHostingPrivateDatabaseServiceInfosRequest, PutHostingPrivateDatabaseServiceInfosResponse, PutHostingPrivateDatabaseServiceInfosError, OvhOpContext>;
|
|
1381
|
+
export type PutHostingPrivateDatabaseWhitelistError = OvhOpError;
|
|
1382
|
+
/** Update an IP whitelist in a Web Cloud Database */
|
|
1383
|
+
export declare const putHostingPrivateDatabaseWhitelist: API.OperationMethod<PutHostingPrivateDatabaseWhitelistRequest, PutHostingPrivateDatabaseWhitelistResponse, PutHostingPrivateDatabaseWhitelistError, OvhOpContext>;
|
|
1384
|
+
export type RestartHostingPrivateDatabaseError = OvhOpError;
|
|
1385
|
+
/** Restart the Web Cloud Database */
|
|
1386
|
+
export declare const restartHostingPrivateDatabase: API.OperationMethod<RestartHostingPrivateDatabaseRequest, HostingPrivateDatabaseTask, RestartHostingPrivateDatabaseError, OvhOpContext>;
|
|
1387
|
+
export type RestoreHostingPrivateDatabaseDatabaseDumpError = OvhOpError;
|
|
1388
|
+
/** Request the restore from this dump */
|
|
1389
|
+
export declare const restoreHostingPrivateDatabaseDatabaseDump: API.OperationMethod<RestoreHostingPrivateDatabaseDatabaseDumpRequest, HostingPrivateDatabaseTask, RestoreHostingPrivateDatabaseDatabaseDumpError, OvhOpContext>;
|
|
1390
|
+
export type RestoreHostingPrivateDatabaseDumpError = OvhOpError;
|
|
1391
|
+
/** Restore a database dump into a Web Cloud Database */
|
|
1392
|
+
export declare const restoreHostingPrivateDatabaseDump: API.OperationMethod<RestoreHostingPrivateDatabaseDumpRequest, HostingPrivateDatabaseTask, RestoreHostingPrivateDatabaseDumpError, OvhOpContext>;
|
|
1393
|
+
export type TerminateHostingPrivateDatabaseError = OvhOpError;
|
|
1394
|
+
/** Ask for the termination of your service */
|
|
1395
|
+
export declare const terminateHostingPrivateDatabase: API.OperationMethod<TerminateHostingPrivateDatabaseRequest, TerminateHostingPrivateDatabaseResponse, TerminateHostingPrivateDatabaseError, OvhOpContext>;
|
|
1396
|
+
export type UpdateHostingPrivateDatabaseConfigError = OvhOpError;
|
|
1397
|
+
/** Update the configuration of this Web Cloud Database */
|
|
1398
|
+
export declare const updateHostingPrivateDatabaseConfig: API.OperationMethod<UpdateHostingPrivateDatabaseConfigRequest, HostingPrivateDatabaseConfigs, UpdateHostingPrivateDatabaseConfigError, OvhOpContext>;
|
|
1399
|
+
export type UpdateHostingPrivateDatabaseUserGrantError = OvhOpError;
|
|
1400
|
+
/** Update the permissions of a grant for a user on a Web Cloud Database */
|
|
1401
|
+
export declare const updateHostingPrivateDatabaseUserGrant: API.OperationMethod<UpdateHostingPrivateDatabaseUserGrantRequest, HostingPrivateDatabaseTask, UpdateHostingPrivateDatabaseUserGrantError, OvhOpContext>;
|
|
1402
|
+
//# sourceMappingURL=hostingprivatedatabase.d.ts.map
|