@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,1579 @@
|
|
|
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
|
+
export interface AbortVpsSnapshotRequest {
|
|
7
|
+
/** Service name */
|
|
8
|
+
serviceName: string;
|
|
9
|
+
}
|
|
10
|
+
export declare const AbortVpsSnapshotRequest: S.Schema<AbortVpsSnapshotRequest>;
|
|
11
|
+
export interface AbortVpsSnapshotResponse {
|
|
12
|
+
}
|
|
13
|
+
export declare const AbortVpsSnapshotResponse: S.Schema<AbortVpsSnapshotResponse>;
|
|
14
|
+
/** All future uses you can provide for a service termination */
|
|
15
|
+
export type ServiceTerminationFutureUseEnum = "NOT_REPLACING_SERVICE" | "OTHER" | "SUBSCRIBE_AN_OTHER_SERVICE" | "SUBSCRIBE_OTHER_KIND_OF_SERVICE_WITH_COMPETITOR" | "SUBSCRIBE_SIMILAR_SERVICE_WITH_COMPETITOR";
|
|
16
|
+
export declare const ServiceTerminationFutureUseEnum: any;
|
|
17
|
+
/** All reasons you can provide for a service termination */
|
|
18
|
+
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";
|
|
19
|
+
export declare const ServiceTerminationReasonEnum: any;
|
|
20
|
+
export interface ConfirmVpsTerminationRequest {
|
|
21
|
+
/** Service name */
|
|
22
|
+
serviceName: string;
|
|
23
|
+
/** Commentary about your termination request */
|
|
24
|
+
commentary?: string;
|
|
25
|
+
/** All future uses you can provide for a service termination */
|
|
26
|
+
futureUse?: ServiceTerminationFutureUseEnum | (string & {});
|
|
27
|
+
/** All reasons you can provide for a service termination */
|
|
28
|
+
reason?: ServiceTerminationReasonEnum | (string & {});
|
|
29
|
+
/** The termination token sent by email to the admin contact */
|
|
30
|
+
token: string;
|
|
31
|
+
}
|
|
32
|
+
export declare const ConfirmVpsTerminationRequest: S.Schema<ConfirmVpsTerminationRequest>;
|
|
33
|
+
export type ConfirmVpsTerminationResponse = string;
|
|
34
|
+
export declare const ConfirmVpsTerminationResponse: S.Schema<ConfirmVpsTerminationResponse>;
|
|
35
|
+
export interface CreateVpsAutomatedBackupRescheduleRequest {
|
|
36
|
+
/** Service name */
|
|
37
|
+
serviceName: string;
|
|
38
|
+
/** Time (e.g., 15:04:05) */
|
|
39
|
+
schedule: string;
|
|
40
|
+
}
|
|
41
|
+
export declare const CreateVpsAutomatedBackupRescheduleRequest: S.Schema<CreateVpsAutomatedBackupRescheduleRequest>;
|
|
42
|
+
/** All states a VPS task can be in */
|
|
43
|
+
export type VpsTaskStateEnum = "blocked" | "cancelled" | "doing" | "done" | "error" | "paused" | "todo" | "waitingAck";
|
|
44
|
+
export declare const VpsTaskStateEnum: any;
|
|
45
|
+
/** All type a VPS task can be */
|
|
46
|
+
export type VpsTaskTypeEnum = "addVeeamBackupJob" | "changeRootPassword" | "createSnapshot" | "deleteSnapshot" | "deliverVm" | "getConsoleUrl" | "internalTask" | "migrate" | "openConsoleAccess" | "provisioningAdditionalIp" | "reOpenVm" | "rebootVm" | "reinstallVm" | "removeVeeamBackup" | "rescheduleAutoBackup" | "restoreFullVeeamBackup" | "restoreVeeamBackup" | "restoreVm" | "revertSnapshot" | "setMonitoring" | "setNetboot" | "startVm" | "stopVm" | "upgradeVm";
|
|
47
|
+
export declare const VpsTaskTypeEnum: any;
|
|
48
|
+
/** Operation on a VPS Virtual Machine */
|
|
49
|
+
export interface VpsTask {
|
|
50
|
+
date?: string;
|
|
51
|
+
id?: number;
|
|
52
|
+
progress?: number;
|
|
53
|
+
state?: VpsTaskStateEnum;
|
|
54
|
+
type?: VpsTaskTypeEnum;
|
|
55
|
+
}
|
|
56
|
+
export declare const VpsTask: S.Schema<VpsTask>;
|
|
57
|
+
export interface CreateVpsBackupftpAccessRequest {
|
|
58
|
+
/** Service name */
|
|
59
|
+
serviceName: string;
|
|
60
|
+
/** Whether to allow the CIFS (SMB) protocol for this ACL */
|
|
61
|
+
cifs: boolean;
|
|
62
|
+
/** Whether to allow the FTP protocol for this ACL */
|
|
63
|
+
ftp?: boolean;
|
|
64
|
+
/** IP CIDR notation (e.g., 192.0.2.0/24) */
|
|
65
|
+
ipBlock: string;
|
|
66
|
+
/** Whether to allow the NFS protocol for this ACL */
|
|
67
|
+
nfs: boolean;
|
|
68
|
+
}
|
|
69
|
+
export declare const CreateVpsBackupftpAccessRequest: S.Schema<CreateVpsBackupftpAccessRequest>;
|
|
70
|
+
/** different task operation */
|
|
71
|
+
export type DedicatedTaskFunctionEnum = "INFRA_002_VirtualNetworkInterface" | "INFRA_002_VirtualNetworkInterface_group" | "INFRA_002_VirtualNetworkInterface_ungroup" | "INFRA_ONE_NETWORK_ONEAPI_VirtualNetworkInterface_group" | "INFRA_ONE_NETWORK_ONEAPI_VirtualNetworkInterface_ungroup" | "INFRA_ONE_NETWORK_VirtualNetworkInterface_group" | "INFRA_ONE_NETWORK_VirtualNetworkInterface_ungroup" | "addVirtualMac" | "addWindowSplaFromExistingSerial" | "applyBackupFtpAcls" | "applyBackupFtpQuota" | "bypassAntiDDosGame" | "changePasswordBackupFTP" | "changeRipeOrg" | "checkAndReleaseIp" | "createBackupFTP" | "createOrUpdateRipeOrg" | "createPrivateNetwork" | "disableFirewall" | "enableFirewall" | "genericMoveFloatingIp" | "hardReboot" | "hardware_update" | "ipmi/configureSGX" | "migrateBackupFTP" | "moveFloatingIp" | "moveVirtualMac" | "reagregateBlock" | "rebootPower8To" | "reinstallServer" | "releaseIp" | "removeBackupFTP" | "removeVirtualMac" | "requestAccessIPMI" | "resetIPMI" | "resetIPMISession" | "testIPMIhttp" | "testIPMIpassword" | "testIPMIping" | "virtualMacAdd" | "virtualMacDelete";
|
|
72
|
+
export declare const DedicatedTaskFunctionEnum: any;
|
|
73
|
+
/** different task status */
|
|
74
|
+
export type DedicatedTaskStatusEnum = "cancelled" | "customerError" | "doing" | "done" | "init" | "ovhError" | "todo";
|
|
75
|
+
export declare const DedicatedTaskStatusEnum: any;
|
|
76
|
+
/** complexType.SafeKeyValueCanBeNull_string */
|
|
77
|
+
export interface ComplexTypeSafeKeyValueCanBeNullString {
|
|
78
|
+
key?: string | null;
|
|
79
|
+
value?: string;
|
|
80
|
+
}
|
|
81
|
+
export declare const ComplexTypeSafeKeyValueCanBeNullString: S.Schema<ComplexTypeSafeKeyValueCanBeNullString>;
|
|
82
|
+
/** Task result tags output */
|
|
83
|
+
export type DedicatedServerTaskTagsList = Array<ComplexTypeSafeKeyValueCanBeNullString>;
|
|
84
|
+
export declare const DedicatedServerTaskTagsList: S.Schema<DedicatedServerTaskTagsList>;
|
|
85
|
+
/** Server tasks */
|
|
86
|
+
export interface DedicatedServerTask {
|
|
87
|
+
/** Details of this task */
|
|
88
|
+
comment?: string | null;
|
|
89
|
+
/** Completion date */
|
|
90
|
+
doneDate?: string | null;
|
|
91
|
+
/** Function name */
|
|
92
|
+
function?: DedicatedTaskFunctionEnum;
|
|
93
|
+
/** last update */
|
|
94
|
+
lastUpdate?: string | null;
|
|
95
|
+
/** Whether this task need to be scheduled or not */
|
|
96
|
+
needSchedule?: boolean;
|
|
97
|
+
/** Extra information about this task */
|
|
98
|
+
note?: string | null;
|
|
99
|
+
/** ID of the planned intervention for this task */
|
|
100
|
+
plannedInterventionId?: number | null;
|
|
101
|
+
/** Task Creation date */
|
|
102
|
+
startDate?: string;
|
|
103
|
+
/** Task status */
|
|
104
|
+
status?: DedicatedTaskStatusEnum;
|
|
105
|
+
/** Task result tags output */
|
|
106
|
+
tags?: DedicatedServerTaskTagsList | null;
|
|
107
|
+
/** the id of the task */
|
|
108
|
+
taskId?: number;
|
|
109
|
+
/** Reference of the thread on the support tool */
|
|
110
|
+
ticketReference?: string | null;
|
|
111
|
+
}
|
|
112
|
+
export declare const DedicatedServerTask: S.Schema<DedicatedServerTask>;
|
|
113
|
+
export interface CreateVpsBackupftpPasswordRequest {
|
|
114
|
+
/** Service name */
|
|
115
|
+
serviceName: string;
|
|
116
|
+
}
|
|
117
|
+
export declare const CreateVpsBackupftpPasswordRequest: S.Schema<CreateVpsBackupftpPasswordRequest>;
|
|
118
|
+
export interface CreateVpsChangeContactRequest {
|
|
119
|
+
/** Service name */
|
|
120
|
+
serviceName: string;
|
|
121
|
+
/** The contact to set as admin contact */
|
|
122
|
+
contactAdmin?: string;
|
|
123
|
+
/** The contact to set as billing contact */
|
|
124
|
+
contactBilling?: string;
|
|
125
|
+
/** The contact to set as tech contact */
|
|
126
|
+
contactTech?: string;
|
|
127
|
+
}
|
|
128
|
+
export declare const CreateVpsChangeContactRequest: S.Schema<CreateVpsChangeContactRequest>;
|
|
129
|
+
export type CreateVpsChangeContactResponseBodyList = Array<number>;
|
|
130
|
+
export declare const CreateVpsChangeContactResponseBodyList: S.Schema<CreateVpsChangeContactResponseBodyList>;
|
|
131
|
+
export type CreateVpsChangeContactResponse = CreateVpsChangeContactResponseBodyList;
|
|
132
|
+
export declare const CreateVpsChangeContactResponse: S.Schema<CreateVpsChangeContactResponse>;
|
|
133
|
+
export interface CreateVpsMigration2018Request {
|
|
134
|
+
/** Service name */
|
|
135
|
+
serviceName: string;
|
|
136
|
+
/** Choosen plan for migration */
|
|
137
|
+
newPlan: string;
|
|
138
|
+
}
|
|
139
|
+
export declare const CreateVpsMigration2018Request: S.Schema<CreateVpsMigration2018Request>;
|
|
140
|
+
/** All supported VNC protocols by VPS */
|
|
141
|
+
export type VpsVncProtocolEnum = "VNC" | "VNCOverWebSocket";
|
|
142
|
+
export declare const VpsVncProtocolEnum: any;
|
|
143
|
+
export interface CreateVpsOpenConsoleAccessRequest {
|
|
144
|
+
/** Service name */
|
|
145
|
+
serviceName: string;
|
|
146
|
+
/** All supported VNC protocols by VPS */
|
|
147
|
+
protocol?: VpsVncProtocolEnum | (string & {});
|
|
148
|
+
}
|
|
149
|
+
export declare const CreateVpsOpenConsoleAccessRequest: S.Schema<CreateVpsOpenConsoleAccessRequest>;
|
|
150
|
+
/** A VNC connection informations */
|
|
151
|
+
export interface VpsVnc {
|
|
152
|
+
host?: string;
|
|
153
|
+
password?: string | Redacted.Redacted<string>;
|
|
154
|
+
port?: number;
|
|
155
|
+
}
|
|
156
|
+
export declare const VpsVnc: S.Schema<VpsVnc>;
|
|
157
|
+
/** Id of the vps.Software type fetched in /template/{id}/software */
|
|
158
|
+
export type CreateVpsReinstallRequestSoftwareIdList = Array<number>;
|
|
159
|
+
export declare const CreateVpsReinstallRequestSoftwareIdList: S.Schema<CreateVpsReinstallRequestSoftwareIdList>;
|
|
160
|
+
/** SSH key names to pre-install on your VPS (name from /me/sshKey) */
|
|
161
|
+
export type CreateVpsReinstallRequestSshKeyList = Array<string>;
|
|
162
|
+
export declare const CreateVpsReinstallRequestSshKeyList: S.Schema<CreateVpsReinstallRequestSshKeyList>;
|
|
163
|
+
export interface CreateVpsReinstallRequest {
|
|
164
|
+
/** Service name */
|
|
165
|
+
serviceName: string;
|
|
166
|
+
/** If asked, the installation password will NOT be sent (only if sshKey defined) */
|
|
167
|
+
doNotSendPassword?: boolean;
|
|
168
|
+
/** Distribution language. default : en */
|
|
169
|
+
language?: string;
|
|
170
|
+
/** Public SSH key to pre-install on your VPS */
|
|
171
|
+
publicSshKey?: string;
|
|
172
|
+
/** Id of the vps.Software type fetched in /template/{id}/software */
|
|
173
|
+
softwareId?: CreateVpsReinstallRequestSoftwareIdList;
|
|
174
|
+
/** SSH key names to pre-install on your VPS (name from /me/sshKey) */
|
|
175
|
+
sshKey?: CreateVpsReinstallRequestSshKeyList;
|
|
176
|
+
/** Id of the vps.Template fetched in /templates list */
|
|
177
|
+
templateId: number;
|
|
178
|
+
}
|
|
179
|
+
export declare const CreateVpsReinstallRequest: S.Schema<CreateVpsReinstallRequest>;
|
|
180
|
+
export interface CreateVpsSecondaryDnsDomainRequest {
|
|
181
|
+
/** Service name */
|
|
182
|
+
serviceName: string;
|
|
183
|
+
/** The domain to add */
|
|
184
|
+
domain: string;
|
|
185
|
+
/** IPv4 address (e.g., 192.0.2.0) */
|
|
186
|
+
ip?: string;
|
|
187
|
+
}
|
|
188
|
+
export declare const CreateVpsSecondaryDnsDomainRequest: S.Schema<CreateVpsSecondaryDnsDomainRequest>;
|
|
189
|
+
export interface CreateVpsSecondaryDnsDomainResponse {
|
|
190
|
+
}
|
|
191
|
+
export declare const CreateVpsSecondaryDnsDomainResponse: S.Schema<CreateVpsSecondaryDnsDomainResponse>;
|
|
192
|
+
export interface CreateVpsSnapshotRequest {
|
|
193
|
+
/** Service name */
|
|
194
|
+
serviceName: string;
|
|
195
|
+
/** A textual description for your snapshot */
|
|
196
|
+
description?: string;
|
|
197
|
+
}
|
|
198
|
+
export declare const CreateVpsSnapshotRequest: S.Schema<CreateVpsSnapshotRequest>;
|
|
199
|
+
export interface CreateVpsSnapshotRevertRequest {
|
|
200
|
+
/** Service name */
|
|
201
|
+
serviceName: string;
|
|
202
|
+
}
|
|
203
|
+
export declare const CreateVpsSnapshotRevertRequest: S.Schema<CreateVpsSnapshotRevertRequest>;
|
|
204
|
+
export interface DeleteVpsBackupftpAccessRequest {
|
|
205
|
+
/** Service name */
|
|
206
|
+
serviceName: string;
|
|
207
|
+
/** Ip block */
|
|
208
|
+
ipBlock: string;
|
|
209
|
+
}
|
|
210
|
+
export declare const DeleteVpsBackupftpAccessRequest: S.Schema<DeleteVpsBackupftpAccessRequest>;
|
|
211
|
+
export interface DeleteVpsIpsRequest {
|
|
212
|
+
/** Service name */
|
|
213
|
+
serviceName: string;
|
|
214
|
+
/** Ip address */
|
|
215
|
+
ipAddress: string;
|
|
216
|
+
}
|
|
217
|
+
export declare const DeleteVpsIpsRequest: S.Schema<DeleteVpsIpsRequest>;
|
|
218
|
+
export interface DeleteVpsIpsResponse {
|
|
219
|
+
}
|
|
220
|
+
export declare const DeleteVpsIpsResponse: S.Schema<DeleteVpsIpsResponse>;
|
|
221
|
+
export interface DeleteVpsSecondaryDnsDomainRequest {
|
|
222
|
+
/** Service name */
|
|
223
|
+
serviceName: string;
|
|
224
|
+
/** Domain */
|
|
225
|
+
domain: string;
|
|
226
|
+
}
|
|
227
|
+
export declare const DeleteVpsSecondaryDnsDomainRequest: S.Schema<DeleteVpsSecondaryDnsDomainRequest>;
|
|
228
|
+
export interface DeleteVpsSecondaryDnsDomainResponse {
|
|
229
|
+
}
|
|
230
|
+
export declare const DeleteVpsSecondaryDnsDomainResponse: S.Schema<DeleteVpsSecondaryDnsDomainResponse>;
|
|
231
|
+
export interface DeleteVpsSnapshotRequest {
|
|
232
|
+
/** Service name */
|
|
233
|
+
serviceName: string;
|
|
234
|
+
}
|
|
235
|
+
export declare const DeleteVpsSnapshotRequest: S.Schema<DeleteVpsSnapshotRequest>;
|
|
236
|
+
export interface DeleteVpsVeeamRestoredBackupRequest {
|
|
237
|
+
/** Service name */
|
|
238
|
+
serviceName: string;
|
|
239
|
+
}
|
|
240
|
+
export declare const DeleteVpsVeeamRestoredBackupRequest: S.Schema<DeleteVpsVeeamRestoredBackupRequest>;
|
|
241
|
+
export interface DetachVpsAutomatedBackupBackupRequest {
|
|
242
|
+
/** Service name */
|
|
243
|
+
serviceName: string;
|
|
244
|
+
/** restorePoint fetched in /vps/{serviceName}/automatedBackup/attachedBackup */
|
|
245
|
+
restorePoint: string;
|
|
246
|
+
}
|
|
247
|
+
export declare const DetachVpsAutomatedBackupBackupRequest: S.Schema<DetachVpsAutomatedBackupBackupRequest>;
|
|
248
|
+
export interface GetVpsRequest {
|
|
249
|
+
/** Service name */
|
|
250
|
+
serviceName: string;
|
|
251
|
+
}
|
|
252
|
+
export declare const GetVpsRequest: S.Schema<GetVpsRequest>;
|
|
253
|
+
/** Resource tags. Tags that were internally computed are prefixed with ovh: */
|
|
254
|
+
export type IamResourceMetadataTagsMap = {
|
|
255
|
+
[key: string]: string | undefined;
|
|
256
|
+
};
|
|
257
|
+
export declare const IamResourceMetadataTagsMap: S.Schema<IamResourceMetadataTagsMap>;
|
|
258
|
+
/** IAM resource metadata embedded in services models */
|
|
259
|
+
export interface IamResourceMetadata {
|
|
260
|
+
/** Resource display name */
|
|
261
|
+
displayName?: string | null;
|
|
262
|
+
/** Unique identifier of the resource */
|
|
263
|
+
id?: string;
|
|
264
|
+
/** Resource tags. Tags that were internally computed are prefixed with ovh: */
|
|
265
|
+
tags?: IamResourceMetadataTagsMap | null;
|
|
266
|
+
/** Unique resource name used in policies */
|
|
267
|
+
urn?: string;
|
|
268
|
+
}
|
|
269
|
+
export declare const IamResourceMetadata: S.Schema<IamResourceMetadata>;
|
|
270
|
+
/** All values keymap can be in */
|
|
271
|
+
export type VpsVpsKeymapEnum = "fr" | "us";
|
|
272
|
+
export declare const VpsVpsKeymapEnum: any;
|
|
273
|
+
/** All options a VPS can have */
|
|
274
|
+
export type VpsVpsOptionEnum = "additionalDisk" | "automatedBackup" | "cpanel" | "ftpbackup" | "plesk" | "snapshot" | "veeam" | "windows";
|
|
275
|
+
export declare const VpsVpsOptionEnum: any;
|
|
276
|
+
export type VpsModelAvailableOptionsList = Array<VpsVpsOptionEnum>;
|
|
277
|
+
export declare const VpsModelAvailableOptionsList: S.Schema<VpsModelAvailableOptionsList>;
|
|
278
|
+
export type VpsModelDatacenterList = Array<string>;
|
|
279
|
+
export declare const VpsModelDatacenterList: S.Schema<VpsModelDatacenterList>;
|
|
280
|
+
/** All versions that VPS can have */
|
|
281
|
+
export type VpsVpsVersionEnum = "2013v1" | "2014v1" | "2015v1" | "2017v1" | "2017v2" | "2017v3" | "2018v1" | "2018v2" | "2019v1";
|
|
282
|
+
export declare const VpsVpsVersionEnum: any;
|
|
283
|
+
/** A structure describing characteristics of a VPS model */
|
|
284
|
+
export interface VpsModel {
|
|
285
|
+
availableOptions?: VpsModelAvailableOptionsList;
|
|
286
|
+
datacenter?: VpsModelDatacenterList;
|
|
287
|
+
disk?: number;
|
|
288
|
+
maximumAdditionnalIp?: number;
|
|
289
|
+
memory?: number;
|
|
290
|
+
name?: string;
|
|
291
|
+
offer?: string;
|
|
292
|
+
vcore?: number;
|
|
293
|
+
/** All versions that VPS can have */
|
|
294
|
+
version?: VpsVpsVersionEnum;
|
|
295
|
+
}
|
|
296
|
+
export declare const VpsModel: S.Schema<VpsModel>;
|
|
297
|
+
/** Ip blocks for OVH monitoring servers */
|
|
298
|
+
export type VpsVPSWithIAMMonitoringIpBlocksList = Array<string>;
|
|
299
|
+
export declare const VpsVPSWithIAMMonitoringIpBlocksList: S.Schema<VpsVPSWithIAMMonitoringIpBlocksList>;
|
|
300
|
+
/** All values a VPS netboot mode can be in */
|
|
301
|
+
export type VpsVpsNetbootEnum = "local" | "rescue";
|
|
302
|
+
export declare const VpsVpsNetbootEnum: any;
|
|
303
|
+
/** All offers a VPS can have */
|
|
304
|
+
export type VpsVpsOfferEnum = "beta-classic" | "classic" | "cloud" | "cloudram" | "game-classic" | "lowlat" | "ssd";
|
|
305
|
+
export declare const VpsVpsOfferEnum: any;
|
|
306
|
+
/** All states a VPS can be in */
|
|
307
|
+
export type VpsVpsStateEnum = "backuping" | "installing" | "maintenance" | "rebooting" | "rescued" | "running" | "stopped" | "stopping" | "upgrading";
|
|
308
|
+
export declare const VpsVpsStateEnum: any;
|
|
309
|
+
/** Enum values for zone type */
|
|
310
|
+
export type VpsZoneTypeEnum = "localzone" | "region";
|
|
311
|
+
export declare const VpsZoneTypeEnum: any;
|
|
312
|
+
/** VPS Virtual Machine */
|
|
313
|
+
export interface VpsVPSWithIAM {
|
|
314
|
+
cluster?: string;
|
|
315
|
+
/** Set the name displayed in ManagerV6 for your VPS (max 50 chars) */
|
|
316
|
+
displayName?: string | null;
|
|
317
|
+
/** IAM resource metadata */
|
|
318
|
+
iam?: IamResourceMetadata | null;
|
|
319
|
+
/** Set KVM keyboard layout on VPS Cloud. Reboot your VPS after change */
|
|
320
|
+
keymap?: VpsVpsKeymapEnum | null;
|
|
321
|
+
memoryLimit?: number;
|
|
322
|
+
model?: VpsModel;
|
|
323
|
+
/** Ip blocks for OVH monitoring servers */
|
|
324
|
+
monitoringIpBlocks?: VpsVPSWithIAMMonitoringIpBlocksList;
|
|
325
|
+
name?: string;
|
|
326
|
+
/** All values a VPS netboot mode can be in */
|
|
327
|
+
netbootMode?: VpsVpsNetbootEnum;
|
|
328
|
+
offerType?: VpsVpsOfferEnum;
|
|
329
|
+
slaMonitoring?: boolean | null;
|
|
330
|
+
state?: VpsVpsStateEnum;
|
|
331
|
+
vcore?: number;
|
|
332
|
+
zone?: string;
|
|
333
|
+
zoneType?: VpsZoneTypeEnum;
|
|
334
|
+
}
|
|
335
|
+
export declare const VpsVPSWithIAM: S.Schema<VpsVPSWithIAM>;
|
|
336
|
+
export interface GetVpsAutomatedBackupRequest {
|
|
337
|
+
/** Service name */
|
|
338
|
+
serviceName: string;
|
|
339
|
+
}
|
|
340
|
+
export declare const GetVpsAutomatedBackupRequest: S.Schema<GetVpsAutomatedBackupRequest>;
|
|
341
|
+
/** Available AutomatedBackup states */
|
|
342
|
+
export type VpsBackupStateEnum = "disabled" | "enabled";
|
|
343
|
+
export declare const VpsBackupStateEnum: any;
|
|
344
|
+
/** Backup your VPS */
|
|
345
|
+
export interface VpsAutomatedBackup {
|
|
346
|
+
/** Scheduled time of your daily backup */
|
|
347
|
+
schedule?: string | null;
|
|
348
|
+
/** Backup state */
|
|
349
|
+
state?: VpsBackupStateEnum;
|
|
350
|
+
}
|
|
351
|
+
export declare const VpsAutomatedBackup: S.Schema<VpsAutomatedBackup>;
|
|
352
|
+
export interface GetVpsBackupftpRequest {
|
|
353
|
+
/** Service name */
|
|
354
|
+
serviceName: string;
|
|
355
|
+
}
|
|
356
|
+
export declare const GetVpsBackupftpRequest: S.Schema<GetVpsBackupftpRequest>;
|
|
357
|
+
/** complexType.UnitAndValue_long */
|
|
358
|
+
export interface ComplexTypeUnitAndValueLong {
|
|
359
|
+
unit?: string;
|
|
360
|
+
value?: number;
|
|
361
|
+
}
|
|
362
|
+
export declare const ComplexTypeUnitAndValueLong: S.Schema<ComplexTypeUnitAndValueLong>;
|
|
363
|
+
/** Backup Ftp assigned to this VPS */
|
|
364
|
+
export interface VpsBackupFtp {
|
|
365
|
+
/** The backup FTP server name */
|
|
366
|
+
ftpBackupName?: string;
|
|
367
|
+
/** The disk space available on your backup FTP */
|
|
368
|
+
quota?: ComplexTypeUnitAndValueLong | null;
|
|
369
|
+
/** If not-null, gives the date since when your account was set in read-only mode because the quota was exceeded */
|
|
370
|
+
readOnlyDate?: string | null;
|
|
371
|
+
/** The backup FTP type */
|
|
372
|
+
type?: string;
|
|
373
|
+
/** The disk space currently used on your backup FTP */
|
|
374
|
+
usage?: ComplexTypeUnitAndValueLong | null;
|
|
375
|
+
}
|
|
376
|
+
export declare const VpsBackupFtp: S.Schema<VpsBackupFtp>;
|
|
377
|
+
export interface GetVpsBackupftpAccessRequest {
|
|
378
|
+
/** Service name */
|
|
379
|
+
serviceName: string;
|
|
380
|
+
/** Ip block */
|
|
381
|
+
ipBlock: string;
|
|
382
|
+
}
|
|
383
|
+
export declare const GetVpsBackupftpAccessRequest: S.Schema<GetVpsBackupftpAccessRequest>;
|
|
384
|
+
/** Backup Ftp ACL for this server and Backup Ftp */
|
|
385
|
+
export interface DedicatedServerBackupFtpAcl {
|
|
386
|
+
/** Whether to allow the CIFS (SMB) protocol for this ACL */
|
|
387
|
+
cifs?: boolean;
|
|
388
|
+
/** Whether to allow the FTP protocol for this ACL */
|
|
389
|
+
ftp?: boolean;
|
|
390
|
+
/** The IP Block specific to this ACL */
|
|
391
|
+
ipBlock?: string;
|
|
392
|
+
/** Whether the rule has been applied on the Backup Ftp */
|
|
393
|
+
isApplied?: boolean;
|
|
394
|
+
/** Date of the last object modification */
|
|
395
|
+
lastUpdate?: string;
|
|
396
|
+
/** Whether to allow the NFS protocol for this ACL */
|
|
397
|
+
nfs?: boolean;
|
|
398
|
+
}
|
|
399
|
+
export declare const DedicatedServerBackupFtpAcl: S.Schema<DedicatedServerBackupFtpAcl>;
|
|
400
|
+
export interface GetVpsConsoleUrlRequest {
|
|
401
|
+
/** Service name */
|
|
402
|
+
serviceName: string;
|
|
403
|
+
}
|
|
404
|
+
export declare const GetVpsConsoleUrlRequest: S.Schema<GetVpsConsoleUrlRequest>;
|
|
405
|
+
export type GetVpsConsoleUrlResponse = string;
|
|
406
|
+
export declare const GetVpsConsoleUrlResponse: S.Schema<GetVpsConsoleUrlResponse>;
|
|
407
|
+
export interface GetVpsDatacenterRequest {
|
|
408
|
+
/** Service name */
|
|
409
|
+
serviceName: string;
|
|
410
|
+
}
|
|
411
|
+
export declare const GetVpsDatacenterRequest: S.Schema<GetVpsDatacenterRequest>;
|
|
412
|
+
/** ISO country codes */
|
|
413
|
+
export type CoreTypesCountryEnum = "ac" | "ad" | "ae" | "af" | "ag" | "ai" | "al" | "am" | "an" | "ao" | "aq" | "ar" | "as" | "at" | "au" | "aw" | "ax" | "az" | "ba" | "bb" | "bd" | "be" | "bf" | "bg" | "bh" | "bi" | "bj" | "bl" | "bm" | "bn" | "bo" | "bq" | "br" | "bs" | "bt" | "bv" | "bw" | "by" | "bz" | "ca" | "cc" | "cd" | "cf" | "cg" | "ch" | "ci" | "ck" | "cl" | "cm" | "cn" | "co" | "cr" | "cs" | "cu" | "cv" | "cw" | "cx" | "cy" | "cz" | "de" | "dj" | "dk" | "dm" | "do" | "dz" | "ec" | "ee" | "eg" | "eh" | "er" | "es" | "et" | "fc" | "fd" | "fi" | "fj" | "fk" | "fm" | "fo" | "fr" | "fx" | "ga" | "gb" | "gd" | "ge" | "gf" | "gg" | "gh" | "gi" | "gl" | "gm" | "gn" | "gp" | "gq" | "gr" | "gs" | "gt" | "gu" | "gw" | "gy" | "hk" | "hm" | "hn" | "hr" | "ht" | "hu" | "id" | "ie" | "il" | "im" | "in" | "io" | "iq" | "ir" | "is" | "it" | "je" | "jm" | "jo" | "jp" | "ke" | "kg" | "kh" | "ki" | "km" | "kn" | "kp" | "kr" | "kw" | "ky" | "kz" | "la" | "lb" | "lc" | "li" | "lk" | "lr" | "ls" | "lt" | "lu" | "lv" | "ly" | "ma" | "mc" | "md" | "me" | "mf" | "mg" | "mh" | "mk" | "ml" | "mm" | "mn" | "mo" | "mp" | "mq" | "mr" | "ms" | "mt" | "mu" | "mv" | "mw" | "mx" | "my" | "mz" | "na" | "nc" | "ne" | "nf" | "ng" | "ni" | "nl" | "no" | "np" | "nr" | "nu" | "nz" | "om" | "pa" | "pe" | "pf" | "pg" | "ph" | "pk" | "pl" | "pm" | "pn" | "pr" | "ps" | "pt" | "pw" | "py" | "qa" | "qc" | "re" | "ro" | "rs" | "ru" | "rw" | "sa" | "sb" | "sc" | "sd" | "se" | "sg" | "sh" | "si" | "sj" | "sk" | "sl" | "sm" | "sn" | "so" | "sr" | "ss" | "st" | "sv" | "sx" | "sy" | "sz" | "tc" | "td" | "tf" | "tg" | "th" | "tj" | "tk" | "tl" | "tm" | "tn" | "to" | "tp" | "tr" | "tt" | "tv" | "tw" | "tz" | "ua" | "ug" | "uk" | "um" | "us" | "uy" | "uz" | "va" | "vc" | "ve" | "vg" | "vi" | "vn" | "vu" | "we" | "wf" | "ws" | "ye" | "yt" | "yu" | "za" | "zm" | "zw";
|
|
414
|
+
export declare const CoreTypesCountryEnum: any;
|
|
415
|
+
/** Information about a datacenter of a VPS Virtual Machine */
|
|
416
|
+
export interface VpsDatacenter {
|
|
417
|
+
/** Datacenter ISO country code */
|
|
418
|
+
country?: CoreTypesCountryEnum;
|
|
419
|
+
/** Datacenter display name */
|
|
420
|
+
longName?: string;
|
|
421
|
+
/** Datacenter name */
|
|
422
|
+
name?: string;
|
|
423
|
+
}
|
|
424
|
+
export declare const VpsDatacenter: S.Schema<VpsDatacenter>;
|
|
425
|
+
export interface GetVpsDiskRequest {
|
|
426
|
+
/** Service name */
|
|
427
|
+
serviceName: string;
|
|
428
|
+
/** Id */
|
|
429
|
+
id: number;
|
|
430
|
+
}
|
|
431
|
+
export declare const GetVpsDiskRequest: S.Schema<GetVpsDiskRequest>;
|
|
432
|
+
/** Possible states the disk can be in */
|
|
433
|
+
export type VpsDiskStateEnum = "connected" | "disconnected" | "pending";
|
|
434
|
+
export declare const VpsDiskStateEnum: any;
|
|
435
|
+
/** Possible type a disk can be in */
|
|
436
|
+
export type VpsDiskTypeEnum = "additional" | "primary";
|
|
437
|
+
export declare const VpsDiskTypeEnum: any;
|
|
438
|
+
/** Information about a disk of a VPS Virtual Machine */
|
|
439
|
+
export interface VpsDisk {
|
|
440
|
+
bandwidthLimit?: number;
|
|
441
|
+
id?: number;
|
|
442
|
+
/** The low disk free space threshold in MiB */
|
|
443
|
+
lowFreeSpaceThreshold?: number | null;
|
|
444
|
+
/** The monitoring state of this disk */
|
|
445
|
+
monitoring?: boolean | null;
|
|
446
|
+
/** Service name */
|
|
447
|
+
serviceName?: string | null;
|
|
448
|
+
size?: number;
|
|
449
|
+
state?: VpsDiskStateEnum;
|
|
450
|
+
type?: VpsDiskTypeEnum;
|
|
451
|
+
}
|
|
452
|
+
export declare const VpsDisk: S.Schema<VpsDisk>;
|
|
453
|
+
/** Available types for the Disk monitoring and use */
|
|
454
|
+
export type VpsDiskStatisticTypeEnum = "max" | "used";
|
|
455
|
+
export declare const VpsDiskStatisticTypeEnum: any;
|
|
456
|
+
export interface GetVpsDiskUseRequest {
|
|
457
|
+
/** Service name */
|
|
458
|
+
serviceName: string;
|
|
459
|
+
/** Id */
|
|
460
|
+
id: number;
|
|
461
|
+
/** The type of statistic to be fetched */
|
|
462
|
+
type: VpsDiskStatisticTypeEnum | (string & {});
|
|
463
|
+
}
|
|
464
|
+
export declare const GetVpsDiskUseRequest: S.Schema<GetVpsDiskUseRequest>;
|
|
465
|
+
/** complexType.UnitAndValue_double */
|
|
466
|
+
export interface ComplexTypeUnitAndValueDouble {
|
|
467
|
+
unit?: string;
|
|
468
|
+
value?: number;
|
|
469
|
+
}
|
|
470
|
+
export declare const ComplexTypeUnitAndValueDouble: S.Schema<ComplexTypeUnitAndValueDouble>;
|
|
471
|
+
export interface GetVpsDistributionRequest {
|
|
472
|
+
/** Service name */
|
|
473
|
+
serviceName: string;
|
|
474
|
+
}
|
|
475
|
+
export declare const GetVpsDistributionRequest: S.Schema<GetVpsDistributionRequest>;
|
|
476
|
+
export type VpsTemplateAvailableLanguageList = Array<string>;
|
|
477
|
+
export declare const VpsTemplateAvailableLanguageList: S.Schema<VpsTemplateAvailableLanguageList>;
|
|
478
|
+
/** Bitness of a VPS template */
|
|
479
|
+
export type VpsTemplateBitFormatEnum = 32 | 64;
|
|
480
|
+
export declare const VpsTemplateBitFormatEnum: any;
|
|
481
|
+
/** Installation template for a VPS Virtual Machine */
|
|
482
|
+
export interface VpsTemplate {
|
|
483
|
+
availableLanguage?: VpsTemplateAvailableLanguageList;
|
|
484
|
+
bitFormat?: VpsTemplateBitFormatEnum;
|
|
485
|
+
distribution?: string;
|
|
486
|
+
id?: number;
|
|
487
|
+
locale?: string;
|
|
488
|
+
name?: string;
|
|
489
|
+
}
|
|
490
|
+
export declare const VpsTemplate: S.Schema<VpsTemplate>;
|
|
491
|
+
export interface GetVpsDistributionSoftwareRequest {
|
|
492
|
+
/** Service name */
|
|
493
|
+
serviceName: string;
|
|
494
|
+
/** Software ID */
|
|
495
|
+
softwareId: number;
|
|
496
|
+
}
|
|
497
|
+
export declare const GetVpsDistributionSoftwareRequest: S.Schema<GetVpsDistributionSoftwareRequest>;
|
|
498
|
+
/** Available Status for a vps Software */
|
|
499
|
+
export type VpsSoftwareStatusEnum = "deprecated" | "stable" | "testing";
|
|
500
|
+
export declare const VpsSoftwareStatusEnum: any;
|
|
501
|
+
/** Available Type for a vps Software */
|
|
502
|
+
export type VpsSoftwareTypeEnum = "database" | "environment" | "webserver";
|
|
503
|
+
export declare const VpsSoftwareTypeEnum: any;
|
|
504
|
+
/** Available softwares on a Template */
|
|
505
|
+
export interface VpsSoftware {
|
|
506
|
+
id?: number;
|
|
507
|
+
name?: string;
|
|
508
|
+
status?: VpsSoftwareStatusEnum;
|
|
509
|
+
type?: VpsSoftwareTypeEnum;
|
|
510
|
+
}
|
|
511
|
+
export declare const VpsSoftware: S.Schema<VpsSoftware>;
|
|
512
|
+
export interface GetVpsImageAvailableRequest {
|
|
513
|
+
/** Service name */
|
|
514
|
+
serviceName: string;
|
|
515
|
+
/** Id */
|
|
516
|
+
id: string;
|
|
517
|
+
}
|
|
518
|
+
export declare const GetVpsImageAvailableRequest: S.Schema<GetVpsImageAvailableRequest>;
|
|
519
|
+
/** Installation image for a VPS */
|
|
520
|
+
export interface VpsImage {
|
|
521
|
+
id?: string;
|
|
522
|
+
name?: string;
|
|
523
|
+
}
|
|
524
|
+
export declare const VpsImage: S.Schema<VpsImage>;
|
|
525
|
+
export interface GetVpsImageCurrentRequest {
|
|
526
|
+
/** Service name */
|
|
527
|
+
serviceName: string;
|
|
528
|
+
}
|
|
529
|
+
export declare const GetVpsImageCurrentRequest: S.Schema<GetVpsImageCurrentRequest>;
|
|
530
|
+
export interface GetVpsIpsRequest {
|
|
531
|
+
/** Service name */
|
|
532
|
+
serviceName: string;
|
|
533
|
+
/** Ip address */
|
|
534
|
+
ipAddress: string;
|
|
535
|
+
}
|
|
536
|
+
export declare const GetVpsIpsRequest: S.Schema<GetVpsIpsRequest>;
|
|
537
|
+
/** Geolocation of the IP Address */
|
|
538
|
+
export type VpsIpGeolocationEnum = "au" | "be" | "ca" | "cz" | "de" | "es" | "fi" | "fr" | "gb" | "ie" | "in" | "it" | "lt" | "nl" | "pl" | "pt" | "sg" | "uk" | "us";
|
|
539
|
+
export declare const VpsIpGeolocationEnum: any;
|
|
540
|
+
/** Ip types on a VPS */
|
|
541
|
+
export type VpsIpTypeEnum = "additional" | "primary";
|
|
542
|
+
export declare const VpsIpTypeEnum: any;
|
|
543
|
+
/** Ip versions */
|
|
544
|
+
export type CoreTypesIpVersionEnum = "v4" | "v6";
|
|
545
|
+
export declare const CoreTypesIpVersionEnum: any;
|
|
546
|
+
/** Information about an IP address for a VPS Virtual Machine */
|
|
547
|
+
export interface VpsIp {
|
|
548
|
+
gateway?: string | null;
|
|
549
|
+
geolocation?: VpsIpGeolocationEnum;
|
|
550
|
+
/** The effective ip address of the Ip object */
|
|
551
|
+
ipAddress?: string;
|
|
552
|
+
macAddress?: string | null;
|
|
553
|
+
reverse?: string | null;
|
|
554
|
+
type?: VpsIpTypeEnum;
|
|
555
|
+
version?: CoreTypesIpVersionEnum;
|
|
556
|
+
}
|
|
557
|
+
export declare const VpsIp: S.Schema<VpsIp>;
|
|
558
|
+
/** All options a VPS can have */
|
|
559
|
+
export type GetVpsOptionRequestOption = "additionalDisk" | "automatedBackup" | "cpanel" | "ftpbackup" | "plesk" | "snapshot" | "veeam" | "windows";
|
|
560
|
+
export declare const GetVpsOptionRequestOption: any;
|
|
561
|
+
export interface GetVpsOptionRequest {
|
|
562
|
+
/** Service name */
|
|
563
|
+
serviceName: string;
|
|
564
|
+
/** Option */
|
|
565
|
+
option: GetVpsOptionRequestOption | (string & {});
|
|
566
|
+
}
|
|
567
|
+
export declare const GetVpsOptionRequest: S.Schema<GetVpsOptionRequest>;
|
|
568
|
+
/** All states a VPS Option can be in */
|
|
569
|
+
export type VpsVpsOptionStateEnum = "released" | "subscribed";
|
|
570
|
+
export declare const VpsVpsOptionStateEnum: any;
|
|
571
|
+
/** Information about the options of a VPS Virtual Machine */
|
|
572
|
+
export interface VpsOption {
|
|
573
|
+
/** The option name */
|
|
574
|
+
option?: VpsVpsOptionEnum;
|
|
575
|
+
/** The state of the option */
|
|
576
|
+
state?: VpsVpsOptionStateEnum;
|
|
577
|
+
}
|
|
578
|
+
export declare const VpsOption: S.Schema<VpsOption>;
|
|
579
|
+
export interface GetVpsSecondaryDnsDomainRequest {
|
|
580
|
+
/** Service name */
|
|
581
|
+
serviceName: string;
|
|
582
|
+
/** Domain */
|
|
583
|
+
domain: string;
|
|
584
|
+
}
|
|
585
|
+
export declare const GetVpsSecondaryDnsDomainRequest: S.Schema<GetVpsSecondaryDnsDomainRequest>;
|
|
586
|
+
/** Secondary dns infos */
|
|
587
|
+
export interface SecondaryDnsSecondaryDNS {
|
|
588
|
+
creationDate?: string;
|
|
589
|
+
/** secondary dns server */
|
|
590
|
+
dns?: string;
|
|
591
|
+
/** domain on slave server */
|
|
592
|
+
domain?: string;
|
|
593
|
+
/** IPv4 address (e.g., 192.0.2.0) */
|
|
594
|
+
ipMaster?: string;
|
|
595
|
+
}
|
|
596
|
+
export declare const SecondaryDnsSecondaryDNS: S.Schema<SecondaryDnsSecondaryDNS>;
|
|
597
|
+
export interface GetVpsSecondaryDnsDomainDnsServerRequest {
|
|
598
|
+
/** Service name */
|
|
599
|
+
serviceName: string;
|
|
600
|
+
/** Domain */
|
|
601
|
+
domain: string;
|
|
602
|
+
}
|
|
603
|
+
export declare const GetVpsSecondaryDnsDomainDnsServerRequest: S.Schema<GetVpsSecondaryDnsDomainDnsServerRequest>;
|
|
604
|
+
/** A structure describing informations about available nameserver for secondary dns */
|
|
605
|
+
export interface SecondaryDnsSecondaryDNSNameServer {
|
|
606
|
+
/** the name server */
|
|
607
|
+
hostname?: string;
|
|
608
|
+
/** IPv4 address (e.g., 192.0.2.0) */
|
|
609
|
+
ip?: string;
|
|
610
|
+
ipv6?: string | null;
|
|
611
|
+
}
|
|
612
|
+
export declare const SecondaryDnsSecondaryDNSNameServer: S.Schema<SecondaryDnsSecondaryDNSNameServer>;
|
|
613
|
+
export interface GetVpsSecondaryDnsNameServerAvailableRequest {
|
|
614
|
+
/** Service name */
|
|
615
|
+
serviceName: string;
|
|
616
|
+
}
|
|
617
|
+
export declare const GetVpsSecondaryDnsNameServerAvailableRequest: S.Schema<GetVpsSecondaryDnsNameServerAvailableRequest>;
|
|
618
|
+
export interface GetVpsServiceInfosRequest {
|
|
619
|
+
/** Service name */
|
|
620
|
+
serviceName: string;
|
|
621
|
+
}
|
|
622
|
+
export declare const GetVpsServiceInfosRequest: S.Schema<GetVpsServiceInfosRequest>;
|
|
623
|
+
/** All the possible renew period of your service in month */
|
|
624
|
+
export type ServicesServicePossibleRenewPeriodList = Array<number>;
|
|
625
|
+
export declare const ServicesServicePossibleRenewPeriodList: S.Schema<ServicesServicePossibleRenewPeriodList>;
|
|
626
|
+
/** Map a possible renew for a specific service */
|
|
627
|
+
export interface ServiceRenewType {
|
|
628
|
+
/** The service is automatically renewed */
|
|
629
|
+
automatic?: boolean;
|
|
630
|
+
/** The service will be deleted at expiration */
|
|
631
|
+
deleteAtExpiration?: boolean;
|
|
632
|
+
/** The service forced to be renewed */
|
|
633
|
+
forced?: boolean;
|
|
634
|
+
/** The service needs to be manually renewed and paid */
|
|
635
|
+
manualPayment?: boolean | null;
|
|
636
|
+
/** period of renew in month */
|
|
637
|
+
period?: number | null;
|
|
638
|
+
}
|
|
639
|
+
export declare const ServiceRenewType: S.Schema<ServiceRenewType>;
|
|
640
|
+
/** Detailed renewal type of a service */
|
|
641
|
+
export type ServiceRenewalTypeEnum = "automaticForcedProduct" | "automaticV2012" | "automaticV2014" | "automaticV2016" | "manual" | "oneShot" | "option";
|
|
642
|
+
export declare const ServiceRenewalTypeEnum: any;
|
|
643
|
+
/** service.StateEnum */
|
|
644
|
+
export type ServiceStateEnum = "autorenewInProgress" | "expired" | "inCreation" | "ok" | "pendingDebt" | "unPaid";
|
|
645
|
+
export declare const ServiceStateEnum: any;
|
|
646
|
+
/** Details about a Service */
|
|
647
|
+
export interface ServicesService {
|
|
648
|
+
/** Indicates that the service can be set up to be deleted at expiration */
|
|
649
|
+
canDeleteAtExpiration?: boolean;
|
|
650
|
+
contactAdmin?: string;
|
|
651
|
+
contactBilling?: string;
|
|
652
|
+
contactTech?: string;
|
|
653
|
+
creation?: string;
|
|
654
|
+
domain?: string;
|
|
655
|
+
engagedUpTo?: string | null;
|
|
656
|
+
expiration?: string;
|
|
657
|
+
/** All the possible renew period of your service in month */
|
|
658
|
+
possibleRenewPeriod?: ServicesServicePossibleRenewPeriodList | null;
|
|
659
|
+
/** Way of handling the renew */
|
|
660
|
+
renew?: ServiceRenewType | null;
|
|
661
|
+
renewalType?: ServiceRenewalTypeEnum;
|
|
662
|
+
serviceId?: number;
|
|
663
|
+
status?: ServiceStateEnum;
|
|
664
|
+
}
|
|
665
|
+
export declare const ServicesService: S.Schema<ServicesService>;
|
|
666
|
+
export interface GetVpsSnapshotRequest {
|
|
667
|
+
/** Service name */
|
|
668
|
+
serviceName: string;
|
|
669
|
+
}
|
|
670
|
+
export declare const GetVpsSnapshotRequest: S.Schema<GetVpsSnapshotRequest>;
|
|
671
|
+
/** Information about the snapshot of a VPS Virtual Machine */
|
|
672
|
+
export interface VpsSnapshot {
|
|
673
|
+
creationDate?: string;
|
|
674
|
+
description?: string;
|
|
675
|
+
id?: string;
|
|
676
|
+
region?: string | null;
|
|
677
|
+
}
|
|
678
|
+
export declare const VpsSnapshot: S.Schema<VpsSnapshot>;
|
|
679
|
+
export interface GetVpsSnapshotDownloadRequest {
|
|
680
|
+
/** Service name */
|
|
681
|
+
serviceName: string;
|
|
682
|
+
}
|
|
683
|
+
export declare const GetVpsSnapshotDownloadRequest: S.Schema<GetVpsSnapshotDownloadRequest>;
|
|
684
|
+
/** URL to download the VPS snapshot */
|
|
685
|
+
export interface VpsDownloadSnapshotURL {
|
|
686
|
+
/** Snapshot size (bytes) */
|
|
687
|
+
size?: number;
|
|
688
|
+
/** URL to download the snapshot */
|
|
689
|
+
url?: string;
|
|
690
|
+
}
|
|
691
|
+
export declare const VpsDownloadSnapshotURL: S.Schema<VpsDownloadSnapshotURL>;
|
|
692
|
+
export interface GetVpsStatusRequest {
|
|
693
|
+
/** Service name */
|
|
694
|
+
serviceName: string;
|
|
695
|
+
}
|
|
696
|
+
export declare const GetVpsStatusRequest: S.Schema<GetVpsStatusRequest>;
|
|
697
|
+
/** Possible states of a service (ping, port) */
|
|
698
|
+
export type VpsIpServiceStatusStateEnum = "down" | "up";
|
|
699
|
+
export declare const VpsIpServiceStatusStateEnum: any;
|
|
700
|
+
/** Port and state of a service on an IP */
|
|
701
|
+
export interface VpsIpServiceStatusService {
|
|
702
|
+
port?: number;
|
|
703
|
+
/** Possible states of a service (ping, port) */
|
|
704
|
+
state?: VpsIpServiceStatusStateEnum;
|
|
705
|
+
}
|
|
706
|
+
export declare const VpsIpServiceStatusService: S.Schema<VpsIpServiceStatusService>;
|
|
707
|
+
/** Service states for an Ip */
|
|
708
|
+
export interface VpsIpServiceStatus {
|
|
709
|
+
/** Port and state of a service on an IP */
|
|
710
|
+
dns?: VpsIpServiceStatusService;
|
|
711
|
+
/** Port and state of a service on an IP */
|
|
712
|
+
http?: VpsIpServiceStatusService;
|
|
713
|
+
/** Port and state of a service on an IP */
|
|
714
|
+
https?: VpsIpServiceStatusService;
|
|
715
|
+
/** Possible states of a service (ping, port) */
|
|
716
|
+
ping?: VpsIpServiceStatusStateEnum;
|
|
717
|
+
/** Port and state of a service on an IP */
|
|
718
|
+
smtp?: VpsIpServiceStatusService;
|
|
719
|
+
/** Port and state of a service on an IP */
|
|
720
|
+
ssh?: VpsIpServiceStatusService;
|
|
721
|
+
tools?: VpsIpServiceStatusStateEnum | null;
|
|
722
|
+
}
|
|
723
|
+
export declare const VpsIpServiceStatus: S.Schema<VpsIpServiceStatus>;
|
|
724
|
+
export interface GetVpsTaskRequest {
|
|
725
|
+
/** Service name */
|
|
726
|
+
serviceName: string;
|
|
727
|
+
/** Id */
|
|
728
|
+
id: number;
|
|
729
|
+
}
|
|
730
|
+
export declare const GetVpsTaskRequest: S.Schema<GetVpsTaskRequest>;
|
|
731
|
+
export interface GetVpsTemplateRequest {
|
|
732
|
+
/** Service name */
|
|
733
|
+
serviceName: string;
|
|
734
|
+
/** Id */
|
|
735
|
+
id: number;
|
|
736
|
+
}
|
|
737
|
+
export declare const GetVpsTemplateRequest: S.Schema<GetVpsTemplateRequest>;
|
|
738
|
+
export interface GetVpsTemplateSoftwareRequest {
|
|
739
|
+
/** Service name */
|
|
740
|
+
serviceName: string;
|
|
741
|
+
/** Id */
|
|
742
|
+
id: number;
|
|
743
|
+
/** Software ID */
|
|
744
|
+
softwareId: number;
|
|
745
|
+
}
|
|
746
|
+
export declare const GetVpsTemplateSoftwareRequest: S.Schema<GetVpsTemplateSoftwareRequest>;
|
|
747
|
+
export interface GetVpsVeeamRequest {
|
|
748
|
+
/** Service name */
|
|
749
|
+
serviceName: string;
|
|
750
|
+
}
|
|
751
|
+
export declare const GetVpsVeeamRequest: S.Schema<GetVpsVeeamRequest>;
|
|
752
|
+
/** Informations about a VPS Veeam backups */
|
|
753
|
+
export interface VpsVeeam {
|
|
754
|
+
/** Backup state */
|
|
755
|
+
backup?: boolean;
|
|
756
|
+
}
|
|
757
|
+
export declare const VpsVeeam: S.Schema<VpsVeeam>;
|
|
758
|
+
export interface GetVpsVeeamRestoredBackupRequest {
|
|
759
|
+
/** Service name */
|
|
760
|
+
serviceName: string;
|
|
761
|
+
}
|
|
762
|
+
export declare const GetVpsVeeamRestoredBackupRequest: S.Schema<GetVpsVeeamRestoredBackupRequest>;
|
|
763
|
+
/** A structure describing a Veeam backup's access informations */
|
|
764
|
+
export interface VpsVeeamInfos {
|
|
765
|
+
/** NFS URL of the backup */
|
|
766
|
+
nfs?: string;
|
|
767
|
+
/** SMB URL of the backup */
|
|
768
|
+
smb?: string;
|
|
769
|
+
}
|
|
770
|
+
export declare const VpsVeeamInfos: S.Schema<VpsVeeamInfos>;
|
|
771
|
+
/** A structure describing a Veeam restored backup's state */
|
|
772
|
+
export type VpsVeeamStateEnum = "mounted" | "restoring" | "unmounted" | "unmounting";
|
|
773
|
+
export declare const VpsVeeamStateEnum: any;
|
|
774
|
+
/** Currently restored backup */
|
|
775
|
+
export interface VpsVeeamRestoredBackup {
|
|
776
|
+
/** Backup access informations */
|
|
777
|
+
accessInfos?: VpsVeeamInfos;
|
|
778
|
+
/** The restore point id */
|
|
779
|
+
restorePointId?: number;
|
|
780
|
+
/** The restored backup state */
|
|
781
|
+
state?: VpsVeeamStateEnum;
|
|
782
|
+
}
|
|
783
|
+
export declare const VpsVeeamRestoredBackup: S.Schema<VpsVeeamRestoredBackup>;
|
|
784
|
+
export interface GetVpsVeeamRestorePointRequest {
|
|
785
|
+
/** Service name */
|
|
786
|
+
serviceName: string;
|
|
787
|
+
/** Id */
|
|
788
|
+
id: number;
|
|
789
|
+
}
|
|
790
|
+
export declare const GetVpsVeeamRestorePointRequest: S.Schema<GetVpsVeeamRestorePointRequest>;
|
|
791
|
+
/** Informations about a VPS Veeam restore points */
|
|
792
|
+
export interface VpsVeeamRestorePoint {
|
|
793
|
+
/** The restore point's creation time */
|
|
794
|
+
creationTime?: string;
|
|
795
|
+
/** The restore point's id */
|
|
796
|
+
id?: number;
|
|
797
|
+
}
|
|
798
|
+
export declare const VpsVeeamRestorePoint: S.Schema<VpsVeeamRestorePoint>;
|
|
799
|
+
export interface GetVpsVersionRequest {
|
|
800
|
+
/** Service name */
|
|
801
|
+
serviceName: string;
|
|
802
|
+
}
|
|
803
|
+
export declare const GetVpsVersionRequest: S.Schema<GetVpsVersionRequest>;
|
|
804
|
+
/** VPS billing version */
|
|
805
|
+
export interface VpsVpsBillingVersion {
|
|
806
|
+
version?: number;
|
|
807
|
+
}
|
|
808
|
+
export declare const VpsVpsBillingVersion: S.Schema<VpsVpsBillingVersion>;
|
|
809
|
+
/** Resource tag filter */
|
|
810
|
+
export interface IamResourceTagFilterInput {
|
|
811
|
+
}
|
|
812
|
+
export declare const IamResourceTagFilterInput: S.Schema<IamResourceTagFilterInput>;
|
|
813
|
+
export type ListVpsRequestIamTagsValueList = Array<IamResourceTagFilterInput>;
|
|
814
|
+
export declare const ListVpsRequestIamTagsValueList: S.Schema<ListVpsRequestIamTagsValueList>;
|
|
815
|
+
export type ListVpsRequestIamTagsMap = {
|
|
816
|
+
[key: string]: ListVpsRequestIamTagsValueList | undefined;
|
|
817
|
+
};
|
|
818
|
+
export declare const ListVpsRequestIamTagsMap: S.Schema<ListVpsRequestIamTagsMap>;
|
|
819
|
+
export interface ListVpsRequest {
|
|
820
|
+
/** Filter resources on IAM tags */
|
|
821
|
+
iamTags?: ListVpsRequestIamTagsMap;
|
|
822
|
+
}
|
|
823
|
+
export declare const ListVpsRequest: S.Schema<ListVpsRequest>;
|
|
824
|
+
export type ListVpsResponseBodyList = Array<string>;
|
|
825
|
+
export declare const ListVpsResponseBodyList: S.Schema<ListVpsResponseBodyList>;
|
|
826
|
+
export type ListVpsResponse = ListVpsResponseBodyList;
|
|
827
|
+
export declare const ListVpsResponse: S.Schema<ListVpsResponse>;
|
|
828
|
+
export interface ListVpsAutomatedBackupAttachedBackupRequest {
|
|
829
|
+
/** Service name */
|
|
830
|
+
serviceName: string;
|
|
831
|
+
}
|
|
832
|
+
export declare const ListVpsAutomatedBackupAttachedBackupRequest: S.Schema<ListVpsAutomatedBackupAttachedBackupRequest>;
|
|
833
|
+
/** A structure describing a backup's access informations */
|
|
834
|
+
export interface VpsAutomatedBackupAttachedInfos {
|
|
835
|
+
/** Additional Disk details */
|
|
836
|
+
additionalDisk?: string | null;
|
|
837
|
+
/** NFS URL of the backup */
|
|
838
|
+
nfs?: string | null;
|
|
839
|
+
/** SMB URL of the backup */
|
|
840
|
+
smb?: string | null;
|
|
841
|
+
}
|
|
842
|
+
export declare const VpsAutomatedBackupAttachedInfos: S.Schema<VpsAutomatedBackupAttachedInfos>;
|
|
843
|
+
/** A backup attached to your VPS */
|
|
844
|
+
export interface VpsAutomatedBackupAttached {
|
|
845
|
+
/** A structure describing a backup's access informations */
|
|
846
|
+
access?: VpsAutomatedBackupAttachedInfos;
|
|
847
|
+
restorePoint?: string;
|
|
848
|
+
}
|
|
849
|
+
export declare const VpsAutomatedBackupAttached: S.Schema<VpsAutomatedBackupAttached>;
|
|
850
|
+
export type ListVpsAutomatedBackupAttachedBackupResponseBodyList = Array<VpsAutomatedBackupAttached>;
|
|
851
|
+
export declare const ListVpsAutomatedBackupAttachedBackupResponseBodyList: S.Schema<ListVpsAutomatedBackupAttachedBackupResponseBodyList>;
|
|
852
|
+
export type ListVpsAutomatedBackupAttachedBackupResponse = ListVpsAutomatedBackupAttachedBackupResponseBodyList;
|
|
853
|
+
export declare const ListVpsAutomatedBackupAttachedBackupResponse: S.Schema<ListVpsAutomatedBackupAttachedBackupResponse>;
|
|
854
|
+
/** Available restore state */
|
|
855
|
+
export type VpsRestoreStateEnum = "available" | "restored" | "restoring";
|
|
856
|
+
export declare const VpsRestoreStateEnum: any;
|
|
857
|
+
export interface ListVpsAutomatedBackupRestorePointsRequest {
|
|
858
|
+
/** Service name */
|
|
859
|
+
serviceName: string;
|
|
860
|
+
/** The state of the restore point */
|
|
861
|
+
state: VpsRestoreStateEnum | (string & {});
|
|
862
|
+
}
|
|
863
|
+
export declare const ListVpsAutomatedBackupRestorePointsRequest: S.Schema<ListVpsAutomatedBackupRestorePointsRequest>;
|
|
864
|
+
export type ListVpsAutomatedBackupRestorePointsResponseBodyList = Array<string>;
|
|
865
|
+
export declare const ListVpsAutomatedBackupRestorePointsResponseBodyList: S.Schema<ListVpsAutomatedBackupRestorePointsResponseBodyList>;
|
|
866
|
+
export type ListVpsAutomatedBackupRestorePointsResponse = ListVpsAutomatedBackupRestorePointsResponseBodyList;
|
|
867
|
+
export declare const ListVpsAutomatedBackupRestorePointsResponse: S.Schema<ListVpsAutomatedBackupRestorePointsResponse>;
|
|
868
|
+
export interface ListVpsAvailableUpgradeRequest {
|
|
869
|
+
/** Service name */
|
|
870
|
+
serviceName: string;
|
|
871
|
+
}
|
|
872
|
+
export declare const ListVpsAvailableUpgradeRequest: S.Schema<ListVpsAvailableUpgradeRequest>;
|
|
873
|
+
export type ListVpsAvailableUpgradeResponseBodyList = Array<VpsModel>;
|
|
874
|
+
export declare const ListVpsAvailableUpgradeResponseBodyList: S.Schema<ListVpsAvailableUpgradeResponseBodyList>;
|
|
875
|
+
export type ListVpsAvailableUpgradeResponse = ListVpsAvailableUpgradeResponseBodyList;
|
|
876
|
+
export declare const ListVpsAvailableUpgradeResponse: S.Schema<ListVpsAvailableUpgradeResponse>;
|
|
877
|
+
export interface ListVpsBackupftpAccessRequest {
|
|
878
|
+
/** Service name */
|
|
879
|
+
serviceName: string;
|
|
880
|
+
}
|
|
881
|
+
export declare const ListVpsBackupftpAccessRequest: S.Schema<ListVpsBackupftpAccessRequest>;
|
|
882
|
+
export type ListVpsBackupftpAccessResponseBodyList = Array<string>;
|
|
883
|
+
export declare const ListVpsBackupftpAccessResponseBodyList: S.Schema<ListVpsBackupftpAccessResponseBodyList>;
|
|
884
|
+
export type ListVpsBackupftpAccessResponse = ListVpsBackupftpAccessResponseBodyList;
|
|
885
|
+
export declare const ListVpsBackupftpAccessResponse: S.Schema<ListVpsBackupftpAccessResponse>;
|
|
886
|
+
export interface ListVpsBackupftpAuthorizableBlocksRequest {
|
|
887
|
+
/** Service name */
|
|
888
|
+
serviceName: string;
|
|
889
|
+
}
|
|
890
|
+
export declare const ListVpsBackupftpAuthorizableBlocksRequest: S.Schema<ListVpsBackupftpAuthorizableBlocksRequest>;
|
|
891
|
+
export type ListVpsBackupftpAuthorizableBlocksResponseBodyList = Array<string>;
|
|
892
|
+
export declare const ListVpsBackupftpAuthorizableBlocksResponseBodyList: S.Schema<ListVpsBackupftpAuthorizableBlocksResponseBodyList>;
|
|
893
|
+
export type ListVpsBackupftpAuthorizableBlocksResponse = ListVpsBackupftpAuthorizableBlocksResponseBodyList;
|
|
894
|
+
export declare const ListVpsBackupftpAuthorizableBlocksResponse: S.Schema<ListVpsBackupftpAuthorizableBlocksResponse>;
|
|
895
|
+
/** Countries a nichandle can choose */
|
|
896
|
+
export type NichandleCountryEnum = "AC" | "AD" | "AE" | "AF" | "AG" | "AI" | "AL" | "AM" | "AO" | "AQ" | "AR" | "AS" | "AT" | "AU" | "AW" | "AX" | "AZ" | "BA" | "BB" | "BD" | "BE" | "BF" | "BG" | "BH" | "BI" | "BJ" | "BL" | "BM" | "BN" | "BO" | "BQ" | "BR" | "BS" | "BT" | "BW" | "BY" | "BZ" | "CA" | "CC" | "CD" | "CF" | "CG" | "CH" | "CI" | "CK" | "CL" | "CM" | "CN" | "CO" | "CR" | "CU" | "CV" | "CW" | "CX" | "CY" | "CZ" | "DE" | "DG" | "DJ" | "DK" | "DM" | "DO" | "DZ" | "EA" | "EC" | "EE" | "EG" | "EH" | "ER" | "ES" | "ET" | "FI" | "FJ" | "FK" | "FM" | "FO" | "FR" | "GA" | "GB" | "GD" | "GE" | "GF" | "GG" | "GH" | "GI" | "GL" | "GM" | "GN" | "GP" | "GQ" | "GR" | "GS" | "GT" | "GU" | "GW" | "GY" | "HK" | "HN" | "HR" | "HT" | "HU" | "IC" | "ID" | "IE" | "IL" | "IM" | "IN" | "IO" | "IQ" | "IR" | "IS" | "IT" | "JE" | "JM" | "JO" | "JP" | "KE" | "KG" | "KH" | "KI" | "KM" | "KN" | "KP" | "KR" | "KW" | "KY" | "KZ" | "LA" | "LB" | "LC" | "LI" | "LK" | "LR" | "LS" | "LT" | "LU" | "LV" | "LY" | "MA" | "MC" | "MD" | "ME" | "MF" | "MG" | "MH" | "MK" | "ML" | "MM" | "MN" | "MO" | "MP" | "MQ" | "MR" | "MS" | "MT" | "MU" | "MV" | "MW" | "MX" | "MY" | "MZ" | "NA" | "NC" | "NE" | "NF" | "NG" | "NI" | "NL" | "NO" | "NP" | "NR" | "NU" | "NZ" | "OM" | "PA" | "PE" | "PF" | "PG" | "PH" | "PK" | "PL" | "PM" | "PN" | "PR" | "PS" | "PT" | "PW" | "PY" | "QA" | "RE" | "RO" | "RS" | "RU" | "RW" | "SA" | "SB" | "SC" | "SD" | "SE" | "SG" | "SH" | "SI" | "SJ" | "SK" | "SL" | "SM" | "SN" | "SO" | "SR" | "SS" | "ST" | "SV" | "SX" | "SY" | "SZ" | "TA" | "TC" | "TD" | "TF" | "TG" | "TH" | "TJ" | "TK" | "TL" | "TM" | "TN" | "TO" | "TR" | "TT" | "TV" | "TW" | "TZ" | "UA" | "UG" | "UM" | "UNKNOWN" | "US" | "UY" | "UZ" | "VA" | "VC" | "VE" | "VG" | "VI" | "VN" | "VU" | "WF" | "WS" | "XK" | "YE" | "YT" | "ZA" | "ZM" | "ZW";
|
|
897
|
+
export declare const NichandleCountryEnum: any;
|
|
898
|
+
export interface ListVpsDatacenterRequest {
|
|
899
|
+
/** Country targeted */
|
|
900
|
+
country?: NichandleCountryEnum | (string & {});
|
|
901
|
+
}
|
|
902
|
+
export declare const ListVpsDatacenterRequest: S.Schema<ListVpsDatacenterRequest>;
|
|
903
|
+
export type ListVpsDatacenterResponseBodyList = Array<string>;
|
|
904
|
+
export declare const ListVpsDatacenterResponseBodyList: S.Schema<ListVpsDatacenterResponseBodyList>;
|
|
905
|
+
export type ListVpsDatacenterResponse = ListVpsDatacenterResponseBodyList;
|
|
906
|
+
export declare const ListVpsDatacenterResponse: S.Schema<ListVpsDatacenterResponse>;
|
|
907
|
+
/** Available periods for the VPS monitoring */
|
|
908
|
+
export type VpsVpsMonitoringPeriodEnum = "lastday" | "lastmonth" | "lastweek" | "lastyear" | "today";
|
|
909
|
+
export declare const VpsVpsMonitoringPeriodEnum: any;
|
|
910
|
+
export interface ListVpsDiskMonitoringRequest {
|
|
911
|
+
/** Service name */
|
|
912
|
+
serviceName: string;
|
|
913
|
+
/** Id */
|
|
914
|
+
id: number;
|
|
915
|
+
/** The period the statistics are fetched for */
|
|
916
|
+
period: VpsVpsMonitoringPeriodEnum | (string & {});
|
|
917
|
+
/** The type of statistic to be fetched */
|
|
918
|
+
type: VpsDiskStatisticTypeEnum | (string & {});
|
|
919
|
+
}
|
|
920
|
+
export declare const ListVpsDiskMonitoringRequest: S.Schema<ListVpsDiskMonitoringRequest>;
|
|
921
|
+
/** A timestamp associated to a value */
|
|
922
|
+
export interface VpsVpsTimestampValue {
|
|
923
|
+
timestamp?: number;
|
|
924
|
+
value?: number | null;
|
|
925
|
+
}
|
|
926
|
+
export declare const VpsVpsTimestampValue: S.Schema<VpsVpsTimestampValue>;
|
|
927
|
+
export type ComplexTypeUnitAndValuesVpsVpsTimestampValueValuesList = Array<VpsVpsTimestampValue>;
|
|
928
|
+
export declare const ComplexTypeUnitAndValuesVpsVpsTimestampValueValuesList: S.Schema<ComplexTypeUnitAndValuesVpsVpsTimestampValueValuesList>;
|
|
929
|
+
/** complexType.UnitAndValues_vps.VpsTimestampValue */
|
|
930
|
+
export interface ComplexTypeUnitAndValuesVpsVpsTimestampValue {
|
|
931
|
+
unit?: string;
|
|
932
|
+
values?: ComplexTypeUnitAndValuesVpsVpsTimestampValueValuesList;
|
|
933
|
+
}
|
|
934
|
+
export declare const ComplexTypeUnitAndValuesVpsVpsTimestampValue: S.Schema<ComplexTypeUnitAndValuesVpsVpsTimestampValue>;
|
|
935
|
+
export interface ListVpsDisksRequest {
|
|
936
|
+
/** Service name */
|
|
937
|
+
serviceName: string;
|
|
938
|
+
}
|
|
939
|
+
export declare const ListVpsDisksRequest: S.Schema<ListVpsDisksRequest>;
|
|
940
|
+
export type ListVpsDisksResponseBodyList = Array<number>;
|
|
941
|
+
export declare const ListVpsDisksResponseBodyList: S.Schema<ListVpsDisksResponseBodyList>;
|
|
942
|
+
export type ListVpsDisksResponse = ListVpsDisksResponseBodyList;
|
|
943
|
+
export declare const ListVpsDisksResponse: S.Schema<ListVpsDisksResponse>;
|
|
944
|
+
export interface ListVpsDistributionSoftwareRequest {
|
|
945
|
+
/** Service name */
|
|
946
|
+
serviceName: string;
|
|
947
|
+
}
|
|
948
|
+
export declare const ListVpsDistributionSoftwareRequest: S.Schema<ListVpsDistributionSoftwareRequest>;
|
|
949
|
+
export type ListVpsDistributionSoftwareResponseBodyList = Array<number>;
|
|
950
|
+
export declare const ListVpsDistributionSoftwareResponseBodyList: S.Schema<ListVpsDistributionSoftwareResponseBodyList>;
|
|
951
|
+
export type ListVpsDistributionSoftwareResponse = ListVpsDistributionSoftwareResponseBodyList;
|
|
952
|
+
export declare const ListVpsDistributionSoftwareResponse: S.Schema<ListVpsDistributionSoftwareResponse>;
|
|
953
|
+
export interface ListVpsImageAvailableRequest {
|
|
954
|
+
/** Service name */
|
|
955
|
+
serviceName: string;
|
|
956
|
+
}
|
|
957
|
+
export declare const ListVpsImageAvailableRequest: S.Schema<ListVpsImageAvailableRequest>;
|
|
958
|
+
export type ListVpsImageAvailableResponseBodyList = Array<string>;
|
|
959
|
+
export declare const ListVpsImageAvailableResponseBodyList: S.Schema<ListVpsImageAvailableResponseBodyList>;
|
|
960
|
+
export type ListVpsImageAvailableResponse = ListVpsImageAvailableResponseBodyList;
|
|
961
|
+
export declare const ListVpsImageAvailableResponse: S.Schema<ListVpsImageAvailableResponse>;
|
|
962
|
+
export interface ListVpsIpCountryAvailableRequest {
|
|
963
|
+
/** Service name */
|
|
964
|
+
serviceName: string;
|
|
965
|
+
}
|
|
966
|
+
export declare const ListVpsIpCountryAvailableRequest: S.Schema<ListVpsIpCountryAvailableRequest>;
|
|
967
|
+
export type ListVpsIpCountryAvailableResponseBodyList = Array<VpsIpGeolocationEnum>;
|
|
968
|
+
export declare const ListVpsIpCountryAvailableResponseBodyList: S.Schema<ListVpsIpCountryAvailableResponseBodyList>;
|
|
969
|
+
export type ListVpsIpCountryAvailableResponse = ListVpsIpCountryAvailableResponseBodyList;
|
|
970
|
+
export declare const ListVpsIpCountryAvailableResponse: S.Schema<ListVpsIpCountryAvailableResponse>;
|
|
971
|
+
export interface ListVpsIpsRequest {
|
|
972
|
+
/** Service name */
|
|
973
|
+
serviceName: string;
|
|
974
|
+
}
|
|
975
|
+
export declare const ListVpsIpsRequest: S.Schema<ListVpsIpsRequest>;
|
|
976
|
+
export type ListVpsIpsResponseBodyList = Array<string>;
|
|
977
|
+
export declare const ListVpsIpsResponseBodyList: S.Schema<ListVpsIpsResponseBodyList>;
|
|
978
|
+
export type ListVpsIpsResponse = ListVpsIpsResponseBodyList;
|
|
979
|
+
export declare const ListVpsIpsResponse: S.Schema<ListVpsIpsResponse>;
|
|
980
|
+
export interface ListVpsMigration2018Request {
|
|
981
|
+
/** Service name */
|
|
982
|
+
serviceName: string;
|
|
983
|
+
}
|
|
984
|
+
export declare const ListVpsMigration2018Request: S.Schema<ListVpsMigration2018Request>;
|
|
985
|
+
/** All datacenter of vps migration */
|
|
986
|
+
export type VpsMigrationDatacenterEnum = "BHS" | "DE" | "GRA" | "SBG" | "SGP" | "SYD" | "UK" | "WAW";
|
|
987
|
+
export declare const VpsMigrationDatacenterEnum: any;
|
|
988
|
+
/** Mapping between a VPS 2016 option code and a VPS 2020 option code */
|
|
989
|
+
export interface VpsMigrationOptionOptionMapping2016 {
|
|
990
|
+
/** VPS option current plan code */
|
|
991
|
+
currentPlan?: string;
|
|
992
|
+
/** New VPS option plan code after migration */
|
|
993
|
+
newPlan?: string;
|
|
994
|
+
/** VPS option product */
|
|
995
|
+
product?: string;
|
|
996
|
+
}
|
|
997
|
+
export declare const VpsMigrationOptionOptionMapping2016: S.Schema<VpsMigrationOptionOptionMapping2016>;
|
|
998
|
+
/** Mapping of VPS options of option from VPS 2016 to VPS 2020 */
|
|
999
|
+
export type VpsMigrationOptionMapping2016OptionsList = Array<VpsMigrationOptionOptionMapping2016>;
|
|
1000
|
+
export declare const VpsMigrationOptionMapping2016OptionsList: S.Schema<VpsMigrationOptionMapping2016OptionsList>;
|
|
1001
|
+
/** Mapping between a VPS 2016 option code and a VPS 2020 option code */
|
|
1002
|
+
export interface VpsMigrationOptionMapping2016 {
|
|
1003
|
+
/** VPS option current plan code */
|
|
1004
|
+
currentPlan?: string;
|
|
1005
|
+
/** New VPS option plan code after migration */
|
|
1006
|
+
newPlan?: string;
|
|
1007
|
+
/** Mapping of VPS options of option from VPS 2016 to VPS 2020 */
|
|
1008
|
+
options?: VpsMigrationOptionMapping2016OptionsList;
|
|
1009
|
+
/** VPS option product */
|
|
1010
|
+
product?: string;
|
|
1011
|
+
}
|
|
1012
|
+
export declare const VpsMigrationOptionMapping2016: S.Schema<VpsMigrationOptionMapping2016>;
|
|
1013
|
+
/** Mapping of VPS options from VPS 2016 to VPS 2020 */
|
|
1014
|
+
export type VpsMigrationVPS2018to2020PlanOptionsList = Array<VpsMigrationOptionMapping2016>;
|
|
1015
|
+
export declare const VpsMigrationVPS2018to2020PlanOptionsList: S.Schema<VpsMigrationVPS2018to2020PlanOptionsList>;
|
|
1016
|
+
/** A structure describing a migration plan from VPS 2016/2018 to VPS 2020 */
|
|
1017
|
+
export interface VpsMigrationVPS2018to2020Plan {
|
|
1018
|
+
/** VPS current plan code */
|
|
1019
|
+
currentPlan?: string;
|
|
1020
|
+
/** New VPS plan code after migration */
|
|
1021
|
+
newPlan?: string;
|
|
1022
|
+
/** Mapping of VPS options from VPS 2016 to VPS 2020 */
|
|
1023
|
+
options?: VpsMigrationVPS2018to2020PlanOptionsList;
|
|
1024
|
+
/** VPS product */
|
|
1025
|
+
product?: string;
|
|
1026
|
+
}
|
|
1027
|
+
export declare const VpsMigrationVPS2018to2020Plan: S.Schema<VpsMigrationVPS2018to2020Plan>;
|
|
1028
|
+
/** List of available plans to migrate */
|
|
1029
|
+
export type VpsMigrationVPS2018to2020PlansList = Array<VpsMigrationVPS2018to2020Plan>;
|
|
1030
|
+
export declare const VpsMigrationVPS2018to2020PlansList: S.Schema<VpsMigrationVPS2018to2020PlansList>;
|
|
1031
|
+
/** All status a migration task can be in */
|
|
1032
|
+
export type VpsMigrationStatusEnum = "available" | "notAvailable" | "ongoing" | "planned" | "toPlan";
|
|
1033
|
+
export declare const VpsMigrationStatusEnum: any;
|
|
1034
|
+
/** A structure describing a migration from VPS 2016/2018 to VPS 2020 */
|
|
1035
|
+
export interface VpsMigrationVPS2018to2020 {
|
|
1036
|
+
/** All datacenter of vps migration */
|
|
1037
|
+
datacenter?: VpsMigrationDatacenterEnum;
|
|
1038
|
+
/** Migration start date */
|
|
1039
|
+
date?: string | null;
|
|
1040
|
+
/** List of available plans to migrate */
|
|
1041
|
+
plans?: VpsMigrationVPS2018to2020PlansList;
|
|
1042
|
+
/** All status a migration task can be in */
|
|
1043
|
+
status?: VpsMigrationStatusEnum;
|
|
1044
|
+
}
|
|
1045
|
+
export declare const VpsMigrationVPS2018to2020: S.Schema<VpsMigrationVPS2018to2020>;
|
|
1046
|
+
export interface ListVpsModelsRequest {
|
|
1047
|
+
/** Service name */
|
|
1048
|
+
serviceName: string;
|
|
1049
|
+
}
|
|
1050
|
+
export declare const ListVpsModelsRequest: S.Schema<ListVpsModelsRequest>;
|
|
1051
|
+
export type ListVpsModelsResponseBodyList = Array<VpsModel>;
|
|
1052
|
+
export declare const ListVpsModelsResponseBodyList: S.Schema<ListVpsModelsResponseBodyList>;
|
|
1053
|
+
export type ListVpsModelsResponse = ListVpsModelsResponseBodyList;
|
|
1054
|
+
export declare const ListVpsModelsResponse: S.Schema<ListVpsModelsResponse>;
|
|
1055
|
+
export interface ListVpsOptionRequest {
|
|
1056
|
+
/** Service name */
|
|
1057
|
+
serviceName: string;
|
|
1058
|
+
}
|
|
1059
|
+
export declare const ListVpsOptionRequest: S.Schema<ListVpsOptionRequest>;
|
|
1060
|
+
export type ListVpsOptionResponseBodyList = Array<VpsVpsOptionEnum>;
|
|
1061
|
+
export declare const ListVpsOptionResponseBodyList: S.Schema<ListVpsOptionResponseBodyList>;
|
|
1062
|
+
export type ListVpsOptionResponse = ListVpsOptionResponseBodyList;
|
|
1063
|
+
export declare const ListVpsOptionResponse: S.Schema<ListVpsOptionResponse>;
|
|
1064
|
+
/** OVH subsidiaries */
|
|
1065
|
+
export type NichandleOvhSubsidiaryEnum = "CZ" | "DE" | "ES" | "EU" | "FI" | "FR" | "GB" | "IE" | "IT" | "LT" | "MA" | "NL" | "PL" | "PT" | "SN" | "TN";
|
|
1066
|
+
export declare const NichandleOvhSubsidiaryEnum: any;
|
|
1067
|
+
export interface ListVpsOrderRuleDatacenterRequest {
|
|
1068
|
+
/** VPS OS selection in order api */
|
|
1069
|
+
os?: string;
|
|
1070
|
+
/** Subsidiary to sort datacenters */
|
|
1071
|
+
ovhSubsidiary: NichandleOvhSubsidiaryEnum | (string & {});
|
|
1072
|
+
/** VPS plan code from order api */
|
|
1073
|
+
planCode: string;
|
|
1074
|
+
}
|
|
1075
|
+
export declare const ListVpsOrderRuleDatacenterRequest: S.Schema<ListVpsOrderRuleDatacenterRequest>;
|
|
1076
|
+
/** Possible values for datacenter status */
|
|
1077
|
+
export type VpsOrderRuleDatacenterStatusEnum = "available" | "out-of-stock";
|
|
1078
|
+
export declare const VpsOrderRuleDatacenterStatusEnum: any;
|
|
1079
|
+
/** Datacenter rules */
|
|
1080
|
+
export interface VpsOrderRuleDatacenter {
|
|
1081
|
+
datacenter?: string;
|
|
1082
|
+
status?: VpsOrderRuleDatacenterStatusEnum;
|
|
1083
|
+
}
|
|
1084
|
+
export declare const VpsOrderRuleDatacenter: S.Schema<VpsOrderRuleDatacenter>;
|
|
1085
|
+
export type VpsOrderRuleDatacentersDatacentersList = Array<VpsOrderRuleDatacenter>;
|
|
1086
|
+
export declare const VpsOrderRuleDatacentersDatacentersList: S.Schema<VpsOrderRuleDatacentersDatacentersList>;
|
|
1087
|
+
/** Datacenters rules */
|
|
1088
|
+
export interface VpsOrderRuleDatacenters {
|
|
1089
|
+
datacenters?: VpsOrderRuleDatacentersDatacentersList;
|
|
1090
|
+
}
|
|
1091
|
+
export declare const VpsOrderRuleDatacenters: S.Schema<VpsOrderRuleDatacenters>;
|
|
1092
|
+
export interface ListVpsOrderRuleOsChoicesRequest {
|
|
1093
|
+
/** VPS datacenter */
|
|
1094
|
+
datacenter: string;
|
|
1095
|
+
/** VPS OS selection in order api */
|
|
1096
|
+
os: string;
|
|
1097
|
+
}
|
|
1098
|
+
export declare const ListVpsOrderRuleOsChoicesRequest: S.Schema<ListVpsOrderRuleOsChoicesRequest>;
|
|
1099
|
+
/** Possible values for OS choice status */
|
|
1100
|
+
export type VpsOrderRuleOSChoiceStatusEnum = "available" | "checked-by-default" | "unavailable";
|
|
1101
|
+
export declare const VpsOrderRuleOSChoiceStatusEnum: any;
|
|
1102
|
+
/** OS choice rules */
|
|
1103
|
+
export interface VpsOrderRuleOSChoice {
|
|
1104
|
+
name?: string;
|
|
1105
|
+
status?: VpsOrderRuleOSChoiceStatusEnum;
|
|
1106
|
+
}
|
|
1107
|
+
export declare const VpsOrderRuleOSChoice: S.Schema<VpsOrderRuleOSChoice>;
|
|
1108
|
+
export type VpsOrderRuleOSChoicesChoicesList = Array<VpsOrderRuleOSChoice>;
|
|
1109
|
+
export declare const VpsOrderRuleOSChoicesChoicesList: S.Schema<VpsOrderRuleOSChoicesChoicesList>;
|
|
1110
|
+
/** OS choices rules */
|
|
1111
|
+
export interface VpsOrderRuleOSChoices {
|
|
1112
|
+
choices?: VpsOrderRuleOSChoicesChoicesList;
|
|
1113
|
+
}
|
|
1114
|
+
export declare const VpsOrderRuleOSChoices: S.Schema<VpsOrderRuleOSChoices>;
|
|
1115
|
+
export interface ListVpsSecondaryDnsDomainsRequest {
|
|
1116
|
+
/** Service name */
|
|
1117
|
+
serviceName: string;
|
|
1118
|
+
}
|
|
1119
|
+
export declare const ListVpsSecondaryDnsDomainsRequest: S.Schema<ListVpsSecondaryDnsDomainsRequest>;
|
|
1120
|
+
export type ListVpsSecondaryDnsDomainsResponseBodyList = Array<string>;
|
|
1121
|
+
export declare const ListVpsSecondaryDnsDomainsResponseBodyList: S.Schema<ListVpsSecondaryDnsDomainsResponseBodyList>;
|
|
1122
|
+
export type ListVpsSecondaryDnsDomainsResponse = ListVpsSecondaryDnsDomainsResponseBodyList;
|
|
1123
|
+
export declare const ListVpsSecondaryDnsDomainsResponse: S.Schema<ListVpsSecondaryDnsDomainsResponse>;
|
|
1124
|
+
export interface ListVpsTasksRequest {
|
|
1125
|
+
/** Service name */
|
|
1126
|
+
serviceName: string;
|
|
1127
|
+
/** Filter the value of state property (=) */
|
|
1128
|
+
state?: VpsTaskStateEnum | (string & {});
|
|
1129
|
+
/** Filter the value of type property (=) */
|
|
1130
|
+
type?: VpsTaskTypeEnum | (string & {});
|
|
1131
|
+
}
|
|
1132
|
+
export declare const ListVpsTasksRequest: S.Schema<ListVpsTasksRequest>;
|
|
1133
|
+
export type ListVpsTasksResponseBodyList = Array<number>;
|
|
1134
|
+
export declare const ListVpsTasksResponseBodyList: S.Schema<ListVpsTasksResponseBodyList>;
|
|
1135
|
+
export type ListVpsTasksResponse = ListVpsTasksResponseBodyList;
|
|
1136
|
+
export declare const ListVpsTasksResponse: S.Schema<ListVpsTasksResponse>;
|
|
1137
|
+
export interface ListVpsTemplatesRequest {
|
|
1138
|
+
/** Service name */
|
|
1139
|
+
serviceName: string;
|
|
1140
|
+
}
|
|
1141
|
+
export declare const ListVpsTemplatesRequest: S.Schema<ListVpsTemplatesRequest>;
|
|
1142
|
+
export type ListVpsTemplatesResponseBodyList = Array<number>;
|
|
1143
|
+
export declare const ListVpsTemplatesResponseBodyList: S.Schema<ListVpsTemplatesResponseBodyList>;
|
|
1144
|
+
export type ListVpsTemplatesResponse = ListVpsTemplatesResponseBodyList;
|
|
1145
|
+
export declare const ListVpsTemplatesResponse: S.Schema<ListVpsTemplatesResponse>;
|
|
1146
|
+
export interface ListVpsTemplateSoftwareRequest {
|
|
1147
|
+
/** Service name */
|
|
1148
|
+
serviceName: string;
|
|
1149
|
+
/** Id */
|
|
1150
|
+
id: number;
|
|
1151
|
+
}
|
|
1152
|
+
export declare const ListVpsTemplateSoftwareRequest: S.Schema<ListVpsTemplateSoftwareRequest>;
|
|
1153
|
+
export type ListVpsTemplateSoftwareResponseBodyList = Array<number>;
|
|
1154
|
+
export declare const ListVpsTemplateSoftwareResponseBodyList: S.Schema<ListVpsTemplateSoftwareResponseBodyList>;
|
|
1155
|
+
export type ListVpsTemplateSoftwareResponse = ListVpsTemplateSoftwareResponseBodyList;
|
|
1156
|
+
export declare const ListVpsTemplateSoftwareResponse: S.Schema<ListVpsTemplateSoftwareResponse>;
|
|
1157
|
+
export interface ListVpsVeeamRestorePointsRequest {
|
|
1158
|
+
/** Service name */
|
|
1159
|
+
serviceName: string;
|
|
1160
|
+
/** Filter the value of creationTime property (like) */
|
|
1161
|
+
creationTime?: string;
|
|
1162
|
+
}
|
|
1163
|
+
export declare const ListVpsVeeamRestorePointsRequest: S.Schema<ListVpsVeeamRestorePointsRequest>;
|
|
1164
|
+
export type ListVpsVeeamRestorePointsResponseBodyList = Array<number>;
|
|
1165
|
+
export declare const ListVpsVeeamRestorePointsResponseBodyList: S.Schema<ListVpsVeeamRestorePointsResponseBodyList>;
|
|
1166
|
+
export type ListVpsVeeamRestorePointsResponse = ListVpsVeeamRestorePointsResponseBodyList;
|
|
1167
|
+
export declare const ListVpsVeeamRestorePointsResponse: S.Schema<ListVpsVeeamRestorePointsResponse>;
|
|
1168
|
+
export interface PutVpsRequest {
|
|
1169
|
+
/** Service name */
|
|
1170
|
+
serviceName: string;
|
|
1171
|
+
/** Set the name displayed in ManagerV6 for your VPS (max 50 chars) */
|
|
1172
|
+
displayName?: string | null;
|
|
1173
|
+
/** Set KVM keyboard layout on VPS Cloud. Reboot your VPS after change */
|
|
1174
|
+
keymap?: VpsVpsKeymapEnum | (string & {}) | null;
|
|
1175
|
+
/** All values a VPS netboot mode can be in */
|
|
1176
|
+
netbootMode?: VpsVpsNetbootEnum | (string & {});
|
|
1177
|
+
slaMonitoring?: boolean | null;
|
|
1178
|
+
}
|
|
1179
|
+
export declare const PutVpsRequest: S.Schema<PutVpsRequest>;
|
|
1180
|
+
export interface PutVpsResponse {
|
|
1181
|
+
}
|
|
1182
|
+
export declare const PutVpsResponse: S.Schema<PutVpsResponse>;
|
|
1183
|
+
export interface PutVpsBackupftpAccessRequest {
|
|
1184
|
+
/** Service name */
|
|
1185
|
+
serviceName: string;
|
|
1186
|
+
/** Ip block */
|
|
1187
|
+
ipBlock: string;
|
|
1188
|
+
/** Whether to allow the CIFS (SMB) protocol for this ACL */
|
|
1189
|
+
cifs?: boolean;
|
|
1190
|
+
/** Whether to allow the FTP protocol for this ACL */
|
|
1191
|
+
ftp?: boolean;
|
|
1192
|
+
/** Whether to allow the NFS protocol for this ACL */
|
|
1193
|
+
nfs?: boolean;
|
|
1194
|
+
}
|
|
1195
|
+
export declare const PutVpsBackupftpAccessRequest: S.Schema<PutVpsBackupftpAccessRequest>;
|
|
1196
|
+
export interface PutVpsBackupftpAccessResponse {
|
|
1197
|
+
}
|
|
1198
|
+
export declare const PutVpsBackupftpAccessResponse: S.Schema<PutVpsBackupftpAccessResponse>;
|
|
1199
|
+
export interface PutVpsDiskRequest {
|
|
1200
|
+
/** Service name */
|
|
1201
|
+
serviceName: string;
|
|
1202
|
+
/** Id */
|
|
1203
|
+
id: number;
|
|
1204
|
+
/** The low disk free space threshold in MiB */
|
|
1205
|
+
lowFreeSpaceThreshold?: number | null;
|
|
1206
|
+
/** The monitoring state of this disk */
|
|
1207
|
+
monitoring?: boolean | null;
|
|
1208
|
+
}
|
|
1209
|
+
export declare const PutVpsDiskRequest: S.Schema<PutVpsDiskRequest>;
|
|
1210
|
+
export interface PutVpsDiskResponse {
|
|
1211
|
+
}
|
|
1212
|
+
export declare const PutVpsDiskResponse: S.Schema<PutVpsDiskResponse>;
|
|
1213
|
+
export interface PutVpsIpsRequest {
|
|
1214
|
+
/** Service name */
|
|
1215
|
+
serviceName: string;
|
|
1216
|
+
/** Ip address */
|
|
1217
|
+
ipAddress: string;
|
|
1218
|
+
reverse?: string | null;
|
|
1219
|
+
}
|
|
1220
|
+
export declare const PutVpsIpsRequest: S.Schema<PutVpsIpsRequest>;
|
|
1221
|
+
export interface PutVpsIpsResponse {
|
|
1222
|
+
}
|
|
1223
|
+
export declare const PutVpsIpsResponse: S.Schema<PutVpsIpsResponse>;
|
|
1224
|
+
export interface PutVpsSecondaryDnsDomainRequest {
|
|
1225
|
+
/** Service name */
|
|
1226
|
+
serviceName: string;
|
|
1227
|
+
/** Domain */
|
|
1228
|
+
domain: string;
|
|
1229
|
+
/** IPv4 address (e.g., 192.0.2.0) */
|
|
1230
|
+
ipMaster?: string;
|
|
1231
|
+
}
|
|
1232
|
+
export declare const PutVpsSecondaryDnsDomainRequest: S.Schema<PutVpsSecondaryDnsDomainRequest>;
|
|
1233
|
+
export interface PutVpsSecondaryDnsDomainResponse {
|
|
1234
|
+
}
|
|
1235
|
+
export declare const PutVpsSecondaryDnsDomainResponse: S.Schema<PutVpsSecondaryDnsDomainResponse>;
|
|
1236
|
+
export interface PutVpsServiceInfosRequest {
|
|
1237
|
+
/** Service name */
|
|
1238
|
+
serviceName: string;
|
|
1239
|
+
/** Way of handling the renew */
|
|
1240
|
+
renew?: ServiceRenewType | null;
|
|
1241
|
+
}
|
|
1242
|
+
export declare const PutVpsServiceInfosRequest: S.Schema<PutVpsServiceInfosRequest>;
|
|
1243
|
+
export interface PutVpsServiceInfosResponse {
|
|
1244
|
+
}
|
|
1245
|
+
export declare const PutVpsServiceInfosResponse: S.Schema<PutVpsServiceInfosResponse>;
|
|
1246
|
+
export interface PutVpsSnapshotRequest {
|
|
1247
|
+
/** Service name */
|
|
1248
|
+
serviceName: string;
|
|
1249
|
+
description?: string;
|
|
1250
|
+
}
|
|
1251
|
+
export declare const PutVpsSnapshotRequest: S.Schema<PutVpsSnapshotRequest>;
|
|
1252
|
+
export interface PutVpsSnapshotResponse {
|
|
1253
|
+
}
|
|
1254
|
+
export declare const PutVpsSnapshotResponse: S.Schema<PutVpsSnapshotResponse>;
|
|
1255
|
+
export interface RebootVpsRequest {
|
|
1256
|
+
/** Service name */
|
|
1257
|
+
serviceName: string;
|
|
1258
|
+
}
|
|
1259
|
+
export declare const RebootVpsRequest: S.Schema<RebootVpsRequest>;
|
|
1260
|
+
export interface RebuildVpsRequest {
|
|
1261
|
+
/** Service name */
|
|
1262
|
+
serviceName: string;
|
|
1263
|
+
/** If asked, the installation password will NOT be sent (only if sshKey defined) */
|
|
1264
|
+
doNotSendPassword?: boolean;
|
|
1265
|
+
/** Id of the vps.Image fetched in /images list */
|
|
1266
|
+
imageId: string;
|
|
1267
|
+
/** If asked, RTM will be installed on your VPS */
|
|
1268
|
+
installRTM?: boolean;
|
|
1269
|
+
/** Public SSH key to pre-install on your VPS */
|
|
1270
|
+
publicSshKey?: string;
|
|
1271
|
+
/** SSH key name to pre-install on your VPS (name from /me/sshKey) */
|
|
1272
|
+
sshKey?: string;
|
|
1273
|
+
}
|
|
1274
|
+
export declare const RebuildVpsRequest: S.Schema<RebuildVpsRequest>;
|
|
1275
|
+
/** Available restore types */
|
|
1276
|
+
export type VpsRestoreTypeEnum = "file" | "full";
|
|
1277
|
+
export declare const VpsRestoreTypeEnum: any;
|
|
1278
|
+
export interface RestoreVpsAutomatedBackupRequest {
|
|
1279
|
+
/** Service name */
|
|
1280
|
+
serviceName: string;
|
|
1281
|
+
/** Only with restore full on VPS Cloud 2014 */
|
|
1282
|
+
changePassword?: boolean;
|
|
1283
|
+
/** Restore Point fetched in /automatedBackup/restorePoints */
|
|
1284
|
+
restorePoint: string;
|
|
1285
|
+
/** Available restore types */
|
|
1286
|
+
type: VpsRestoreTypeEnum | (string & {});
|
|
1287
|
+
}
|
|
1288
|
+
export declare const RestoreVpsAutomatedBackupRequest: S.Schema<RestoreVpsAutomatedBackupRequest>;
|
|
1289
|
+
/** A structure describing a Veeam backup's export options */
|
|
1290
|
+
export type VpsVeeamExportTypeEnum = "nfs" | "smb";
|
|
1291
|
+
export declare const VpsVeeamExportTypeEnum: any;
|
|
1292
|
+
export interface RestoreVpsVeeamRestorePointRequest {
|
|
1293
|
+
/** Service name */
|
|
1294
|
+
serviceName: string;
|
|
1295
|
+
/** Id */
|
|
1296
|
+
id: number;
|
|
1297
|
+
/** (Full only) Change the restored VPS root password when done */
|
|
1298
|
+
changePassword?: boolean;
|
|
1299
|
+
/** A structure describing a Veeam backup's export options */
|
|
1300
|
+
export?: VpsVeeamExportTypeEnum | (string & {});
|
|
1301
|
+
/** Replace your current VPS by the restorePoint */
|
|
1302
|
+
full: boolean;
|
|
1303
|
+
}
|
|
1304
|
+
export declare const RestoreVpsVeeamRestorePointRequest: S.Schema<RestoreVpsVeeamRestorePointRequest>;
|
|
1305
|
+
export interface SetVpsPasswordRequest {
|
|
1306
|
+
/** Service name */
|
|
1307
|
+
serviceName: string;
|
|
1308
|
+
}
|
|
1309
|
+
export declare const SetVpsPasswordRequest: S.Schema<SetVpsPasswordRequest>;
|
|
1310
|
+
export interface StartVpsRequest {
|
|
1311
|
+
/** Service name */
|
|
1312
|
+
serviceName: string;
|
|
1313
|
+
}
|
|
1314
|
+
export declare const StartVpsRequest: S.Schema<StartVpsRequest>;
|
|
1315
|
+
export interface StopVpsRequest {
|
|
1316
|
+
/** Service name */
|
|
1317
|
+
serviceName: string;
|
|
1318
|
+
}
|
|
1319
|
+
export declare const StopVpsRequest: S.Schema<StopVpsRequest>;
|
|
1320
|
+
export interface TerminateVpsRequest {
|
|
1321
|
+
/** Service name */
|
|
1322
|
+
serviceName: string;
|
|
1323
|
+
}
|
|
1324
|
+
export declare const TerminateVpsRequest: S.Schema<TerminateVpsRequest>;
|
|
1325
|
+
export type TerminateVpsResponse = string;
|
|
1326
|
+
export declare const TerminateVpsResponse: S.Schema<TerminateVpsResponse>;
|
|
1327
|
+
export type AbortVpsSnapshotError = OvhOpError;
|
|
1328
|
+
/** Abort ongoing snapshot or autobackup */
|
|
1329
|
+
export declare const abortVpsSnapshot: API.OperationMethod<AbortVpsSnapshotRequest, AbortVpsSnapshotResponse, AbortVpsSnapshotError, OvhOpContext>;
|
|
1330
|
+
export type ConfirmVpsTerminationError = OvhOpError;
|
|
1331
|
+
/** Confirm service termination */
|
|
1332
|
+
export declare const confirmVpsTermination: API.OperationMethod<ConfirmVpsTerminationRequest, ConfirmVpsTerminationResponse, ConfirmVpsTerminationError, OvhOpContext>;
|
|
1333
|
+
export type CreateVpsAutomatedBackupRescheduleError = OvhOpError;
|
|
1334
|
+
/** Change the scheduled time of your daily backup */
|
|
1335
|
+
export declare const createVpsAutomatedBackupReschedule: API.OperationMethod<CreateVpsAutomatedBackupRescheduleRequest, VpsTask, CreateVpsAutomatedBackupRescheduleError, OvhOpContext>;
|
|
1336
|
+
export type CreateVpsBackupftpAccessError = OvhOpError;
|
|
1337
|
+
/** Create a new Backup FTP ACL */
|
|
1338
|
+
export declare const createVpsBackupftpAccess: API.OperationMethod<CreateVpsBackupftpAccessRequest, DedicatedServerTask, CreateVpsBackupftpAccessError, OvhOpContext>;
|
|
1339
|
+
export type CreateVpsBackupftpPasswordError = OvhOpError;
|
|
1340
|
+
/** Change your Backup FTP password */
|
|
1341
|
+
export declare const createVpsBackupftpPassword: API.OperationMethod<CreateVpsBackupftpPasswordRequest, DedicatedServerTask, CreateVpsBackupftpPasswordError, OvhOpContext>;
|
|
1342
|
+
export type CreateVpsChangeContactError = OvhOpError;
|
|
1343
|
+
/** Launch a contact change procedure */
|
|
1344
|
+
export declare const createVpsChangeContact: API.OperationMethod<CreateVpsChangeContactRequest, CreateVpsChangeContactResponse, CreateVpsChangeContactError, OvhOpContext>;
|
|
1345
|
+
export type CreateVpsMigration2018Error = OvhOpError;
|
|
1346
|
+
/** Schedule the migration of a VPS 2016/2018 to VPS 2020 */
|
|
1347
|
+
export declare const createVpsMigration2018: API.OperationMethod<CreateVpsMigration2018Request, VpsTask, CreateVpsMigration2018Error, OvhOpContext>;
|
|
1348
|
+
export type CreateVpsOpenConsoleAccessError = OvhOpError;
|
|
1349
|
+
/** Return the necessary informations to open a VNC connection to your VPS */
|
|
1350
|
+
export declare const createVpsOpenConsoleAccess: API.OperationMethod<CreateVpsOpenConsoleAccessRequest, VpsVnc, CreateVpsOpenConsoleAccessError, OvhOpContext>;
|
|
1351
|
+
export type CreateVpsReinstallError = OvhOpError;
|
|
1352
|
+
/** Reinstall the virtual server */
|
|
1353
|
+
export declare const createVpsReinstall: API.OperationMethod<CreateVpsReinstallRequest, VpsTask, CreateVpsReinstallError, OvhOpContext>;
|
|
1354
|
+
export type CreateVpsSecondaryDnsDomainError = OvhOpError;
|
|
1355
|
+
/** add a domain on secondary dns */
|
|
1356
|
+
export declare const createVpsSecondaryDnsDomain: API.OperationMethod<CreateVpsSecondaryDnsDomainRequest, CreateVpsSecondaryDnsDomainResponse, CreateVpsSecondaryDnsDomainError, OvhOpContext>;
|
|
1357
|
+
export type CreateVpsSnapshotError = OvhOpError;
|
|
1358
|
+
/** Create a snapshot of the Virtual Server if the snapshot option is enabled and if there is no existing snapshot */
|
|
1359
|
+
export declare const createVpsSnapshot: API.OperationMethod<CreateVpsSnapshotRequest, VpsTask, CreateVpsSnapshotError, OvhOpContext>;
|
|
1360
|
+
export type CreateVpsSnapshotRevertError = OvhOpError;
|
|
1361
|
+
/** Revert the Virtual Server to this snapshot */
|
|
1362
|
+
export declare const createVpsSnapshotRevert: API.OperationMethod<CreateVpsSnapshotRevertRequest, VpsTask, CreateVpsSnapshotRevertError, OvhOpContext>;
|
|
1363
|
+
export type DeleteVpsBackupftpAccessError = OvhOpError;
|
|
1364
|
+
/** Revoke this ACL */
|
|
1365
|
+
export declare const deleteVpsBackupftpAccess: API.OperationMethod<DeleteVpsBackupftpAccessRequest, DedicatedServerTask, DeleteVpsBackupftpAccessError, OvhOpContext>;
|
|
1366
|
+
export type DeleteVpsIpsError = OvhOpError;
|
|
1367
|
+
/** Release a given Ip (Additional Ip) */
|
|
1368
|
+
export declare const deleteVpsIps: API.OperationMethod<DeleteVpsIpsRequest, DeleteVpsIpsResponse, DeleteVpsIpsError, OvhOpContext>;
|
|
1369
|
+
export type DeleteVpsSecondaryDnsDomainError = OvhOpError;
|
|
1370
|
+
/** remove this domain */
|
|
1371
|
+
export declare const deleteVpsSecondaryDnsDomain: API.OperationMethod<DeleteVpsSecondaryDnsDomainRequest, DeleteVpsSecondaryDnsDomainResponse, DeleteVpsSecondaryDnsDomainError, OvhOpContext>;
|
|
1372
|
+
export type DeleteVpsSnapshotError = OvhOpError;
|
|
1373
|
+
/** Creates a vps.Task that will delete the Snapshot */
|
|
1374
|
+
export declare const deleteVpsSnapshot: API.OperationMethod<DeleteVpsSnapshotRequest, VpsTask, DeleteVpsSnapshotError, OvhOpContext>;
|
|
1375
|
+
export type DeleteVpsVeeamRestoredBackupError = OvhOpError;
|
|
1376
|
+
/** Creates a VPS.Task that will unmount the backup */
|
|
1377
|
+
export declare const deleteVpsVeeamRestoredBackup: API.OperationMethod<DeleteVpsVeeamRestoredBackupRequest, VpsTask, DeleteVpsVeeamRestoredBackupError, OvhOpContext>;
|
|
1378
|
+
export type DetachVpsAutomatedBackupBackupError = OvhOpError;
|
|
1379
|
+
/** Create a VPS.Task that will umount a restored backup on your VPS */
|
|
1380
|
+
export declare const detachVpsAutomatedBackupBackup: API.OperationMethod<DetachVpsAutomatedBackupBackupRequest, VpsTask, DetachVpsAutomatedBackupBackupError, OvhOpContext>;
|
|
1381
|
+
export type GetVpsError = OvhOpError;
|
|
1382
|
+
/** Get this object properties */
|
|
1383
|
+
export declare const getVps: API.OperationMethod<GetVpsRequest, VpsVPSWithIAM, GetVpsError, OvhOpContext>;
|
|
1384
|
+
export type GetVpsAutomatedBackupError = OvhOpError;
|
|
1385
|
+
/** Get this object properties */
|
|
1386
|
+
export declare const getVpsAutomatedBackup: API.OperationMethod<GetVpsAutomatedBackupRequest, VpsAutomatedBackup, GetVpsAutomatedBackupError, OvhOpContext>;
|
|
1387
|
+
export type GetVpsBackupftpError = OvhOpError;
|
|
1388
|
+
/** Get this object properties */
|
|
1389
|
+
export declare const getVpsBackupftp: API.OperationMethod<GetVpsBackupftpRequest, VpsBackupFtp, GetVpsBackupftpError, OvhOpContext>;
|
|
1390
|
+
export type GetVpsBackupftpAccessError = OvhOpError;
|
|
1391
|
+
/** Get this object properties */
|
|
1392
|
+
export declare const getVpsBackupftpAccess: API.OperationMethod<GetVpsBackupftpAccessRequest, DedicatedServerBackupFtpAcl, GetVpsBackupftpAccessError, OvhOpContext>;
|
|
1393
|
+
export type GetVpsConsoleUrlError = OvhOpError;
|
|
1394
|
+
/** Return the VPS console URL */
|
|
1395
|
+
export declare const getVpsConsoleUrl: API.OperationMethod<GetVpsConsoleUrlRequest, GetVpsConsoleUrlResponse, GetVpsConsoleUrlError, OvhOpContext>;
|
|
1396
|
+
export type GetVpsDatacenterError = OvhOpError;
|
|
1397
|
+
/** Get this object properties */
|
|
1398
|
+
export declare const getVpsDatacenter: API.OperationMethod<GetVpsDatacenterRequest, VpsDatacenter, GetVpsDatacenterError, OvhOpContext>;
|
|
1399
|
+
export type GetVpsDiskError = OvhOpError;
|
|
1400
|
+
/** Get this object properties */
|
|
1401
|
+
export declare const getVpsDisk: API.OperationMethod<GetVpsDiskRequest, VpsDisk, GetVpsDiskError, OvhOpContext>;
|
|
1402
|
+
export type GetVpsDiskUseError = OvhOpError;
|
|
1403
|
+
/** Return many statistics about the disk at that time */
|
|
1404
|
+
export declare const getVpsDiskUse: API.OperationMethod<GetVpsDiskUseRequest, ComplexTypeUnitAndValueDouble, GetVpsDiskUseError, OvhOpContext>;
|
|
1405
|
+
export type GetVpsDistributionError = OvhOpError;
|
|
1406
|
+
/** Get this object properties */
|
|
1407
|
+
export declare const getVpsDistribution: API.OperationMethod<GetVpsDistributionRequest, VpsTemplate, GetVpsDistributionError, OvhOpContext>;
|
|
1408
|
+
export type GetVpsDistributionSoftwareError = OvhOpError;
|
|
1409
|
+
/** Get this object properties */
|
|
1410
|
+
export declare const getVpsDistributionSoftware: API.OperationMethod<GetVpsDistributionSoftwareRequest, VpsSoftware, GetVpsDistributionSoftwareError, OvhOpContext>;
|
|
1411
|
+
export type GetVpsImageAvailableError = OvhOpError;
|
|
1412
|
+
/** Get this object properties */
|
|
1413
|
+
export declare const getVpsImageAvailable: API.OperationMethod<GetVpsImageAvailableRequest, VpsImage, GetVpsImageAvailableError, OvhOpContext>;
|
|
1414
|
+
export type GetVpsImageCurrentError = OvhOpError;
|
|
1415
|
+
/** Get this object properties */
|
|
1416
|
+
export declare const getVpsImageCurrent: API.OperationMethod<GetVpsImageCurrentRequest, VpsImage, GetVpsImageCurrentError, OvhOpContext>;
|
|
1417
|
+
export type GetVpsIpsError = OvhOpError;
|
|
1418
|
+
/** Get this object properties */
|
|
1419
|
+
export declare const getVpsIps: API.OperationMethod<GetVpsIpsRequest, VpsIp, GetVpsIpsError, OvhOpContext>;
|
|
1420
|
+
export type GetVpsOptionError = OvhOpError;
|
|
1421
|
+
/** Get this object properties */
|
|
1422
|
+
export declare const getVpsOption: API.OperationMethod<GetVpsOptionRequest, VpsOption, GetVpsOptionError, OvhOpContext>;
|
|
1423
|
+
export type GetVpsSecondaryDnsDomainError = OvhOpError;
|
|
1424
|
+
/** Get this object properties */
|
|
1425
|
+
export declare const getVpsSecondaryDnsDomain: API.OperationMethod<GetVpsSecondaryDnsDomainRequest, SecondaryDnsSecondaryDNS, GetVpsSecondaryDnsDomainError, OvhOpContext>;
|
|
1426
|
+
export type GetVpsSecondaryDnsDomainDnsServerError = OvhOpError;
|
|
1427
|
+
/** domain name server informations */
|
|
1428
|
+
export declare const getVpsSecondaryDnsDomainDnsServer: API.OperationMethod<GetVpsSecondaryDnsDomainDnsServerRequest, SecondaryDnsSecondaryDNSNameServer, GetVpsSecondaryDnsDomainDnsServerError, OvhOpContext>;
|
|
1429
|
+
export type GetVpsSecondaryDnsNameServerAvailableError = OvhOpError;
|
|
1430
|
+
/** Secondary nameServer available for your Server */
|
|
1431
|
+
export declare const getVpsSecondaryDnsNameServerAvailable: API.OperationMethod<GetVpsSecondaryDnsNameServerAvailableRequest, SecondaryDnsSecondaryDNSNameServer, GetVpsSecondaryDnsNameServerAvailableError, OvhOpContext>;
|
|
1432
|
+
export type GetVpsServiceInfosError = OvhOpError;
|
|
1433
|
+
/** Get service information */
|
|
1434
|
+
export declare const getVpsServiceInfos: API.OperationMethod<GetVpsServiceInfosRequest, ServicesService, GetVpsServiceInfosError, OvhOpContext>;
|
|
1435
|
+
export type GetVpsSnapshotError = OvhOpError;
|
|
1436
|
+
/** Get this object properties */
|
|
1437
|
+
export declare const getVpsSnapshot: API.OperationMethod<GetVpsSnapshotRequest, VpsSnapshot, GetVpsSnapshotError, OvhOpContext>;
|
|
1438
|
+
export type GetVpsSnapshotDownloadError = OvhOpError;
|
|
1439
|
+
/** Download the snapshot */
|
|
1440
|
+
export declare const getVpsSnapshotDownload: API.OperationMethod<GetVpsSnapshotDownloadRequest, VpsDownloadSnapshotURL, GetVpsSnapshotDownloadError, OvhOpContext>;
|
|
1441
|
+
export type GetVpsStatusError = OvhOpError;
|
|
1442
|
+
/** Give the status of the services of the main IP */
|
|
1443
|
+
export declare const getVpsStatus: API.OperationMethod<GetVpsStatusRequest, VpsIpServiceStatus, GetVpsStatusError, OvhOpContext>;
|
|
1444
|
+
export type GetVpsTaskError = OvhOpError;
|
|
1445
|
+
/** Get this object properties */
|
|
1446
|
+
export declare const getVpsTask: API.OperationMethod<GetVpsTaskRequest, VpsTask, GetVpsTaskError, OvhOpContext>;
|
|
1447
|
+
export type GetVpsTemplateError = OvhOpError;
|
|
1448
|
+
/** Get this object properties */
|
|
1449
|
+
export declare const getVpsTemplate: API.OperationMethod<GetVpsTemplateRequest, VpsTemplate, GetVpsTemplateError, OvhOpContext>;
|
|
1450
|
+
export type GetVpsTemplateSoftwareError = OvhOpError;
|
|
1451
|
+
/** Get this object properties */
|
|
1452
|
+
export declare const getVpsTemplateSoftware: API.OperationMethod<GetVpsTemplateSoftwareRequest, VpsSoftware, GetVpsTemplateSoftwareError, OvhOpContext>;
|
|
1453
|
+
export type GetVpsVeeamError = OvhOpError;
|
|
1454
|
+
/** Get this object properties */
|
|
1455
|
+
export declare const getVpsVeeam: API.OperationMethod<GetVpsVeeamRequest, VpsVeeam, GetVpsVeeamError, OvhOpContext>;
|
|
1456
|
+
export type GetVpsVeeamRestoredBackupError = OvhOpError;
|
|
1457
|
+
/** Get this object properties */
|
|
1458
|
+
export declare const getVpsVeeamRestoredBackup: API.OperationMethod<GetVpsVeeamRestoredBackupRequest, VpsVeeamRestoredBackup, GetVpsVeeamRestoredBackupError, OvhOpContext>;
|
|
1459
|
+
export type GetVpsVeeamRestorePointError = OvhOpError;
|
|
1460
|
+
/** Get this object properties */
|
|
1461
|
+
export declare const getVpsVeeamRestorePoint: API.OperationMethod<GetVpsVeeamRestorePointRequest, VpsVeeamRestorePoint, GetVpsVeeamRestorePointError, OvhOpContext>;
|
|
1462
|
+
export type GetVpsVersionError = OvhOpError;
|
|
1463
|
+
/** Get the VPS billing version */
|
|
1464
|
+
export declare const getVpsVersion: API.OperationMethod<GetVpsVersionRequest, VpsVpsBillingVersion, GetVpsVersionError, OvhOpContext>;
|
|
1465
|
+
export type ListVpsError = OvhOpError;
|
|
1466
|
+
/** List available services */
|
|
1467
|
+
export declare const listVps: API.OperationMethod<ListVpsRequest, ListVpsResponse, ListVpsError, OvhOpContext>;
|
|
1468
|
+
export type ListVpsAutomatedBackupAttachedBackupError = OvhOpError;
|
|
1469
|
+
/** Backup attached to your VPS */
|
|
1470
|
+
export declare const listVpsAutomatedBackupAttachedBackup: API.OperationMethod<ListVpsAutomatedBackupAttachedBackupRequest, ListVpsAutomatedBackupAttachedBackupResponse, ListVpsAutomatedBackupAttachedBackupError, OvhOpContext>;
|
|
1471
|
+
export type ListVpsAutomatedBackupRestorePointsError = OvhOpError;
|
|
1472
|
+
/** Get available Restore Points */
|
|
1473
|
+
export declare const listVpsAutomatedBackupRestorePoints: API.OperationMethod<ListVpsAutomatedBackupRestorePointsRequest, ListVpsAutomatedBackupRestorePointsResponse, ListVpsAutomatedBackupRestorePointsError, OvhOpContext>;
|
|
1474
|
+
export type ListVpsAvailableUpgradeError = OvhOpError;
|
|
1475
|
+
/** Return all models the virtual server can be upgraded to */
|
|
1476
|
+
export declare const listVpsAvailableUpgrade: API.OperationMethod<ListVpsAvailableUpgradeRequest, ListVpsAvailableUpgradeResponse, ListVpsAvailableUpgradeError, OvhOpContext>;
|
|
1477
|
+
export type ListVpsBackupftpAccessError = OvhOpError;
|
|
1478
|
+
/** List of IP blocks (and protocols to allow on these blocks) authorized on your backup FTP */
|
|
1479
|
+
export declare const listVpsBackupftpAccess: API.OperationMethod<ListVpsBackupftpAccessRequest, ListVpsBackupftpAccessResponse, ListVpsBackupftpAccessError, OvhOpContext>;
|
|
1480
|
+
export type ListVpsBackupftpAuthorizableBlocksError = OvhOpError;
|
|
1481
|
+
/** Get all IP blocks that can be used in the ACL */
|
|
1482
|
+
export declare const listVpsBackupftpAuthorizableBlocks: API.OperationMethod<ListVpsBackupftpAuthorizableBlocksRequest, ListVpsBackupftpAuthorizableBlocksResponse, ListVpsBackupftpAuthorizableBlocksError, OvhOpContext>;
|
|
1483
|
+
export type ListVpsDatacenterError = OvhOpError;
|
|
1484
|
+
/** List all the datacenters for a specific country */
|
|
1485
|
+
export declare const listVpsDatacenter: API.OperationMethod<ListVpsDatacenterRequest, ListVpsDatacenterResponse, ListVpsDatacenterError, OvhOpContext>;
|
|
1486
|
+
export type ListVpsDiskMonitoringError = OvhOpError;
|
|
1487
|
+
/** Return many statistics about the disk for a given period */
|
|
1488
|
+
export declare const listVpsDiskMonitoring: API.OperationMethod<ListVpsDiskMonitoringRequest, ComplexTypeUnitAndValuesVpsVpsTimestampValue, ListVpsDiskMonitoringError, OvhOpContext>;
|
|
1489
|
+
export type ListVpsDisksError = OvhOpError;
|
|
1490
|
+
/** Disks associated to this virtual server */
|
|
1491
|
+
export declare const listVpsDisks: API.OperationMethod<ListVpsDisksRequest, ListVpsDisksResponse, ListVpsDisksError, OvhOpContext>;
|
|
1492
|
+
export type ListVpsDistributionSoftwareError = OvhOpError;
|
|
1493
|
+
/** List available softwares for this template Id */
|
|
1494
|
+
export declare const listVpsDistributionSoftware: API.OperationMethod<ListVpsDistributionSoftwareRequest, ListVpsDistributionSoftwareResponse, ListVpsDistributionSoftwareError, OvhOpContext>;
|
|
1495
|
+
export type ListVpsImageAvailableError = OvhOpError;
|
|
1496
|
+
/** Images available for this virtual server */
|
|
1497
|
+
export declare const listVpsImageAvailable: API.OperationMethod<ListVpsImageAvailableRequest, ListVpsImageAvailableResponse, ListVpsImageAvailableError, OvhOpContext>;
|
|
1498
|
+
export type ListVpsIpCountryAvailableError = OvhOpError;
|
|
1499
|
+
/** Get the countries you can select for your IPs geolocation */
|
|
1500
|
+
export declare const listVpsIpCountryAvailable: API.OperationMethod<ListVpsIpCountryAvailableRequest, ListVpsIpCountryAvailableResponse, ListVpsIpCountryAvailableError, OvhOpContext>;
|
|
1501
|
+
export type ListVpsIpsError = OvhOpError;
|
|
1502
|
+
/** Ips associated to this virtual server */
|
|
1503
|
+
export declare const listVpsIps: API.OperationMethod<ListVpsIpsRequest, ListVpsIpsResponse, ListVpsIpsError, OvhOpContext>;
|
|
1504
|
+
export type ListVpsMigration2018Error = OvhOpError;
|
|
1505
|
+
/** Get information on a possible migration of a VPS 2016/2018 to VPS 2020 */
|
|
1506
|
+
export declare const listVpsMigration2018: API.OperationMethod<ListVpsMigration2018Request, VpsMigrationVPS2018to2020, ListVpsMigration2018Error, OvhOpContext>;
|
|
1507
|
+
export type ListVpsModelsError = OvhOpError;
|
|
1508
|
+
/** Return all models for the range of the virtual server */
|
|
1509
|
+
export declare const listVpsModels: API.OperationMethod<ListVpsModelsRequest, ListVpsModelsResponse, ListVpsModelsError, OvhOpContext>;
|
|
1510
|
+
export type ListVpsOptionError = OvhOpError;
|
|
1511
|
+
/** List of VPS options */
|
|
1512
|
+
export declare const listVpsOption: API.OperationMethod<ListVpsOptionRequest, ListVpsOptionResponse, ListVpsOptionError, OvhOpContext>;
|
|
1513
|
+
export type ListVpsOrderRuleDatacenterError = OvhOpError;
|
|
1514
|
+
/** List datacenters with priority and stock status */
|
|
1515
|
+
export declare const listVpsOrderRuleDatacenter: API.OperationMethod<ListVpsOrderRuleDatacenterRequest, VpsOrderRuleDatacenters, ListVpsOrderRuleDatacenterError, OvhOpContext>;
|
|
1516
|
+
export type ListVpsOrderRuleOsChoicesError = OvhOpError;
|
|
1517
|
+
/** List OS choices with status */
|
|
1518
|
+
export declare const listVpsOrderRuleOsChoices: API.OperationMethod<ListVpsOrderRuleOsChoicesRequest, VpsOrderRuleOSChoices, ListVpsOrderRuleOsChoicesError, OvhOpContext>;
|
|
1519
|
+
export type ListVpsSecondaryDnsDomainsError = OvhOpError;
|
|
1520
|
+
/** List of secondary dns domain name */
|
|
1521
|
+
export declare const listVpsSecondaryDnsDomains: API.OperationMethod<ListVpsSecondaryDnsDomainsRequest, ListVpsSecondaryDnsDomainsResponse, ListVpsSecondaryDnsDomainsError, OvhOpContext>;
|
|
1522
|
+
export type ListVpsTasksError = OvhOpError;
|
|
1523
|
+
/** Tasks associated to this virtual server */
|
|
1524
|
+
export declare const listVpsTasks: API.OperationMethod<ListVpsTasksRequest, ListVpsTasksResponse, ListVpsTasksError, OvhOpContext>;
|
|
1525
|
+
export type ListVpsTemplatesError = OvhOpError;
|
|
1526
|
+
/** Templates available for this virtual server */
|
|
1527
|
+
export declare const listVpsTemplates: API.OperationMethod<ListVpsTemplatesRequest, ListVpsTemplatesResponse, ListVpsTemplatesError, OvhOpContext>;
|
|
1528
|
+
export type ListVpsTemplateSoftwareError = OvhOpError;
|
|
1529
|
+
/** List available softwares for this template Id */
|
|
1530
|
+
export declare const listVpsTemplateSoftware: API.OperationMethod<ListVpsTemplateSoftwareRequest, ListVpsTemplateSoftwareResponse, ListVpsTemplateSoftwareError, OvhOpContext>;
|
|
1531
|
+
export type ListVpsVeeamRestorePointsError = OvhOpError;
|
|
1532
|
+
/** Veeam restore points for the VPS */
|
|
1533
|
+
export declare const listVpsVeeamRestorePoints: API.OperationMethod<ListVpsVeeamRestorePointsRequest, ListVpsVeeamRestorePointsResponse, ListVpsVeeamRestorePointsError, OvhOpContext>;
|
|
1534
|
+
export type PutVpsError = OvhOpError;
|
|
1535
|
+
/** Alter this object properties */
|
|
1536
|
+
export declare const putVps: API.OperationMethod<PutVpsRequest, PutVpsResponse, PutVpsError, OvhOpContext>;
|
|
1537
|
+
export type PutVpsBackupftpAccessError = OvhOpError;
|
|
1538
|
+
/** Alter this object properties */
|
|
1539
|
+
export declare const putVpsBackupftpAccess: API.OperationMethod<PutVpsBackupftpAccessRequest, PutVpsBackupftpAccessResponse, PutVpsBackupftpAccessError, OvhOpContext>;
|
|
1540
|
+
export type PutVpsDiskError = OvhOpError;
|
|
1541
|
+
/** Alter this object properties */
|
|
1542
|
+
export declare const putVpsDisk: API.OperationMethod<PutVpsDiskRequest, PutVpsDiskResponse, PutVpsDiskError, OvhOpContext>;
|
|
1543
|
+
export type PutVpsIpsError = OvhOpError;
|
|
1544
|
+
/** Alter this object properties */
|
|
1545
|
+
export declare const putVpsIps: API.OperationMethod<PutVpsIpsRequest, PutVpsIpsResponse, PutVpsIpsError, OvhOpContext>;
|
|
1546
|
+
export type PutVpsSecondaryDnsDomainError = OvhOpError;
|
|
1547
|
+
/** Alter this object properties */
|
|
1548
|
+
export declare const putVpsSecondaryDnsDomain: API.OperationMethod<PutVpsSecondaryDnsDomainRequest, PutVpsSecondaryDnsDomainResponse, PutVpsSecondaryDnsDomainError, OvhOpContext>;
|
|
1549
|
+
export type PutVpsServiceInfosError = OvhOpError;
|
|
1550
|
+
/** Update service information */
|
|
1551
|
+
export declare const putVpsServiceInfos: API.OperationMethod<PutVpsServiceInfosRequest, PutVpsServiceInfosResponse, PutVpsServiceInfosError, OvhOpContext>;
|
|
1552
|
+
export type PutVpsSnapshotError = OvhOpError;
|
|
1553
|
+
/** Alter this object properties */
|
|
1554
|
+
export declare const putVpsSnapshot: API.OperationMethod<PutVpsSnapshotRequest, PutVpsSnapshotResponse, PutVpsSnapshotError, OvhOpContext>;
|
|
1555
|
+
export type RebootVpsError = OvhOpError;
|
|
1556
|
+
/** Request a reboot of the machine */
|
|
1557
|
+
export declare const rebootVps: API.OperationMethod<RebootVpsRequest, VpsTask, RebootVpsError, OvhOpContext>;
|
|
1558
|
+
export type RebuildVpsError = OvhOpError;
|
|
1559
|
+
/** Reinstall the virtual server */
|
|
1560
|
+
export declare const rebuildVps: API.OperationMethod<RebuildVpsRequest, VpsTask, RebuildVpsError, OvhOpContext>;
|
|
1561
|
+
export type RestoreVpsAutomatedBackupError = OvhOpError;
|
|
1562
|
+
/** Creates a VPS.Task that will restore the given restorePoint */
|
|
1563
|
+
export declare const restoreVpsAutomatedBackup: API.OperationMethod<RestoreVpsAutomatedBackupRequest, VpsTask, RestoreVpsAutomatedBackupError, OvhOpContext>;
|
|
1564
|
+
export type RestoreVpsVeeamRestorePointError = OvhOpError;
|
|
1565
|
+
/** Creates a VPS.Task that will restore the given restorePoint */
|
|
1566
|
+
export declare const restoreVpsVeeamRestorePoint: API.OperationMethod<RestoreVpsVeeamRestorePointRequest, VpsTask, RestoreVpsVeeamRestorePointError, OvhOpContext>;
|
|
1567
|
+
export type SetVpsPasswordError = OvhOpError;
|
|
1568
|
+
/** Start the process in order to set the root password of the virtual machine */
|
|
1569
|
+
export declare const setVpsPassword: API.OperationMethod<SetVpsPasswordRequest, VpsTask, SetVpsPasswordError, OvhOpContext>;
|
|
1570
|
+
export type StartVpsError = OvhOpError;
|
|
1571
|
+
/** Request the machine to start */
|
|
1572
|
+
export declare const startVps: API.OperationMethod<StartVpsRequest, VpsTask, StartVpsError, OvhOpContext>;
|
|
1573
|
+
export type StopVpsError = OvhOpError;
|
|
1574
|
+
/** Request the machine to stop */
|
|
1575
|
+
export declare const stopVps: API.OperationMethod<StopVpsRequest, VpsTask, StopVpsError, OvhOpContext>;
|
|
1576
|
+
export type TerminateVpsError = OvhOpError;
|
|
1577
|
+
/** Ask for the termination of your service */
|
|
1578
|
+
export declare const terminateVps: API.OperationMethod<TerminateVpsRequest, TerminateVpsResponse, TerminateVpsError, OvhOpContext>;
|
|
1579
|
+
//# sourceMappingURL=vps.d.ts.map
|