@alicloud/ecs20140526 7.9.1 → 7.9.2
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/dist/client.d.ts +226 -220
- package/dist/client.js +229 -220
- package/dist/client.js.map +1 -1
- package/dist/models/AttachDiskRequest.d.ts +25 -27
- package/dist/models/AttachDiskRequest.js.map +1 -1
- package/dist/models/CancelAutoSnapshotPolicyRequest.d.ts +6 -9
- package/dist/models/CancelAutoSnapshotPolicyRequest.js.map +1 -1
- package/dist/models/CancelImagePipelineExecutionRequest.d.ts +1 -1
- package/dist/models/CloneDisksRequest.d.ts +10 -10
- package/dist/models/CopySnapshotRequest.d.ts +17 -18
- package/dist/models/CopySnapshotRequest.js.map +1 -1
- package/dist/models/CreateAutoSnapshotPolicyRequest.d.ts +29 -35
- package/dist/models/CreateAutoSnapshotPolicyRequest.js.map +1 -1
- package/dist/models/CreateAutoSnapshotPolicyResponseBody.d.ts +1 -1
- package/dist/models/CreateDiskRequest.d.ts +30 -30
- package/dist/models/CreateDiskResponseBody.d.ts +2 -2
- package/dist/models/CreateSnapshotGroupRequest.d.ts +23 -25
- package/dist/models/CreateSnapshotGroupRequest.js.map +1 -1
- package/dist/models/CreateSnapshotRequest.d.ts +24 -29
- package/dist/models/CreateSnapshotRequest.js.map +1 -1
- package/dist/models/DeleteSnapshotGroupRequest.d.ts +2 -2
- package/dist/models/DeleteSnapshotGroupResponseBody.d.ts +1 -1
- package/dist/models/DeleteSnapshotRequest.d.ts +2 -2
- package/dist/models/DescribeDiskDefaultKmskeyIdRequest.d.ts +1 -1
- package/dist/models/DescribeDiskDefaultKmskeyIdResponseBody.d.ts +1 -1
- package/dist/models/DescribeDiskEncryptionByDefaultStatusRequest.d.ts +1 -1
- package/dist/models/DescribeDiskEncryptionByDefaultStatusResponseBody.d.ts +5 -3
- package/dist/models/DescribeDiskEncryptionByDefaultStatusResponseBody.js.map +1 -1
- package/dist/models/DescribeImagesRequest.d.ts +21 -20
- package/dist/models/DescribeImagesRequest.js +2 -0
- package/dist/models/DescribeImagesRequest.js.map +1 -1
- package/dist/models/DescribeImagesResponseBody.d.ts +1 -0
- package/dist/models/DescribeImagesResponseBody.js +2 -0
- package/dist/models/DescribeImagesResponseBody.js.map +1 -1
- package/dist/models/DescribeSendFileResultsRequest.d.ts +13 -13
- package/dist/models/DescribeSnapshotGroupsRequest.d.ts +11 -11
- package/dist/models/DescribeSnapshotGroupsResponseBody.d.ts +3 -3
- package/dist/models/DisableDiskEncryptionByDefaultRequest.d.ts +1 -1
- package/package.json +1 -1
- package/src/client.ts +230 -220
- package/src/models/AttachDiskRequest.ts +25 -27
- package/src/models/CancelAutoSnapshotPolicyRequest.ts +6 -9
- package/src/models/CancelImagePipelineExecutionRequest.ts +1 -1
- package/src/models/CloneDisksRequest.ts +10 -10
- package/src/models/CopySnapshotRequest.ts +17 -18
- package/src/models/CreateAutoSnapshotPolicyRequest.ts +29 -35
- package/src/models/CreateAutoSnapshotPolicyResponseBody.ts +1 -1
- package/src/models/CreateDiskRequest.ts +30 -30
- package/src/models/CreateDiskResponseBody.ts +2 -2
- package/src/models/CreateSnapshotGroupRequest.ts +23 -25
- package/src/models/CreateSnapshotRequest.ts +24 -29
- package/src/models/DeleteSnapshotGroupRequest.ts +2 -2
- package/src/models/DeleteSnapshotGroupResponseBody.ts +1 -1
- package/src/models/DeleteSnapshotRequest.ts +2 -2
- package/src/models/DescribeDiskDefaultKmskeyIdRequest.ts +1 -1
- package/src/models/DescribeDiskDefaultKmskeyIdResponseBody.ts +1 -1
- package/src/models/DescribeDiskEncryptionByDefaultStatusRequest.ts +1 -1
- package/src/models/DescribeDiskEncryptionByDefaultStatusResponseBody.ts +5 -3
- package/src/models/DescribeImagesRequest.ts +23 -20
- package/src/models/DescribeImagesResponseBody.ts +3 -0
- package/src/models/DescribeSendFileResultsRequest.ts +13 -13
- package/src/models/DescribeSnapshotGroupsRequest.ts +11 -11
- package/src/models/DescribeSnapshotGroupsResponseBody.ts +3 -3
- package/src/models/DisableDiskEncryptionByDefaultRequest.ts +1 -1
|
@@ -7,10 +7,10 @@ export class DescribeImagesRequestFilter extends $dara.Model {
|
|
|
7
7
|
* @remarks
|
|
8
8
|
* The filter key for querying resources. Valid values:
|
|
9
9
|
*
|
|
10
|
-
* - When this parameter is set to `CreationStartTime`, you can query resources created after the specified
|
|
11
|
-
* - When this parameter is set to `CreationEndTime`, you can query resources created before the specified
|
|
10
|
+
* - When this parameter is set to `CreationStartTime`, you can query resources created after the time specified by `Filter.N.Value`.
|
|
11
|
+
* - When this parameter is set to `CreationEndTime`, you can query resources created before the time specified by `Filter.N.Value`.
|
|
12
12
|
* - When this parameter is set to `NetworkType`, you can query resources of the specified network type.
|
|
13
|
-
* - When this parameter is set to
|
|
13
|
+
* - When this parameter is set to `CpuOnlineUpgrade`, `CpuOnlineDowngrade`, `MemoryOnlineUpgrade`, or `MemoryOnlineDowngrade`, you can query the CPU or memory hot-plugging support of the specified image.
|
|
14
14
|
*
|
|
15
15
|
* Default value: null.
|
|
16
16
|
*
|
|
@@ -21,10 +21,10 @@ export class DescribeImagesRequestFilter extends $dara.Model {
|
|
|
21
21
|
/**
|
|
22
22
|
* @remarks
|
|
23
23
|
* The filter value for querying resources.
|
|
24
|
-
* - When `Filter.N.Key` is
|
|
25
|
-
* - When `Filter.N.Key` is
|
|
24
|
+
* - When `Filter.N.Key` is `CreationStartTime` or `CreationEndTime`, the format is `yyyy-MM-ddTHH:mmZ` in UTC+0.
|
|
25
|
+
* - When `Filter.N.Key` is `NetworkType`, valid values for the network type include `vpc` and `classic`.
|
|
26
26
|
*
|
|
27
|
-
* - When `Filter.N.Key` is
|
|
27
|
+
* - When `Filter.N.Key` is `CpuOnlineUpgrade`, `CpuOnlineDowngrade`, `MemoryOnlineUpgrade`, or `MemoryOnlineDowngrade`, valid values are `supported` and `unsupported`.
|
|
28
28
|
*
|
|
29
29
|
* Default value: null.
|
|
30
30
|
*
|
|
@@ -60,7 +60,7 @@ export class DescribeImagesRequestTag extends $dara.Model {
|
|
|
60
60
|
* @remarks
|
|
61
61
|
* The tag key of the image. Valid values of N: 1 to 20.
|
|
62
62
|
*
|
|
63
|
-
* When you use a single tag to filter resources, the resource count with this tag cannot exceed
|
|
63
|
+
* When you use a single tag to filter resources, the resource count with this tag cannot exceed 1000. When you use multiple tags to filter resources, the resource count of resources that have all specified tags attached cannot exceed 1000. If the resource count exceeds 1000, use the [ListTagResources](https://help.aliyun.com/document_detail/110425.html) operation.
|
|
64
64
|
*
|
|
65
65
|
* @example
|
|
66
66
|
* TestKey
|
|
@@ -125,7 +125,7 @@ export class DescribeImagesRequest extends $dara.Model {
|
|
|
125
125
|
* @remarks
|
|
126
126
|
* Specifies whether to perform only a dry run.
|
|
127
127
|
*
|
|
128
|
-
* - true: Sends a
|
|
128
|
+
* - true: Sends a check request without querying resource status. The check items include whether the AccessKey pair is valid, whether the Resource Access Management (RAM) user has the required authorization, and whether required parameters are specified. If the check fails, the corresponding error is returned. If the check succeeds, the DryRunOperation error code is returned.
|
|
129
129
|
* - false: Sends a normal request. After the check succeeds, a 2XX HTTP status code is returned and the resource status is queried.
|
|
130
130
|
*
|
|
131
131
|
* Default value: false.
|
|
@@ -155,9 +155,9 @@ export class DescribeImagesRequest extends $dara.Model {
|
|
|
155
155
|
* The image ID.
|
|
156
156
|
*
|
|
157
157
|
* <details>
|
|
158
|
-
* <summary>Naming
|
|
158
|
+
* <summary>Naming rules for image IDs</summary>
|
|
159
159
|
*
|
|
160
|
-
* - Public images: Named by operating system version, architecture, language, and release date. For example, the image ID
|
|
160
|
+
* - Public images: Named by operating system version, architecture, language, and release date. For example, the image ID of Windows Server 2008 R2 Enterprise Edition, 64-bit English system is win2008r2_64_ent_sp1_en-us_40G_alibase_20190318.vhd.
|
|
161
161
|
*
|
|
162
162
|
* - Custom images, shared images, Alibaba Cloud Marketplace images, and community images: Start with m.
|
|
163
163
|
*
|
|
@@ -179,16 +179,16 @@ export class DescribeImagesRequest extends $dara.Model {
|
|
|
179
179
|
* @remarks
|
|
180
180
|
* The source of the image. Valid values:
|
|
181
181
|
*
|
|
182
|
-
* - system: Public images provided by Alibaba Cloud that are not published through Alibaba Cloud Marketplace. This is different from the concept of "
|
|
182
|
+
* - system: Public images provided by Alibaba Cloud that are not published through Alibaba Cloud Marketplace. This is different from the concept of "Public Image" in the console.
|
|
183
183
|
* - self: Custom images that you created.
|
|
184
|
-
* - others: Includes shared images (images directly shared by other Alibaba Cloud users) and community images (custom images that are fully shared by any Alibaba Cloud user). Note
|
|
184
|
+
* - others: Includes shared images (images directly shared by other Alibaba Cloud users) and community images (custom images that are fully shared publicly by any Alibaba Cloud user). Note:
|
|
185
185
|
* - To query community images, IsPublic must be set to true.
|
|
186
186
|
* - To query shared images, IsPublic must be set to false or left empty.
|
|
187
|
-
* - marketplace: Images published by Alibaba Cloud or third-party independent software vendors (ISVs) in Alibaba Cloud Marketplace. These images must be purchased together with ECS.
|
|
187
|
+
* - marketplace: Images published by Alibaba Cloud or third-party independent software vendors (ISVs) in Alibaba Cloud Marketplace. These images must be purchased together with ECS. Note the billing details of Alibaba Cloud Marketplace images.
|
|
188
188
|
*
|
|
189
189
|
* Default value: empty.
|
|
190
190
|
*
|
|
191
|
-
* > An empty value indicates that images with
|
|
191
|
+
* > An empty value indicates that images with system, self, and others values are returned.
|
|
192
192
|
*
|
|
193
193
|
* @example
|
|
194
194
|
* self
|
|
@@ -204,7 +204,7 @@ export class DescribeImagesRequest extends $dara.Model {
|
|
|
204
204
|
imageOwnerId?: number;
|
|
205
205
|
/**
|
|
206
206
|
* @remarks
|
|
207
|
-
* The instance type for which
|
|
207
|
+
* The instance type for which available images are queried.
|
|
208
208
|
*
|
|
209
209
|
* @example
|
|
210
210
|
* ecs.g5.large
|
|
@@ -288,7 +288,7 @@ export class DescribeImagesRequest extends $dara.Model {
|
|
|
288
288
|
regionId?: string;
|
|
289
289
|
/**
|
|
290
290
|
* @remarks
|
|
291
|
-
* The ID of the resource group to which the custom image belongs. When you use this parameter to filter resources, the resource count cannot exceed
|
|
291
|
+
* The ID of the resource group to which the custom image belongs. When you use this parameter to filter resources, the resource count cannot exceed 1000.
|
|
292
292
|
*
|
|
293
293
|
* > Filtering by the default resource group is not supported.
|
|
294
294
|
*
|
|
@@ -316,7 +316,7 @@ export class DescribeImagesRequest extends $dara.Model {
|
|
|
316
316
|
snapshotId?: string;
|
|
317
317
|
/**
|
|
318
318
|
* @remarks
|
|
319
|
-
* The status of the image. If you do not specify this parameter, only images in the Available state are returned
|
|
319
|
+
* The status of the image. If you do not specify this parameter, only images in the Available state are returned. Valid values:
|
|
320
320
|
*
|
|
321
321
|
* - Creating: The image is being created.
|
|
322
322
|
* - Waiting: The image is waiting in a multi-task queue.
|
|
@@ -325,7 +325,7 @@ export class DescribeImagesRequest extends $dara.Model {
|
|
|
325
325
|
* - CreateFailed: The image failed to be created.
|
|
326
326
|
* - Deprecated: The image is deprecated.
|
|
327
327
|
*
|
|
328
|
-
* Default value: Available. This parameter supports multiple values
|
|
328
|
+
* Default value: Available. This parameter supports multiple values separated by commas (,).
|
|
329
329
|
*
|
|
330
330
|
* @example
|
|
331
331
|
* Available
|
|
@@ -336,12 +336,13 @@ export class DescribeImagesRequest extends $dara.Model {
|
|
|
336
336
|
* The list of tags.
|
|
337
337
|
*/
|
|
338
338
|
tag?: DescribeImagesRequestTag[];
|
|
339
|
+
usable?: boolean;
|
|
339
340
|
/**
|
|
340
341
|
* @remarks
|
|
341
342
|
* Specifies whether the image is running on ECS instances. Valid values:
|
|
342
343
|
*
|
|
343
|
-
* - instance: The image is in use
|
|
344
|
-
* - none: The image is idle
|
|
344
|
+
* - instance: The image is in use and associated with ECS instances.
|
|
345
|
+
* - none: The image is idle and not associated with any ECS instances.
|
|
345
346
|
*
|
|
346
347
|
* @example
|
|
347
348
|
* instance
|
|
@@ -375,6 +376,7 @@ export class DescribeImagesRequest extends $dara.Model {
|
|
|
375
376
|
snapshotId: 'SnapshotId',
|
|
376
377
|
status: 'Status',
|
|
377
378
|
tag: 'Tag',
|
|
379
|
+
usable: 'Usable',
|
|
378
380
|
usage: 'Usage',
|
|
379
381
|
};
|
|
380
382
|
}
|
|
@@ -407,6 +409,7 @@ export class DescribeImagesRequest extends $dara.Model {
|
|
|
407
409
|
snapshotId: 'string',
|
|
408
410
|
status: 'string',
|
|
409
411
|
tag: { 'type': 'array', 'itemType': DescribeImagesRequestTag },
|
|
412
|
+
usable: 'boolean',
|
|
410
413
|
usage: 'string',
|
|
411
414
|
};
|
|
412
415
|
}
|
|
@@ -288,6 +288,7 @@ export class DescribeImagesResponseBodyImagesImage extends $dara.Model {
|
|
|
288
288
|
status?: string;
|
|
289
289
|
supplierName?: string;
|
|
290
290
|
tags?: DescribeImagesResponseBodyImagesImageTags;
|
|
291
|
+
usable?: boolean;
|
|
291
292
|
usage?: string;
|
|
292
293
|
static names(): { [key: string]: string } {
|
|
293
294
|
return {
|
|
@@ -323,6 +324,7 @@ export class DescribeImagesResponseBodyImagesImage extends $dara.Model {
|
|
|
323
324
|
status: 'Status',
|
|
324
325
|
supplierName: 'SupplierName',
|
|
325
326
|
tags: 'Tags',
|
|
327
|
+
usable: 'Usable',
|
|
326
328
|
usage: 'Usage',
|
|
327
329
|
};
|
|
328
330
|
}
|
|
@@ -361,6 +363,7 @@ export class DescribeImagesResponseBodyImagesImage extends $dara.Model {
|
|
|
361
363
|
status: 'string',
|
|
362
364
|
supplierName: 'string',
|
|
363
365
|
tags: DescribeImagesResponseBodyImagesImageTags,
|
|
366
|
+
usable: 'boolean',
|
|
364
367
|
usage: 'string',
|
|
365
368
|
};
|
|
366
369
|
}
|
|
@@ -5,9 +5,9 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class DescribeSendFileResultsRequestTag extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The tag key
|
|
8
|
+
* The tag key for the file sending task. Valid values of N: 1 to 20. The tag key cannot be an empty string.
|
|
9
9
|
*
|
|
10
|
-
* If you use a single tag to filter resources, the resource count with the specified tag cannot exceed
|
|
10
|
+
* If you use a single tag to filter resources, the resource count with the specified tag cannot exceed 1,000. If you use multiple tags to filter resources, the resource count of resources that have all specified tags attached cannot exceed 1,000. If the resource count exceeds 1,000, call the [ListTagResources](https://help.aliyun.com/document_detail/110425.html) operation to query resources.
|
|
11
11
|
*
|
|
12
12
|
* The tag key can be up to 64 characters in length and cannot start with `aliyun` or `acs:`. It cannot contain `http://` or `https://`.
|
|
13
13
|
*
|
|
@@ -17,7 +17,7 @@ export class DescribeSendFileResultsRequestTag extends $dara.Model {
|
|
|
17
17
|
key?: string;
|
|
18
18
|
/**
|
|
19
19
|
* @remarks
|
|
20
|
-
* The tag value
|
|
20
|
+
* The tag value for the file sending task. Valid values of N: 1 to 20. The tag value can be an empty string.
|
|
21
21
|
*
|
|
22
22
|
* The tag value can be up to 128 characters in length and cannot contain `http://` or `https://`.
|
|
23
23
|
*
|
|
@@ -59,13 +59,13 @@ export class DescribeSendFileResultsRequest extends $dara.Model {
|
|
|
59
59
|
instanceId?: string;
|
|
60
60
|
/**
|
|
61
61
|
* @remarks
|
|
62
|
-
* The overall sending status of the file. The overall status depends on the combined execution status of all instances
|
|
62
|
+
* The overall sending status of the file. The overall status depends on the combined execution status of all target instances. Valid values:
|
|
63
63
|
*
|
|
64
64
|
* - Pending: The system is validating or sending the file. The overall status is Pending if the file sending status of at least one instance is Pending.
|
|
65
|
-
* - Running: The file is being sent to
|
|
66
|
-
* - Success: The file is sent. The overall status is Success if the file sending status of all instances is Success.
|
|
65
|
+
* - Running: The file is being sent to the instance. The overall status is Running if the file sending status of at least one instance is Running.
|
|
66
|
+
* - Success: The file is sent successfully. The overall status is Success if the file sending status of all instances is Success.
|
|
67
67
|
* - Failed: The file failed to be sent. The overall status is Failed if the file sending status of all instances is Failed.
|
|
68
|
-
* - PartialFailed: The file is sent to some instances but
|
|
68
|
+
* - PartialFailed: The file is sent to some instances but fails on others. The overall status is PartialFailed if the file sending status of all instances is Success or Failed.
|
|
69
69
|
*
|
|
70
70
|
* @example
|
|
71
71
|
* Success
|
|
@@ -81,7 +81,7 @@ export class DescribeSendFileResultsRequest extends $dara.Model {
|
|
|
81
81
|
invokeId?: string;
|
|
82
82
|
/**
|
|
83
83
|
* @remarks
|
|
84
|
-
* The maximum number of entries per page
|
|
84
|
+
* The maximum number of entries per page in a paging query.
|
|
85
85
|
*
|
|
86
86
|
* Maximum value: 50.
|
|
87
87
|
*
|
|
@@ -93,7 +93,7 @@ export class DescribeSendFileResultsRequest extends $dara.Model {
|
|
|
93
93
|
maxResults?: number;
|
|
94
94
|
/**
|
|
95
95
|
* @remarks
|
|
96
|
-
* The name
|
|
96
|
+
* The file name. If you specify this parameter, all sending records of the file with the specified name are queried.
|
|
97
97
|
*
|
|
98
98
|
* @example
|
|
99
99
|
* test.txt
|
|
@@ -111,7 +111,7 @@ export class DescribeSendFileResultsRequest extends $dara.Model {
|
|
|
111
111
|
ownerId?: number;
|
|
112
112
|
/**
|
|
113
113
|
* @remarks
|
|
114
|
-
* > This parameter is about to
|
|
114
|
+
* > This parameter is about to go offline. Use NextToken and MaxResults to complete paging query operations.
|
|
115
115
|
*
|
|
116
116
|
* @example
|
|
117
117
|
* 1
|
|
@@ -119,7 +119,7 @@ export class DescribeSendFileResultsRequest extends $dara.Model {
|
|
|
119
119
|
pageNumber?: number;
|
|
120
120
|
/**
|
|
121
121
|
* @remarks
|
|
122
|
-
* > This parameter is about to
|
|
122
|
+
* > This parameter is about to go offline. Use NextToken and MaxResults to complete paging query operations.
|
|
123
123
|
*
|
|
124
124
|
* @example
|
|
125
125
|
* 10
|
|
@@ -137,7 +137,7 @@ export class DescribeSendFileResultsRequest extends $dara.Model {
|
|
|
137
137
|
regionId?: string;
|
|
138
138
|
/**
|
|
139
139
|
* @remarks
|
|
140
|
-
* The ID of the resource group to which the file sending task belongs. After you specify this parameter, you must also specify ResourceGroupId when sending
|
|
140
|
+
* The ID of the resource group to which the file sending task belongs. After you specify this parameter, you must also specify ResourceGroupId when sending a file. This parameter allows you to filter file sending results by resource group.
|
|
141
141
|
*
|
|
142
142
|
* @example
|
|
143
143
|
* rg-bp67acfmxazb4p****
|
|
@@ -147,7 +147,7 @@ export class DescribeSendFileResultsRequest extends $dara.Model {
|
|
|
147
147
|
resourceOwnerId?: number;
|
|
148
148
|
/**
|
|
149
149
|
* @remarks
|
|
150
|
-
* The
|
|
150
|
+
* The tags.
|
|
151
151
|
*/
|
|
152
152
|
tag?: DescribeSendFileResultsRequestTag[];
|
|
153
153
|
static names(): { [key: string]: string } {
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class DescribeSnapshotGroupsRequestTag extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The
|
|
8
|
+
* The tag key of the snapshot-consistent group. Valid values of N: 1 to 20.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* TestKey
|
|
@@ -13,7 +13,7 @@ export class DescribeSnapshotGroupsRequestTag extends $dara.Model {
|
|
|
13
13
|
key?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
* The
|
|
16
|
+
* The tag value of the snapshot-consistent group. Valid values of N: 1 to 20.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* TestValue
|
|
@@ -53,7 +53,7 @@ export class DescribeSnapshotGroupsRequest extends $dara.Model {
|
|
|
53
53
|
additionalAttributes?: string[];
|
|
54
54
|
/**
|
|
55
55
|
* @remarks
|
|
56
|
-
* The ID
|
|
56
|
+
* The instance ID.
|
|
57
57
|
*
|
|
58
58
|
* @example
|
|
59
59
|
* i-j6ca469urv8ei629****
|
|
@@ -61,9 +61,9 @@ export class DescribeSnapshotGroupsRequest extends $dara.Model {
|
|
|
61
61
|
instanceId?: string;
|
|
62
62
|
/**
|
|
63
63
|
* @remarks
|
|
64
|
-
* The maximum number of entries per page.
|
|
64
|
+
* The maximum number of entries per page in a paging query.
|
|
65
65
|
*
|
|
66
|
-
*
|
|
66
|
+
* Maximum value: 100.
|
|
67
67
|
*
|
|
68
68
|
* Default value: 10.
|
|
69
69
|
*
|
|
@@ -81,7 +81,7 @@ export class DescribeSnapshotGroupsRequest extends $dara.Model {
|
|
|
81
81
|
name?: string;
|
|
82
82
|
/**
|
|
83
83
|
* @remarks
|
|
84
|
-
* The token
|
|
84
|
+
* The pagination token. Set this parameter to the NextToken value returned in the previous API call.
|
|
85
85
|
*
|
|
86
86
|
* @example
|
|
87
87
|
* caeba0bbb2be03f84eb48b699f0a4883
|
|
@@ -91,7 +91,7 @@ export class DescribeSnapshotGroupsRequest extends $dara.Model {
|
|
|
91
91
|
ownerId?: number;
|
|
92
92
|
/**
|
|
93
93
|
* @remarks
|
|
94
|
-
* The region ID
|
|
94
|
+
* The region ID. You can call [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) to query the most recent region list.
|
|
95
95
|
*
|
|
96
96
|
* This parameter is required.
|
|
97
97
|
*
|
|
@@ -111,7 +111,7 @@ export class DescribeSnapshotGroupsRequest extends $dara.Model {
|
|
|
111
111
|
resourceOwnerId?: number;
|
|
112
112
|
/**
|
|
113
113
|
* @remarks
|
|
114
|
-
* The ID of snapshot-consistent group
|
|
114
|
+
* The ID of the snapshot-consistent group. Valid values of N: 1 to 10.
|
|
115
115
|
*
|
|
116
116
|
* @example
|
|
117
117
|
* ssg-j6ciyh3k52qp7ovm****
|
|
@@ -119,13 +119,13 @@ export class DescribeSnapshotGroupsRequest extends $dara.Model {
|
|
|
119
119
|
snapshotGroupId?: string[];
|
|
120
120
|
/**
|
|
121
121
|
* @remarks
|
|
122
|
-
* The
|
|
122
|
+
* The status of the snapshot-consistent group. Valid values of N: 1 to 3. Valid values:
|
|
123
123
|
*
|
|
124
124
|
* - progressing: The snapshot-consistent group is being created.
|
|
125
125
|
*
|
|
126
126
|
* - accomplished: The snapshot-consistent group is created.
|
|
127
127
|
*
|
|
128
|
-
* - failed: The snapshot-consistent group
|
|
128
|
+
* - failed: The snapshot-consistent group failed to be created.
|
|
129
129
|
*
|
|
130
130
|
* @example
|
|
131
131
|
* accomplished
|
|
@@ -133,7 +133,7 @@ export class DescribeSnapshotGroupsRequest extends $dara.Model {
|
|
|
133
133
|
status?: string[];
|
|
134
134
|
/**
|
|
135
135
|
* @remarks
|
|
136
|
-
* The
|
|
136
|
+
* The tag key-value pairs of the snapshot-consistent group.
|
|
137
137
|
*/
|
|
138
138
|
tag?: DescribeSnapshotGroupsRequestTag[];
|
|
139
139
|
static names(): { [key: string]: string } {
|
|
@@ -264,9 +264,9 @@ export class DescribeSnapshotGroupsResponseBodySnapshotGroups extends $dara.Mode
|
|
|
264
264
|
export class DescribeSnapshotGroupsResponseBody extends $dara.Model {
|
|
265
265
|
/**
|
|
266
266
|
* @remarks
|
|
267
|
-
* The token
|
|
267
|
+
* The pagination token for the next query.
|
|
268
268
|
*
|
|
269
|
-
* > If
|
|
269
|
+
* > If this parameter is empty, no more results are available.
|
|
270
270
|
*
|
|
271
271
|
* @example
|
|
272
272
|
* caeba0bbb2be03f84eb48b699f0a4883
|
|
@@ -274,7 +274,7 @@ export class DescribeSnapshotGroupsResponseBody extends $dara.Model {
|
|
|
274
274
|
nextToken?: string;
|
|
275
275
|
/**
|
|
276
276
|
* @remarks
|
|
277
|
-
* The ID
|
|
277
|
+
* The request ID.
|
|
278
278
|
*
|
|
279
279
|
* @example
|
|
280
280
|
* 3F9A4CC4-362F-469A-B9EF-B3204EF8AA3A
|
|
@@ -6,7 +6,7 @@ export class DisableDiskEncryptionByDefaultRequest extends $dara.Model {
|
|
|
6
6
|
ownerId?: number;
|
|
7
7
|
/**
|
|
8
8
|
* @remarks
|
|
9
|
-
* The
|
|
9
|
+
* The region ID. You can call [DescribeRegions](https://help.aliyun.com/document_detail/2679950.html) to query the most recent region list.
|
|
10
10
|
*
|
|
11
11
|
* This parameter is required.
|
|
12
12
|
*
|