@alicloud/ecs20140526 7.0.7 → 7.0.8
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 +6 -4
- package/dist/client.js +6 -4
- package/dist/client.js.map +1 -1
- package/dist/models/CreateLaunchTemplateRequestDataDisk.d.ts +22 -15
- package/dist/models/CreateLaunchTemplateRequestDataDisk.js.map +1 -1
- package/dist/models/CreateLaunchTemplateRequestSystemDisk.d.ts +7 -0
- package/dist/models/CreateLaunchTemplateRequestSystemDisk.js.map +1 -1
- package/dist/models/CreateLaunchTemplateVersionRequestDataDisk.d.ts +24 -17
- package/dist/models/CreateLaunchTemplateVersionRequestDataDisk.js.map +1 -1
- package/dist/models/CreateLaunchTemplateVersionRequestSystemDisk.d.ts +7 -0
- package/dist/models/CreateLaunchTemplateVersionRequestSystemDisk.js.map +1 -1
- package/dist/models/CreateNetworkInterfaceRequest.d.ts +8 -1
- package/dist/models/CreateNetworkInterfaceRequest.js.map +1 -1
- package/dist/models/CreatePrefixListRequest.d.ts +11 -0
- package/dist/models/CreatePrefixListRequest.js.map +1 -1
- package/dist/models/CreatePrefixListRequestTag.d.ts +16 -0
- package/dist/models/CreatePrefixListRequestTag.js.map +1 -1
- package/dist/models/DescribeInstanceAttributeResponseBody.d.ts +2 -0
- package/dist/models/DescribeInstanceAttributeResponseBody.js +6 -0
- package/dist/models/DescribeInstanceAttributeResponseBody.js.map +1 -1
- package/dist/models/DescribeInstanceAttributeResponseBodyNetworkOptions.d.ts +15 -0
- package/dist/models/DescribeInstanceAttributeResponseBodyNetworkOptions.js +60 -0
- package/dist/models/DescribeInstanceAttributeResponseBodyNetworkOptions.js.map +1 -0
- package/dist/models/DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSetsLaunchTemplateVersionSetLaunchTemplateDataDataDisksDataDisk.d.ts +7 -0
- package/dist/models/DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSetsLaunchTemplateVersionSetLaunchTemplateDataDataDisksDataDisk.js.map +1 -1
- package/dist/models/DescribeNetworkInterfacesResponseBodyNetworkInterfaceSetsNetworkInterfaceSet.d.ts +8 -1
- package/dist/models/DescribeNetworkInterfacesResponseBodyNetworkInterfaceSetsNetworkInterfaceSet.js.map +1 -1
- package/dist/models/DescribePrefixListsRequest.d.ts +11 -0
- package/dist/models/DescribePrefixListsRequest.js.map +1 -1
- package/dist/models/DescribePrefixListsRequestTag.d.ts +16 -0
- package/dist/models/DescribePrefixListsRequestTag.js.map +1 -1
- package/dist/models/DescribePrefixListsResponseBodyPrefixListsPrefixList.d.ts +11 -0
- package/dist/models/DescribePrefixListsResponseBodyPrefixListsPrefixList.js.map +1 -1
- package/dist/models/DescribePrefixListsResponseBodyPrefixListsPrefixListTagsTag.d.ts +16 -0
- package/dist/models/DescribePrefixListsResponseBodyPrefixListsPrefixListTagsTag.js.map +1 -1
- package/dist/models/DescribeSnapshotLinksRequest.d.ts +1 -1
- package/dist/models/ModifyNetworkInterfaceAttributeRequest.d.ts +8 -1
- package/dist/models/ModifyNetworkInterfaceAttributeRequest.js.map +1 -1
- package/dist/models/ModifyNetworkInterfaceAttributeRequestEnhancedNetwork.d.ts +1 -1
- package/dist/models/RunInstancesRequestDataDisk.d.ts +16 -10
- package/dist/models/RunInstancesRequestDataDisk.js.map +1 -1
- package/dist/models/model.d.ts +1 -0
- package/dist/models/model.js +34 -32
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +6 -4
- package/src/models/CreateLaunchTemplateRequestDataDisk.ts +22 -15
- package/src/models/CreateLaunchTemplateRequestSystemDisk.ts +7 -0
- package/src/models/CreateLaunchTemplateVersionRequestDataDisk.ts +24 -17
- package/src/models/CreateLaunchTemplateVersionRequestSystemDisk.ts +7 -0
- package/src/models/CreateNetworkInterfaceRequest.ts +8 -1
- package/src/models/CreatePrefixListRequest.ts +11 -0
- package/src/models/CreatePrefixListRequestTag.ts +16 -0
- package/src/models/DescribeInstanceAttributeResponseBody.ts +7 -0
- package/src/models/DescribeInstanceAttributeResponseBodyNetworkOptions.ts +30 -0
- package/src/models/DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSetsLaunchTemplateVersionSetLaunchTemplateDataDataDisksDataDisk.ts +7 -0
- package/src/models/DescribeNetworkInterfacesResponseBodyNetworkInterfaceSetsNetworkInterfaceSet.ts +8 -1
- package/src/models/DescribePrefixListsRequest.ts +11 -0
- package/src/models/DescribePrefixListsRequestTag.ts +16 -0
- package/src/models/DescribePrefixListsResponseBodyPrefixListsPrefixList.ts +11 -0
- package/src/models/DescribePrefixListsResponseBodyPrefixListsPrefixListTagsTag.ts +16 -0
- package/src/models/DescribeSnapshotLinksRequest.ts +1 -1
- package/src/models/ModifyNetworkInterfaceAttributeRequest.ts +8 -1
- package/src/models/ModifyNetworkInterfaceAttributeRequestEnhancedNetwork.ts +1 -1
- package/src/models/RunInstancesRequestDataDisk.ts +16 -10
- package/src/models/model.ts +1 -0
|
@@ -71,9 +71,20 @@ export class CreatePrefixListRequest extends $dara.Model {
|
|
|
71
71
|
* cn-chengdu
|
|
72
72
|
*/
|
|
73
73
|
regionId?: string;
|
|
74
|
+
/**
|
|
75
|
+
* @remarks
|
|
76
|
+
* The ID of the resource group to which to assign the prefix list.
|
|
77
|
+
*
|
|
78
|
+
* @example
|
|
79
|
+
* rg-bp67acfmxazb4p****
|
|
80
|
+
*/
|
|
74
81
|
resourceGroupId?: string;
|
|
75
82
|
resourceOwnerAccount?: string;
|
|
76
83
|
resourceOwnerId?: number;
|
|
84
|
+
/**
|
|
85
|
+
* @remarks
|
|
86
|
+
* The tags to add to the prefix list.
|
|
87
|
+
*/
|
|
77
88
|
tag?: CreatePrefixListRequestTag[];
|
|
78
89
|
static names(): { [key: string]: string } {
|
|
79
90
|
return {
|
|
@@ -3,7 +3,23 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class CreatePrefixListRequestTag extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The key of tag N. Valid values of N: 1 to 20. The tag key cannot be an empty string. The tag key can be up to 128 characters in length and cannot start with `acs:` or `aliyun`. It cannot contain `http://` or `https://`.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* TestKey
|
|
12
|
+
*/
|
|
6
13
|
key?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* The value of tag N. Valid values of N: 1 to 20. The tag value can be an empty string.
|
|
17
|
+
*
|
|
18
|
+
* The tag value can be up to 128 characters in length and cannot contain` http:// or https:// `.
|
|
19
|
+
*
|
|
20
|
+
* @example
|
|
21
|
+
* TestValue
|
|
22
|
+
*/
|
|
7
23
|
value?: string;
|
|
8
24
|
static names(): { [key: string]: string } {
|
|
9
25
|
return {
|
|
@@ -3,6 +3,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
import { DescribeInstanceAttributeResponseBodyDedicatedHostAttribute } from "./DescribeInstanceAttributeResponseBodyDedicatedHostAttribute";
|
|
4
4
|
import { DescribeInstanceAttributeResponseBodyEipAddress } from "./DescribeInstanceAttributeResponseBodyEipAddress";
|
|
5
5
|
import { DescribeInstanceAttributeResponseBodyInnerIpAddress } from "./DescribeInstanceAttributeResponseBodyInnerIpAddress";
|
|
6
|
+
import { DescribeInstanceAttributeResponseBodyNetworkOptions } from "./DescribeInstanceAttributeResponseBodyNetworkOptions";
|
|
6
7
|
import { DescribeInstanceAttributeResponseBodyOperationLocks } from "./DescribeInstanceAttributeResponseBodyOperationLocks";
|
|
7
8
|
import { DescribeInstanceAttributeResponseBodyPublicIpAddress } from "./DescribeInstanceAttributeResponseBodyPublicIpAddress";
|
|
8
9
|
import { DescribeInstanceAttributeResponseBodySecurityGroupIds } from "./DescribeInstanceAttributeResponseBodySecurityGroupIds";
|
|
@@ -202,6 +203,7 @@ export class DescribeInstanceAttributeResponseBody extends $dara.Model {
|
|
|
202
203
|
* 16384
|
|
203
204
|
*/
|
|
204
205
|
memory?: number;
|
|
206
|
+
networkOptions?: DescribeInstanceAttributeResponseBodyNetworkOptions;
|
|
205
207
|
/**
|
|
206
208
|
* @remarks
|
|
207
209
|
* The reason why the instance was locked. Valid values:
|
|
@@ -321,6 +323,7 @@ export class DescribeInstanceAttributeResponseBody extends $dara.Model {
|
|
|
321
323
|
internetMaxBandwidthOut: 'InternetMaxBandwidthOut',
|
|
322
324
|
ioOptimized: 'IoOptimized',
|
|
323
325
|
memory: 'Memory',
|
|
326
|
+
networkOptions: 'NetworkOptions',
|
|
324
327
|
operationLocks: 'OperationLocks',
|
|
325
328
|
publicIpAddress: 'PublicIpAddress',
|
|
326
329
|
regionId: 'RegionId',
|
|
@@ -360,6 +363,7 @@ export class DescribeInstanceAttributeResponseBody extends $dara.Model {
|
|
|
360
363
|
internetMaxBandwidthOut: 'number',
|
|
361
364
|
ioOptimized: 'string',
|
|
362
365
|
memory: 'number',
|
|
366
|
+
networkOptions: DescribeInstanceAttributeResponseBodyNetworkOptions,
|
|
363
367
|
operationLocks: DescribeInstanceAttributeResponseBodyOperationLocks,
|
|
364
368
|
publicIpAddress: DescribeInstanceAttributeResponseBodyPublicIpAddress,
|
|
365
369
|
regionId: 'string',
|
|
@@ -384,6 +388,9 @@ export class DescribeInstanceAttributeResponseBody extends $dara.Model {
|
|
|
384
388
|
if(this.innerIpAddress && typeof (this.innerIpAddress as any).validate === 'function') {
|
|
385
389
|
(this.innerIpAddress as any).validate();
|
|
386
390
|
}
|
|
391
|
+
if(this.networkOptions && typeof (this.networkOptions as any).validate === 'function') {
|
|
392
|
+
(this.networkOptions as any).validate();
|
|
393
|
+
}
|
|
387
394
|
if(this.operationLocks && typeof (this.operationLocks as any).validate === 'function') {
|
|
388
395
|
(this.operationLocks as any).validate();
|
|
389
396
|
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class DescribeInstanceAttributeResponseBodyNetworkOptions extends $dara.Model {
|
|
6
|
+
enableJumboFrame?: boolean;
|
|
7
|
+
enableNetworkEncryption?: boolean;
|
|
8
|
+
static names(): { [key: string]: string } {
|
|
9
|
+
return {
|
|
10
|
+
enableJumboFrame: 'EnableJumboFrame',
|
|
11
|
+
enableNetworkEncryption: 'EnableNetworkEncryption',
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
static types(): { [key: string]: any } {
|
|
16
|
+
return {
|
|
17
|
+
enableJumboFrame: 'boolean',
|
|
18
|
+
enableNetworkEncryption: 'boolean',
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
validate() {
|
|
23
|
+
super.validate();
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
constructor(map?: { [key: string]: any }) {
|
|
27
|
+
super(map);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
@@ -75,6 +75,13 @@ export class DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSets
|
|
|
75
75
|
* false
|
|
76
76
|
*/
|
|
77
77
|
encrypted?: string;
|
|
78
|
+
/**
|
|
79
|
+
* @remarks
|
|
80
|
+
* The ID of the KMS key used for the data disk.
|
|
81
|
+
*
|
|
82
|
+
* @example
|
|
83
|
+
* 0e478b7a-4262-4802-b8cb-00d3fb40****
|
|
84
|
+
*/
|
|
78
85
|
KMSKeyId?: string;
|
|
79
86
|
/**
|
|
80
87
|
* @remarks
|
package/src/models/DescribeNetworkInterfacesResponseBodyNetworkInterfaceSetsNetworkInterfaceSet.ts
CHANGED
|
@@ -183,7 +183,14 @@ export class DescribeNetworkInterfacesResponseBodyNetworkInterfaceSetsNetworkInt
|
|
|
183
183
|
serviceManaged?: boolean;
|
|
184
184
|
/**
|
|
185
185
|
* @remarks
|
|
186
|
-
*
|
|
186
|
+
* Indicates whether the source and destination IP address check feature is enabled. To improve network security, enable this feature. Valid values:
|
|
187
|
+
*
|
|
188
|
+
* * true
|
|
189
|
+
* * false
|
|
190
|
+
*
|
|
191
|
+
* Default value: false.
|
|
192
|
+
*
|
|
193
|
+
* > Before you use this parameter, read [Source and destination IP address check](https://help.aliyun.com/document_detail/2863210.html).
|
|
187
194
|
*
|
|
188
195
|
* @example
|
|
189
196
|
* false
|
|
@@ -65,9 +65,20 @@ export class DescribePrefixListsRequest extends $dara.Model {
|
|
|
65
65
|
* cn-chengdu
|
|
66
66
|
*/
|
|
67
67
|
regionId?: string;
|
|
68
|
+
/**
|
|
69
|
+
* @remarks
|
|
70
|
+
* The ID of the resource group to which the prefix list belongs.
|
|
71
|
+
*
|
|
72
|
+
* @example
|
|
73
|
+
* rg-bp67acfmxazb4p****
|
|
74
|
+
*/
|
|
68
75
|
resourceGroupId?: string;
|
|
69
76
|
resourceOwnerAccount?: string;
|
|
70
77
|
resourceOwnerId?: number;
|
|
78
|
+
/**
|
|
79
|
+
* @remarks
|
|
80
|
+
* The tags of the prefix list.
|
|
81
|
+
*/
|
|
71
82
|
tag?: DescribePrefixListsRequestTag[];
|
|
72
83
|
static names(): { [key: string]: string } {
|
|
73
84
|
return {
|
|
@@ -3,7 +3,23 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class DescribePrefixListsRequestTag extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The key of tag N of the prefix list. Valid values of N: 1 to 20. The tag key cannot be an empty string. The tag key can be up to 128 characters in length. It cannot start with aliyun or acs: and cannot contain `http:// or https://`.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* TestKey
|
|
12
|
+
*/
|
|
6
13
|
key?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* The value of tag N of the prefix list. Valid values of N: 1 to 20. The tag value can be an empty string.
|
|
17
|
+
*
|
|
18
|
+
* The tag value can be up to 128 characters in length and cannot contain `http:// or https://`.
|
|
19
|
+
*
|
|
20
|
+
* @example
|
|
21
|
+
* TestValue
|
|
22
|
+
*/
|
|
7
23
|
value?: string;
|
|
8
24
|
static names(): { [key: string]: string } {
|
|
9
25
|
return {
|
|
@@ -63,7 +63,18 @@ export class DescribePrefixListsResponseBodyPrefixListsPrefixList extends $dara.
|
|
|
63
63
|
* PrefixListNameSample
|
|
64
64
|
*/
|
|
65
65
|
prefixListName?: string;
|
|
66
|
+
/**
|
|
67
|
+
* @remarks
|
|
68
|
+
* The ID of the resource group to which the prefix list belongs.
|
|
69
|
+
*
|
|
70
|
+
* @example
|
|
71
|
+
* rg-bp67acfmxazb4p****
|
|
72
|
+
*/
|
|
66
73
|
resourceGroupId?: string;
|
|
74
|
+
/**
|
|
75
|
+
* @remarks
|
|
76
|
+
* The tags of the prefix list.
|
|
77
|
+
*/
|
|
67
78
|
tags?: DescribePrefixListsResponseBodyPrefixListsPrefixListTags;
|
|
68
79
|
static names(): { [key: string]: string } {
|
|
69
80
|
return {
|
|
@@ -3,7 +3,23 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class DescribePrefixListsResponseBodyPrefixListsPrefixListTagsTag extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The tag value. A prefix list can have 1 to 20 tags. The tag value can be an empty string.
|
|
9
|
+
*
|
|
10
|
+
* The tag value can be up to 128 characters in length and cannot contain `http:// or https://`.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* TestValue
|
|
14
|
+
*/
|
|
6
15
|
tagKey?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @remarks
|
|
18
|
+
* The tag key. A prefix list can have 1 to 20 tags. The tag key cannot be an empty string. The tag key can be up to 128 characters in length and cannot start with `acs:` or `aliyun`. It cannot contain `http://` or `https://`.
|
|
19
|
+
*
|
|
20
|
+
* @example
|
|
21
|
+
* TestKey
|
|
22
|
+
*/
|
|
7
23
|
tagValue?: string;
|
|
8
24
|
static names(): { [key: string]: string } {
|
|
9
25
|
return {
|
|
@@ -35,7 +35,7 @@ export class DescribeSnapshotLinksRequest extends $dara.Model {
|
|
|
35
35
|
pageNumber?: number;
|
|
36
36
|
/**
|
|
37
37
|
* @remarks
|
|
38
|
-
* The number of entries
|
|
38
|
+
* The number of entries per page. Valid values: 1 to 100.
|
|
39
39
|
*
|
|
40
40
|
* Default value: 10.
|
|
41
41
|
*
|
|
@@ -110,7 +110,14 @@ export class ModifyNetworkInterfaceAttributeRequest extends $dara.Model {
|
|
|
110
110
|
securityGroupId?: string[];
|
|
111
111
|
/**
|
|
112
112
|
* @remarks
|
|
113
|
-
*
|
|
113
|
+
* Source and destination IP address check We recommend that you enable the feature to improve network security. Valid value:
|
|
114
|
+
*
|
|
115
|
+
* * true
|
|
116
|
+
* * false
|
|
117
|
+
*
|
|
118
|
+
* Default value: false.
|
|
119
|
+
*
|
|
120
|
+
* > This feature is available only in some regions. Before you use this method, read [Source and destination IP address check](https://help.aliyun.com/document_detail/2863210.html).
|
|
114
121
|
*
|
|
115
122
|
* @example
|
|
116
123
|
* false
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class ModifyNetworkInterfaceAttributeRequestEnhancedNetwork extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* >This parameter is
|
|
8
|
+
* > This parameter is not publicly available.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* false
|
|
@@ -15,7 +15,7 @@ export class RunInstancesRequestDataDisk extends $dara.Model {
|
|
|
15
15
|
* @remarks
|
|
16
16
|
* Specifies whether to enable the performance burst feature for data disk N. Valid values:
|
|
17
17
|
*
|
|
18
|
-
* * true: enables the performance burst feature for the
|
|
18
|
+
* * true: enables the performance burst feature for the system disk.
|
|
19
19
|
* * false: disables the performance burst feature for the data disk.
|
|
20
20
|
*
|
|
21
21
|
* > This parameter is available only if you set DataDisk.N.Category to cloud_auto. For more information, see [ESSD AutoPL disks](https://help.aliyun.com/document_detail/368372.html).
|
|
@@ -28,7 +28,7 @@ export class RunInstancesRequestDataDisk extends $dara.Model {
|
|
|
28
28
|
* @remarks
|
|
29
29
|
* The category of data disk N. Valid values:
|
|
30
30
|
*
|
|
31
|
-
* * cloud_efficiency:
|
|
31
|
+
* * cloud_efficiency: utra disk.
|
|
32
32
|
*
|
|
33
33
|
* * cloud_ssd: standard SSD.
|
|
34
34
|
*
|
|
@@ -38,6 +38,8 @@ export class RunInstancesRequestDataDisk extends $dara.Model {
|
|
|
38
38
|
*
|
|
39
39
|
* * cloud_auto: ESSD AutoPL disk.
|
|
40
40
|
*
|
|
41
|
+
* * cloud_regional_disk_auto: Regional ESSD.
|
|
42
|
+
*
|
|
41
43
|
* * cloud_essd_entry: ESSD Entry disk.
|
|
42
44
|
*
|
|
43
45
|
* **
|
|
@@ -46,7 +48,7 @@ export class RunInstancesRequestDataDisk extends $dara.Model {
|
|
|
46
48
|
*
|
|
47
49
|
* * elastic_ephemeral_disk_standard: standard elastic ephemeral disk.
|
|
48
50
|
*
|
|
49
|
-
* * elastic_ephemeral_disk_premium: premium elastic ephemeral disk
|
|
51
|
+
* * elastic_ephemeral_disk_premium: premium elastic ephemeral disk
|
|
50
52
|
*
|
|
51
53
|
* For I/O optimized instances, the default value is cloud_efficiency. For non-I/O optimized instances, the default value is cloud.
|
|
52
54
|
*
|
|
@@ -82,7 +84,11 @@ export class RunInstancesRequestDataDisk extends $dara.Model {
|
|
|
82
84
|
* * 1st to 25th data disks: /dev/xvd`[b-z]`.
|
|
83
85
|
* * From the 26th data disk on: /dev/xvd`[aa-zz]`. For example, the 26th data disk is named /dev/xvdaa, the 27th data disk is named /dev/xvdab, and so on.
|
|
84
86
|
*
|
|
85
|
-
* >
|
|
87
|
+
* >
|
|
88
|
+
*
|
|
89
|
+
* * This parameter is applicable to scenarios in which a full image is used to create instances. A full image is an image that contains an operating system, application software, and business data. For these scenarios, you can set this parameter to the mount point of data disk N in the full image and modify `DataDisk.N.Size` and `DataDisk.N.Category` to change the category and size of data disk N created based on the image.
|
|
90
|
+
*
|
|
91
|
+
* * When you use a full image to create an ECS instance, the data disks in the image are created as the first N data disks of the instance.
|
|
86
92
|
*
|
|
87
93
|
* @example
|
|
88
94
|
* /dev/xvdb
|
|
@@ -121,7 +127,7 @@ export class RunInstancesRequestDataDisk extends $dara.Model {
|
|
|
121
127
|
encrypted?: string;
|
|
122
128
|
/**
|
|
123
129
|
* @remarks
|
|
124
|
-
* The ID of the
|
|
130
|
+
* The ID of the KMS key used for the data disk.
|
|
125
131
|
*
|
|
126
132
|
* @example
|
|
127
133
|
* 0e478b7a-4262-4802-b8cb-00d3fb40****
|
|
@@ -131,10 +137,10 @@ export class RunInstancesRequestDataDisk extends $dara.Model {
|
|
|
131
137
|
* @remarks
|
|
132
138
|
* The performance level of the ESSD to use as data disk N. The value of N must be the same as that in `DataDisk.N.Category` when DataDisk.N.Category is set to cloud_essd. Valid values:
|
|
133
139
|
*
|
|
134
|
-
* * PL0: A single ESSD can deliver up to
|
|
135
|
-
* * PL1 (default): A single ESSD can deliver up to
|
|
136
|
-
* * PL2: A single ESSD can deliver up to
|
|
137
|
-
* * PL3: A single ESSD can deliver up to
|
|
140
|
+
* * PL0: A single ESSD can deliver up to 10000 random read/write IOPS.
|
|
141
|
+
* * PL1 (default): A single ESSD can deliver up to 50000 random read/write IOPS.
|
|
142
|
+
* * PL2: A single ESSD can deliver up to 100000 random read/write IOPS.
|
|
143
|
+
* * PL3: A single ESSD can deliver up to 1000000 random read/write IOPS.
|
|
138
144
|
*
|
|
139
145
|
* For information about ESSD performance levels, see [ESSDs](https://help.aliyun.com/document_detail/122389.html).
|
|
140
146
|
*
|
|
@@ -185,7 +191,7 @@ export class RunInstancesRequestDataDisk extends $dara.Model {
|
|
|
185
191
|
* @remarks
|
|
186
192
|
* The ID of the snapshot to use to create data disk N. Valid values of N: 1 to 16.
|
|
187
193
|
*
|
|
188
|
-
* When `DataDisk.N.SnapshotId` is specified, `DataDisk.N.Size` is ignored. The data disk is created with the size of the specified snapshot. Use snapshots created after July 15, 2013. Otherwise, an error is returned and your request is rejected.
|
|
194
|
+
* When `DataDisk.N.SnapshotId` is specified, `DataDisk.N.Size` is ignored. The data disk is created with the size of the specified snapshot. Use snapshots created on or after July 15, 2013. Otherwise, an error is returned and your request is rejected.
|
|
189
195
|
*
|
|
190
196
|
* @example
|
|
191
197
|
* s-bp17441ohwka0yuh****
|
package/src/models/model.ts
CHANGED
|
@@ -370,6 +370,7 @@ export { DescribeInstanceAttachmentAttributesResponseBodyInstances } from './Des
|
|
|
370
370
|
export { DescribeInstanceAttributeResponseBodyDedicatedHostAttribute } from './DescribeInstanceAttributeResponseBodyDedicatedHostAttribute';
|
|
371
371
|
export { DescribeInstanceAttributeResponseBodyEipAddress } from './DescribeInstanceAttributeResponseBodyEipAddress';
|
|
372
372
|
export { DescribeInstanceAttributeResponseBodyInnerIpAddress } from './DescribeInstanceAttributeResponseBodyInnerIpAddress';
|
|
373
|
+
export { DescribeInstanceAttributeResponseBodyNetworkOptions } from './DescribeInstanceAttributeResponseBodyNetworkOptions';
|
|
373
374
|
export { DescribeInstanceAttributeResponseBodyOperationLocksLockReason } from './DescribeInstanceAttributeResponseBodyOperationLocksLockReason';
|
|
374
375
|
export { DescribeInstanceAttributeResponseBodyOperationLocks } from './DescribeInstanceAttributeResponseBodyOperationLocks';
|
|
375
376
|
export { DescribeInstanceAttributeResponseBodyPublicIpAddress } from './DescribeInstanceAttributeResponseBodyPublicIpAddress';
|