@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,755 @@
|
|
|
1
|
+
import * as S from "@distilled.cloud/core/schema";
|
|
2
|
+
import * as API from "@distilled.cloud/core/api";
|
|
3
|
+
import { type OvhOpError, type OvhOpContext } from "../protocol.ts";
|
|
4
|
+
export type { OvhOpError, OvhOpContext };
|
|
5
|
+
/** All future uses you can provide for a service termination */
|
|
6
|
+
export type ServiceTerminationFutureUseEnum = "NOT_REPLACING_SERVICE" | "OTHER" | "SUBSCRIBE_AN_OTHER_SERVICE" | "SUBSCRIBE_OTHER_KIND_OF_SERVICE_WITH_COMPETITOR" | "SUBSCRIBE_SIMILAR_SERVICE_WITH_COMPETITOR";
|
|
7
|
+
export declare const ServiceTerminationFutureUseEnum: any;
|
|
8
|
+
/** All reasons you can provide for a service termination */
|
|
9
|
+
export type ServiceTerminationReasonEnum = "FEATURES_DONT_SUIT_ME" | "LACK_OF_PERFORMANCES" | "MIGRATED_TO_ANOTHER_OVH_PRODUCT" | "MIGRATED_TO_COMPETITOR" | "NOT_ENOUGH_RECOGNITION" | "NOT_NEEDED_ANYMORE" | "NOT_RELIABLE" | "NO_ANSWER" | "OTHER" | "PRODUCT_DIMENSION_DONT_SUIT_ME" | "PRODUCT_TOOLS_DONT_SUIT_ME" | "TOO_EXPENSIVE" | "TOO_HARD_TO_USE" | "UNSATIFIED_BY_CUSTOMER_SUPPORT";
|
|
10
|
+
export declare const ServiceTerminationReasonEnum: any;
|
|
11
|
+
export interface ConfirmDedicatedNashaTerminationRequest {
|
|
12
|
+
/** The internal name of your storage */
|
|
13
|
+
serviceName: string;
|
|
14
|
+
/** Commentary about your termination request */
|
|
15
|
+
commentary?: string;
|
|
16
|
+
/** What next after your termination request */
|
|
17
|
+
futureUse?: ServiceTerminationFutureUseEnum | (string & {});
|
|
18
|
+
/** Reason of your termination request */
|
|
19
|
+
reason?: ServiceTerminationReasonEnum | (string & {});
|
|
20
|
+
/** The termination token sent by email to the admin contact */
|
|
21
|
+
token: string;
|
|
22
|
+
}
|
|
23
|
+
export declare const ConfirmDedicatedNashaTerminationRequest: S.Schema<ConfirmDedicatedNashaTerminationRequest>;
|
|
24
|
+
export type ConfirmDedicatedNashaTerminationResponse = string;
|
|
25
|
+
export declare const ConfirmDedicatedNashaTerminationResponse: S.Schema<ConfirmDedicatedNashaTerminationResponse>;
|
|
26
|
+
export interface CreateDedicatedNashaChangeContactRequest {
|
|
27
|
+
/** The internal name of your storage */
|
|
28
|
+
serviceName: string;
|
|
29
|
+
/** The contact to set as admin contact */
|
|
30
|
+
contactAdmin?: string;
|
|
31
|
+
/** The contact to set as billing contact */
|
|
32
|
+
contactBilling?: string;
|
|
33
|
+
/** The contact to set as tech contact */
|
|
34
|
+
contactTech?: string;
|
|
35
|
+
}
|
|
36
|
+
export declare const CreateDedicatedNashaChangeContactRequest: S.Schema<CreateDedicatedNashaChangeContactRequest>;
|
|
37
|
+
export type CreateDedicatedNashaChangeContactResponseBodyList = Array<number>;
|
|
38
|
+
export declare const CreateDedicatedNashaChangeContactResponseBodyList: S.Schema<CreateDedicatedNashaChangeContactResponseBodyList>;
|
|
39
|
+
export type CreateDedicatedNashaChangeContactResponse = CreateDedicatedNashaChangeContactResponseBodyList;
|
|
40
|
+
export declare const CreateDedicatedNashaChangeContactResponse: S.Schema<CreateDedicatedNashaChangeContactResponse>;
|
|
41
|
+
/** Partition Protocol */
|
|
42
|
+
export type DedicatedStorageProtocolEnum = "CIFS" | "NFS" | "NFS_CIFS";
|
|
43
|
+
export declare const DedicatedStorageProtocolEnum: any;
|
|
44
|
+
export interface CreateDedicatedNashaPartitionRequest {
|
|
45
|
+
/** The internal name of your storage */
|
|
46
|
+
serviceName: string;
|
|
47
|
+
/** Partition description */
|
|
48
|
+
partitionDescription?: string;
|
|
49
|
+
/** Partition name */
|
|
50
|
+
partitionName: string;
|
|
51
|
+
/** NFS|CIFS|NFS_CIFS */
|
|
52
|
+
protocol: DedicatedStorageProtocolEnum | (string & {});
|
|
53
|
+
/** Partition size */
|
|
54
|
+
size: number;
|
|
55
|
+
}
|
|
56
|
+
export declare const CreateDedicatedNashaPartitionRequest: S.Schema<CreateDedicatedNashaPartitionRequest>;
|
|
57
|
+
/** Distincts task */
|
|
58
|
+
export type DedicatedStorageTaskFunctionEnum = "backupRecursiveDestroy" | "clusterLeclercAclUpdate" | "clusterLeclercChangeServiceIp" | "clusterLeclercCustomSnapCreate" | "clusterLeclercCustomSnapDelete" | "clusterLeclercDeleteSnapshotDirectory" | "clusterLeclercDestroyNasContainer" | "clusterLeclercPartitionAdd" | "clusterLeclercPartitionDelete" | "clusterLeclercPartitionUpdate" | "clusterLeclercQuotaUpdate" | "clusterLeclercSetupNasContainer" | "clusterLeclercSnapshotUpdate" | "clusterLeclercZfsOptions" | "nasAclUpdate" | "nasDeleteSnapshotDirectory" | "nasPartitionAdd" | "nasPartitionDelete" | "nasPartitionUpdate" | "nasQuotaUpdate" | "remoteBackupRecursiveDestroy";
|
|
59
|
+
export declare const DedicatedStorageTaskFunctionEnum: any;
|
|
60
|
+
/** different task status */
|
|
61
|
+
export type DedicatedTaskStatusEnum = "cancelled" | "customerError" | "doing" | "done" | "init" | "ovhError" | "todo";
|
|
62
|
+
export declare const DedicatedTaskStatusEnum: any;
|
|
63
|
+
/** Storage task */
|
|
64
|
+
export interface DedicatedNasTaskTask {
|
|
65
|
+
/** information about operation */
|
|
66
|
+
details?: string | null;
|
|
67
|
+
/** the date when the task finished */
|
|
68
|
+
doneDate?: string | null;
|
|
69
|
+
/** last modification of task */
|
|
70
|
+
lastUpdate?: string | null;
|
|
71
|
+
/** Task type of operation */
|
|
72
|
+
operation?: DedicatedStorageTaskFunctionEnum;
|
|
73
|
+
/** name of the partition */
|
|
74
|
+
partitionName?: string | null;
|
|
75
|
+
/** The actual state of the task */
|
|
76
|
+
status?: DedicatedTaskStatusEnum;
|
|
77
|
+
/** the name of your service */
|
|
78
|
+
storageName?: string | null;
|
|
79
|
+
/** id of the task */
|
|
80
|
+
taskId?: number;
|
|
81
|
+
/** Insertion of task in the todo */
|
|
82
|
+
todoDate?: string | null;
|
|
83
|
+
}
|
|
84
|
+
export declare const DedicatedNasTaskTask: S.Schema<DedicatedNasTaskTask>;
|
|
85
|
+
/** Acl Type */
|
|
86
|
+
export type DedicatedStorageAclTypeEnum = "readonly" | "readwrite";
|
|
87
|
+
export declare const DedicatedStorageAclTypeEnum: any;
|
|
88
|
+
export interface CreateDedicatedNashaPartitionAccessRequest {
|
|
89
|
+
/** The internal name of your storage */
|
|
90
|
+
serviceName: string;
|
|
91
|
+
/** the given name of partition */
|
|
92
|
+
partitionName: string;
|
|
93
|
+
/** ACL description */
|
|
94
|
+
aclDescription?: string;
|
|
95
|
+
/** Ip or block to add */
|
|
96
|
+
ip: string;
|
|
97
|
+
/** ACL type */
|
|
98
|
+
type?: DedicatedStorageAclTypeEnum | (string & {});
|
|
99
|
+
}
|
|
100
|
+
export declare const CreateDedicatedNashaPartitionAccessRequest: S.Schema<CreateDedicatedNashaPartitionAccessRequest>;
|
|
101
|
+
export interface CreateDedicatedNashaPartitionCustomSnapshotRequest {
|
|
102
|
+
/** The internal name of your storage */
|
|
103
|
+
serviceName: string;
|
|
104
|
+
/** the given name of partition */
|
|
105
|
+
partitionName: string;
|
|
106
|
+
/** optional expiration date/time, in iso8601 format */
|
|
107
|
+
expiration?: string;
|
|
108
|
+
/** the name of the snapshot */
|
|
109
|
+
name: string;
|
|
110
|
+
}
|
|
111
|
+
export declare const CreateDedicatedNashaPartitionCustomSnapshotRequest: S.Schema<CreateDedicatedNashaPartitionCustomSnapshotRequest>;
|
|
112
|
+
/** Atime values */
|
|
113
|
+
export type DedicatedStorageAtimeEnum = "off" | "on";
|
|
114
|
+
export declare const DedicatedStorageAtimeEnum: any;
|
|
115
|
+
/** Recordsize values */
|
|
116
|
+
export type DedicatedStorageRecordSizeEnum = "1048576" | "131072" | "16384" | "32768" | "4096" | "65536" | "8192";
|
|
117
|
+
export declare const DedicatedStorageRecordSizeEnum: any;
|
|
118
|
+
/** Sync values */
|
|
119
|
+
export type DedicatedStorageSyncEnum = "always" | "disabled" | "standard";
|
|
120
|
+
export declare const DedicatedStorageSyncEnum: any;
|
|
121
|
+
/** The template enumeration available for your partition. */
|
|
122
|
+
export type DedicatedStorageTemplateUsageOptionsEnum = "Databases" | "Default" | "File Systems (big files)" | "Virtual machines";
|
|
123
|
+
export declare const DedicatedStorageTemplateUsageOptionsEnum: any;
|
|
124
|
+
export interface CreateDedicatedNashaPartitionOptionRequest {
|
|
125
|
+
/** The internal name of your storage */
|
|
126
|
+
serviceName: string;
|
|
127
|
+
/** the given name of partition */
|
|
128
|
+
partitionName: string;
|
|
129
|
+
/** atime setting */
|
|
130
|
+
atime?: DedicatedStorageAtimeEnum | (string & {});
|
|
131
|
+
/** ZFS recordsize */
|
|
132
|
+
recordsize?: DedicatedStorageRecordSizeEnum | (string & {});
|
|
133
|
+
/** sync setting */
|
|
134
|
+
sync?: DedicatedStorageSyncEnum | (string & {});
|
|
135
|
+
/** The name of the usage template to apply for this partition. */
|
|
136
|
+
templateName?: DedicatedStorageTemplateUsageOptionsEnum | (string & {});
|
|
137
|
+
}
|
|
138
|
+
export declare const CreateDedicatedNashaPartitionOptionRequest: S.Schema<CreateDedicatedNashaPartitionOptionRequest>;
|
|
139
|
+
export interface CreateDedicatedNashaPartitionQuotaRequest {
|
|
140
|
+
/** The internal name of your storage */
|
|
141
|
+
serviceName: string;
|
|
142
|
+
/** the given name of partition */
|
|
143
|
+
partitionName: string;
|
|
144
|
+
/** the size to set in MB */
|
|
145
|
+
size: number;
|
|
146
|
+
/** the uid to set quota on */
|
|
147
|
+
uid: number;
|
|
148
|
+
}
|
|
149
|
+
export declare const CreateDedicatedNashaPartitionQuotaRequest: S.Schema<CreateDedicatedNashaPartitionQuotaRequest>;
|
|
150
|
+
/** Partition snapshot allowed */
|
|
151
|
+
export type DedicatedStorageSnapshotEnum = "day-1" | "day-2" | "day-3" | "day-7" | "hour-1" | "hour-6";
|
|
152
|
+
export declare const DedicatedStorageSnapshotEnum: any;
|
|
153
|
+
export interface CreateDedicatedNashaPartitionSnapshotRequest {
|
|
154
|
+
/** The internal name of your storage */
|
|
155
|
+
serviceName: string;
|
|
156
|
+
/** the given name of partition */
|
|
157
|
+
partitionName: string;
|
|
158
|
+
/** Snapshot interval to add */
|
|
159
|
+
snapshotType: DedicatedStorageSnapshotEnum | (string & {});
|
|
160
|
+
}
|
|
161
|
+
export declare const CreateDedicatedNashaPartitionSnapshotRequest: S.Schema<CreateDedicatedNashaPartitionSnapshotRequest>;
|
|
162
|
+
export interface DeleteDedicatedNashaPartitionRequest {
|
|
163
|
+
/** The internal name of your storage */
|
|
164
|
+
serviceName: string;
|
|
165
|
+
/** the given name of partition */
|
|
166
|
+
partitionName: string;
|
|
167
|
+
}
|
|
168
|
+
export declare const DeleteDedicatedNashaPartitionRequest: S.Schema<DeleteDedicatedNashaPartitionRequest>;
|
|
169
|
+
export interface DeleteDedicatedNashaPartitionAccessRequest {
|
|
170
|
+
/** The internal name of your storage */
|
|
171
|
+
serviceName: string;
|
|
172
|
+
/** the given name of partition */
|
|
173
|
+
partitionName: string;
|
|
174
|
+
/** the ip in root on storage */
|
|
175
|
+
ip: string;
|
|
176
|
+
}
|
|
177
|
+
export declare const DeleteDedicatedNashaPartitionAccessRequest: S.Schema<DeleteDedicatedNashaPartitionAccessRequest>;
|
|
178
|
+
export interface DeleteDedicatedNashaPartitionCustomSnapshotRequest {
|
|
179
|
+
/** The internal name of your storage */
|
|
180
|
+
serviceName: string;
|
|
181
|
+
/** the given name of partition */
|
|
182
|
+
partitionName: string;
|
|
183
|
+
/** name of the snapshot */
|
|
184
|
+
name: string;
|
|
185
|
+
}
|
|
186
|
+
export declare const DeleteDedicatedNashaPartitionCustomSnapshotRequest: S.Schema<DeleteDedicatedNashaPartitionCustomSnapshotRequest>;
|
|
187
|
+
export interface DeleteDedicatedNashaPartitionQuotaRequest {
|
|
188
|
+
/** The internal name of your storage */
|
|
189
|
+
serviceName: string;
|
|
190
|
+
/** the given name of partition */
|
|
191
|
+
partitionName: string;
|
|
192
|
+
/** the uid to set quota on */
|
|
193
|
+
uid: number;
|
|
194
|
+
}
|
|
195
|
+
export declare const DeleteDedicatedNashaPartitionQuotaRequest: S.Schema<DeleteDedicatedNashaPartitionQuotaRequest>;
|
|
196
|
+
/** Partition snapshot allowed */
|
|
197
|
+
export type DeleteDedicatedNashaPartitionSnapshotRequestSnapshotType = "day-1" | "day-2" | "day-3" | "day-7" | "hour-1" | "hour-6";
|
|
198
|
+
export declare const DeleteDedicatedNashaPartitionSnapshotRequestSnapshotType: any;
|
|
199
|
+
export interface DeleteDedicatedNashaPartitionSnapshotRequest {
|
|
200
|
+
/** The internal name of your storage */
|
|
201
|
+
serviceName: string;
|
|
202
|
+
/** the given name of partition */
|
|
203
|
+
partitionName: string;
|
|
204
|
+
/** the interval of snapshot */
|
|
205
|
+
snapshotType: DeleteDedicatedNashaPartitionSnapshotRequestSnapshotType | (string & {});
|
|
206
|
+
}
|
|
207
|
+
export declare const DeleteDedicatedNashaPartitionSnapshotRequest: S.Schema<DeleteDedicatedNashaPartitionSnapshotRequest>;
|
|
208
|
+
export interface GetDedicatedNashaRequest {
|
|
209
|
+
/** The internal name of your storage */
|
|
210
|
+
serviceName: string;
|
|
211
|
+
}
|
|
212
|
+
export declare const GetDedicatedNashaRequest: S.Schema<GetDedicatedNashaRequest>;
|
|
213
|
+
/** the disk type of the nasHa */
|
|
214
|
+
export type DedicatedStorageDiskTypeEnum = "hdd" | "nvme" | "ssd";
|
|
215
|
+
export declare const DedicatedStorageDiskTypeEnum: any;
|
|
216
|
+
/** Resource tags. Tags that were internally computed are prefixed with ovh: */
|
|
217
|
+
export type IamResourceMetadataTagsMap = {
|
|
218
|
+
[key: string]: string | undefined;
|
|
219
|
+
};
|
|
220
|
+
export declare const IamResourceMetadataTagsMap: S.Schema<IamResourceMetadataTagsMap>;
|
|
221
|
+
/** IAM resource metadata embedded in services models */
|
|
222
|
+
export interface IamResourceMetadata {
|
|
223
|
+
/** Resource display name */
|
|
224
|
+
displayName?: string | null;
|
|
225
|
+
/** Unique identifier of the resource */
|
|
226
|
+
id?: string;
|
|
227
|
+
/** Resource tags. Tags that were internally computed are prefixed with ovh: */
|
|
228
|
+
tags?: IamResourceMetadataTagsMap | null;
|
|
229
|
+
/** Unique resource name used in policies */
|
|
230
|
+
urn?: string;
|
|
231
|
+
}
|
|
232
|
+
export declare const IamResourceMetadata: S.Schema<IamResourceMetadata>;
|
|
233
|
+
/** Storage nas HA */
|
|
234
|
+
export interface DedicatedNashaStorageWithIAM {
|
|
235
|
+
/** True, if partition creation is allowed on this nas HA */
|
|
236
|
+
canCreatePartition?: boolean;
|
|
237
|
+
/** The name you give to the nas */
|
|
238
|
+
customName?: string | null;
|
|
239
|
+
/** area of nas */
|
|
240
|
+
datacenter?: string | null;
|
|
241
|
+
/** the disk type of the nasHa */
|
|
242
|
+
diskType?: DedicatedStorageDiskTypeEnum;
|
|
243
|
+
/** IAM resource metadata */
|
|
244
|
+
iam?: IamResourceMetadata | null;
|
|
245
|
+
/** Access ip of nas */
|
|
246
|
+
ip?: string | null;
|
|
247
|
+
/** Send an email to customer if any issue is detected */
|
|
248
|
+
monitored?: boolean;
|
|
249
|
+
/** The storage service name */
|
|
250
|
+
serviceName?: string;
|
|
251
|
+
/** percentage of nas space used in % */
|
|
252
|
+
zpoolCapacity?: number;
|
|
253
|
+
/** the size of the nas */
|
|
254
|
+
zpoolSize?: number;
|
|
255
|
+
}
|
|
256
|
+
export declare const DedicatedNashaStorageWithIAM: S.Schema<DedicatedNashaStorageWithIAM>;
|
|
257
|
+
export interface GetDedicatedNashaMetricsTokenRequest {
|
|
258
|
+
/** The internal name of your storage */
|
|
259
|
+
serviceName: string;
|
|
260
|
+
}
|
|
261
|
+
export declare const GetDedicatedNashaMetricsTokenRequest: S.Schema<GetDedicatedNashaMetricsTokenRequest>;
|
|
262
|
+
/** A structure describing the metrics token result */
|
|
263
|
+
export interface DedicatedStorageMetricsTokenResult {
|
|
264
|
+
/** The url of the endpoint */
|
|
265
|
+
endpoint?: string;
|
|
266
|
+
/** The token value */
|
|
267
|
+
token?: string;
|
|
268
|
+
}
|
|
269
|
+
export declare const DedicatedStorageMetricsTokenResult: S.Schema<DedicatedStorageMetricsTokenResult>;
|
|
270
|
+
export interface GetDedicatedNashaPartitionRequest {
|
|
271
|
+
/** The internal name of your storage */
|
|
272
|
+
serviceName: string;
|
|
273
|
+
/** the given name of partition */
|
|
274
|
+
partitionName: string;
|
|
275
|
+
}
|
|
276
|
+
export declare const GetDedicatedNashaPartitionRequest: S.Schema<GetDedicatedNashaPartitionRequest>;
|
|
277
|
+
/** Storage zpool partition */
|
|
278
|
+
export interface DedicatedNashaPartition {
|
|
279
|
+
/** percentage of partition space used in % */
|
|
280
|
+
partitionCapacity?: number | null;
|
|
281
|
+
/** a brief description of the partition */
|
|
282
|
+
partitionDescription?: string | null;
|
|
283
|
+
/** the given name of partition */
|
|
284
|
+
partitionName?: string;
|
|
285
|
+
/** must be nfs cifs or both */
|
|
286
|
+
protocol?: DedicatedStorageProtocolEnum;
|
|
287
|
+
/** Partition size */
|
|
288
|
+
size?: number;
|
|
289
|
+
/** percentage of partition space used by snapshots, in % */
|
|
290
|
+
usedBySnapshots?: number | null;
|
|
291
|
+
}
|
|
292
|
+
export declare const DedicatedNashaPartition: S.Schema<DedicatedNashaPartition>;
|
|
293
|
+
export interface GetDedicatedNashaPartitionAccessRequest {
|
|
294
|
+
/** The internal name of your storage */
|
|
295
|
+
serviceName: string;
|
|
296
|
+
/** the given name of partition */
|
|
297
|
+
partitionName: string;
|
|
298
|
+
/** the ip in root on storage */
|
|
299
|
+
ip: string;
|
|
300
|
+
}
|
|
301
|
+
export declare const GetDedicatedNashaPartitionAccessRequest: S.Schema<GetDedicatedNashaPartitionAccessRequest>;
|
|
302
|
+
/** Define Acl for partition */
|
|
303
|
+
export interface DedicatedNashaAccess {
|
|
304
|
+
/** the id of the access */
|
|
305
|
+
accessId?: number;
|
|
306
|
+
/** a brief description of the acl */
|
|
307
|
+
aclDescription?: string | null;
|
|
308
|
+
/** the ip in root on storage */
|
|
309
|
+
ip?: string;
|
|
310
|
+
/** ACL type */
|
|
311
|
+
type?: DedicatedStorageAclTypeEnum;
|
|
312
|
+
}
|
|
313
|
+
export declare const DedicatedNashaAccess: S.Schema<DedicatedNashaAccess>;
|
|
314
|
+
export interface GetDedicatedNashaPartitionCustomSnapshotRequest {
|
|
315
|
+
/** The internal name of your storage */
|
|
316
|
+
serviceName: string;
|
|
317
|
+
/** the given name of partition */
|
|
318
|
+
partitionName: string;
|
|
319
|
+
/** name of the snapshot */
|
|
320
|
+
name: string;
|
|
321
|
+
}
|
|
322
|
+
export declare const GetDedicatedNashaPartitionCustomSnapshotRequest: S.Schema<GetDedicatedNashaPartitionCustomSnapshotRequest>;
|
|
323
|
+
/** Custom Snapshot */
|
|
324
|
+
export interface DedicatedNashaCustomSnap {
|
|
325
|
+
/** date and time at which snapshot will be automatically destroyed */
|
|
326
|
+
expiration?: string | null;
|
|
327
|
+
/** name of the snapshot */
|
|
328
|
+
name?: string;
|
|
329
|
+
}
|
|
330
|
+
export declare const DedicatedNashaCustomSnap: S.Schema<DedicatedNashaCustomSnap>;
|
|
331
|
+
export interface GetDedicatedNashaPartitionOptionsRequest {
|
|
332
|
+
/** The internal name of your storage */
|
|
333
|
+
serviceName: string;
|
|
334
|
+
/** the given name of partition */
|
|
335
|
+
partitionName: string;
|
|
336
|
+
}
|
|
337
|
+
export declare const GetDedicatedNashaPartitionOptionsRequest: S.Schema<GetDedicatedNashaPartitionOptionsRequest>;
|
|
338
|
+
/** Partition options */
|
|
339
|
+
export interface DedicatedNashaOptions {
|
|
340
|
+
/** atime setting */
|
|
341
|
+
atime?: string;
|
|
342
|
+
/** ID */
|
|
343
|
+
id?: number;
|
|
344
|
+
/** ZFS recordsize */
|
|
345
|
+
recordsize?: string;
|
|
346
|
+
/** sync setting */
|
|
347
|
+
sync?: string;
|
|
348
|
+
/** the template name */
|
|
349
|
+
templateName?: DedicatedStorageTemplateUsageOptionsEnum | null;
|
|
350
|
+
}
|
|
351
|
+
export declare const DedicatedNashaOptions: S.Schema<DedicatedNashaOptions>;
|
|
352
|
+
export interface GetDedicatedNashaPartitionQuotaRequest {
|
|
353
|
+
/** The internal name of your storage */
|
|
354
|
+
serviceName: string;
|
|
355
|
+
/** the given name of partition */
|
|
356
|
+
partitionName: string;
|
|
357
|
+
/** the uid to set quota on */
|
|
358
|
+
uid: number;
|
|
359
|
+
}
|
|
360
|
+
export declare const GetDedicatedNashaPartitionQuotaRequest: S.Schema<GetDedicatedNashaPartitionQuotaRequest>;
|
|
361
|
+
/** Partition Quota */
|
|
362
|
+
export interface DedicatedNashaQuota {
|
|
363
|
+
/** the size to set in MB */
|
|
364
|
+
size?: number;
|
|
365
|
+
/** the uid to set quota on */
|
|
366
|
+
uid?: number;
|
|
367
|
+
}
|
|
368
|
+
export declare const DedicatedNashaQuota: S.Schema<DedicatedNashaQuota>;
|
|
369
|
+
/** Partition snapshot allowed */
|
|
370
|
+
export type GetDedicatedNashaPartitionSnapshotRequestSnapshotType = "day-1" | "day-2" | "day-3" | "day-7" | "hour-1" | "hour-6";
|
|
371
|
+
export declare const GetDedicatedNashaPartitionSnapshotRequestSnapshotType: any;
|
|
372
|
+
export interface GetDedicatedNashaPartitionSnapshotRequest {
|
|
373
|
+
/** The internal name of your storage */
|
|
374
|
+
serviceName: string;
|
|
375
|
+
/** the given name of partition */
|
|
376
|
+
partitionName: string;
|
|
377
|
+
/** the interval of snapshot */
|
|
378
|
+
snapshotType: GetDedicatedNashaPartitionSnapshotRequestSnapshotType | (string & {});
|
|
379
|
+
}
|
|
380
|
+
export declare const GetDedicatedNashaPartitionSnapshotRequest: S.Schema<GetDedicatedNashaPartitionSnapshotRequest>;
|
|
381
|
+
/** Partition Snapshot */
|
|
382
|
+
export interface DedicatedNashaSnapshot {
|
|
383
|
+
/** the interval of snapshot */
|
|
384
|
+
snapshotType?: DedicatedStorageSnapshotEnum;
|
|
385
|
+
}
|
|
386
|
+
export declare const DedicatedNashaSnapshot: S.Schema<DedicatedNashaSnapshot>;
|
|
387
|
+
/** Available types for NAS partition usage */
|
|
388
|
+
export type DedicatedStoragePartitionUsageTypeEnum = "size" | "used" | "usedbysnapshots";
|
|
389
|
+
export declare const DedicatedStoragePartitionUsageTypeEnum: any;
|
|
390
|
+
export interface GetDedicatedNashaPartitionUseRequest {
|
|
391
|
+
/** The internal name of your storage */
|
|
392
|
+
serviceName: string;
|
|
393
|
+
/** the given name of partition */
|
|
394
|
+
partitionName: string;
|
|
395
|
+
/** The type of statistic to be fetched */
|
|
396
|
+
type: DedicatedStoragePartitionUsageTypeEnum | (string & {});
|
|
397
|
+
}
|
|
398
|
+
export declare const GetDedicatedNashaPartitionUseRequest: S.Schema<GetDedicatedNashaPartitionUseRequest>;
|
|
399
|
+
/** A numeric value tagged with its unit */
|
|
400
|
+
export interface ComplexTypeUnitAndValueDouble {
|
|
401
|
+
unit?: string;
|
|
402
|
+
value?: number;
|
|
403
|
+
}
|
|
404
|
+
export declare const ComplexTypeUnitAndValueDouble: S.Schema<ComplexTypeUnitAndValueDouble>;
|
|
405
|
+
export interface GetDedicatedNashaServiceInfosRequest {
|
|
406
|
+
/** The internal name of your storage */
|
|
407
|
+
serviceName: string;
|
|
408
|
+
}
|
|
409
|
+
export declare const GetDedicatedNashaServiceInfosRequest: S.Schema<GetDedicatedNashaServiceInfosRequest>;
|
|
410
|
+
/** All the possible renew period of your service in month */
|
|
411
|
+
export type ServicesServicePossibleRenewPeriodList = Array<number>;
|
|
412
|
+
export declare const ServicesServicePossibleRenewPeriodList: S.Schema<ServicesServicePossibleRenewPeriodList>;
|
|
413
|
+
/** Map a possible renew for a specific service */
|
|
414
|
+
export interface ServiceRenewType {
|
|
415
|
+
/** The service is automatically renewed */
|
|
416
|
+
automatic?: boolean;
|
|
417
|
+
/** The service will be deleted at expiration */
|
|
418
|
+
deleteAtExpiration?: boolean;
|
|
419
|
+
/** The service forced to be renewed */
|
|
420
|
+
forced?: boolean;
|
|
421
|
+
/** The service needs to be manually renewed and paid */
|
|
422
|
+
manualPayment?: boolean | null;
|
|
423
|
+
/** period of renew in month */
|
|
424
|
+
period?: number | null;
|
|
425
|
+
}
|
|
426
|
+
export declare const ServiceRenewType: S.Schema<ServiceRenewType>;
|
|
427
|
+
/** Detailed renewal type of a service */
|
|
428
|
+
export type ServiceRenewalTypeEnum = "automaticForcedProduct" | "automaticV2012" | "automaticV2014" | "automaticV2016" | "automaticV2024" | "manual" | "oneShot" | "option";
|
|
429
|
+
export declare const ServiceRenewalTypeEnum: any;
|
|
430
|
+
export type ServiceStateEnum = "autorenewInProgress" | "expired" | "inCreation" | "ok" | "pendingDebt" | "unPaid";
|
|
431
|
+
export declare const ServiceStateEnum: any;
|
|
432
|
+
/** Details about a Service */
|
|
433
|
+
export interface ServicesService {
|
|
434
|
+
/** Indicates that the service can be set up to be deleted at expiration */
|
|
435
|
+
canDeleteAtExpiration?: boolean;
|
|
436
|
+
contactAdmin?: string;
|
|
437
|
+
contactBilling?: string;
|
|
438
|
+
contactTech?: string;
|
|
439
|
+
creation?: string;
|
|
440
|
+
domain?: string;
|
|
441
|
+
engagedUpTo?: string | null;
|
|
442
|
+
expiration?: string;
|
|
443
|
+
/** All the possible renew period of your service in month */
|
|
444
|
+
possibleRenewPeriod?: ServicesServicePossibleRenewPeriodList | null;
|
|
445
|
+
/** Way of handling the renew */
|
|
446
|
+
renew?: ServiceRenewType | null;
|
|
447
|
+
renewalType?: ServiceRenewalTypeEnum;
|
|
448
|
+
serviceId?: number;
|
|
449
|
+
status?: ServiceStateEnum;
|
|
450
|
+
}
|
|
451
|
+
export declare const ServicesService: S.Schema<ServicesService>;
|
|
452
|
+
export interface GetDedicatedNashaTaskRequest {
|
|
453
|
+
/** The internal name of your storage */
|
|
454
|
+
serviceName: string;
|
|
455
|
+
/** id of the task */
|
|
456
|
+
taskId: number;
|
|
457
|
+
}
|
|
458
|
+
export declare const GetDedicatedNashaTaskRequest: S.Schema<GetDedicatedNashaTaskRequest>;
|
|
459
|
+
/** Available types for NAS usage */
|
|
460
|
+
export type DedicatedStorageNasUsageTypeEnum = "size" | "used" | "usedbysnapshots";
|
|
461
|
+
export declare const DedicatedStorageNasUsageTypeEnum: any;
|
|
462
|
+
export interface GetDedicatedNashaUseRequest {
|
|
463
|
+
/** The internal name of your storage */
|
|
464
|
+
serviceName: string;
|
|
465
|
+
/** The type of statistic to be fetched */
|
|
466
|
+
type: DedicatedStorageNasUsageTypeEnum | (string & {});
|
|
467
|
+
}
|
|
468
|
+
export declare const GetDedicatedNashaUseRequest: S.Schema<GetDedicatedNashaUseRequest>;
|
|
469
|
+
/** Resource tag filter */
|
|
470
|
+
export interface IamResourceTagFilterInput {
|
|
471
|
+
}
|
|
472
|
+
export declare const IamResourceTagFilterInput: S.Schema<IamResourceTagFilterInput>;
|
|
473
|
+
export type ListDedicatedNashaRequestIamTagsValueList = Array<IamResourceTagFilterInput>;
|
|
474
|
+
export declare const ListDedicatedNashaRequestIamTagsValueList: S.Schema<ListDedicatedNashaRequestIamTagsValueList>;
|
|
475
|
+
export type ListDedicatedNashaRequestIamTagsMap = {
|
|
476
|
+
[key: string]: ListDedicatedNashaRequestIamTagsValueList | undefined;
|
|
477
|
+
};
|
|
478
|
+
export declare const ListDedicatedNashaRequestIamTagsMap: S.Schema<ListDedicatedNashaRequestIamTagsMap>;
|
|
479
|
+
export interface ListDedicatedNashaRequest {
|
|
480
|
+
/** Filter resources on IAM tags */
|
|
481
|
+
iamTags?: ListDedicatedNashaRequestIamTagsMap;
|
|
482
|
+
}
|
|
483
|
+
export declare const ListDedicatedNashaRequest: S.Schema<ListDedicatedNashaRequest>;
|
|
484
|
+
export type ListDedicatedNashaResponseBodyList = Array<string>;
|
|
485
|
+
export declare const ListDedicatedNashaResponseBodyList: S.Schema<ListDedicatedNashaResponseBodyList>;
|
|
486
|
+
export type ListDedicatedNashaResponse = ListDedicatedNashaResponseBodyList;
|
|
487
|
+
export declare const ListDedicatedNashaResponse: S.Schema<ListDedicatedNashaResponse>;
|
|
488
|
+
export interface ListDedicatedNashaPartitionRequest {
|
|
489
|
+
/** The internal name of your storage */
|
|
490
|
+
serviceName: string;
|
|
491
|
+
}
|
|
492
|
+
export declare const ListDedicatedNashaPartitionRequest: S.Schema<ListDedicatedNashaPartitionRequest>;
|
|
493
|
+
export type ListDedicatedNashaPartitionResponseBodyList = Array<string>;
|
|
494
|
+
export declare const ListDedicatedNashaPartitionResponseBodyList: S.Schema<ListDedicatedNashaPartitionResponseBodyList>;
|
|
495
|
+
export type ListDedicatedNashaPartitionResponse = ListDedicatedNashaPartitionResponseBodyList;
|
|
496
|
+
export declare const ListDedicatedNashaPartitionResponse: S.Schema<ListDedicatedNashaPartitionResponse>;
|
|
497
|
+
export interface ListDedicatedNashaPartitionAccessRequest {
|
|
498
|
+
/** The internal name of your storage */
|
|
499
|
+
serviceName: string;
|
|
500
|
+
/** the given name of partition */
|
|
501
|
+
partitionName: string;
|
|
502
|
+
}
|
|
503
|
+
export declare const ListDedicatedNashaPartitionAccessRequest: S.Schema<ListDedicatedNashaPartitionAccessRequest>;
|
|
504
|
+
export type ListDedicatedNashaPartitionAccessResponseBodyList = Array<string>;
|
|
505
|
+
export declare const ListDedicatedNashaPartitionAccessResponseBodyList: S.Schema<ListDedicatedNashaPartitionAccessResponseBodyList>;
|
|
506
|
+
export type ListDedicatedNashaPartitionAccessResponse = ListDedicatedNashaPartitionAccessResponseBodyList;
|
|
507
|
+
export declare const ListDedicatedNashaPartitionAccessResponse: S.Schema<ListDedicatedNashaPartitionAccessResponse>;
|
|
508
|
+
export interface ListDedicatedNashaPartitionAuthorizableBlocksRequest {
|
|
509
|
+
/** The internal name of your storage */
|
|
510
|
+
serviceName: string;
|
|
511
|
+
/** the given name of partition */
|
|
512
|
+
partitionName: string;
|
|
513
|
+
}
|
|
514
|
+
export declare const ListDedicatedNashaPartitionAuthorizableBlocksRequest: S.Schema<ListDedicatedNashaPartitionAuthorizableBlocksRequest>;
|
|
515
|
+
export type ListDedicatedNashaPartitionAuthorizableBlocksResponseBodyList = Array<string>;
|
|
516
|
+
export declare const ListDedicatedNashaPartitionAuthorizableBlocksResponseBodyList: S.Schema<ListDedicatedNashaPartitionAuthorizableBlocksResponseBodyList>;
|
|
517
|
+
export type ListDedicatedNashaPartitionAuthorizableBlocksResponse = ListDedicatedNashaPartitionAuthorizableBlocksResponseBodyList;
|
|
518
|
+
export declare const ListDedicatedNashaPartitionAuthorizableBlocksResponse: S.Schema<ListDedicatedNashaPartitionAuthorizableBlocksResponse>;
|
|
519
|
+
export interface ListDedicatedNashaPartitionAuthorizableIpsRequest {
|
|
520
|
+
/** The internal name of your storage */
|
|
521
|
+
serviceName: string;
|
|
522
|
+
/** the given name of partition */
|
|
523
|
+
partitionName: string;
|
|
524
|
+
}
|
|
525
|
+
export declare const ListDedicatedNashaPartitionAuthorizableIpsRequest: S.Schema<ListDedicatedNashaPartitionAuthorizableIpsRequest>;
|
|
526
|
+
export type ListDedicatedNashaPartitionAuthorizableIpsResponseBodyList = Array<string>;
|
|
527
|
+
export declare const ListDedicatedNashaPartitionAuthorizableIpsResponseBodyList: S.Schema<ListDedicatedNashaPartitionAuthorizableIpsResponseBodyList>;
|
|
528
|
+
export type ListDedicatedNashaPartitionAuthorizableIpsResponse = ListDedicatedNashaPartitionAuthorizableIpsResponseBodyList;
|
|
529
|
+
export declare const ListDedicatedNashaPartitionAuthorizableIpsResponse: S.Schema<ListDedicatedNashaPartitionAuthorizableIpsResponse>;
|
|
530
|
+
export interface ListDedicatedNashaPartitionCustomSnapshotRequest {
|
|
531
|
+
/** The internal name of your storage */
|
|
532
|
+
serviceName: string;
|
|
533
|
+
/** the given name of partition */
|
|
534
|
+
partitionName: string;
|
|
535
|
+
}
|
|
536
|
+
export declare const ListDedicatedNashaPartitionCustomSnapshotRequest: S.Schema<ListDedicatedNashaPartitionCustomSnapshotRequest>;
|
|
537
|
+
export type ListDedicatedNashaPartitionCustomSnapshotResponseBodyList = Array<string>;
|
|
538
|
+
export declare const ListDedicatedNashaPartitionCustomSnapshotResponseBodyList: S.Schema<ListDedicatedNashaPartitionCustomSnapshotResponseBodyList>;
|
|
539
|
+
export type ListDedicatedNashaPartitionCustomSnapshotResponse = ListDedicatedNashaPartitionCustomSnapshotResponseBodyList;
|
|
540
|
+
export declare const ListDedicatedNashaPartitionCustomSnapshotResponse: S.Schema<ListDedicatedNashaPartitionCustomSnapshotResponse>;
|
|
541
|
+
export interface ListDedicatedNashaPartitionQuotaRequest {
|
|
542
|
+
/** The internal name of your storage */
|
|
543
|
+
serviceName: string;
|
|
544
|
+
/** the given name of partition */
|
|
545
|
+
partitionName: string;
|
|
546
|
+
}
|
|
547
|
+
export declare const ListDedicatedNashaPartitionQuotaRequest: S.Schema<ListDedicatedNashaPartitionQuotaRequest>;
|
|
548
|
+
export type ListDedicatedNashaPartitionQuotaResponseBodyList = Array<number>;
|
|
549
|
+
export declare const ListDedicatedNashaPartitionQuotaResponseBodyList: S.Schema<ListDedicatedNashaPartitionQuotaResponseBodyList>;
|
|
550
|
+
export type ListDedicatedNashaPartitionQuotaResponse = ListDedicatedNashaPartitionQuotaResponseBodyList;
|
|
551
|
+
export declare const ListDedicatedNashaPartitionQuotaResponse: S.Schema<ListDedicatedNashaPartitionQuotaResponse>;
|
|
552
|
+
export interface ListDedicatedNashaPartitionSnapshotRequest {
|
|
553
|
+
/** The internal name of your storage */
|
|
554
|
+
serviceName: string;
|
|
555
|
+
/** the given name of partition */
|
|
556
|
+
partitionName: string;
|
|
557
|
+
}
|
|
558
|
+
export declare const ListDedicatedNashaPartitionSnapshotRequest: S.Schema<ListDedicatedNashaPartitionSnapshotRequest>;
|
|
559
|
+
export type ListDedicatedNashaPartitionSnapshotResponseBodyList = Array<DedicatedStorageSnapshotEnum>;
|
|
560
|
+
export declare const ListDedicatedNashaPartitionSnapshotResponseBodyList: S.Schema<ListDedicatedNashaPartitionSnapshotResponseBodyList>;
|
|
561
|
+
export type ListDedicatedNashaPartitionSnapshotResponse = ListDedicatedNashaPartitionSnapshotResponseBodyList;
|
|
562
|
+
export declare const ListDedicatedNashaPartitionSnapshotResponse: S.Schema<ListDedicatedNashaPartitionSnapshotResponse>;
|
|
563
|
+
export interface ListDedicatedNashaPartitionTemplateUsageRequest {
|
|
564
|
+
/** The internal name of your storage */
|
|
565
|
+
serviceName: string;
|
|
566
|
+
/** the given name of partition */
|
|
567
|
+
partitionName: string;
|
|
568
|
+
}
|
|
569
|
+
export declare const ListDedicatedNashaPartitionTemplateUsageRequest: S.Schema<ListDedicatedNashaPartitionTemplateUsageRequest>;
|
|
570
|
+
/** A structure describing the template usage result */
|
|
571
|
+
export interface DedicatedStorageTemplateUsageOptionsDetails {
|
|
572
|
+
/** The description of the template. */
|
|
573
|
+
description?: string;
|
|
574
|
+
/** The name of the template */
|
|
575
|
+
name?: string;
|
|
576
|
+
}
|
|
577
|
+
export declare const DedicatedStorageTemplateUsageOptionsDetails: S.Schema<DedicatedStorageTemplateUsageOptionsDetails>;
|
|
578
|
+
export type ListDedicatedNashaPartitionTemplateUsageResponseBodyList = Array<DedicatedStorageTemplateUsageOptionsDetails>;
|
|
579
|
+
export declare const ListDedicatedNashaPartitionTemplateUsageResponseBodyList: S.Schema<ListDedicatedNashaPartitionTemplateUsageResponseBodyList>;
|
|
580
|
+
export type ListDedicatedNashaPartitionTemplateUsageResponse = ListDedicatedNashaPartitionTemplateUsageResponseBodyList;
|
|
581
|
+
export declare const ListDedicatedNashaPartitionTemplateUsageResponse: S.Schema<ListDedicatedNashaPartitionTemplateUsageResponse>;
|
|
582
|
+
export interface ListDedicatedNashaTaskRequest {
|
|
583
|
+
/** The internal name of your storage */
|
|
584
|
+
serviceName: string;
|
|
585
|
+
/** Filter the value of operation property (=) */
|
|
586
|
+
operation?: DedicatedStorageTaskFunctionEnum | (string & {});
|
|
587
|
+
/** Filter the value of status property (=) */
|
|
588
|
+
status?: DedicatedTaskStatusEnum | (string & {});
|
|
589
|
+
}
|
|
590
|
+
export declare const ListDedicatedNashaTaskRequest: S.Schema<ListDedicatedNashaTaskRequest>;
|
|
591
|
+
export type ListDedicatedNashaTaskResponseBodyList = Array<number>;
|
|
592
|
+
export declare const ListDedicatedNashaTaskResponseBodyList: S.Schema<ListDedicatedNashaTaskResponseBodyList>;
|
|
593
|
+
export type ListDedicatedNashaTaskResponse = ListDedicatedNashaTaskResponseBodyList;
|
|
594
|
+
export declare const ListDedicatedNashaTaskResponse: S.Schema<ListDedicatedNashaTaskResponse>;
|
|
595
|
+
export interface PutDedicatedNashaRequest {
|
|
596
|
+
/** The internal name of your storage */
|
|
597
|
+
serviceName: string;
|
|
598
|
+
/** The name you give to the nas */
|
|
599
|
+
customName?: string | null;
|
|
600
|
+
/** Send an email to customer if any issue is detected */
|
|
601
|
+
monitored?: boolean;
|
|
602
|
+
}
|
|
603
|
+
export declare const PutDedicatedNashaRequest: S.Schema<PutDedicatedNashaRequest>;
|
|
604
|
+
export interface PutDedicatedNashaResponse {
|
|
605
|
+
}
|
|
606
|
+
export declare const PutDedicatedNashaResponse: S.Schema<PutDedicatedNashaResponse>;
|
|
607
|
+
export interface PutDedicatedNashaPartitionRequest {
|
|
608
|
+
/** The internal name of your storage */
|
|
609
|
+
serviceName: string;
|
|
610
|
+
/** the given name of partition */
|
|
611
|
+
partitionName: string;
|
|
612
|
+
/** a brief description of the partition */
|
|
613
|
+
partitionDescription?: string | null;
|
|
614
|
+
/** Partition size */
|
|
615
|
+
size?: number;
|
|
616
|
+
}
|
|
617
|
+
export declare const PutDedicatedNashaPartitionRequest: S.Schema<PutDedicatedNashaPartitionRequest>;
|
|
618
|
+
export interface PutDedicatedNashaPartitionResponse {
|
|
619
|
+
}
|
|
620
|
+
export declare const PutDedicatedNashaPartitionResponse: S.Schema<PutDedicatedNashaPartitionResponse>;
|
|
621
|
+
export interface PutDedicatedNashaServiceInfosRequest {
|
|
622
|
+
/** The internal name of your storage */
|
|
623
|
+
serviceName: string;
|
|
624
|
+
/** Way of handling the renew */
|
|
625
|
+
renew?: ServiceRenewType | null;
|
|
626
|
+
}
|
|
627
|
+
export declare const PutDedicatedNashaServiceInfosRequest: S.Schema<PutDedicatedNashaServiceInfosRequest>;
|
|
628
|
+
export interface PutDedicatedNashaServiceInfosResponse {
|
|
629
|
+
}
|
|
630
|
+
export declare const PutDedicatedNashaServiceInfosResponse: S.Schema<PutDedicatedNashaServiceInfosResponse>;
|
|
631
|
+
export interface TerminateDedicatedNashaRequest {
|
|
632
|
+
/** The internal name of your storage */
|
|
633
|
+
serviceName: string;
|
|
634
|
+
}
|
|
635
|
+
export declare const TerminateDedicatedNashaRequest: S.Schema<TerminateDedicatedNashaRequest>;
|
|
636
|
+
export type TerminateDedicatedNashaResponse = string;
|
|
637
|
+
export declare const TerminateDedicatedNashaResponse: S.Schema<TerminateDedicatedNashaResponse>;
|
|
638
|
+
export type ConfirmDedicatedNashaTerminationError = OvhOpError;
|
|
639
|
+
/** Confirm service termination */
|
|
640
|
+
export declare const confirmDedicatedNashaTermination: API.OperationMethod<ConfirmDedicatedNashaTerminationRequest, ConfirmDedicatedNashaTerminationResponse, ConfirmDedicatedNashaTerminationError, OvhOpContext>;
|
|
641
|
+
export type CreateDedicatedNashaChangeContactError = OvhOpError;
|
|
642
|
+
/** Launch a contact change procedure */
|
|
643
|
+
export declare const createDedicatedNashaChangeContact: API.OperationMethod<CreateDedicatedNashaChangeContactRequest, CreateDedicatedNashaChangeContactResponse, CreateDedicatedNashaChangeContactError, OvhOpContext>;
|
|
644
|
+
export type CreateDedicatedNashaPartitionError = OvhOpError;
|
|
645
|
+
/** Create a new partition */
|
|
646
|
+
export declare const createDedicatedNashaPartition: API.OperationMethod<CreateDedicatedNashaPartitionRequest, DedicatedNasTaskTask, CreateDedicatedNashaPartitionError, OvhOpContext>;
|
|
647
|
+
export type CreateDedicatedNashaPartitionAccessError = OvhOpError;
|
|
648
|
+
/** Add a new ACL entry */
|
|
649
|
+
export declare const createDedicatedNashaPartitionAccess: API.OperationMethod<CreateDedicatedNashaPartitionAccessRequest, DedicatedNasTaskTask, CreateDedicatedNashaPartitionAccessError, OvhOpContext>;
|
|
650
|
+
export type CreateDedicatedNashaPartitionCustomSnapshotError = OvhOpError;
|
|
651
|
+
/** Create a new snapshot */
|
|
652
|
+
export declare const createDedicatedNashaPartitionCustomSnapshot: API.OperationMethod<CreateDedicatedNashaPartitionCustomSnapshotRequest, DedicatedNasTaskTask, CreateDedicatedNashaPartitionCustomSnapshotError, OvhOpContext>;
|
|
653
|
+
export type CreateDedicatedNashaPartitionOptionError = OvhOpError;
|
|
654
|
+
/** Setup options */
|
|
655
|
+
export declare const createDedicatedNashaPartitionOption: API.OperationMethod<CreateDedicatedNashaPartitionOptionRequest, DedicatedNasTaskTask, CreateDedicatedNashaPartitionOptionError, OvhOpContext>;
|
|
656
|
+
export type CreateDedicatedNashaPartitionQuotaError = OvhOpError;
|
|
657
|
+
/** Set a new quota */
|
|
658
|
+
export declare const createDedicatedNashaPartitionQuota: API.OperationMethod<CreateDedicatedNashaPartitionQuotaRequest, DedicatedNasTaskTask, CreateDedicatedNashaPartitionQuotaError, OvhOpContext>;
|
|
659
|
+
export type CreateDedicatedNashaPartitionSnapshotError = OvhOpError;
|
|
660
|
+
/** Schedule a new snapshot type */
|
|
661
|
+
export declare const createDedicatedNashaPartitionSnapshot: API.OperationMethod<CreateDedicatedNashaPartitionSnapshotRequest, DedicatedNasTaskTask, CreateDedicatedNashaPartitionSnapshotError, OvhOpContext>;
|
|
662
|
+
export type DeleteDedicatedNashaPartitionError = OvhOpError;
|
|
663
|
+
/** Delete this partition */
|
|
664
|
+
export declare const deleteDedicatedNashaPartition: API.OperationMethod<DeleteDedicatedNashaPartitionRequest, DedicatedNasTaskTask, DeleteDedicatedNashaPartitionError, OvhOpContext>;
|
|
665
|
+
export type DeleteDedicatedNashaPartitionAccessError = OvhOpError;
|
|
666
|
+
/** Delete an ACL entry */
|
|
667
|
+
export declare const deleteDedicatedNashaPartitionAccess: API.OperationMethod<DeleteDedicatedNashaPartitionAccessRequest, DedicatedNasTaskTask, DeleteDedicatedNashaPartitionAccessError, OvhOpContext>;
|
|
668
|
+
export type DeleteDedicatedNashaPartitionCustomSnapshotError = OvhOpError;
|
|
669
|
+
/** Delete a given snapshot */
|
|
670
|
+
export declare const deleteDedicatedNashaPartitionCustomSnapshot: API.OperationMethod<DeleteDedicatedNashaPartitionCustomSnapshotRequest, DedicatedNasTaskTask, DeleteDedicatedNashaPartitionCustomSnapshotError, OvhOpContext>;
|
|
671
|
+
export type DeleteDedicatedNashaPartitionQuotaError = OvhOpError;
|
|
672
|
+
/** Delete a given quota */
|
|
673
|
+
export declare const deleteDedicatedNashaPartitionQuota: API.OperationMethod<DeleteDedicatedNashaPartitionQuotaRequest, DedicatedNasTaskTask, DeleteDedicatedNashaPartitionQuotaError, OvhOpContext>;
|
|
674
|
+
export type DeleteDedicatedNashaPartitionSnapshotError = OvhOpError;
|
|
675
|
+
/** Delete a given snapshot */
|
|
676
|
+
export declare const deleteDedicatedNashaPartitionSnapshot: API.OperationMethod<DeleteDedicatedNashaPartitionSnapshotRequest, DedicatedNasTaskTask, DeleteDedicatedNashaPartitionSnapshotError, OvhOpContext>;
|
|
677
|
+
export type GetDedicatedNashaError = OvhOpError;
|
|
678
|
+
/** Get this object properties */
|
|
679
|
+
export declare const getDedicatedNasha: API.OperationMethod<GetDedicatedNashaRequest, DedicatedNashaStorageWithIAM, GetDedicatedNashaError, OvhOpContext>;
|
|
680
|
+
export type GetDedicatedNashaMetricsTokenError = OvhOpError;
|
|
681
|
+
/** Return a read token for manager mimir metrics */
|
|
682
|
+
export declare const getDedicatedNashaMetricsToken: API.OperationMethod<GetDedicatedNashaMetricsTokenRequest, DedicatedStorageMetricsTokenResult, GetDedicatedNashaMetricsTokenError, OvhOpContext>;
|
|
683
|
+
export type GetDedicatedNashaPartitionError = OvhOpError;
|
|
684
|
+
/** Get this object properties */
|
|
685
|
+
export declare const getDedicatedNashaPartition: API.OperationMethod<GetDedicatedNashaPartitionRequest, DedicatedNashaPartition, GetDedicatedNashaPartitionError, OvhOpContext>;
|
|
686
|
+
export type GetDedicatedNashaPartitionAccessError = OvhOpError;
|
|
687
|
+
/** Get this object properties */
|
|
688
|
+
export declare const getDedicatedNashaPartitionAccess: API.OperationMethod<GetDedicatedNashaPartitionAccessRequest, DedicatedNashaAccess, GetDedicatedNashaPartitionAccessError, OvhOpContext>;
|
|
689
|
+
export type GetDedicatedNashaPartitionCustomSnapshotError = OvhOpError;
|
|
690
|
+
/** Get this object properties */
|
|
691
|
+
export declare const getDedicatedNashaPartitionCustomSnapshot: API.OperationMethod<GetDedicatedNashaPartitionCustomSnapshotRequest, DedicatedNashaCustomSnap, GetDedicatedNashaPartitionCustomSnapshotError, OvhOpContext>;
|
|
692
|
+
export type GetDedicatedNashaPartitionOptionsError = OvhOpError;
|
|
693
|
+
/** Get this object properties */
|
|
694
|
+
export declare const getDedicatedNashaPartitionOptions: API.OperationMethod<GetDedicatedNashaPartitionOptionsRequest, DedicatedNashaOptions, GetDedicatedNashaPartitionOptionsError, OvhOpContext>;
|
|
695
|
+
export type GetDedicatedNashaPartitionQuotaError = OvhOpError;
|
|
696
|
+
/** Get this object properties */
|
|
697
|
+
export declare const getDedicatedNashaPartitionQuota: API.OperationMethod<GetDedicatedNashaPartitionQuotaRequest, DedicatedNashaQuota, GetDedicatedNashaPartitionQuotaError, OvhOpContext>;
|
|
698
|
+
export type GetDedicatedNashaPartitionSnapshotError = OvhOpError;
|
|
699
|
+
/** Get this object properties */
|
|
700
|
+
export declare const getDedicatedNashaPartitionSnapshot: API.OperationMethod<GetDedicatedNashaPartitionSnapshotRequest, DedicatedNashaSnapshot, GetDedicatedNashaPartitionSnapshotError, OvhOpContext>;
|
|
701
|
+
export type GetDedicatedNashaPartitionUseError = OvhOpError;
|
|
702
|
+
/** Return statistics about the partition */
|
|
703
|
+
export declare const getDedicatedNashaPartitionUse: API.OperationMethod<GetDedicatedNashaPartitionUseRequest, ComplexTypeUnitAndValueDouble, GetDedicatedNashaPartitionUseError, OvhOpContext>;
|
|
704
|
+
export type GetDedicatedNashaServiceInfosError = OvhOpError;
|
|
705
|
+
/** Get service information */
|
|
706
|
+
export declare const getDedicatedNashaServiceInfos: API.OperationMethod<GetDedicatedNashaServiceInfosRequest, ServicesService, GetDedicatedNashaServiceInfosError, OvhOpContext>;
|
|
707
|
+
export type GetDedicatedNashaTaskError = OvhOpError;
|
|
708
|
+
/** Get this object properties */
|
|
709
|
+
export declare const getDedicatedNashaTask: API.OperationMethod<GetDedicatedNashaTaskRequest, DedicatedNasTaskTask, GetDedicatedNashaTaskError, OvhOpContext>;
|
|
710
|
+
export type GetDedicatedNashaUseError = OvhOpError;
|
|
711
|
+
/** Return statistics about the nas */
|
|
712
|
+
export declare const getDedicatedNashaUse: API.OperationMethod<GetDedicatedNashaUseRequest, ComplexTypeUnitAndValueDouble, GetDedicatedNashaUseError, OvhOpContext>;
|
|
713
|
+
export type ListDedicatedNashaError = OvhOpError;
|
|
714
|
+
/** List available services */
|
|
715
|
+
export declare const listDedicatedNasha: API.OperationMethod<ListDedicatedNashaRequest, ListDedicatedNashaResponse, ListDedicatedNashaError, OvhOpContext>;
|
|
716
|
+
export type ListDedicatedNashaPartitionError = OvhOpError;
|
|
717
|
+
/** Get partition list */
|
|
718
|
+
export declare const listDedicatedNashaPartition: API.OperationMethod<ListDedicatedNashaPartitionRequest, ListDedicatedNashaPartitionResponse, ListDedicatedNashaPartitionError, OvhOpContext>;
|
|
719
|
+
export type ListDedicatedNashaPartitionAccessError = OvhOpError;
|
|
720
|
+
/** get ACL for this partition */
|
|
721
|
+
export declare const listDedicatedNashaPartitionAccess: API.OperationMethod<ListDedicatedNashaPartitionAccessRequest, ListDedicatedNashaPartitionAccessResponse, ListDedicatedNashaPartitionAccessError, OvhOpContext>;
|
|
722
|
+
export type ListDedicatedNashaPartitionAuthorizableBlocksError = OvhOpError;
|
|
723
|
+
/** Get all RIPE/ARIN blocks that can be used in the ACL */
|
|
724
|
+
export declare const listDedicatedNashaPartitionAuthorizableBlocks: API.OperationMethod<ListDedicatedNashaPartitionAuthorizableBlocksRequest, ListDedicatedNashaPartitionAuthorizableBlocksResponse, ListDedicatedNashaPartitionAuthorizableBlocksError, OvhOpContext>;
|
|
725
|
+
export type ListDedicatedNashaPartitionAuthorizableIpsError = OvhOpError;
|
|
726
|
+
/** Get all IPs that can be used in the ACL */
|
|
727
|
+
export declare const listDedicatedNashaPartitionAuthorizableIps: API.OperationMethod<ListDedicatedNashaPartitionAuthorizableIpsRequest, ListDedicatedNashaPartitionAuthorizableIpsResponse, ListDedicatedNashaPartitionAuthorizableIpsError, OvhOpContext>;
|
|
728
|
+
export type ListDedicatedNashaPartitionCustomSnapshotError = OvhOpError;
|
|
729
|
+
/** Get custom snapshots for this partition */
|
|
730
|
+
export declare const listDedicatedNashaPartitionCustomSnapshot: API.OperationMethod<ListDedicatedNashaPartitionCustomSnapshotRequest, ListDedicatedNashaPartitionCustomSnapshotResponse, ListDedicatedNashaPartitionCustomSnapshotError, OvhOpContext>;
|
|
731
|
+
export type ListDedicatedNashaPartitionQuotaError = OvhOpError;
|
|
732
|
+
/** Get quota for this partition */
|
|
733
|
+
export declare const listDedicatedNashaPartitionQuota: API.OperationMethod<ListDedicatedNashaPartitionQuotaRequest, ListDedicatedNashaPartitionQuotaResponse, ListDedicatedNashaPartitionQuotaError, OvhOpContext>;
|
|
734
|
+
export type ListDedicatedNashaPartitionSnapshotError = OvhOpError;
|
|
735
|
+
/** Get scheduled snapshot types for this partition */
|
|
736
|
+
export declare const listDedicatedNashaPartitionSnapshot: API.OperationMethod<ListDedicatedNashaPartitionSnapshotRequest, ListDedicatedNashaPartitionSnapshotResponse, ListDedicatedNashaPartitionSnapshotError, OvhOpContext>;
|
|
737
|
+
export type ListDedicatedNashaPartitionTemplateUsageError = OvhOpError;
|
|
738
|
+
/** Get all the template usages options applicable to this partition. */
|
|
739
|
+
export declare const listDedicatedNashaPartitionTemplateUsage: API.OperationMethod<ListDedicatedNashaPartitionTemplateUsageRequest, ListDedicatedNashaPartitionTemplateUsageResponse, ListDedicatedNashaPartitionTemplateUsageError, OvhOpContext>;
|
|
740
|
+
export type ListDedicatedNashaTaskError = OvhOpError;
|
|
741
|
+
/** View task list */
|
|
742
|
+
export declare const listDedicatedNashaTask: API.OperationMethod<ListDedicatedNashaTaskRequest, ListDedicatedNashaTaskResponse, ListDedicatedNashaTaskError, OvhOpContext>;
|
|
743
|
+
export type PutDedicatedNashaError = OvhOpError;
|
|
744
|
+
/** Alter this object properties */
|
|
745
|
+
export declare const putDedicatedNasha: API.OperationMethod<PutDedicatedNashaRequest, PutDedicatedNashaResponse, PutDedicatedNashaError, OvhOpContext>;
|
|
746
|
+
export type PutDedicatedNashaPartitionError = OvhOpError;
|
|
747
|
+
/** Alter this object properties */
|
|
748
|
+
export declare const putDedicatedNashaPartition: API.OperationMethod<PutDedicatedNashaPartitionRequest, PutDedicatedNashaPartitionResponse, PutDedicatedNashaPartitionError, OvhOpContext>;
|
|
749
|
+
export type PutDedicatedNashaServiceInfosError = OvhOpError;
|
|
750
|
+
/** Update service information */
|
|
751
|
+
export declare const putDedicatedNashaServiceInfos: API.OperationMethod<PutDedicatedNashaServiceInfosRequest, PutDedicatedNashaServiceInfosResponse, PutDedicatedNashaServiceInfosError, OvhOpContext>;
|
|
752
|
+
export type TerminateDedicatedNashaError = OvhOpError;
|
|
753
|
+
/** Ask for the termination of your service Ask for the termination of your service. Admin contact of this service will receive a termination token by email in order to confirm its termination with /confirmTermination endpoint. */
|
|
754
|
+
export declare const terminateDedicatedNasha: API.OperationMethod<TerminateDedicatedNashaRequest, TerminateDedicatedNashaResponse, TerminateDedicatedNashaError, OvhOpContext>;
|
|
755
|
+
//# sourceMappingURL=dedicatednasha.d.ts.map
|