@distilled.cloud/ovh 0.0.0 → 1.0.0-rc.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +201 -0
- package/lib/credentials.d.ts +38 -0
- package/lib/credentials.d.ts.map +1 -0
- package/lib/credentials.js +54 -0
- package/lib/credentials.js.map +1 -0
- package/lib/errors.d.ts +36 -0
- package/lib/errors.d.ts.map +1 -0
- package/lib/errors.js +26 -0
- package/lib/errors.js.map +1 -0
- package/lib/index.d.ts +22 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +22 -0
- package/lib/index.js.map +1 -0
- package/lib/pagination.d.ts +8 -0
- package/lib/pagination.d.ts.map +1 -0
- package/lib/pagination.js +8 -0
- package/lib/pagination.js.map +1 -0
- package/lib/protocol.d.ts +18 -0
- package/lib/protocol.d.ts.map +1 -0
- package/lib/protocol.js +60 -0
- package/lib/protocol.js.map +1 -0
- package/lib/retry.d.ts +32 -0
- package/lib/retry.d.ts.map +1 -0
- package/lib/retry.js +32 -0
- package/lib/retry.js.map +1 -0
- package/lib/services/baremetal.d.ts +3551 -0
- package/lib/services/baremetal.d.ts.map +1 -0
- package/lib/services/baremetal.js +4187 -0
- package/lib/services/baremetal.js.map +1 -0
- package/lib/services/cloud.d.ts +26011 -0
- package/lib/services/cloud.d.ts.map +1 -0
- package/lib/services/cloud.js +31061 -0
- package/lib/services/cloud.js.map +1 -0
- package/lib/services/cloud_v2.d.ts +5642 -0
- package/lib/services/cloud_v2.d.ts.map +1 -0
- package/lib/services/cloud_v2.js +5733 -0
- package/lib/services/cloud_v2.js.map +1 -0
- package/lib/services/dedicatedceph.d.ts +747 -0
- package/lib/services/dedicatedceph.d.ts.map +1 -0
- package/lib/services/dedicatedceph.js +960 -0
- package/lib/services/dedicatedceph.js.map +1 -0
- package/lib/services/dedicatednasha.d.ts +755 -0
- package/lib/services/dedicatednasha.d.ts.map +1 -0
- package/lib/services/dedicatednasha.js +965 -0
- package/lib/services/dedicatednasha.js.map +1 -0
- package/lib/services/domain.d.ts +2995 -0
- package/lib/services/domain.d.ts.map +1 -0
- package/lib/services/domain.js +3078 -0
- package/lib/services/domain.js.map +1 -0
- package/lib/services/emaildomain.d.ts +1913 -0
- package/lib/services/emaildomain.d.ts.map +1 -0
- package/lib/services/emaildomain.js +2550 -0
- package/lib/services/emaildomain.js.map +1 -0
- package/lib/services/emailmxplan.d.ts +1012 -0
- package/lib/services/emailmxplan.d.ts.map +1 -0
- package/lib/services/emailmxplan.js +1155 -0
- package/lib/services/emailmxplan.js.map +1 -0
- package/lib/services/emailpro.d.ts +1287 -0
- package/lib/services/emailpro.d.ts.map +1 -0
- package/lib/services/emailpro.js +1471 -0
- package/lib/services/emailpro.js.map +1 -0
- package/lib/services/hostingprivatedatabase.d.ts +1402 -0
- package/lib/services/hostingprivatedatabase.d.ts.map +1 -0
- package/lib/services/hostingprivatedatabase.js +1829 -0
- package/lib/services/hostingprivatedatabase.js.map +1 -0
- package/lib/services/iam.d.ts +829 -0
- package/lib/services/iam.d.ts.map +1 -0
- package/lib/services/iam.js +793 -0
- package/lib/services/iam.js.map +1 -0
- package/lib/services/index.d.ts +31 -0
- package/lib/services/index.d.ts.map +1 -0
- package/lib/services/index.js +32 -0
- package/lib/services/index.js.map +1 -0
- package/lib/services/ip.d.ts +1417 -0
- package/lib/services/ip.d.ts.map +1 -0
- package/lib/services/ip.js +1690 -0
- package/lib/services/ip.js.map +1 -0
- package/lib/services/iploadbalancing.d.ts +3059 -0
- package/lib/services/iploadbalancing.d.ts.map +1 -0
- package/lib/services/iploadbalancing.js +3553 -0
- package/lib/services/iploadbalancing.js.map +1 -0
- package/lib/services/ldp.d.ts +2492 -0
- package/lib/services/ldp.d.ts.map +1 -0
- package/lib/services/ldp.js +3067 -0
- package/lib/services/ldp.js.map +1 -0
- package/lib/services/me.d.ts +7511 -0
- package/lib/services/me.d.ts.map +1 -0
- package/lib/services/me.js +8874 -0
- package/lib/services/me.js.map +1 -0
- package/lib/services/overthebox.d.ts +981 -0
- package/lib/services/overthebox.d.ts.map +1 -0
- package/lib/services/overthebox.js +1122 -0
- package/lib/services/overthebox.js.map +1 -0
- package/lib/services/ovhcloudconnect.d.ts +1123 -0
- package/lib/services/ovhcloudconnect.d.ts.map +1 -0
- package/lib/services/ovhcloudconnect.js +1351 -0
- package/lib/services/ovhcloudconnect.js.map +1 -0
- package/lib/services/packxdsl.d.ts +1583 -0
- package/lib/services/packxdsl.d.ts.map +1 -0
- package/lib/services/packxdsl.js +1787 -0
- package/lib/services/packxdsl.js.map +1 -0
- package/lib/services/sms.d.ts +2602 -0
- package/lib/services/sms.d.ts.map +1 -0
- package/lib/services/sms.js +2995 -0
- package/lib/services/sms.js.map +1 -0
- package/lib/services/sslgateway.d.ts +493 -0
- package/lib/services/sslgateway.d.ts.map +1 -0
- package/lib/services/sslgateway.js +569 -0
- package/lib/services/sslgateway.js.map +1 -0
- package/lib/services/storagenetapp.d.ts +859 -0
- package/lib/services/storagenetapp.d.ts.map +1 -0
- package/lib/services/storagenetapp.js +1020 -0
- package/lib/services/storagenetapp.js.map +1 -0
- package/lib/services/support.d.ts +233 -0
- package/lib/services/support.d.ts.map +1 -0
- package/lib/services/support.js +237 -0
- package/lib/services/support.js.map +1 -0
- package/lib/services/telephony.d.ts +10825 -0
- package/lib/services/telephony.d.ts.map +1 -0
- package/lib/services/telephony.js +14877 -0
- package/lib/services/telephony.js.map +1 -0
- package/lib/services/vmwareclouddirectorbackup.d.ts +784 -0
- package/lib/services/vmwareclouddirectorbackup.d.ts.map +1 -0
- package/lib/services/vmwareclouddirectorbackup.js +841 -0
- package/lib/services/vmwareclouddirectorbackup.js.map +1 -0
- package/lib/services/vmwareclouddirectororganization.d.ts +784 -0
- package/lib/services/vmwareclouddirectororganization.d.ts.map +1 -0
- package/lib/services/vmwareclouddirectororganization.js +841 -0
- package/lib/services/vmwareclouddirectororganization.js.map +1 -0
- package/lib/services/vps.d.ts +1579 -0
- package/lib/services/vps.d.ts.map +1 -0
- package/lib/services/vps.js +1914 -0
- package/lib/services/vps.js.map +1 -0
- package/lib/services/vrack.d.ts +1204 -0
- package/lib/services/vrack.d.ts.map +1 -0
- package/lib/services/vrack.js +1627 -0
- package/lib/services/vrack.js.map +1 -0
- package/lib/services/vrackservices.d.ts +394 -0
- package/lib/services/vrackservices.d.ts.map +1 -0
- package/lib/services/vrackservices.js +355 -0
- package/lib/services/vrackservices.js.map +1 -0
- package/lib/services/webhosting.d.ts +3986 -0
- package/lib/services/webhosting.d.ts.map +1 -0
- package/lib/services/webhosting.js +4522 -0
- package/lib/services/webhosting.js.map +1 -0
- package/lib/services/xdsl.d.ts +3433 -0
- package/lib/services/xdsl.d.ts.map +1 -0
- package/lib/services/xdsl.js +3681 -0
- package/lib/services/xdsl.js.map +1 -0
- package/lib/traits.d.ts +11 -0
- package/lib/traits.d.ts.map +1 -0
- package/lib/traits.js +11 -0
- package/lib/traits.js.map +1 -0
- package/package.json +77 -6
- package/src/credentials.ts +77 -0
- package/src/errors.ts +50 -0
- package/src/index.ts +21 -0
- package/src/pagination.ts +7 -0
- package/src/protocol.ts +86 -0
- package/src/retry.ts +54 -0
- package/src/services/baremetal.ts +10949 -0
- package/src/services/cloud.ts +75466 -0
- package/src/services/cloud_v2.ts +14725 -0
- package/src/services/dedicatedceph.ts +2231 -0
- package/src/services/dedicatednasha.ts +2268 -0
- package/src/services/domain.ts +7996 -0
- package/src/services/emaildomain.ts +5751 -0
- package/src/services/emailmxplan.ts +2764 -0
- package/src/services/emailpro.ts +3519 -0
- package/src/services/hostingprivatedatabase.ts +4214 -0
- package/src/services/iam.ts +2060 -0
- package/src/services/index.ts +31 -0
- package/src/services/ip.ts +4461 -0
- package/src/services/iploadbalancing.ts +8421 -0
- package/src/services/ldp.ts +7269 -0
- package/src/services/me.ts +21716 -0
- package/src/services/overthebox.ts +2693 -0
- package/src/services/ovhcloudconnect.ts +3224 -0
- package/src/services/packxdsl.ts +4619 -0
- package/src/services/sms.ts +7255 -0
- package/src/services/sslgateway.ts +1408 -0
- package/src/services/storagenetapp.ts +2431 -0
- package/src/services/support.ts +598 -0
- package/src/services/telephony.ts +32926 -0
- package/src/services/vmwareclouddirectorbackup.ts +2170 -0
- package/src/services/vmwareclouddirectororganization.ts +2170 -0
- package/src/services/vps.ts +5134 -0
- package/src/services/vrack.ts +3730 -0
- package/src/services/vrackservices.ts +939 -0
- package/src/services/webhosting.ts +11285 -0
- package/src/services/xdsl.ts +9277 -0
- package/src/traits.ts +44 -0
|
@@ -0,0 +1,859 @@
|
|
|
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 ConfirmStorageNetappTerminationRequest {
|
|
12
|
+
/** Service name */
|
|
13
|
+
serviceName: string;
|
|
14
|
+
/** Commentary about your termination request */
|
|
15
|
+
commentary?: string;
|
|
16
|
+
/** All future uses you can provide for a service termination */
|
|
17
|
+
futureUse?: ServiceTerminationFutureUseEnum | (string & {});
|
|
18
|
+
/** All reasons you can provide for a service termination */
|
|
19
|
+
reason?: ServiceTerminationReasonEnum | (string & {});
|
|
20
|
+
/** The termination token sent by email to the admin contact */
|
|
21
|
+
token: string;
|
|
22
|
+
}
|
|
23
|
+
export declare const ConfirmStorageNetappTerminationRequest: S.Schema<ConfirmStorageNetappTerminationRequest>;
|
|
24
|
+
export type ConfirmStorageNetappTerminationResponse = string;
|
|
25
|
+
export declare const ConfirmStorageNetappTerminationResponse: S.Schema<ConfirmStorageNetappTerminationResponse>;
|
|
26
|
+
export interface CreateStorageNetappChangeContactRequest {
|
|
27
|
+
/** Service name */
|
|
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 CreateStorageNetappChangeContactRequest: S.Schema<CreateStorageNetappChangeContactRequest>;
|
|
37
|
+
export type CreateStorageNetappChangeContactResponseBodyList = Array<number>;
|
|
38
|
+
export declare const CreateStorageNetappChangeContactResponseBodyList: S.Schema<CreateStorageNetappChangeContactResponseBodyList>;
|
|
39
|
+
export type CreateStorageNetappChangeContactResponse = CreateStorageNetappChangeContactResponseBodyList;
|
|
40
|
+
export declare const CreateStorageNetappChangeContactResponse: S.Schema<CreateStorageNetappChangeContactResponse>;
|
|
41
|
+
/** ACL permission */
|
|
42
|
+
export type StorageNetAppShareACLPermissionEnum = "ro" | "rw";
|
|
43
|
+
export declare const StorageNetAppShareACLPermissionEnum: any;
|
|
44
|
+
export interface CreateStorageNetappShareAclRequest {
|
|
45
|
+
/** Service name */
|
|
46
|
+
serviceName: string;
|
|
47
|
+
/** Share ID */
|
|
48
|
+
shareId: string;
|
|
49
|
+
/** Rule access level */
|
|
50
|
+
accessLevel: StorageNetAppShareACLPermissionEnum | (string & {}) | null;
|
|
51
|
+
/** Rule destination */
|
|
52
|
+
accessTo: string | null;
|
|
53
|
+
}
|
|
54
|
+
export declare const CreateStorageNetappShareAclRequest: S.Schema<CreateStorageNetappShareAclRequest>;
|
|
55
|
+
/** ACL type */
|
|
56
|
+
export type StorageNetAppShareACLTypeEnum = "ip";
|
|
57
|
+
export declare const StorageNetAppShareACLTypeEnum: any;
|
|
58
|
+
/** ACL status */
|
|
59
|
+
export type StorageNetAppShareACLStatusEnum = "active" | "applying" | "denying" | "error" | "queued_to_apply" | "queued_to_deny";
|
|
60
|
+
export declare const StorageNetAppShareACLStatusEnum: any;
|
|
61
|
+
/** A share ACL rule */
|
|
62
|
+
export interface StorageNetAppShareACLRule {
|
|
63
|
+
/** Rule access level */
|
|
64
|
+
accessLevel: StorageNetAppShareACLPermissionEnum | null;
|
|
65
|
+
/** Rule destination */
|
|
66
|
+
accessTo: string | null;
|
|
67
|
+
/** Rule access type */
|
|
68
|
+
accessType?: StorageNetAppShareACLTypeEnum | null;
|
|
69
|
+
/** Rule creation date */
|
|
70
|
+
createdAt?: string | null;
|
|
71
|
+
/** Rule ID */
|
|
72
|
+
id?: string;
|
|
73
|
+
/** Rule status */
|
|
74
|
+
status?: StorageNetAppShareACLStatusEnum | null;
|
|
75
|
+
}
|
|
76
|
+
export declare const StorageNetAppShareACLRule: S.Schema<StorageNetAppShareACLRule>;
|
|
77
|
+
export interface CreateStorageNetappShareRevertRequest {
|
|
78
|
+
/** Service name */
|
|
79
|
+
serviceName: string;
|
|
80
|
+
/** Share ID */
|
|
81
|
+
shareId: string;
|
|
82
|
+
/** Latest share snapshot */
|
|
83
|
+
snapshotID: string;
|
|
84
|
+
}
|
|
85
|
+
export declare const CreateStorageNetappShareRevertRequest: S.Schema<CreateStorageNetappShareRevertRequest>;
|
|
86
|
+
export interface CreateStorageNetappShareRevertResponse {
|
|
87
|
+
}
|
|
88
|
+
export declare const CreateStorageNetappShareRevertResponse: S.Schema<CreateStorageNetappShareRevertResponse>;
|
|
89
|
+
export interface CreateStorageNetappShareShrinkRequest {
|
|
90
|
+
/** Service name */
|
|
91
|
+
serviceName: string;
|
|
92
|
+
/** Share ID */
|
|
93
|
+
shareId: string;
|
|
94
|
+
/** Share size in Gigabytes */
|
|
95
|
+
size: number | null;
|
|
96
|
+
}
|
|
97
|
+
export declare const CreateStorageNetappShareShrinkRequest: S.Schema<CreateStorageNetappShareShrinkRequest>;
|
|
98
|
+
export interface CreateStorageNetappShareShrinkResponse {
|
|
99
|
+
}
|
|
100
|
+
export declare const CreateStorageNetappShareShrinkResponse: S.Schema<CreateStorageNetappShareShrinkResponse>;
|
|
101
|
+
export interface CreateStorageNetappShareSnapshotRequest {
|
|
102
|
+
/** Service name */
|
|
103
|
+
serviceName: string;
|
|
104
|
+
/** Share ID */
|
|
105
|
+
shareId: string;
|
|
106
|
+
/** Snapshot description */
|
|
107
|
+
description?: string | null;
|
|
108
|
+
/** Snapshot name */
|
|
109
|
+
name?: string | null;
|
|
110
|
+
}
|
|
111
|
+
export declare const CreateStorageNetappShareSnapshotRequest: S.Schema<CreateStorageNetappShareSnapshotRequest>;
|
|
112
|
+
/** Snapshot status */
|
|
113
|
+
export type StorageNetAppSnapshotStatusEnum = "available" | "creating" | "deleting" | "error" | "error_deleting" | "manage_error" | "manage_starting" | "restoring" | "unmanage_error" | "unmanage_starting";
|
|
114
|
+
export declare const StorageNetAppSnapshotStatusEnum: any;
|
|
115
|
+
/** Snapshot type */
|
|
116
|
+
export type StorageNetAppSnapshotTypeEnum = "automatic" | "manual" | "system";
|
|
117
|
+
export declare const StorageNetAppSnapshotTypeEnum: any;
|
|
118
|
+
/** A share snapshot */
|
|
119
|
+
export interface StorageNetAppShareSnapshot {
|
|
120
|
+
/** Snapshot creation date */
|
|
121
|
+
createdAt?: string | null;
|
|
122
|
+
/** Snapshot description */
|
|
123
|
+
description?: string | null;
|
|
124
|
+
/** Snapshot ID */
|
|
125
|
+
id?: string;
|
|
126
|
+
/** Snapshot name */
|
|
127
|
+
name?: string | null;
|
|
128
|
+
/** Snapshot path */
|
|
129
|
+
path?: string | null;
|
|
130
|
+
/** Snapshot status */
|
|
131
|
+
status?: StorageNetAppSnapshotStatusEnum | null;
|
|
132
|
+
/** Snapshot type */
|
|
133
|
+
type?: StorageNetAppSnapshotTypeEnum | null;
|
|
134
|
+
}
|
|
135
|
+
export declare const StorageNetAppShareSnapshot: S.Schema<StorageNetAppShareSnapshot>;
|
|
136
|
+
export interface CreateStorageNetappShareSnapshotHoldRequest {
|
|
137
|
+
/** Service name */
|
|
138
|
+
serviceName: string;
|
|
139
|
+
/** Share ID */
|
|
140
|
+
shareId: string;
|
|
141
|
+
/** Snapshot ID */
|
|
142
|
+
snapshotId: string;
|
|
143
|
+
}
|
|
144
|
+
export declare const CreateStorageNetappShareSnapshotHoldRequest: S.Schema<CreateStorageNetappShareSnapshotHoldRequest>;
|
|
145
|
+
/** The days of the month the schedule runs (1 through 31). Empty for all. */
|
|
146
|
+
export type StorageNetAppSnapshotPolicyScheduleDaysList = Array<number>;
|
|
147
|
+
export declare const StorageNetAppSnapshotPolicyScheduleDaysList: S.Schema<StorageNetAppSnapshotPolicyScheduleDaysList>;
|
|
148
|
+
/** The hours of the day the schedule runs (0 through 23). Empty for all. */
|
|
149
|
+
export type StorageNetAppSnapshotPolicyScheduleHoursList = Array<number>;
|
|
150
|
+
export declare const StorageNetAppSnapshotPolicyScheduleHoursList: S.Schema<StorageNetAppSnapshotPolicyScheduleHoursList>;
|
|
151
|
+
/** The minutes the schedule runs (0 through 59). Required to have at least one value. */
|
|
152
|
+
export type StorageNetAppSnapshotPolicyScheduleMinutesList = Array<number>;
|
|
153
|
+
export declare const StorageNetAppSnapshotPolicyScheduleMinutesList: S.Schema<StorageNetAppSnapshotPolicyScheduleMinutesList>;
|
|
154
|
+
/** The months of the year the schedule runs (1 through 12). Empty for all. */
|
|
155
|
+
export type StorageNetAppSnapshotPolicyScheduleMonthsList = Array<number>;
|
|
156
|
+
export declare const StorageNetAppSnapshotPolicyScheduleMonthsList: S.Schema<StorageNetAppSnapshotPolicyScheduleMonthsList>;
|
|
157
|
+
/** The days of the week the schedule runs (0 through 6, where 0 is Sunday and 6 is Saturday). Empty for all. */
|
|
158
|
+
export type StorageNetAppSnapshotPolicyScheduleWeekdaysList = Array<number>;
|
|
159
|
+
export declare const StorageNetAppSnapshotPolicyScheduleWeekdaysList: S.Schema<StorageNetAppSnapshotPolicyScheduleWeekdaysList>;
|
|
160
|
+
/** A snapshot policy schedule */
|
|
161
|
+
export interface StorageNetAppSnapshotPolicySchedule {
|
|
162
|
+
/** The days of the month the schedule runs (1 through 31). Empty for all. */
|
|
163
|
+
days?: StorageNetAppSnapshotPolicyScheduleDaysList | null;
|
|
164
|
+
/** The hours of the day the schedule runs (0 through 23). Empty for all. */
|
|
165
|
+
hours?: StorageNetAppSnapshotPolicyScheduleHoursList | null;
|
|
166
|
+
/** The minutes the schedule runs (0 through 59). Required to have at least one value. */
|
|
167
|
+
minutes: StorageNetAppSnapshotPolicyScheduleMinutesList;
|
|
168
|
+
/** The months of the year the schedule runs (1 through 12). Empty for all. */
|
|
169
|
+
months?: StorageNetAppSnapshotPolicyScheduleMonthsList | null;
|
|
170
|
+
/** The days of the week the schedule runs (0 through 6, where 0 is Sunday and 6 is Saturday). Empty for all. */
|
|
171
|
+
weekdays?: StorageNetAppSnapshotPolicyScheduleWeekdaysList | null;
|
|
172
|
+
}
|
|
173
|
+
export declare const StorageNetAppSnapshotPolicySchedule: S.Schema<StorageNetAppSnapshotPolicySchedule>;
|
|
174
|
+
/** A snapshot policy rule */
|
|
175
|
+
export interface StorageNetAppSnapshotPolicyRule {
|
|
176
|
+
/** Number of snapshot copies to keep */
|
|
177
|
+
copies: number | null;
|
|
178
|
+
/** Prefix to use for snapshots */
|
|
179
|
+
prefix: string | null;
|
|
180
|
+
/** Snapshot policy schedule */
|
|
181
|
+
schedule: StorageNetAppSnapshotPolicySchedule | null;
|
|
182
|
+
}
|
|
183
|
+
export declare const StorageNetAppSnapshotPolicyRule: S.Schema<StorageNetAppSnapshotPolicyRule>;
|
|
184
|
+
/** Snapshot policy rules */
|
|
185
|
+
export type CreateStorageNetappSnapshotPolicyRequestRulesList = Array<StorageNetAppSnapshotPolicyRule>;
|
|
186
|
+
export declare const CreateStorageNetappSnapshotPolicyRequestRulesList: S.Schema<CreateStorageNetappSnapshotPolicyRequestRulesList>;
|
|
187
|
+
export interface CreateStorageNetappSnapshotPolicyRequest {
|
|
188
|
+
/** Service name */
|
|
189
|
+
serviceName: string;
|
|
190
|
+
/** Snapshot policy description */
|
|
191
|
+
description?: string | null;
|
|
192
|
+
/** Snapshot policy name */
|
|
193
|
+
name?: string | null;
|
|
194
|
+
/** Snapshot policy rules */
|
|
195
|
+
rules: CreateStorageNetappSnapshotPolicyRequestRulesList | null;
|
|
196
|
+
}
|
|
197
|
+
export declare const CreateStorageNetappSnapshotPolicyRequest: S.Schema<CreateStorageNetappSnapshotPolicyRequest>;
|
|
198
|
+
/** Snapshot policy rules */
|
|
199
|
+
export type StorageNetAppSnapshotPolicyRulesList = Array<StorageNetAppSnapshotPolicyRule>;
|
|
200
|
+
export declare const StorageNetAppSnapshotPolicyRulesList: S.Schema<StorageNetAppSnapshotPolicyRulesList>;
|
|
201
|
+
/** Snapshot policy status */
|
|
202
|
+
export type StorageNetAppSnapshotPolicyStatusEnum = "available" | "creating" | "deleting" | "error" | "updating";
|
|
203
|
+
export declare const StorageNetAppSnapshotPolicyStatusEnum: any;
|
|
204
|
+
/** A snapshot policy */
|
|
205
|
+
export interface StorageNetAppSnapshotPolicy {
|
|
206
|
+
/** Snapshot policy creation date */
|
|
207
|
+
createdAt?: string | null;
|
|
208
|
+
/** Snapshot policy description */
|
|
209
|
+
description?: string | null;
|
|
210
|
+
/** Snapshot policy ID */
|
|
211
|
+
id?: string;
|
|
212
|
+
/** Is this the default snapshot policy? */
|
|
213
|
+
isDefault?: boolean | null;
|
|
214
|
+
/** Snapshot policy name */
|
|
215
|
+
name?: string | null;
|
|
216
|
+
/** Snapshot policy rules */
|
|
217
|
+
rules: StorageNetAppSnapshotPolicyRulesList | null;
|
|
218
|
+
/** Snapshot policy status */
|
|
219
|
+
status?: StorageNetAppSnapshotPolicyStatusEnum | null;
|
|
220
|
+
}
|
|
221
|
+
export declare const StorageNetAppSnapshotPolicy: S.Schema<StorageNetAppSnapshotPolicy>;
|
|
222
|
+
export interface DeleteStorageNetappShareRequest {
|
|
223
|
+
/** Service name */
|
|
224
|
+
serviceName: string;
|
|
225
|
+
/** Share ID */
|
|
226
|
+
shareId: string;
|
|
227
|
+
}
|
|
228
|
+
export declare const DeleteStorageNetappShareRequest: S.Schema<DeleteStorageNetappShareRequest>;
|
|
229
|
+
export interface DeleteStorageNetappShareResponse {
|
|
230
|
+
}
|
|
231
|
+
export declare const DeleteStorageNetappShareResponse: S.Schema<DeleteStorageNetappShareResponse>;
|
|
232
|
+
export interface DeleteStorageNetappShareAclRequest {
|
|
233
|
+
/** Service name */
|
|
234
|
+
serviceName: string;
|
|
235
|
+
/** Share ID */
|
|
236
|
+
shareId: string;
|
|
237
|
+
/** Acl rule ID */
|
|
238
|
+
aclRuleId: string;
|
|
239
|
+
}
|
|
240
|
+
export declare const DeleteStorageNetappShareAclRequest: S.Schema<DeleteStorageNetappShareAclRequest>;
|
|
241
|
+
export interface DeleteStorageNetappShareAclResponse {
|
|
242
|
+
}
|
|
243
|
+
export declare const DeleteStorageNetappShareAclResponse: S.Schema<DeleteStorageNetappShareAclResponse>;
|
|
244
|
+
export interface DeleteStorageNetappShareSnapshotRequest {
|
|
245
|
+
/** Service name */
|
|
246
|
+
serviceName: string;
|
|
247
|
+
/** Share ID */
|
|
248
|
+
shareId: string;
|
|
249
|
+
/** Snapshot ID */
|
|
250
|
+
snapshotId: string;
|
|
251
|
+
}
|
|
252
|
+
export declare const DeleteStorageNetappShareSnapshotRequest: S.Schema<DeleteStorageNetappShareSnapshotRequest>;
|
|
253
|
+
export interface DeleteStorageNetappShareSnapshotResponse {
|
|
254
|
+
}
|
|
255
|
+
export declare const DeleteStorageNetappShareSnapshotResponse: S.Schema<DeleteStorageNetappShareSnapshotResponse>;
|
|
256
|
+
export interface DeleteStorageNetappSnapshotPolicyRequest {
|
|
257
|
+
/** Service name */
|
|
258
|
+
serviceName: string;
|
|
259
|
+
/** Snapshot policy ID */
|
|
260
|
+
snapshotPolicyId: string;
|
|
261
|
+
}
|
|
262
|
+
export declare const DeleteStorageNetappSnapshotPolicyRequest: S.Schema<DeleteStorageNetappSnapshotPolicyRequest>;
|
|
263
|
+
export interface DeleteStorageNetappSnapshotPolicyResponse {
|
|
264
|
+
}
|
|
265
|
+
export declare const DeleteStorageNetappSnapshotPolicyResponse: S.Schema<DeleteStorageNetappSnapshotPolicyResponse>;
|
|
266
|
+
export interface ExtendStorageNetappShareRequest {
|
|
267
|
+
/** Service name */
|
|
268
|
+
serviceName: string;
|
|
269
|
+
/** Share ID */
|
|
270
|
+
shareId: string;
|
|
271
|
+
/** Share size in Gigabytes */
|
|
272
|
+
size: number | null;
|
|
273
|
+
}
|
|
274
|
+
export declare const ExtendStorageNetappShareRequest: S.Schema<ExtendStorageNetappShareRequest>;
|
|
275
|
+
export interface ExtendStorageNetappShareResponse {
|
|
276
|
+
}
|
|
277
|
+
export declare const ExtendStorageNetappShareResponse: S.Schema<ExtendStorageNetappShareResponse>;
|
|
278
|
+
export interface GetStorageNetappRequest {
|
|
279
|
+
/** Service name */
|
|
280
|
+
serviceName: string;
|
|
281
|
+
}
|
|
282
|
+
export declare const GetStorageNetappRequest: S.Schema<GetStorageNetappRequest>;
|
|
283
|
+
/** Resource tags. Tags that were internally computed are prefixed with ovh: */
|
|
284
|
+
export type IamResourceMetadataTagsMap = {
|
|
285
|
+
[key: string]: string | undefined;
|
|
286
|
+
};
|
|
287
|
+
export declare const IamResourceMetadataTagsMap: S.Schema<IamResourceMetadataTagsMap>;
|
|
288
|
+
/** IAM resource metadata embedded in services models */
|
|
289
|
+
export interface IamResourceMetadata {
|
|
290
|
+
/** Resource display name */
|
|
291
|
+
displayName?: string | null;
|
|
292
|
+
/** Unique identifier of the resource */
|
|
293
|
+
id?: string;
|
|
294
|
+
/** Resource tags. Tags that were internally computed are prefixed with ovh: */
|
|
295
|
+
tags?: IamResourceMetadataTagsMap | null;
|
|
296
|
+
/** Unique resource name used in policies */
|
|
297
|
+
urn?: string;
|
|
298
|
+
}
|
|
299
|
+
export declare const IamResourceMetadata: S.Schema<IamResourceMetadata>;
|
|
300
|
+
/** Service performance level */
|
|
301
|
+
export type StorageNetAppServicePerformanceLevelEnum = "premium";
|
|
302
|
+
export declare const StorageNetAppServicePerformanceLevelEnum: any;
|
|
303
|
+
/** Region of customer's service */
|
|
304
|
+
export type StorageRegionEnum = "ca-east-bhs" | "eu-west-gra" | "eu-west-lim" | "eu-west-rbx" | "eu-west-sbg";
|
|
305
|
+
export declare const StorageRegionEnum: any;
|
|
306
|
+
/** Service status */
|
|
307
|
+
export type StorageNetAppServiceStatusEnum = "creating" | "deleted" | "deleting" | "reopening" | "running" | "suspended" | "suspending";
|
|
308
|
+
export declare const StorageNetAppServiceStatusEnum: any;
|
|
309
|
+
/** A service */
|
|
310
|
+
export interface StorageNetAppServiceWithIAM {
|
|
311
|
+
/** Service creation date */
|
|
312
|
+
createdAt?: string;
|
|
313
|
+
/** IAM resource metadata */
|
|
314
|
+
iam?: IamResourceMetadata | null;
|
|
315
|
+
/** Service ID */
|
|
316
|
+
id?: string;
|
|
317
|
+
/** Service name */
|
|
318
|
+
name?: string;
|
|
319
|
+
/** Service performance level */
|
|
320
|
+
performanceLevel?: StorageNetAppServicePerformanceLevelEnum;
|
|
321
|
+
/** Product name */
|
|
322
|
+
product?: string;
|
|
323
|
+
/** Service quota */
|
|
324
|
+
quota?: number;
|
|
325
|
+
/** Service region */
|
|
326
|
+
region?: StorageRegionEnum;
|
|
327
|
+
/** Service status */
|
|
328
|
+
status?: StorageNetAppServiceStatusEnum;
|
|
329
|
+
}
|
|
330
|
+
export declare const StorageNetAppServiceWithIAM: S.Schema<StorageNetAppServiceWithIAM>;
|
|
331
|
+
export interface GetStorageNetappMetricsTokenRequest {
|
|
332
|
+
/** Service name */
|
|
333
|
+
serviceName: string;
|
|
334
|
+
}
|
|
335
|
+
export declare const GetStorageNetappMetricsTokenRequest: S.Schema<GetStorageNetappMetricsTokenRequest>;
|
|
336
|
+
/** Metrics token */
|
|
337
|
+
export interface StorageMetricsToken {
|
|
338
|
+
/** Backend url */
|
|
339
|
+
endpoint?: string;
|
|
340
|
+
/** Token expiration date */
|
|
341
|
+
expiry?: string;
|
|
342
|
+
/** Generated token */
|
|
343
|
+
token?: string;
|
|
344
|
+
}
|
|
345
|
+
export declare const StorageMetricsToken: S.Schema<StorageMetricsToken>;
|
|
346
|
+
export interface GetStorageNetappNetworkRequest {
|
|
347
|
+
/** Service name */
|
|
348
|
+
serviceName: string;
|
|
349
|
+
/** Network ID */
|
|
350
|
+
networkId: string;
|
|
351
|
+
}
|
|
352
|
+
export declare const GetStorageNetappNetworkRequest: S.Schema<GetStorageNetappNetworkRequest>;
|
|
353
|
+
/** Network status */
|
|
354
|
+
export type StorageNetAppNetworkStatusEnum = "associated" | "associating" | "dissociating" | "to_configure";
|
|
355
|
+
export declare const StorageNetAppNetworkStatusEnum: any;
|
|
356
|
+
/** A network */
|
|
357
|
+
export interface StorageNetAppNetwork {
|
|
358
|
+
/** Network ID */
|
|
359
|
+
id?: string;
|
|
360
|
+
/** Network status */
|
|
361
|
+
status?: StorageNetAppNetworkStatusEnum | null;
|
|
362
|
+
/** vRack Services URN the network is attached to */
|
|
363
|
+
vRackServicesURN?: string | null;
|
|
364
|
+
}
|
|
365
|
+
export declare const StorageNetAppNetwork: S.Schema<StorageNetAppNetwork>;
|
|
366
|
+
export interface GetStorageNetappServiceInfosRequest {
|
|
367
|
+
/** Service name */
|
|
368
|
+
serviceName: string;
|
|
369
|
+
}
|
|
370
|
+
export declare const GetStorageNetappServiceInfosRequest: S.Schema<GetStorageNetappServiceInfosRequest>;
|
|
371
|
+
/** All the possible renew period of your service in month */
|
|
372
|
+
export type ServicesServicePossibleRenewPeriodList = Array<number>;
|
|
373
|
+
export declare const ServicesServicePossibleRenewPeriodList: S.Schema<ServicesServicePossibleRenewPeriodList>;
|
|
374
|
+
/** Map a possible renew for a specific service */
|
|
375
|
+
export interface ServiceRenewType {
|
|
376
|
+
/** The service is automatically renewed */
|
|
377
|
+
automatic?: boolean;
|
|
378
|
+
/** The service will be deleted at expiration */
|
|
379
|
+
deleteAtExpiration?: boolean;
|
|
380
|
+
/** The service forced to be renewed */
|
|
381
|
+
forced?: boolean;
|
|
382
|
+
/** The service needs to be manually renewed and paid */
|
|
383
|
+
manualPayment?: boolean | null;
|
|
384
|
+
/** period of renew in month */
|
|
385
|
+
period?: number | null;
|
|
386
|
+
}
|
|
387
|
+
export declare const ServiceRenewType: S.Schema<ServiceRenewType>;
|
|
388
|
+
/** Detailed renewal type of a service */
|
|
389
|
+
export type ServiceRenewalTypeEnum = "automaticForcedProduct" | "automaticV2012" | "automaticV2014" | "automaticV2016" | "manual" | "oneShot" | "option";
|
|
390
|
+
export declare const ServiceRenewalTypeEnum: any;
|
|
391
|
+
/** service.StateEnum */
|
|
392
|
+
export type ServiceStateEnum = "autorenewInProgress" | "expired" | "inCreation" | "ok" | "pendingDebt" | "unPaid";
|
|
393
|
+
export declare const ServiceStateEnum: any;
|
|
394
|
+
/** Details about a Service */
|
|
395
|
+
export interface ServicesService {
|
|
396
|
+
/** Indicates that the service can be set up to be deleted at expiration */
|
|
397
|
+
canDeleteAtExpiration?: boolean;
|
|
398
|
+
contactAdmin?: string;
|
|
399
|
+
contactBilling?: string;
|
|
400
|
+
contactTech?: string;
|
|
401
|
+
creation?: string;
|
|
402
|
+
domain?: string;
|
|
403
|
+
engagedUpTo?: string | null;
|
|
404
|
+
expiration?: string;
|
|
405
|
+
/** All the possible renew period of your service in month */
|
|
406
|
+
possibleRenewPeriod?: ServicesServicePossibleRenewPeriodList | null;
|
|
407
|
+
/** Way of handling the renew */
|
|
408
|
+
renew?: ServiceRenewType | null;
|
|
409
|
+
renewalType?: ServiceRenewalTypeEnum;
|
|
410
|
+
serviceId?: number;
|
|
411
|
+
status?: ServiceStateEnum;
|
|
412
|
+
}
|
|
413
|
+
export declare const ServicesService: S.Schema<ServicesService>;
|
|
414
|
+
export interface GetStorageNetappShareRequest {
|
|
415
|
+
/** Service name */
|
|
416
|
+
serviceName: string;
|
|
417
|
+
/** Share ID */
|
|
418
|
+
shareId: string;
|
|
419
|
+
}
|
|
420
|
+
export declare const GetStorageNetappShareRequest: S.Schema<GetStorageNetappShareRequest>;
|
|
421
|
+
/** Storage protocol */
|
|
422
|
+
export type StorageProtocolEnum = "NFS";
|
|
423
|
+
export declare const StorageProtocolEnum: any;
|
|
424
|
+
/** Share status */
|
|
425
|
+
export type StorageNetAppShareStatusEnum = "available" | "creating" | "creating_from_snapshot" | "deleted" | "deleting" | "error" | "error_deleting" | "extending" | "extending_error" | "inactive" | "manage_error" | "manage_starting" | "migrating" | "migrating_to" | "replication_change" | "reverting" | "reverting_error" | "shrinking" | "shrinking_error" | "shrinking_possible_data_loss_error" | "unmanage_error" | "unmanage_starting" | "unmanaged";
|
|
426
|
+
export declare const StorageNetAppShareStatusEnum: any;
|
|
427
|
+
/** A share */
|
|
428
|
+
export interface StorageNetAppShare {
|
|
429
|
+
/** Share creation date */
|
|
430
|
+
createdAt?: string | null;
|
|
431
|
+
/** Share description */
|
|
432
|
+
description?: string | null;
|
|
433
|
+
/** Share ID */
|
|
434
|
+
id?: string;
|
|
435
|
+
/** User-defined name used to generate human readable access path for the share */
|
|
436
|
+
mountPointName?: string | null;
|
|
437
|
+
/** Share name */
|
|
438
|
+
name?: string | null;
|
|
439
|
+
/** Share protocol */
|
|
440
|
+
protocol: StorageProtocolEnum | null;
|
|
441
|
+
/** Share size in Gigabytes */
|
|
442
|
+
size: number | null;
|
|
443
|
+
/** Snapshot ID used to create the share */
|
|
444
|
+
snapshotID?: string | null;
|
|
445
|
+
/** Share status */
|
|
446
|
+
status?: StorageNetAppShareStatusEnum | null;
|
|
447
|
+
}
|
|
448
|
+
export declare const StorageNetAppShare: S.Schema<StorageNetAppShare>;
|
|
449
|
+
export interface GetStorageNetappShareAccessPathRequest {
|
|
450
|
+
/** Service name */
|
|
451
|
+
serviceName: string;
|
|
452
|
+
/** Share ID */
|
|
453
|
+
shareId: string;
|
|
454
|
+
/** Access path ID */
|
|
455
|
+
accessPathId: string;
|
|
456
|
+
}
|
|
457
|
+
export declare const GetStorageNetappShareAccessPathRequest: S.Schema<GetStorageNetappShareAccessPathRequest>;
|
|
458
|
+
/** A share access path */
|
|
459
|
+
export interface StorageNetAppShareAccessPath {
|
|
460
|
+
/** Access path ID */
|
|
461
|
+
id?: string;
|
|
462
|
+
/** Access path */
|
|
463
|
+
path?: string;
|
|
464
|
+
/** Is this the preferred access path? */
|
|
465
|
+
preferred?: boolean;
|
|
466
|
+
}
|
|
467
|
+
export declare const StorageNetAppShareAccessPath: S.Schema<StorageNetAppShareAccessPath>;
|
|
468
|
+
export interface GetStorageNetappShareAclRequest {
|
|
469
|
+
/** Service name */
|
|
470
|
+
serviceName: string;
|
|
471
|
+
/** Share ID */
|
|
472
|
+
shareId: string;
|
|
473
|
+
/** Acl rule ID */
|
|
474
|
+
aclRuleId: string;
|
|
475
|
+
}
|
|
476
|
+
export declare const GetStorageNetappShareAclRequest: S.Schema<GetStorageNetappShareAclRequest>;
|
|
477
|
+
export interface GetStorageNetappShareSnapshotRequest {
|
|
478
|
+
/** Service name */
|
|
479
|
+
serviceName: string;
|
|
480
|
+
/** Share ID */
|
|
481
|
+
shareId: string;
|
|
482
|
+
/** Snapshot ID */
|
|
483
|
+
snapshotId: string;
|
|
484
|
+
}
|
|
485
|
+
export declare const GetStorageNetappShareSnapshotRequest: S.Schema<GetStorageNetappShareSnapshotRequest>;
|
|
486
|
+
export interface GetStorageNetappShareSnapshotPolicyRequest {
|
|
487
|
+
/** Service name */
|
|
488
|
+
serviceName: string;
|
|
489
|
+
/** Share ID */
|
|
490
|
+
shareId: string;
|
|
491
|
+
}
|
|
492
|
+
export declare const GetStorageNetappShareSnapshotPolicyRequest: S.Schema<GetStorageNetappShareSnapshotPolicyRequest>;
|
|
493
|
+
/** Association status between the share and the snapshot policy */
|
|
494
|
+
export type StorageNetAppShareSnapshotPolicyStatusEnum = "active" | "error" | "updating";
|
|
495
|
+
export declare const StorageNetAppShareSnapshotPolicyStatusEnum: any;
|
|
496
|
+
/** A snapshot policy */
|
|
497
|
+
export interface StorageNetAppShareSnapshotPolicy {
|
|
498
|
+
/** Snapshot policy ID */
|
|
499
|
+
id?: string;
|
|
500
|
+
/** Association status between the share and the snapshot policy */
|
|
501
|
+
status?: StorageNetAppShareSnapshotPolicyStatusEnum;
|
|
502
|
+
}
|
|
503
|
+
export declare const StorageNetAppShareSnapshotPolicy: S.Schema<StorageNetAppShareSnapshotPolicy>;
|
|
504
|
+
export interface GetStorageNetappShareSnapshotReserveRequest {
|
|
505
|
+
/** Service name */
|
|
506
|
+
serviceName: string;
|
|
507
|
+
/** Share ID */
|
|
508
|
+
shareId: string;
|
|
509
|
+
}
|
|
510
|
+
export declare const GetStorageNetappShareSnapshotReserveRequest: S.Schema<GetStorageNetappShareSnapshotReserveRequest>;
|
|
511
|
+
/** Snapshot reserve properties status */
|
|
512
|
+
export type StorageNetAppShareSnapshotReserveStatusEnum = "active" | "error" | "updating";
|
|
513
|
+
export declare const StorageNetAppShareSnapshotReserveStatusEnum: any;
|
|
514
|
+
/** Snapshot reserve properties */
|
|
515
|
+
export interface StorageNetAppShareSnapshotReserve {
|
|
516
|
+
/** Share space percentage reserved for snapshots */
|
|
517
|
+
percent?: number;
|
|
518
|
+
/** Status */
|
|
519
|
+
status?: StorageNetAppShareSnapshotReserveStatusEnum;
|
|
520
|
+
}
|
|
521
|
+
export declare const StorageNetAppShareSnapshotReserve: S.Schema<StorageNetAppShareSnapshotReserve>;
|
|
522
|
+
export interface GetStorageNetappSnapshotPolicyRequest {
|
|
523
|
+
/** Service name */
|
|
524
|
+
serviceName: string;
|
|
525
|
+
/** Snapshot policy ID */
|
|
526
|
+
snapshotPolicyId: string;
|
|
527
|
+
}
|
|
528
|
+
export declare const GetStorageNetappSnapshotPolicyRequest: S.Schema<GetStorageNetappSnapshotPolicyRequest>;
|
|
529
|
+
/** Resource tag filter */
|
|
530
|
+
export interface IamResourceTagFilterInput {
|
|
531
|
+
}
|
|
532
|
+
export declare const IamResourceTagFilterInput: S.Schema<IamResourceTagFilterInput>;
|
|
533
|
+
export type ListStorageNetappRequestIamTagsValueList = Array<IamResourceTagFilterInput>;
|
|
534
|
+
export declare const ListStorageNetappRequestIamTagsValueList: S.Schema<ListStorageNetappRequestIamTagsValueList>;
|
|
535
|
+
export type ListStorageNetappRequestIamTagsMap = {
|
|
536
|
+
[key: string]: ListStorageNetappRequestIamTagsValueList | undefined;
|
|
537
|
+
};
|
|
538
|
+
export declare const ListStorageNetappRequestIamTagsMap: S.Schema<ListStorageNetappRequestIamTagsMap>;
|
|
539
|
+
export interface ListStorageNetappRequest {
|
|
540
|
+
/** Filter resources on IAM tags */
|
|
541
|
+
iamTags?: ListStorageNetappRequestIamTagsMap;
|
|
542
|
+
}
|
|
543
|
+
export declare const ListStorageNetappRequest: S.Schema<ListStorageNetappRequest>;
|
|
544
|
+
export type ListStorageNetappResponseBodyList = Array<StorageNetAppServiceWithIAM>;
|
|
545
|
+
export declare const ListStorageNetappResponseBodyList: S.Schema<ListStorageNetappResponseBodyList>;
|
|
546
|
+
export type ListStorageNetappResponse = ListStorageNetappResponseBodyList;
|
|
547
|
+
export declare const ListStorageNetappResponse: S.Schema<ListStorageNetappResponse>;
|
|
548
|
+
export interface ListStorageNetappNetworkRequest {
|
|
549
|
+
/** Service name */
|
|
550
|
+
serviceName: string;
|
|
551
|
+
/** Get detailed information about each network */
|
|
552
|
+
detail?: boolean;
|
|
553
|
+
}
|
|
554
|
+
export declare const ListStorageNetappNetworkRequest: S.Schema<ListStorageNetappNetworkRequest>;
|
|
555
|
+
export type ListStorageNetappNetworkResponseBodyList = Array<StorageNetAppNetwork>;
|
|
556
|
+
export declare const ListStorageNetappNetworkResponseBodyList: S.Schema<ListStorageNetappNetworkResponseBodyList>;
|
|
557
|
+
export type ListStorageNetappNetworkResponse = ListStorageNetappNetworkResponseBodyList;
|
|
558
|
+
export declare const ListStorageNetappNetworkResponse: S.Schema<ListStorageNetappNetworkResponse>;
|
|
559
|
+
export interface ListStorageNetappShareRequest {
|
|
560
|
+
/** Service name */
|
|
561
|
+
serviceName: string;
|
|
562
|
+
/** Get detailed information about each share */
|
|
563
|
+
detail?: boolean;
|
|
564
|
+
/** If specified, returns only shares with given mount point name */
|
|
565
|
+
mountPointName?: string;
|
|
566
|
+
}
|
|
567
|
+
export declare const ListStorageNetappShareRequest: S.Schema<ListStorageNetappShareRequest>;
|
|
568
|
+
export type ListStorageNetappShareResponseBodyList = Array<StorageNetAppShare>;
|
|
569
|
+
export declare const ListStorageNetappShareResponseBodyList: S.Schema<ListStorageNetappShareResponseBodyList>;
|
|
570
|
+
export type ListStorageNetappShareResponse = ListStorageNetappShareResponseBodyList;
|
|
571
|
+
export declare const ListStorageNetappShareResponse: S.Schema<ListStorageNetappShareResponse>;
|
|
572
|
+
export interface ListStorageNetappShareAccessPathRequest {
|
|
573
|
+
/** Service name */
|
|
574
|
+
serviceName: string;
|
|
575
|
+
/** Share ID */
|
|
576
|
+
shareId: string;
|
|
577
|
+
}
|
|
578
|
+
export declare const ListStorageNetappShareAccessPathRequest: S.Schema<ListStorageNetappShareAccessPathRequest>;
|
|
579
|
+
export type ListStorageNetappShareAccessPathResponseBodyList = Array<StorageNetAppShareAccessPath>;
|
|
580
|
+
export declare const ListStorageNetappShareAccessPathResponseBodyList: S.Schema<ListStorageNetappShareAccessPathResponseBodyList>;
|
|
581
|
+
export type ListStorageNetappShareAccessPathResponse = ListStorageNetappShareAccessPathResponseBodyList;
|
|
582
|
+
export declare const ListStorageNetappShareAccessPathResponse: S.Schema<ListStorageNetappShareAccessPathResponse>;
|
|
583
|
+
export interface ListStorageNetappShareAclRequest {
|
|
584
|
+
/** Service name */
|
|
585
|
+
serviceName: string;
|
|
586
|
+
/** Share ID */
|
|
587
|
+
shareId: string;
|
|
588
|
+
}
|
|
589
|
+
export declare const ListStorageNetappShareAclRequest: S.Schema<ListStorageNetappShareAclRequest>;
|
|
590
|
+
export type ListStorageNetappShareAclResponseBodyList = Array<StorageNetAppShareACLRule>;
|
|
591
|
+
export declare const ListStorageNetappShareAclResponseBodyList: S.Schema<ListStorageNetappShareAclResponseBodyList>;
|
|
592
|
+
export type ListStorageNetappShareAclResponse = ListStorageNetappShareAclResponseBodyList;
|
|
593
|
+
export declare const ListStorageNetappShareAclResponse: S.Schema<ListStorageNetappShareAclResponse>;
|
|
594
|
+
export interface ListStorageNetappShareSnapshotRequest {
|
|
595
|
+
/** Service name */
|
|
596
|
+
serviceName: string;
|
|
597
|
+
/** Share ID */
|
|
598
|
+
shareId: string;
|
|
599
|
+
/** Get detailed information about each snapshot */
|
|
600
|
+
detail?: boolean;
|
|
601
|
+
}
|
|
602
|
+
export declare const ListStorageNetappShareSnapshotRequest: S.Schema<ListStorageNetappShareSnapshotRequest>;
|
|
603
|
+
export type ListStorageNetappShareSnapshotResponseBodyList = Array<StorageNetAppShareSnapshot>;
|
|
604
|
+
export declare const ListStorageNetappShareSnapshotResponseBodyList: S.Schema<ListStorageNetappShareSnapshotResponseBodyList>;
|
|
605
|
+
export type ListStorageNetappShareSnapshotResponse = ListStorageNetappShareSnapshotResponseBodyList;
|
|
606
|
+
export declare const ListStorageNetappShareSnapshotResponse: S.Schema<ListStorageNetappShareSnapshotResponse>;
|
|
607
|
+
export interface ListStorageNetappSnapshotPolicyRequest {
|
|
608
|
+
/** Service name */
|
|
609
|
+
serviceName: string;
|
|
610
|
+
}
|
|
611
|
+
export declare const ListStorageNetappSnapshotPolicyRequest: S.Schema<ListStorageNetappSnapshotPolicyRequest>;
|
|
612
|
+
export type ListStorageNetappSnapshotPolicyResponseBodyList = Array<StorageNetAppSnapshotPolicy>;
|
|
613
|
+
export declare const ListStorageNetappSnapshotPolicyResponseBodyList: S.Schema<ListStorageNetappSnapshotPolicyResponseBodyList>;
|
|
614
|
+
export type ListStorageNetappSnapshotPolicyResponse = ListStorageNetappSnapshotPolicyResponseBodyList;
|
|
615
|
+
export declare const ListStorageNetappSnapshotPolicyResponse: S.Schema<ListStorageNetappSnapshotPolicyResponse>;
|
|
616
|
+
export interface PutStorageNetappRequest {
|
|
617
|
+
/** Service name */
|
|
618
|
+
serviceName: string;
|
|
619
|
+
/** New service name */
|
|
620
|
+
name: string;
|
|
621
|
+
}
|
|
622
|
+
export declare const PutStorageNetappRequest: S.Schema<PutStorageNetappRequest>;
|
|
623
|
+
/** A service */
|
|
624
|
+
export interface StorageNetAppService {
|
|
625
|
+
/** Service creation date */
|
|
626
|
+
createdAt?: string;
|
|
627
|
+
/** Service ID */
|
|
628
|
+
id?: string;
|
|
629
|
+
/** Service name */
|
|
630
|
+
name?: string;
|
|
631
|
+
/** Service performance level */
|
|
632
|
+
performanceLevel?: StorageNetAppServicePerformanceLevelEnum;
|
|
633
|
+
/** Product name */
|
|
634
|
+
product?: string;
|
|
635
|
+
/** Service quota */
|
|
636
|
+
quota?: number;
|
|
637
|
+
/** Service region */
|
|
638
|
+
region?: StorageRegionEnum;
|
|
639
|
+
/** Service status */
|
|
640
|
+
status?: StorageNetAppServiceStatusEnum;
|
|
641
|
+
}
|
|
642
|
+
export declare const StorageNetAppService: S.Schema<StorageNetAppService>;
|
|
643
|
+
export interface PutStorageNetappServiceInfosRequest {
|
|
644
|
+
/** Service name */
|
|
645
|
+
serviceName: string;
|
|
646
|
+
/** Way of handling the renew */
|
|
647
|
+
renew?: ServiceRenewType | null;
|
|
648
|
+
}
|
|
649
|
+
export declare const PutStorageNetappServiceInfosRequest: S.Schema<PutStorageNetappServiceInfosRequest>;
|
|
650
|
+
export interface PutStorageNetappServiceInfosResponse {
|
|
651
|
+
}
|
|
652
|
+
export declare const PutStorageNetappServiceInfosResponse: S.Schema<PutStorageNetappServiceInfosResponse>;
|
|
653
|
+
export interface PutStorageNetappShareRequest {
|
|
654
|
+
/** Service name */
|
|
655
|
+
serviceName: string;
|
|
656
|
+
/** Share ID */
|
|
657
|
+
shareId: string;
|
|
658
|
+
/** New share description */
|
|
659
|
+
description?: string | null;
|
|
660
|
+
/** New share name */
|
|
661
|
+
name?: string | null;
|
|
662
|
+
}
|
|
663
|
+
export declare const PutStorageNetappShareRequest: S.Schema<PutStorageNetappShareRequest>;
|
|
664
|
+
export interface PutStorageNetappShareSnapshotRequest {
|
|
665
|
+
/** Service name */
|
|
666
|
+
serviceName: string;
|
|
667
|
+
/** Share ID */
|
|
668
|
+
shareId: string;
|
|
669
|
+
/** Snapshot ID */
|
|
670
|
+
snapshotId: string;
|
|
671
|
+
/** New snapshot description */
|
|
672
|
+
description?: string | null;
|
|
673
|
+
/** New snapshot name */
|
|
674
|
+
name?: string | null;
|
|
675
|
+
}
|
|
676
|
+
export declare const PutStorageNetappShareSnapshotRequest: S.Schema<PutStorageNetappShareSnapshotRequest>;
|
|
677
|
+
export interface PutStorageNetappShareSnapshotPolicyRequest {
|
|
678
|
+
/** Service name */
|
|
679
|
+
serviceName: string;
|
|
680
|
+
/** Share ID */
|
|
681
|
+
shareId: string;
|
|
682
|
+
/** Snapshot policy ID */
|
|
683
|
+
snapshotPolicyID: string;
|
|
684
|
+
}
|
|
685
|
+
export declare const PutStorageNetappShareSnapshotPolicyRequest: S.Schema<PutStorageNetappShareSnapshotPolicyRequest>;
|
|
686
|
+
export interface PutStorageNetappShareSnapshotPolicyResponse {
|
|
687
|
+
}
|
|
688
|
+
export declare const PutStorageNetappShareSnapshotPolicyResponse: S.Schema<PutStorageNetappShareSnapshotPolicyResponse>;
|
|
689
|
+
export interface PutStorageNetappShareSnapshotReserveRequest {
|
|
690
|
+
/** Service name */
|
|
691
|
+
serviceName: string;
|
|
692
|
+
/** Share ID */
|
|
693
|
+
shareId: string;
|
|
694
|
+
/** Share space percentage reserved for snapshots */
|
|
695
|
+
percent: number;
|
|
696
|
+
}
|
|
697
|
+
export declare const PutStorageNetappShareSnapshotReserveRequest: S.Schema<PutStorageNetappShareSnapshotReserveRequest>;
|
|
698
|
+
export interface PutStorageNetappShareSnapshotReserveResponse {
|
|
699
|
+
}
|
|
700
|
+
export declare const PutStorageNetappShareSnapshotReserveResponse: S.Schema<PutStorageNetappShareSnapshotReserveResponse>;
|
|
701
|
+
export interface PutStorageNetappSnapshotPolicyRequest {
|
|
702
|
+
/** Service name */
|
|
703
|
+
serviceName: string;
|
|
704
|
+
/** Snapshot policy ID */
|
|
705
|
+
snapshotPolicyId: string;
|
|
706
|
+
/** New snapshot policy description */
|
|
707
|
+
description?: string | null;
|
|
708
|
+
/** New snapshot policy name */
|
|
709
|
+
name?: string | null;
|
|
710
|
+
}
|
|
711
|
+
export declare const PutStorageNetappSnapshotPolicyRequest: S.Schema<PutStorageNetappSnapshotPolicyRequest>;
|
|
712
|
+
export interface PutStorageNetappSnapshotPolicyResponse {
|
|
713
|
+
}
|
|
714
|
+
export declare const PutStorageNetappSnapshotPolicyResponse: S.Schema<PutStorageNetappSnapshotPolicyResponse>;
|
|
715
|
+
export interface ShareStorageNetappRequest {
|
|
716
|
+
/** Service name */
|
|
717
|
+
serviceName: string;
|
|
718
|
+
/** Share description */
|
|
719
|
+
description?: string | null;
|
|
720
|
+
/** User-defined name used to generate human readable access path for the share */
|
|
721
|
+
mountPointName?: string | null;
|
|
722
|
+
/** Share name */
|
|
723
|
+
name?: string | null;
|
|
724
|
+
/** Share protocol */
|
|
725
|
+
protocol: StorageProtocolEnum | (string & {}) | null;
|
|
726
|
+
/** Share size in Gigabytes */
|
|
727
|
+
size: number | null;
|
|
728
|
+
/** Snapshot ID used to create the share */
|
|
729
|
+
snapshotID?: string | null;
|
|
730
|
+
}
|
|
731
|
+
export declare const ShareStorageNetappRequest: S.Schema<ShareStorageNetappRequest>;
|
|
732
|
+
export interface TerminateStorageNetappRequest {
|
|
733
|
+
/** Service name */
|
|
734
|
+
serviceName: string;
|
|
735
|
+
}
|
|
736
|
+
export declare const TerminateStorageNetappRequest: S.Schema<TerminateStorageNetappRequest>;
|
|
737
|
+
export type TerminateStorageNetappResponse = string;
|
|
738
|
+
export declare const TerminateStorageNetappResponse: S.Schema<TerminateStorageNetappResponse>;
|
|
739
|
+
export type ConfirmStorageNetappTerminationError = OvhOpError;
|
|
740
|
+
/** Confirm service termination */
|
|
741
|
+
export declare const confirmStorageNetappTermination: API.OperationMethod<ConfirmStorageNetappTerminationRequest, ConfirmStorageNetappTerminationResponse, ConfirmStorageNetappTerminationError, OvhOpContext>;
|
|
742
|
+
export type CreateStorageNetappChangeContactError = OvhOpError;
|
|
743
|
+
/** Launch a contact change procedure */
|
|
744
|
+
export declare const createStorageNetappChangeContact: API.OperationMethod<CreateStorageNetappChangeContactRequest, CreateStorageNetappChangeContactResponse, CreateStorageNetappChangeContactError, OvhOpContext>;
|
|
745
|
+
export type CreateStorageNetappShareAclError = OvhOpError;
|
|
746
|
+
/** Create an ACL */
|
|
747
|
+
export declare const createStorageNetappShareAcl: API.OperationMethod<CreateStorageNetappShareAclRequest, StorageNetAppShareACLRule, CreateStorageNetappShareAclError, OvhOpContext>;
|
|
748
|
+
export type CreateStorageNetappShareRevertError = OvhOpError;
|
|
749
|
+
/** Revert a share to it's latest snapshot */
|
|
750
|
+
export declare const createStorageNetappShareRevert: API.OperationMethod<CreateStorageNetappShareRevertRequest, CreateStorageNetappShareRevertResponse, CreateStorageNetappShareRevertError, OvhOpContext>;
|
|
751
|
+
export type CreateStorageNetappShareShrinkError = OvhOpError;
|
|
752
|
+
/** Shrink share size */
|
|
753
|
+
export declare const createStorageNetappShareShrink: API.OperationMethod<CreateStorageNetappShareShrinkRequest, CreateStorageNetappShareShrinkResponse, CreateStorageNetappShareShrinkError, OvhOpContext>;
|
|
754
|
+
export type CreateStorageNetappShareSnapshotError = OvhOpError;
|
|
755
|
+
/** Create a snapshot */
|
|
756
|
+
export declare const createStorageNetappShareSnapshot: API.OperationMethod<CreateStorageNetappShareSnapshotRequest, StorageNetAppShareSnapshot, CreateStorageNetappShareSnapshotError, OvhOpContext>;
|
|
757
|
+
export type CreateStorageNetappShareSnapshotHoldError = OvhOpError;
|
|
758
|
+
/** Hold an automatic share snapshot */
|
|
759
|
+
export declare const createStorageNetappShareSnapshotHold: API.OperationMethod<CreateStorageNetappShareSnapshotHoldRequest, StorageNetAppShareSnapshot, CreateStorageNetappShareSnapshotHoldError, OvhOpContext>;
|
|
760
|
+
export type CreateStorageNetappSnapshotPolicyError = OvhOpError;
|
|
761
|
+
/** Create a snapshot policy */
|
|
762
|
+
export declare const createStorageNetappSnapshotPolicy: API.OperationMethod<CreateStorageNetappSnapshotPolicyRequest, StorageNetAppSnapshotPolicy, CreateStorageNetappSnapshotPolicyError, OvhOpContext>;
|
|
763
|
+
export type DeleteStorageNetappShareError = OvhOpError;
|
|
764
|
+
/** Delete a share */
|
|
765
|
+
export declare const deleteStorageNetappShare: API.OperationMethod<DeleteStorageNetappShareRequest, DeleteStorageNetappShareResponse, DeleteStorageNetappShareError, OvhOpContext>;
|
|
766
|
+
export type DeleteStorageNetappShareAclError = OvhOpError;
|
|
767
|
+
/** Delete an ACL */
|
|
768
|
+
export declare const deleteStorageNetappShareAcl: API.OperationMethod<DeleteStorageNetappShareAclRequest, DeleteStorageNetappShareAclResponse, DeleteStorageNetappShareAclError, OvhOpContext>;
|
|
769
|
+
export type DeleteStorageNetappShareSnapshotError = OvhOpError;
|
|
770
|
+
/** Delete a snapshot */
|
|
771
|
+
export declare const deleteStorageNetappShareSnapshot: API.OperationMethod<DeleteStorageNetappShareSnapshotRequest, DeleteStorageNetappShareSnapshotResponse, DeleteStorageNetappShareSnapshotError, OvhOpContext>;
|
|
772
|
+
export type DeleteStorageNetappSnapshotPolicyError = OvhOpError;
|
|
773
|
+
/** Delete a snapshot policy */
|
|
774
|
+
export declare const deleteStorageNetappSnapshotPolicy: API.OperationMethod<DeleteStorageNetappSnapshotPolicyRequest, DeleteStorageNetappSnapshotPolicyResponse, DeleteStorageNetappSnapshotPolicyError, OvhOpContext>;
|
|
775
|
+
export type ExtendStorageNetappShareError = OvhOpError;
|
|
776
|
+
/** Extend share size */
|
|
777
|
+
export declare const extendStorageNetappShare: API.OperationMethod<ExtendStorageNetappShareRequest, ExtendStorageNetappShareResponse, ExtendStorageNetappShareError, OvhOpContext>;
|
|
778
|
+
export type GetStorageNetappError = OvhOpError;
|
|
779
|
+
/** Get service details */
|
|
780
|
+
export declare const getStorageNetapp: API.OperationMethod<GetStorageNetappRequest, StorageNetAppServiceWithIAM, GetStorageNetappError, OvhOpContext>;
|
|
781
|
+
export type GetStorageNetappMetricsTokenError = OvhOpError;
|
|
782
|
+
/** Get metrics token */
|
|
783
|
+
export declare const getStorageNetappMetricsToken: API.OperationMethod<GetStorageNetappMetricsTokenRequest, StorageMetricsToken, GetStorageNetappMetricsTokenError, OvhOpContext>;
|
|
784
|
+
export type GetStorageNetappNetworkError = OvhOpError;
|
|
785
|
+
/** Get network details */
|
|
786
|
+
export declare const getStorageNetappNetwork: API.OperationMethod<GetStorageNetappNetworkRequest, StorageNetAppNetwork, GetStorageNetappNetworkError, OvhOpContext>;
|
|
787
|
+
export type GetStorageNetappServiceInfosError = OvhOpError;
|
|
788
|
+
/** Get service information */
|
|
789
|
+
export declare const getStorageNetappServiceInfos: API.OperationMethod<GetStorageNetappServiceInfosRequest, ServicesService, GetStorageNetappServiceInfosError, OvhOpContext>;
|
|
790
|
+
export type GetStorageNetappShareError = OvhOpError;
|
|
791
|
+
/** Get share details */
|
|
792
|
+
export declare const getStorageNetappShare: API.OperationMethod<GetStorageNetappShareRequest, StorageNetAppShare, GetStorageNetappShareError, OvhOpContext>;
|
|
793
|
+
export type GetStorageNetappShareAccessPathError = OvhOpError;
|
|
794
|
+
/** Get access path details */
|
|
795
|
+
export declare const getStorageNetappShareAccessPath: API.OperationMethod<GetStorageNetappShareAccessPathRequest, StorageNetAppShareAccessPath, GetStorageNetappShareAccessPathError, OvhOpContext>;
|
|
796
|
+
export type GetStorageNetappShareAclError = OvhOpError;
|
|
797
|
+
/** Get ACL details */
|
|
798
|
+
export declare const getStorageNetappShareAcl: API.OperationMethod<GetStorageNetappShareAclRequest, StorageNetAppShareACLRule, GetStorageNetappShareAclError, OvhOpContext>;
|
|
799
|
+
export type GetStorageNetappShareSnapshotError = OvhOpError;
|
|
800
|
+
/** Get snapshot details */
|
|
801
|
+
export declare const getStorageNetappShareSnapshot: API.OperationMethod<GetStorageNetappShareSnapshotRequest, StorageNetAppShareSnapshot, GetStorageNetappShareSnapshotError, OvhOpContext>;
|
|
802
|
+
export type GetStorageNetappShareSnapshotPolicyError = OvhOpError;
|
|
803
|
+
/** Get snapshot policy used by a share */
|
|
804
|
+
export declare const getStorageNetappShareSnapshotPolicy: API.OperationMethod<GetStorageNetappShareSnapshotPolicyRequest, StorageNetAppShareSnapshotPolicy, GetStorageNetappShareSnapshotPolicyError, OvhOpContext>;
|
|
805
|
+
export type GetStorageNetappShareSnapshotReserveError = OvhOpError;
|
|
806
|
+
/** Get snapshot reserve properties of a share */
|
|
807
|
+
export declare const getStorageNetappShareSnapshotReserve: API.OperationMethod<GetStorageNetappShareSnapshotReserveRequest, StorageNetAppShareSnapshotReserve, GetStorageNetappShareSnapshotReserveError, OvhOpContext>;
|
|
808
|
+
export type GetStorageNetappSnapshotPolicyError = OvhOpError;
|
|
809
|
+
/** Get snapshot policy details */
|
|
810
|
+
export declare const getStorageNetappSnapshotPolicy: API.OperationMethod<GetStorageNetappSnapshotPolicyRequest, StorageNetAppSnapshotPolicy, GetStorageNetappSnapshotPolicyError, OvhOpContext>;
|
|
811
|
+
export type ListStorageNetappError = OvhOpError;
|
|
812
|
+
/** List available services */
|
|
813
|
+
export declare const listStorageNetapp: API.OperationMethod<ListStorageNetappRequest, ListStorageNetappResponse, ListStorageNetappError, OvhOpContext>;
|
|
814
|
+
export type ListStorageNetappNetworkError = OvhOpError;
|
|
815
|
+
/** List networks */
|
|
816
|
+
export declare const listStorageNetappNetwork: API.OperationMethod<ListStorageNetappNetworkRequest, ListStorageNetappNetworkResponse, ListStorageNetappNetworkError, OvhOpContext>;
|
|
817
|
+
export type ListStorageNetappShareError = OvhOpError;
|
|
818
|
+
/** List available shares */
|
|
819
|
+
export declare const listStorageNetappShare: API.OperationMethod<ListStorageNetappShareRequest, ListStorageNetappShareResponse, ListStorageNetappShareError, OvhOpContext>;
|
|
820
|
+
export type ListStorageNetappShareAccessPathError = OvhOpError;
|
|
821
|
+
/** List available access paths */
|
|
822
|
+
export declare const listStorageNetappShareAccessPath: API.OperationMethod<ListStorageNetappShareAccessPathRequest, ListStorageNetappShareAccessPathResponse, ListStorageNetappShareAccessPathError, OvhOpContext>;
|
|
823
|
+
export type ListStorageNetappShareAclError = OvhOpError;
|
|
824
|
+
/** List available ACLs */
|
|
825
|
+
export declare const listStorageNetappShareAcl: API.OperationMethod<ListStorageNetappShareAclRequest, ListStorageNetappShareAclResponse, ListStorageNetappShareAclError, OvhOpContext>;
|
|
826
|
+
export type ListStorageNetappShareSnapshotError = OvhOpError;
|
|
827
|
+
/** List available snapshots */
|
|
828
|
+
export declare const listStorageNetappShareSnapshot: API.OperationMethod<ListStorageNetappShareSnapshotRequest, ListStorageNetappShareSnapshotResponse, ListStorageNetappShareSnapshotError, OvhOpContext>;
|
|
829
|
+
export type ListStorageNetappSnapshotPolicyError = OvhOpError;
|
|
830
|
+
/** Get a list of snapshot policies */
|
|
831
|
+
export declare const listStorageNetappSnapshotPolicy: API.OperationMethod<ListStorageNetappSnapshotPolicyRequest, ListStorageNetappSnapshotPolicyResponse, ListStorageNetappSnapshotPolicyError, OvhOpContext>;
|
|
832
|
+
export type PutStorageNetappError = OvhOpError;
|
|
833
|
+
/** Update service */
|
|
834
|
+
export declare const putStorageNetapp: API.OperationMethod<PutStorageNetappRequest, StorageNetAppService, PutStorageNetappError, OvhOpContext>;
|
|
835
|
+
export type PutStorageNetappServiceInfosError = OvhOpError;
|
|
836
|
+
/** Update service information */
|
|
837
|
+
export declare const putStorageNetappServiceInfos: API.OperationMethod<PutStorageNetappServiceInfosRequest, PutStorageNetappServiceInfosResponse, PutStorageNetappServiceInfosError, OvhOpContext>;
|
|
838
|
+
export type PutStorageNetappShareError = OvhOpError;
|
|
839
|
+
/** Update a share */
|
|
840
|
+
export declare const putStorageNetappShare: API.OperationMethod<PutStorageNetappShareRequest, StorageNetAppShare, PutStorageNetappShareError, OvhOpContext>;
|
|
841
|
+
export type PutStorageNetappShareSnapshotError = OvhOpError;
|
|
842
|
+
/** Update a snapshot */
|
|
843
|
+
export declare const putStorageNetappShareSnapshot: API.OperationMethod<PutStorageNetappShareSnapshotRequest, StorageNetAppShareSnapshot, PutStorageNetappShareSnapshotError, OvhOpContext>;
|
|
844
|
+
export type PutStorageNetappShareSnapshotPolicyError = OvhOpError;
|
|
845
|
+
/** Update snapshot policy used by a share */
|
|
846
|
+
export declare const putStorageNetappShareSnapshotPolicy: API.OperationMethod<PutStorageNetappShareSnapshotPolicyRequest, PutStorageNetappShareSnapshotPolicyResponse, PutStorageNetappShareSnapshotPolicyError, OvhOpContext>;
|
|
847
|
+
export type PutStorageNetappShareSnapshotReserveError = OvhOpError;
|
|
848
|
+
/** Update snapshot reserve properties of a share */
|
|
849
|
+
export declare const putStorageNetappShareSnapshotReserve: API.OperationMethod<PutStorageNetappShareSnapshotReserveRequest, PutStorageNetappShareSnapshotReserveResponse, PutStorageNetappShareSnapshotReserveError, OvhOpContext>;
|
|
850
|
+
export type PutStorageNetappSnapshotPolicyError = OvhOpError;
|
|
851
|
+
/** Update a snapshot policy */
|
|
852
|
+
export declare const putStorageNetappSnapshotPolicy: API.OperationMethod<PutStorageNetappSnapshotPolicyRequest, PutStorageNetappSnapshotPolicyResponse, PutStorageNetappSnapshotPolicyError, OvhOpContext>;
|
|
853
|
+
export type ShareStorageNetappError = OvhOpError;
|
|
854
|
+
/** Create a share */
|
|
855
|
+
export declare const shareStorageNetapp: API.OperationMethod<ShareStorageNetappRequest, StorageNetAppShare, ShareStorageNetappError, OvhOpContext>;
|
|
856
|
+
export type TerminateStorageNetappError = OvhOpError;
|
|
857
|
+
/** Ask for the termination of your service */
|
|
858
|
+
export declare const terminateStorageNetapp: API.OperationMethod<TerminateStorageNetappRequest, TerminateStorageNetappResponse, TerminateStorageNetappError, OvhOpContext>;
|
|
859
|
+
//# sourceMappingURL=storagenetapp.d.ts.map
|