You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The ID of the client group that executes the data synchronization plan. This parameter is required only for data synchronization.
12288
+
*
12289
+
* @example
12290
+
* cl-***************
12291
+
*/
12160
12292
clusterId?: string;
12161
12293
/**
12162
12294
* @remarks
@@ -12192,6 +12324,13 @@ export class CreateBackupPlanShrinkRequest extends $dara.Model {
12192
12324
* 15897534xxxx4625
12193
12325
*/
12194
12326
crossAccountUserId?: number;
12327
+
/**
12328
+
* @remarks
12329
+
* The ID of the data source. This parameter is required only for data synchronization.
12330
+
*
12331
+
* @example
12332
+
* ds-****************
12333
+
*/
12195
12334
dataSourceId?: string;
12196
12335
/**
12197
12336
* @remarks
@@ -12302,7 +12441,7 @@ export class CreateBackupPlanShrinkRequest extends $dara.Model {
12302
12441
options?: string;
12303
12442
/**
12304
12443
* @remarks
12305
-
* Table store instance details.
12444
+
* The details about the Tablestore instance.
12306
12445
*/
12307
12446
otsDetailShrink?: string;
12308
12447
/**
@@ -12356,13 +12495,14 @@ export class CreateBackupPlanShrinkRequest extends $dara.Model {
12356
12495
schedule?: string;
12357
12496
/**
12358
12497
* @remarks
12359
-
* Data source type, with the following options:
12498
+
* The type of the data source. Valid values:
12360
12499
*
12361
-
* - **ECS_FILE**: Backs up ECS files
12362
-
* - **OSS**: Backs up Alibaba Cloud OSS
12363
-
* - **NAS**: Backs up Alibaba Cloud NAS
12364
-
* - **OTS**: Backs up Alibaba Cloud OTS
12365
-
* - **UDM_ECS**: Backs up the entire ECS instance
12500
+
* * **ECS_FILE**: Elastic Compute Service (ECS) files
12501
+
* * **OSS**: Object Storage Service (OSS) buckets
12502
+
* * **NAS**: File Storage NAS (NAS) file systems
12503
+
* * **OTS**: Tablestore instances
12504
+
* * **UDM_ECS**: ECS instances
12505
+
* * **SYNC**: data synchronization
12366
12506
*
12367
12507
* This parameter is required.
12368
12508
*
@@ -15276,7 +15416,7 @@ export class CreateVaultRequest extends $dara.Model {
15276
15416
vaultRegionId?: string;
15277
15417
/**
15278
15418
* @remarks
15279
-
* The storage class of the backup vault. Valid value: **STANDARD**, which indicates standard storage.
15419
+
* The storage type of the backup vault. Valid value: **STANDARD**, which indicates standard storage.
15280
15420
*
15281
15421
* @example
15282
15422
* STANDARD
@@ -15293,6 +15433,13 @@ export class CreateVaultRequest extends $dara.Model {
15293
15433
* STANDARD
15294
15434
*/
15295
15435
vaultType?: string;
15436
+
/**
15437
+
* @remarks
15438
+
* Whether to enable the vault worm feature. Once the worm feature is enabled, the vault and all its backup data cannot be deleted before they automatically expire. After enabling the worm feature, it is not supported to disable it. The worm feature is only effective for standard and archive backup vault.
15439
+
*
15440
+
* @example
15441
+
* false
15442
+
*/
15296
15443
wormEnabled?: boolean;
15297
15444
static names(): { [key: string]: string } {
15298
15445
return {
@@ -22535,6 +22682,7 @@ export class DescribeVaultsRequest extends $dara.Model {
22535
22682
* v-*********************
22536
22683
*/
22537
22684
vaultId?: string;
22685
+
vaultName?: string;
22538
22686
/**
22539
22687
* @remarks
22540
22688
* The region ID to which the backup vault belongs.
@@ -22561,6 +22709,7 @@ export class DescribeVaultsRequest extends $dara.Model {
22561
22709
status: 'Status',
22562
22710
tag: 'Tag',
22563
22711
vaultId: 'VaultId',
22712
+
vaultName: 'VaultName',
22564
22713
vaultRegionId: 'VaultRegionId',
22565
22714
vaultType: 'VaultType',
22566
22715
};
@@ -22574,6 +22723,7 @@ export class DescribeVaultsRequest extends $dara.Model {
@@ -28212,6 +28362,13 @@ export class UpdateVaultRequest extends $dara.Model {
28212
28362
* vaultname
28213
28363
*/
28214
28364
vaultName?: string;
28365
+
/**
28366
+
* @remarks
28367
+
* Whether to enable the vault worm feature. Once the worm feature is enabled, the vault and all its backup data cannot be deleted before they automatically expire. After enabling the worm feature, it is not supported to disable it. The worm feature is only effective for standard and archive backup vault.
0 commit comments