@huaweicloud/huaweicloud-sdk-cbr 3.1.39 → 3.1.41
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
- package/v1/CbrClient.d.ts +24 -0
- package/v1/CbrClient.js +33 -0
- package/v1/model/AgentUpdate.js +1 -1
- package/v1/model/BackupExtendInfo.js +1 -1
- package/v1/model/BackupResp.js +3 -3
- package/v1/model/Billing.js +7 -7
- package/v1/model/BillingCreate.js +6 -6
- package/v1/model/BillingUpdate.js +1 -1
- package/v1/model/BulkCreateAndDeleteVaultTagsReq.js +1 -1
- package/v1/model/CheckpointCreate.js +1 -1
- package/v1/model/CheckpointResourceResp.js +1 -1
- package/v1/model/DomainMigrateProjectStatus.js +1 -1
- package/v1/model/ListBackupsRequest.js +5 -5
- package/v1/model/ListExternalVaultRequest.js +1 -1
- package/v1/model/ListOpLogsRequest.js +2 -2
- package/v1/model/ListPoliciesRequest.js +1 -1
- package/v1/model/ListProtectableRequest.js +1 -1
- package/v1/model/ListVaultRequest.js +2 -2
- package/v1/model/Member.js +1 -1
- package/v1/model/OpExtendInfoBckup.js +2 -2
- package/v1/model/OperationLog.js +2 -2
- package/v1/model/Policy.js +1 -1
- package/v1/model/PolicyCreate.js +1 -1
- package/v1/model/PolicyTriggerResp.js +1 -1
- package/v1/model/ProtectablesResp.js +1 -1
- package/v1/model/ReplicationRecordGet.js +1 -1
- package/v1/model/ResourceResp.js +1 -1
- package/v1/model/ShowMigrateStatusResponse.js +1 -1
- package/v1/model/ShowProtectableRequest.js +1 -1
- package/v1/model/ShowStorageUsageRequest.js +1 -1
- package/v1/model/ShowSummaryRequest.d.ts +3 -0
- package/v1/model/ShowSummaryRequest.js +9 -0
- package/v1/model/ShowSummaryResponse.d.ts +10 -0
- package/v1/model/ShowSummaryResponse.js +45 -0
- package/v1/model/UpdateMember.js +1 -1
- package/v1/model/UpdateOrderResponse.d.ts +6 -0
- package/v1/model/UpdateOrderResponse.js +12 -0
- package/v1/model/VaultResourceInstancesReq.js +2 -2
- package/v1/model/VaultSetResourceReq.js +1 -1
- package/v1/public-api.d.ts +2 -0
- package/v1/public-api.js +2 -0
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@huaweicloud/huaweicloud-sdk-cbr",
|
3
|
-
"version": "3.1.
|
3
|
+
"version": "3.1.41",
|
4
4
|
"description": "Huaweicloud SDK for cbr",
|
5
5
|
"main": "huaweicloud-sdk-cbr.js",
|
6
6
|
"typings": "huaweicloud-sdk-cbr.d.ts",
|
@@ -14,6 +14,6 @@
|
|
14
14
|
"author": "HuaweiCloud_SDK",
|
15
15
|
"license": "Apache-2.0",
|
16
16
|
"dependencies": {
|
17
|
-
"@huaweicloud/huaweicloud-sdk-core": "^3.1.
|
17
|
+
"@huaweicloud/huaweicloud-sdk-core": "^3.1.41"
|
18
18
|
}
|
19
19
|
}
|
package/v1/CbrClient.d.ts
CHANGED
@@ -100,6 +100,7 @@ import { ShowProtectableResponse } from './model/ShowProtectableResponse';
|
|
100
100
|
import { ShowReplicationCapabilitiesResponse } from './model/ShowReplicationCapabilitiesResponse';
|
101
101
|
import { ShowStorageUsageRequest } from './model/ShowStorageUsageRequest';
|
102
102
|
import { ShowStorageUsageResponse } from './model/ShowStorageUsageResponse';
|
103
|
+
import { ShowSummaryResponse } from './model/ShowSummaryResponse';
|
103
104
|
import { ShowVaultProjectTagResponse } from './model/ShowVaultProjectTagResponse';
|
104
105
|
import { ShowVaultRequest } from './model/ShowVaultRequest';
|
105
106
|
import { ShowVaultResourceInstancesRequest } from './model/ShowVaultResourceInstancesRequest';
|
@@ -782,6 +783,16 @@ export declare class CbrClient {
|
|
782
783
|
* @throws {RequiredError}
|
783
784
|
*/
|
784
785
|
showStorageUsage(showStorageUsageRequest?: ShowStorageUsageRequest): Promise<ShowStorageUsageResponse>;
|
786
|
+
/**
|
787
|
+
* 查询项目下所有存储库的总容量和总使用量
|
788
|
+
*
|
789
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
790
|
+
*
|
791
|
+
* @summary 存储库容量总览
|
792
|
+
* @param {*} [options] Override http request option.
|
793
|
+
* @throws {RequiredError}
|
794
|
+
*/
|
795
|
+
showSummary(): Promise<ShowSummaryResponse>;
|
785
796
|
/**
|
786
797
|
* 根据ID查询指定存储库
|
787
798
|
*
|
@@ -1609,6 +1620,19 @@ export declare const ParamCreater: () => {
|
|
1609
1620
|
pathParams: {};
|
1610
1621
|
headers: {};
|
1611
1622
|
};
|
1623
|
+
/**
|
1624
|
+
* 查询项目下所有存储库的总容量和总使用量
|
1625
|
+
*
|
1626
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1627
|
+
*/
|
1628
|
+
showSummary(): {
|
1629
|
+
method: string;
|
1630
|
+
url: string;
|
1631
|
+
contentType: string;
|
1632
|
+
queryParams: {};
|
1633
|
+
pathParams: {};
|
1634
|
+
headers: {};
|
1635
|
+
};
|
1612
1636
|
/**
|
1613
1637
|
* 根据ID查询指定存储库
|
1614
1638
|
*
|
package/v1/CbrClient.js
CHANGED
@@ -997,6 +997,21 @@ var CbrClient = /** @class */ (function () {
|
|
997
997
|
options['responseHeaders'] = [''];
|
998
998
|
return this.hcClient.sendRequest(options);
|
999
999
|
};
|
1000
|
+
/**
|
1001
|
+
* 查询项目下所有存储库的总容量和总使用量
|
1002
|
+
*
|
1003
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
1004
|
+
*
|
1005
|
+
* @summary 存储库容量总览
|
1006
|
+
* @param {*} [options] Override http request option.
|
1007
|
+
* @throws {RequiredError}
|
1008
|
+
*/
|
1009
|
+
CbrClient.prototype.showSummary = function () {
|
1010
|
+
var options = (0, exports.ParamCreater)().showSummary();
|
1011
|
+
// @ts-ignore
|
1012
|
+
options['responseHeaders'] = [''];
|
1013
|
+
return this.hcClient.sendRequest(options);
|
1014
|
+
};
|
1000
1015
|
/**
|
1001
1016
|
* 根据ID查询指定存储库
|
1002
1017
|
*
|
@@ -3357,6 +3372,24 @@ var ParamCreater = function () {
|
|
3357
3372
|
options.headers = localVarHeaderParameter;
|
3358
3373
|
return options;
|
3359
3374
|
},
|
3375
|
+
/**
|
3376
|
+
* 查询项目下所有存储库的总容量和总使用量
|
3377
|
+
*
|
3378
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
3379
|
+
*/
|
3380
|
+
showSummary: function () {
|
3381
|
+
var options = {
|
3382
|
+
method: "GET",
|
3383
|
+
url: "/v3/{project_id}/vaults/summary",
|
3384
|
+
contentType: "application/json",
|
3385
|
+
queryParams: {},
|
3386
|
+
pathParams: {},
|
3387
|
+
headers: {}
|
3388
|
+
};
|
3389
|
+
var localVarHeaderParameter = {};
|
3390
|
+
options.headers = localVarHeaderParameter;
|
3391
|
+
return options;
|
3392
|
+
},
|
3360
3393
|
/**
|
3361
3394
|
* 根据ID查询指定存储库
|
3362
3395
|
*
|
package/v1/model/AgentUpdate.js
CHANGED
@@ -19,4 +19,4 @@ exports.AgentUpdate = AgentUpdate;
|
|
19
19
|
var AgentUpdateStatusEnum;
|
20
20
|
(function (AgentUpdateStatusEnum) {
|
21
21
|
AgentUpdateStatusEnum["UNINSTALL"] = "uninstall";
|
22
|
-
})(AgentUpdateStatusEnum
|
22
|
+
})(AgentUpdateStatusEnum || (exports.AgentUpdateStatusEnum = AgentUpdateStatusEnum = {}));
|
@@ -140,4 +140,4 @@ var BackupExtendInfoSupportedRestoreModeEnum;
|
|
140
140
|
BackupExtendInfoSupportedRestoreModeEnum["NA"] = "na";
|
141
141
|
BackupExtendInfoSupportedRestoreModeEnum["BACKUP"] = " backup";
|
142
142
|
BackupExtendInfoSupportedRestoreModeEnum["SNAPSHOT"] = " snapshot";
|
143
|
-
})(BackupExtendInfoSupportedRestoreModeEnum
|
143
|
+
})(BackupExtendInfoSupportedRestoreModeEnum || (exports.BackupExtendInfoSupportedRestoreModeEnum = BackupExtendInfoSupportedRestoreModeEnum = {}));
|
package/v1/model/BackupResp.js
CHANGED
@@ -307,7 +307,7 @@ var BackupRespImageTypeEnum;
|
|
307
307
|
(function (BackupRespImageTypeEnum) {
|
308
308
|
BackupRespImageTypeEnum["BACKUP"] = "backup";
|
309
309
|
BackupRespImageTypeEnum["REPLICATION"] = "replication";
|
310
|
-
})(BackupRespImageTypeEnum
|
310
|
+
})(BackupRespImageTypeEnum || (exports.BackupRespImageTypeEnum = BackupRespImageTypeEnum = {}));
|
311
311
|
/**
|
312
312
|
* @export
|
313
313
|
* @enum {string}
|
@@ -317,7 +317,7 @@ var BackupRespResourceTypeEnum;
|
|
317
317
|
BackupRespResourceTypeEnum["OSNOVASERVER"] = "OS::Nova::Server";
|
318
318
|
BackupRespResourceTypeEnum["OSCINDERVOLUME"] = "OS::Cinder::Volume";
|
319
319
|
BackupRespResourceTypeEnum["OSWORKSPACEDESKTOPV2"] = "OS::Workspace::DesktopV2";
|
320
|
-
})(BackupRespResourceTypeEnum
|
320
|
+
})(BackupRespResourceTypeEnum || (exports.BackupRespResourceTypeEnum = BackupRespResourceTypeEnum = {}));
|
321
321
|
/**
|
322
322
|
* @export
|
323
323
|
* @enum {string}
|
@@ -332,4 +332,4 @@ var BackupRespStatusEnum;
|
|
332
332
|
BackupRespStatusEnum["WAITING_PROTECT"] = "waiting_protect";
|
333
333
|
BackupRespStatusEnum["WAITING_DELETE"] = "waiting_delete";
|
334
334
|
BackupRespStatusEnum["WAITING_RESTORE"] = "waiting_restore";
|
335
|
-
})(BackupRespStatusEnum
|
335
|
+
})(BackupRespStatusEnum || (exports.BackupRespStatusEnum = BackupRespStatusEnum = {}));
|
package/v1/model/Billing.js
CHANGED
@@ -193,7 +193,7 @@ var BillingChargingModeEnum;
|
|
193
193
|
(function (BillingChargingModeEnum) {
|
194
194
|
BillingChargingModeEnum["PRE_PAID"] = "pre_paid";
|
195
195
|
BillingChargingModeEnum["POST_PAID"] = "post_paid";
|
196
|
-
})(BillingChargingModeEnum
|
196
|
+
})(BillingChargingModeEnum || (exports.BillingChargingModeEnum = BillingChargingModeEnum = {}));
|
197
197
|
/**
|
198
198
|
* @export
|
199
199
|
* @enum {string}
|
@@ -202,7 +202,7 @@ var BillingCloudTypeEnum;
|
|
202
202
|
(function (BillingCloudTypeEnum) {
|
203
203
|
BillingCloudTypeEnum["PUBLIC"] = "public";
|
204
204
|
BillingCloudTypeEnum["HYBRID"] = "hybrid";
|
205
|
-
})(BillingCloudTypeEnum
|
205
|
+
})(BillingCloudTypeEnum || (exports.BillingCloudTypeEnum = BillingCloudTypeEnum = {}));
|
206
206
|
/**
|
207
207
|
* @export
|
208
208
|
* @enum {string}
|
@@ -211,7 +211,7 @@ var BillingConsistentLevelEnum;
|
|
211
211
|
(function (BillingConsistentLevelEnum) {
|
212
212
|
BillingConsistentLevelEnum["APP_CONSISTENT"] = "app_consistent";
|
213
213
|
BillingConsistentLevelEnum["CRASH_CONSISTENT"] = "crash_consistent";
|
214
|
-
})(BillingConsistentLevelEnum
|
214
|
+
})(BillingConsistentLevelEnum || (exports.BillingConsistentLevelEnum = BillingConsistentLevelEnum = {}));
|
215
215
|
/**
|
216
216
|
* @export
|
217
217
|
* @enum {string}
|
@@ -224,7 +224,7 @@ var BillingObjectTypeEnum;
|
|
224
224
|
BillingObjectTypeEnum["VMWARE"] = "vmware";
|
225
225
|
BillingObjectTypeEnum["RDS"] = "rds";
|
226
226
|
BillingObjectTypeEnum["FILE"] = "file";
|
227
|
-
})(BillingObjectTypeEnum
|
227
|
+
})(BillingObjectTypeEnum || (exports.BillingObjectTypeEnum = BillingObjectTypeEnum = {}));
|
228
228
|
/**
|
229
229
|
* @export
|
230
230
|
* @enum {string}
|
@@ -234,7 +234,7 @@ var BillingProtectTypeEnum;
|
|
234
234
|
BillingProtectTypeEnum["BACKUP"] = "backup";
|
235
235
|
BillingProtectTypeEnum["REPLICATION"] = "replication";
|
236
236
|
BillingProtectTypeEnum["HYBRID"] = "hybrid";
|
237
|
-
})(BillingProtectTypeEnum
|
237
|
+
})(BillingProtectTypeEnum || (exports.BillingProtectTypeEnum = BillingProtectTypeEnum = {}));
|
238
238
|
/**
|
239
239
|
* @export
|
240
240
|
* @enum {string}
|
@@ -243,7 +243,7 @@ var BillingSpecCodeEnum;
|
|
243
243
|
(function (BillingSpecCodeEnum) {
|
244
244
|
BillingSpecCodeEnum["VAULT_BACKUP_SERVER_NORMAL"] = "vault.backup.server.normal";
|
245
245
|
BillingSpecCodeEnum["VAULT_BACKUP_VOLUME_NORMAL"] = "vault.backup.volume.normal";
|
246
|
-
})(BillingSpecCodeEnum
|
246
|
+
})(BillingSpecCodeEnum || (exports.BillingSpecCodeEnum = BillingSpecCodeEnum = {}));
|
247
247
|
/**
|
248
248
|
* @export
|
249
249
|
* @enum {string}
|
@@ -255,4 +255,4 @@ var BillingStatusEnum;
|
|
255
255
|
BillingStatusEnum["FROZEN"] = "frozen";
|
256
256
|
BillingStatusEnum["DELETING"] = "deleting";
|
257
257
|
BillingStatusEnum["ERROR"] = "error";
|
258
|
-
})(BillingStatusEnum
|
258
|
+
})(BillingStatusEnum || (exports.BillingStatusEnum = BillingStatusEnum = {}));
|
@@ -219,7 +219,7 @@ var BillingCreateCloudTypeEnum;
|
|
219
219
|
(function (BillingCreateCloudTypeEnum) {
|
220
220
|
BillingCreateCloudTypeEnum["PUBLIC"] = "public";
|
221
221
|
BillingCreateCloudTypeEnum["HYBRID"] = "hybrid";
|
222
|
-
})(BillingCreateCloudTypeEnum
|
222
|
+
})(BillingCreateCloudTypeEnum || (exports.BillingCreateCloudTypeEnum = BillingCreateCloudTypeEnum = {}));
|
223
223
|
/**
|
224
224
|
* @export
|
225
225
|
* @enum {string}
|
@@ -228,7 +228,7 @@ var BillingCreateConsistentLevelEnum;
|
|
228
228
|
(function (BillingCreateConsistentLevelEnum) {
|
229
229
|
BillingCreateConsistentLevelEnum["APP_CONSISTENT"] = "app_consistent";
|
230
230
|
BillingCreateConsistentLevelEnum["CRASH_CONSISTENT"] = "crash_consistent";
|
231
|
-
})(BillingCreateConsistentLevelEnum
|
231
|
+
})(BillingCreateConsistentLevelEnum || (exports.BillingCreateConsistentLevelEnum = BillingCreateConsistentLevelEnum = {}));
|
232
232
|
/**
|
233
233
|
* @export
|
234
234
|
* @enum {string}
|
@@ -242,7 +242,7 @@ var BillingCreateObjectTypeEnum;
|
|
242
242
|
BillingCreateObjectTypeEnum["VMWARE"] = "vmware";
|
243
243
|
BillingCreateObjectTypeEnum["RDS"] = "rds";
|
244
244
|
BillingCreateObjectTypeEnum["FILE"] = "file";
|
245
|
-
})(BillingCreateObjectTypeEnum
|
245
|
+
})(BillingCreateObjectTypeEnum || (exports.BillingCreateObjectTypeEnum = BillingCreateObjectTypeEnum = {}));
|
246
246
|
/**
|
247
247
|
* @export
|
248
248
|
* @enum {string}
|
@@ -251,7 +251,7 @@ var BillingCreateProtectTypeEnum;
|
|
251
251
|
(function (BillingCreateProtectTypeEnum) {
|
252
252
|
BillingCreateProtectTypeEnum["BACKUP"] = "backup";
|
253
253
|
BillingCreateProtectTypeEnum["REPLICATION"] = "replication";
|
254
|
-
})(BillingCreateProtectTypeEnum
|
254
|
+
})(BillingCreateProtectTypeEnum || (exports.BillingCreateProtectTypeEnum = BillingCreateProtectTypeEnum = {}));
|
255
255
|
/**
|
256
256
|
* @export
|
257
257
|
* @enum {string}
|
@@ -260,7 +260,7 @@ var BillingCreateChargingModeEnum;
|
|
260
260
|
(function (BillingCreateChargingModeEnum) {
|
261
261
|
BillingCreateChargingModeEnum["POST_PAID"] = "post_paid";
|
262
262
|
BillingCreateChargingModeEnum["PRE_PAID"] = "pre_paid";
|
263
|
-
})(BillingCreateChargingModeEnum
|
263
|
+
})(BillingCreateChargingModeEnum || (exports.BillingCreateChargingModeEnum = BillingCreateChargingModeEnum = {}));
|
264
264
|
/**
|
265
265
|
* @export
|
266
266
|
* @enum {string}
|
@@ -269,4 +269,4 @@ var BillingCreatePeriodTypeEnum;
|
|
269
269
|
(function (BillingCreatePeriodTypeEnum) {
|
270
270
|
BillingCreatePeriodTypeEnum["YEAR"] = "year";
|
271
271
|
BillingCreatePeriodTypeEnum["MONTH"] = "month";
|
272
|
-
})(BillingCreatePeriodTypeEnum
|
272
|
+
})(BillingCreatePeriodTypeEnum || (exports.BillingCreatePeriodTypeEnum = BillingCreatePeriodTypeEnum = {}));
|
@@ -33,4 +33,4 @@ var BillingUpdateConsistentLevelEnum;
|
|
33
33
|
(function (BillingUpdateConsistentLevelEnum) {
|
34
34
|
BillingUpdateConsistentLevelEnum["APP_CONSISTENT"] = "app_consistent";
|
35
35
|
BillingUpdateConsistentLevelEnum["CRASH_CONSISTENT"] = "crash_consistent";
|
36
|
-
})(BillingUpdateConsistentLevelEnum
|
36
|
+
})(BillingUpdateConsistentLevelEnum || (exports.BillingUpdateConsistentLevelEnum = BillingUpdateConsistentLevelEnum = {}));
|
@@ -38,4 +38,4 @@ var BulkCreateAndDeleteVaultTagsReqActionEnum;
|
|
38
38
|
(function (BulkCreateAndDeleteVaultTagsReqActionEnum) {
|
39
39
|
BulkCreateAndDeleteVaultTagsReqActionEnum["CREATE"] = "create";
|
40
40
|
BulkCreateAndDeleteVaultTagsReqActionEnum["DELETE"] = " delete";
|
41
|
-
})(BulkCreateAndDeleteVaultTagsReqActionEnum
|
41
|
+
})(BulkCreateAndDeleteVaultTagsReqActionEnum || (exports.BulkCreateAndDeleteVaultTagsReqActionEnum = BulkCreateAndDeleteVaultTagsReqActionEnum = {}));
|
@@ -77,4 +77,4 @@ var CheckpointCreateStatusEnum;
|
|
77
77
|
CheckpointCreateStatusEnum["DELETED"] = "deleted";
|
78
78
|
CheckpointCreateStatusEnum["ERROR_DELETING"] = "error-deleting";
|
79
79
|
CheckpointCreateStatusEnum["ERROR"] = "error";
|
80
|
-
})(CheckpointCreateStatusEnum
|
80
|
+
})(CheckpointCreateStatusEnum || (exports.CheckpointCreateStatusEnum = CheckpointCreateStatusEnum = {}));
|
@@ -103,4 +103,4 @@ var CheckpointResourceRespProtectStatusEnum;
|
|
103
103
|
CheckpointResourceRespProtectStatusEnum["PROTECTING"] = "protecting";
|
104
104
|
CheckpointResourceRespProtectStatusEnum["RESTORING"] = "restoring";
|
105
105
|
CheckpointResourceRespProtectStatusEnum["REMOVING"] = "removing";
|
106
|
-
})(CheckpointResourceRespProtectStatusEnum
|
106
|
+
})(CheckpointResourceRespProtectStatusEnum || (exports.CheckpointResourceRespProtectStatusEnum = CheckpointResourceRespProtectStatusEnum = {}));
|
@@ -97,4 +97,4 @@ var DomainMigrateProjectStatusStatusEnum;
|
|
97
97
|
DomainMigrateProjectStatusStatusEnum["MIGRATING"] = "migrating";
|
98
98
|
DomainMigrateProjectStatusStatusEnum["SUCCESS"] = "success";
|
99
99
|
DomainMigrateProjectStatusStatusEnum["FAILED"] = "failed";
|
100
|
-
})(DomainMigrateProjectStatusStatusEnum
|
100
|
+
})(DomainMigrateProjectStatusStatusEnum || (exports.DomainMigrateProjectStatusStatusEnum = DomainMigrateProjectStatusStatusEnum = {}));
|
@@ -257,7 +257,7 @@ var ListBackupsRequestImageTypeEnum;
|
|
257
257
|
(function (ListBackupsRequestImageTypeEnum) {
|
258
258
|
ListBackupsRequestImageTypeEnum["BACKUP"] = "backup";
|
259
259
|
ListBackupsRequestImageTypeEnum["REPLICATION"] = "replication";
|
260
|
-
})(ListBackupsRequestImageTypeEnum
|
260
|
+
})(ListBackupsRequestImageTypeEnum || (exports.ListBackupsRequestImageTypeEnum = ListBackupsRequestImageTypeEnum = {}));
|
261
261
|
/**
|
262
262
|
* @export
|
263
263
|
* @enum {string}
|
@@ -267,7 +267,7 @@ var ListBackupsRequestResourceTypeEnum;
|
|
267
267
|
ListBackupsRequestResourceTypeEnum["OSCINDERVOLUME"] = "OS::Cinder::Volume";
|
268
268
|
ListBackupsRequestResourceTypeEnum["OSNOVASERVER"] = "OS::Nova::Server";
|
269
269
|
ListBackupsRequestResourceTypeEnum["OSWORKSPACEDESKTOPV2"] = "OS::Workspace::DesktopV2";
|
270
|
-
})(ListBackupsRequestResourceTypeEnum
|
270
|
+
})(ListBackupsRequestResourceTypeEnum || (exports.ListBackupsRequestResourceTypeEnum = ListBackupsRequestResourceTypeEnum = {}));
|
271
271
|
/**
|
272
272
|
* @export
|
273
273
|
* @enum {string}
|
@@ -282,7 +282,7 @@ var ListBackupsRequestStatusEnum;
|
|
282
282
|
ListBackupsRequestStatusEnum["WAITING_PROTECT"] = "waiting_protect";
|
283
283
|
ListBackupsRequestStatusEnum["WAITING_DELETE"] = "waiting_delete";
|
284
284
|
ListBackupsRequestStatusEnum["WAITING_RESTORE"] = "waiting_restore";
|
285
|
-
})(ListBackupsRequestStatusEnum
|
285
|
+
})(ListBackupsRequestStatusEnum || (exports.ListBackupsRequestStatusEnum = ListBackupsRequestStatusEnum = {}));
|
286
286
|
/**
|
287
287
|
* @export
|
288
288
|
* @enum {string}
|
@@ -292,7 +292,7 @@ var ListBackupsRequestOwnTypeEnum;
|
|
292
292
|
ListBackupsRequestOwnTypeEnum["ALL_GRANTED"] = "all_granted";
|
293
293
|
ListBackupsRequestOwnTypeEnum["PRIVATE"] = "private";
|
294
294
|
ListBackupsRequestOwnTypeEnum["SHARED"] = "shared";
|
295
|
-
})(ListBackupsRequestOwnTypeEnum
|
295
|
+
})(ListBackupsRequestOwnTypeEnum || (exports.ListBackupsRequestOwnTypeEnum = ListBackupsRequestOwnTypeEnum = {}));
|
296
296
|
/**
|
297
297
|
* @export
|
298
298
|
* @enum {string}
|
@@ -302,4 +302,4 @@ var ListBackupsRequestMemberStatusEnum;
|
|
302
302
|
ListBackupsRequestMemberStatusEnum["PENDING"] = "pending";
|
303
303
|
ListBackupsRequestMemberStatusEnum["ACCEPTED"] = "accepted";
|
304
304
|
ListBackupsRequestMemberStatusEnum["REJECTED"] = "rejected";
|
305
|
-
})(ListBackupsRequestMemberStatusEnum
|
305
|
+
})(ListBackupsRequestMemberStatusEnum || (exports.ListBackupsRequestMemberStatusEnum = ListBackupsRequestMemberStatusEnum = {}));
|
@@ -108,4 +108,4 @@ exports.ListExternalVaultRequest = ListExternalVaultRequest;
|
|
108
108
|
var ListExternalVaultRequestProtectTypeEnum;
|
109
109
|
(function (ListExternalVaultRequestProtectTypeEnum) {
|
110
110
|
ListExternalVaultRequestProtectTypeEnum["BACKUPREPLICATIONHYBRID"] = "backup;replication;hybrid";
|
111
|
-
})(ListExternalVaultRequestProtectTypeEnum
|
111
|
+
})(ListExternalVaultRequestProtectTypeEnum || (exports.ListExternalVaultRequestProtectTypeEnum = ListExternalVaultRequestProtectTypeEnum = {}));
|
@@ -159,7 +159,7 @@ var ListOpLogsRequestOperationTypeEnum;
|
|
159
159
|
ListOpLogsRequestOperationTypeEnum["VAULT_DELETE"] = "vault_delete";
|
160
160
|
ListOpLogsRequestOperationTypeEnum["REMOVE_RESOURCE"] = "remove_resource";
|
161
161
|
ListOpLogsRequestOperationTypeEnum["SYNC"] = "sync";
|
162
|
-
})(ListOpLogsRequestOperationTypeEnum
|
162
|
+
})(ListOpLogsRequestOperationTypeEnum || (exports.ListOpLogsRequestOperationTypeEnum = ListOpLogsRequestOperationTypeEnum = {}));
|
163
163
|
/**
|
164
164
|
* @export
|
165
165
|
* @enum {string}
|
@@ -172,4 +172,4 @@ var ListOpLogsRequestStatusEnum;
|
|
172
172
|
ListOpLogsRequestStatusEnum["RUNNING"] = "running";
|
173
173
|
ListOpLogsRequestStatusEnum["TIMEOUT"] = "timeout";
|
174
174
|
ListOpLogsRequestStatusEnum["WAITING"] = "waiting";
|
175
|
-
})(ListOpLogsRequestStatusEnum
|
175
|
+
})(ListOpLogsRequestStatusEnum || (exports.ListOpLogsRequestStatusEnum = ListOpLogsRequestStatusEnum = {}));
|
@@ -43,4 +43,4 @@ var ListPoliciesRequestOperationTypeEnum;
|
|
43
43
|
(function (ListPoliciesRequestOperationTypeEnum) {
|
44
44
|
ListPoliciesRequestOperationTypeEnum["BACKUP"] = "backup";
|
45
45
|
ListPoliciesRequestOperationTypeEnum["REPLICATION"] = "replication";
|
46
|
-
})(ListPoliciesRequestOperationTypeEnum
|
46
|
+
})(ListPoliciesRequestOperationTypeEnum || (exports.ListPoliciesRequestOperationTypeEnum = ListPoliciesRequestOperationTypeEnum = {}));
|
@@ -68,4 +68,4 @@ var ListProtectableRequestProtectableTypeEnum;
|
|
68
68
|
(function (ListProtectableRequestProtectableTypeEnum) {
|
69
69
|
ListProtectableRequestProtectableTypeEnum["SERVER"] = "server";
|
70
70
|
ListProtectableRequestProtectableTypeEnum["DISK"] = "disk";
|
71
|
-
})(ListProtectableRequestProtectableTypeEnum
|
71
|
+
})(ListProtectableRequestProtectableTypeEnum || (exports.ListProtectableRequestProtectableTypeEnum = ListProtectableRequestProtectableTypeEnum = {}));
|
@@ -119,7 +119,7 @@ var ListVaultRequestCloudTypeEnum;
|
|
119
119
|
(function (ListVaultRequestCloudTypeEnum) {
|
120
120
|
ListVaultRequestCloudTypeEnum["PUBLIC"] = "public";
|
121
121
|
ListVaultRequestCloudTypeEnum["HYBRID"] = "hybrid";
|
122
|
-
})(ListVaultRequestCloudTypeEnum
|
122
|
+
})(ListVaultRequestCloudTypeEnum || (exports.ListVaultRequestCloudTypeEnum = ListVaultRequestCloudTypeEnum = {}));
|
123
123
|
/**
|
124
124
|
* @export
|
125
125
|
* @enum {string}
|
@@ -128,4 +128,4 @@ var ListVaultRequestProtectTypeEnum;
|
|
128
128
|
(function (ListVaultRequestProtectTypeEnum) {
|
129
129
|
ListVaultRequestProtectTypeEnum["BACKUP"] = "backup";
|
130
130
|
ListVaultRequestProtectTypeEnum["REPLICATION"] = "replication";
|
131
|
-
})(ListVaultRequestProtectTypeEnum
|
131
|
+
})(ListVaultRequestProtectTypeEnum || (exports.ListVaultRequestProtectTypeEnum = ListVaultRequestProtectTypeEnum = {}));
|
package/v1/model/Member.js
CHANGED
@@ -109,4 +109,4 @@ var MemberStatusEnum;
|
|
109
109
|
MemberStatusEnum["PENDING"] = "pending";
|
110
110
|
MemberStatusEnum["ACCEPTED"] = "accepted";
|
111
111
|
MemberStatusEnum["REJECTED"] = "rejected";
|
112
|
-
})(MemberStatusEnum
|
112
|
+
})(MemberStatusEnum || (exports.MemberStatusEnum = MemberStatusEnum = {}));
|
@@ -90,7 +90,7 @@ var OpExtendInfoBckupAppConsistencyStatusEnum;
|
|
90
90
|
(function (OpExtendInfoBckupAppConsistencyStatusEnum) {
|
91
91
|
OpExtendInfoBckupAppConsistencyStatusEnum["E_0"] = "0";
|
92
92
|
OpExtendInfoBckupAppConsistencyStatusEnum["E_1"] = "1";
|
93
|
-
})(OpExtendInfoBckupAppConsistencyStatusEnum
|
93
|
+
})(OpExtendInfoBckupAppConsistencyStatusEnum || (exports.OpExtendInfoBckupAppConsistencyStatusEnum = OpExtendInfoBckupAppConsistencyStatusEnum = {}));
|
94
94
|
/**
|
95
95
|
* @export
|
96
96
|
* @enum {string}
|
@@ -99,4 +99,4 @@ var OpExtendInfoBckupIncrementalEnum;
|
|
99
99
|
(function (OpExtendInfoBckupIncrementalEnum) {
|
100
100
|
OpExtendInfoBckupIncrementalEnum["TRUE"] = "\"true\"";
|
101
101
|
OpExtendInfoBckupIncrementalEnum["FALSE"] = "\"false\"";
|
102
|
-
})(OpExtendInfoBckupIncrementalEnum
|
102
|
+
})(OpExtendInfoBckupIncrementalEnum || (exports.OpExtendInfoBckupIncrementalEnum = OpExtendInfoBckupIncrementalEnum = {}));
|
package/v1/model/OperationLog.js
CHANGED
@@ -218,7 +218,7 @@ var OperationLogOperationTypeEnum;
|
|
218
218
|
OperationLogOperationTypeEnum["SYNC"] = "sync";
|
219
219
|
OperationLogOperationTypeEnum["VAULT_DELETE"] = "vault_delete";
|
220
220
|
OperationLogOperationTypeEnum["REMOVE_RESOURCE"] = "remove_resource";
|
221
|
-
})(OperationLogOperationTypeEnum
|
221
|
+
})(OperationLogOperationTypeEnum || (exports.OperationLogOperationTypeEnum = OperationLogOperationTypeEnum = {}));
|
222
222
|
/**
|
223
223
|
* @export
|
224
224
|
* @enum {string}
|
@@ -231,4 +231,4 @@ var OperationLogStatusEnum;
|
|
231
231
|
OperationLogStatusEnum["RUNNING"] = "running";
|
232
232
|
OperationLogStatusEnum["TIMEOUT"] = "timeout";
|
233
233
|
OperationLogStatusEnum["WAITING"] = "waiting";
|
234
|
-
})(OperationLogStatusEnum
|
234
|
+
})(OperationLogStatusEnum || (exports.OperationLogStatusEnum = OperationLogStatusEnum = {}));
|
package/v1/model/Policy.js
CHANGED
@@ -79,4 +79,4 @@ var PolicyOperationTypeEnum;
|
|
79
79
|
(function (PolicyOperationTypeEnum) {
|
80
80
|
PolicyOperationTypeEnum["BACKUP"] = "backup";
|
81
81
|
PolicyOperationTypeEnum["REPLICATION"] = "replication";
|
82
|
-
})(PolicyOperationTypeEnum
|
82
|
+
})(PolicyOperationTypeEnum || (exports.PolicyOperationTypeEnum = PolicyOperationTypeEnum = {}));
|
package/v1/model/PolicyCreate.js
CHANGED
@@ -59,4 +59,4 @@ var PolicyCreateOperationTypeEnum;
|
|
59
59
|
(function (PolicyCreateOperationTypeEnum) {
|
60
60
|
PolicyCreateOperationTypeEnum["BACKUP"] = "backup";
|
61
61
|
PolicyCreateOperationTypeEnum["REPLICATION"] = "replication";
|
62
|
-
})(PolicyCreateOperationTypeEnum
|
62
|
+
})(PolicyCreateOperationTypeEnum || (exports.PolicyCreateOperationTypeEnum = PolicyCreateOperationTypeEnum = {}));
|
@@ -32,4 +32,4 @@ exports.PolicyTriggerResp = PolicyTriggerResp;
|
|
32
32
|
var PolicyTriggerRespTypeEnum;
|
33
33
|
(function (PolicyTriggerRespTypeEnum) {
|
34
34
|
PolicyTriggerRespTypeEnum["TIME"] = "time";
|
35
|
-
})(PolicyTriggerRespTypeEnum
|
35
|
+
})(PolicyTriggerRespTypeEnum || (exports.PolicyTriggerRespTypeEnum = PolicyTriggerRespTypeEnum = {}));
|
@@ -53,4 +53,4 @@ var ProtectablesRespStatusEnum;
|
|
53
53
|
ProtectablesRespStatusEnum["ACTIVE"] = "active";
|
54
54
|
ProtectablesRespStatusEnum["DELETED"] = "deleted";
|
55
55
|
ProtectablesRespStatusEnum["ERROR"] = "error";
|
56
|
-
})(ProtectablesRespStatusEnum
|
56
|
+
})(ProtectablesRespStatusEnum || (exports.ProtectablesRespStatusEnum = ProtectablesRespStatusEnum = {}));
|
@@ -195,4 +195,4 @@ var ReplicationRecordGetStatusEnum;
|
|
195
195
|
ReplicationRecordGetStatusEnum["FAIL"] = "fail";
|
196
196
|
ReplicationRecordGetStatusEnum["SKIP"] = "skip";
|
197
197
|
ReplicationRecordGetStatusEnum["WAITING_REPLICATE"] = "waiting_replicate";
|
198
|
-
})(ReplicationRecordGetStatusEnum
|
198
|
+
})(ReplicationRecordGetStatusEnum || (exports.ReplicationRecordGetStatusEnum = ReplicationRecordGetStatusEnum = {}));
|
package/v1/model/ResourceResp.js
CHANGED
@@ -107,4 +107,4 @@ var ResourceRespProtectStatusEnum;
|
|
107
107
|
ResourceRespProtectStatusEnum["PROTECTING"] = "protecting";
|
108
108
|
ResourceRespProtectStatusEnum["RESTORING"] = "restoring";
|
109
109
|
ResourceRespProtectStatusEnum["REMOVING"] = "removing";
|
110
|
-
})(ResourceRespProtectStatusEnum
|
110
|
+
})(ResourceRespProtectStatusEnum || (exports.ResourceRespProtectStatusEnum = ResourceRespProtectStatusEnum = {}));
|
@@ -52,4 +52,4 @@ var ShowMigrateStatusResponseStatusEnum;
|
|
52
52
|
ShowMigrateStatusResponseStatusEnum["SUCCESS"] = "success";
|
53
53
|
ShowMigrateStatusResponseStatusEnum["FAILED"] = "failed";
|
54
54
|
ShowMigrateStatusResponseStatusEnum["MIGRATING"] = "migrating";
|
55
|
-
})(ShowMigrateStatusResponseStatusEnum
|
55
|
+
})(ShowMigrateStatusResponseStatusEnum || (exports.ShowMigrateStatusResponseStatusEnum = ShowMigrateStatusResponseStatusEnum = {}));
|
@@ -45,4 +45,4 @@ var ShowProtectableRequestProtectableTypeEnum;
|
|
45
45
|
(function (ShowProtectableRequestProtectableTypeEnum) {
|
46
46
|
ShowProtectableRequestProtectableTypeEnum["SERVER"] = "server";
|
47
47
|
ShowProtectableRequestProtectableTypeEnum["DISK"] = "disk";
|
48
|
-
})(ShowProtectableRequestProtectableTypeEnum
|
48
|
+
})(ShowProtectableRequestProtectableTypeEnum || (exports.ShowProtectableRequestProtectableTypeEnum = ShowProtectableRequestProtectableTypeEnum = {}));
|
@@ -51,4 +51,4 @@ var ShowStorageUsageRequestResourceTypeEnum;
|
|
51
51
|
(function (ShowStorageUsageRequestResourceTypeEnum) {
|
52
52
|
ShowStorageUsageRequestResourceTypeEnum["OSNOVASERVER"] = "OS::Nova::Server";
|
53
53
|
ShowStorageUsageRequestResourceTypeEnum["OSIRONICBAREMETALSERVER"] = "OS::Ironic::BareMetalServer";
|
54
|
-
})(ShowStorageUsageRequestResourceTypeEnum
|
54
|
+
})(ShowStorageUsageRequestResourceTypeEnum || (exports.ShowStorageUsageRequestResourceTypeEnum = ShowStorageUsageRequestResourceTypeEnum = {}));
|
@@ -0,0 +1,9 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.ShowSummaryRequest = void 0;
|
4
|
+
var ShowSummaryRequest = /** @class */ (function () {
|
5
|
+
function ShowSummaryRequest() {
|
6
|
+
}
|
7
|
+
return ShowSummaryRequest;
|
8
|
+
}());
|
9
|
+
exports.ShowSummaryRequest = ShowSummaryRequest;
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
2
|
+
export declare class ShowSummaryResponse extends SdkResponse {
|
3
|
+
size?: number;
|
4
|
+
private 'used_size'?;
|
5
|
+
constructor();
|
6
|
+
withSize(size: number): ShowSummaryResponse;
|
7
|
+
withUsedSize(usedSize: number): ShowSummaryResponse;
|
8
|
+
set usedSize(usedSize: number | undefined);
|
9
|
+
get usedSize(): number | undefined;
|
10
|
+
}
|
@@ -0,0 +1,45 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
3
|
+
var extendStatics = function (d, b) {
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
7
|
+
return extendStatics(d, b);
|
8
|
+
};
|
9
|
+
return function (d, b) {
|
10
|
+
if (typeof b !== "function" && b !== null)
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
12
|
+
extendStatics(d, b);
|
13
|
+
function __() { this.constructor = d; }
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
15
|
+
};
|
16
|
+
})();
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
18
|
+
exports.ShowSummaryResponse = void 0;
|
19
|
+
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
20
|
+
var ShowSummaryResponse = /** @class */ (function (_super) {
|
21
|
+
__extends(ShowSummaryResponse, _super);
|
22
|
+
function ShowSummaryResponse() {
|
23
|
+
return _super.call(this) || this;
|
24
|
+
}
|
25
|
+
ShowSummaryResponse.prototype.withSize = function (size) {
|
26
|
+
this['size'] = size;
|
27
|
+
return this;
|
28
|
+
};
|
29
|
+
ShowSummaryResponse.prototype.withUsedSize = function (usedSize) {
|
30
|
+
this['used_size'] = usedSize;
|
31
|
+
return this;
|
32
|
+
};
|
33
|
+
Object.defineProperty(ShowSummaryResponse.prototype, "usedSize", {
|
34
|
+
get: function () {
|
35
|
+
return this['used_size'];
|
36
|
+
},
|
37
|
+
set: function (usedSize) {
|
38
|
+
this['used_size'] = usedSize;
|
39
|
+
},
|
40
|
+
enumerable: false,
|
41
|
+
configurable: true
|
42
|
+
});
|
43
|
+
return ShowSummaryResponse;
|
44
|
+
}(SdkResponse_1.SdkResponse));
|
45
|
+
exports.ShowSummaryResponse = ShowSummaryResponse;
|
package/v1/model/UpdateMember.js
CHANGED
@@ -35,4 +35,4 @@ var UpdateMemberStatusEnum;
|
|
35
35
|
UpdateMemberStatusEnum["ACCEPTED"] = "accepted";
|
36
36
|
UpdateMemberStatusEnum["PENDING"] = "pending";
|
37
37
|
UpdateMemberStatusEnum["REJECTED"] = "rejected";
|
38
|
-
})(UpdateMemberStatusEnum
|
38
|
+
})(UpdateMemberStatusEnum || (exports.UpdateMemberStatusEnum = UpdateMemberStatusEnum = {}));
|
@@ -1,4 +1,10 @@
|
|
1
1
|
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
2
2
|
export declare class UpdateOrderResponse extends SdkResponse {
|
3
|
+
orderId?: string;
|
4
|
+
retCode?: string;
|
5
|
+
retMsg?: string;
|
3
6
|
constructor();
|
7
|
+
withOrderId(orderId: string): UpdateOrderResponse;
|
8
|
+
withRetCode(retCode: string): UpdateOrderResponse;
|
9
|
+
withRetMsg(retMsg: string): UpdateOrderResponse;
|
4
10
|
}
|
@@ -22,6 +22,18 @@ var UpdateOrderResponse = /** @class */ (function (_super) {
|
|
22
22
|
function UpdateOrderResponse() {
|
23
23
|
return _super.call(this) || this;
|
24
24
|
}
|
25
|
+
UpdateOrderResponse.prototype.withOrderId = function (orderId) {
|
26
|
+
this['orderId'] = orderId;
|
27
|
+
return this;
|
28
|
+
};
|
29
|
+
UpdateOrderResponse.prototype.withRetCode = function (retCode) {
|
30
|
+
this['retCode'] = retCode;
|
31
|
+
return this;
|
32
|
+
};
|
33
|
+
UpdateOrderResponse.prototype.withRetMsg = function (retMsg) {
|
34
|
+
this['retMsg'] = retMsg;
|
35
|
+
return this;
|
36
|
+
};
|
25
37
|
return UpdateOrderResponse;
|
26
38
|
}(SdkResponse_1.SdkResponse));
|
27
39
|
exports.UpdateOrderResponse = UpdateOrderResponse;
|
@@ -134,7 +134,7 @@ var VaultResourceInstancesReqCloudTypeEnum;
|
|
134
134
|
(function (VaultResourceInstancesReqCloudTypeEnum) {
|
135
135
|
VaultResourceInstancesReqCloudTypeEnum["PUBLIC"] = "public";
|
136
136
|
VaultResourceInstancesReqCloudTypeEnum["HYBRID"] = " hybrid";
|
137
|
-
})(VaultResourceInstancesReqCloudTypeEnum
|
137
|
+
})(VaultResourceInstancesReqCloudTypeEnum || (exports.VaultResourceInstancesReqCloudTypeEnum = VaultResourceInstancesReqCloudTypeEnum = {}));
|
138
138
|
/**
|
139
139
|
* @export
|
140
140
|
* @enum {string}
|
@@ -143,4 +143,4 @@ var VaultResourceInstancesReqObjectTypeEnum;
|
|
143
143
|
(function (VaultResourceInstancesReqObjectTypeEnum) {
|
144
144
|
VaultResourceInstancesReqObjectTypeEnum["SERVER"] = "server";
|
145
145
|
VaultResourceInstancesReqObjectTypeEnum["DISK"] = "disk";
|
146
|
-
})(VaultResourceInstancesReqObjectTypeEnum
|
146
|
+
})(VaultResourceInstancesReqObjectTypeEnum || (exports.VaultResourceInstancesReqObjectTypeEnum = VaultResourceInstancesReqObjectTypeEnum = {}));
|
@@ -35,4 +35,4 @@ var VaultSetResourceReqActionEnum;
|
|
35
35
|
(function (VaultSetResourceReqActionEnum) {
|
36
36
|
VaultSetResourceReqActionEnum["SUSPEND"] = "suspend";
|
37
37
|
VaultSetResourceReqActionEnum["UNSUSPEND"] = "unsuspend";
|
38
|
-
})(VaultSetResourceReqActionEnum
|
38
|
+
})(VaultSetResourceReqActionEnum || (exports.VaultSetResourceReqActionEnum = VaultSetResourceReqActionEnum = {}));
|
package/v1/public-api.d.ts
CHANGED
@@ -187,6 +187,8 @@ export * from './model/ShowReplicationCapabilitiesRequest';
|
|
187
187
|
export * from './model/ShowReplicationCapabilitiesResponse';
|
188
188
|
export * from './model/ShowStorageUsageRequest';
|
189
189
|
export * from './model/ShowStorageUsageResponse';
|
190
|
+
export * from './model/ShowSummaryRequest';
|
191
|
+
export * from './model/ShowSummaryResponse';
|
190
192
|
export * from './model/ShowVaultProjectTagRequest';
|
191
193
|
export * from './model/ShowVaultProjectTagResponse';
|
192
194
|
export * from './model/ShowVaultRequest';
|
package/v1/public-api.js
CHANGED
@@ -203,6 +203,8 @@ __exportStar(require("./model/ShowReplicationCapabilitiesRequest"), exports);
|
|
203
203
|
__exportStar(require("./model/ShowReplicationCapabilitiesResponse"), exports);
|
204
204
|
__exportStar(require("./model/ShowStorageUsageRequest"), exports);
|
205
205
|
__exportStar(require("./model/ShowStorageUsageResponse"), exports);
|
206
|
+
__exportStar(require("./model/ShowSummaryRequest"), exports);
|
207
|
+
__exportStar(require("./model/ShowSummaryResponse"), exports);
|
206
208
|
__exportStar(require("./model/ShowVaultProjectTagRequest"), exports);
|
207
209
|
__exportStar(require("./model/ShowVaultProjectTagResponse"), exports);
|
208
210
|
__exportStar(require("./model/ShowVaultRequest"), exports);
|