@alicloud/ecs20140526 7.9.0 → 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 +302 -298
- package/dist/client.js +305 -298
- 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 +55 -80
- package/dist/models/CloneDisksRequest.js.map +1 -1
- package/dist/models/CloneDisksResponseBody.d.ts +2 -2
- package/dist/models/CopySnapshotRequest.d.ts +17 -18
- package/dist/models/CopySnapshotRequest.js.map +1 -1
- package/dist/models/CreateAutoProvisioningGroupRequest.d.ts +286 -380
- package/dist/models/CreateAutoProvisioningGroupRequest.js.map +1 -1
- package/dist/models/CreateAutoProvisioningGroupShrinkRequest.d.ts +282 -375
- package/dist/models/CreateAutoProvisioningGroupShrinkRequest.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/CreateImageRequest.d.ts +43 -88
- package/dist/models/CreateImageRequest.js.map +1 -1
- package/dist/models/CreateImageResponseBody.d.ts +2 -2
- package/dist/models/CreateLaunchTemplateRequest.d.ts +235 -278
- package/dist/models/CreateLaunchTemplateRequest.js.map +1 -1
- package/dist/models/CreateLaunchTemplateResponseBody.d.ts +3 -3
- 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/CreateVswitchRequest.d.ts +0 -29
- package/dist/models/CreateVswitchRequest.js.map +1 -1
- package/dist/models/CreateVswitchResponseBody.d.ts +0 -8
- package/dist/models/CreateVswitchResponseBody.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 +61 -88
- package/dist/models/DescribeImagesRequest.js +2 -0
- package/dist/models/DescribeImagesRequest.js.map +1 -1
- package/dist/models/DescribeImagesResponseBody.d.ts +6 -5
- package/dist/models/DescribeImagesResponseBody.js +2 -0
- package/dist/models/DescribeImagesResponseBody.js.map +1 -1
- package/dist/models/DescribeRecommendInstanceTypeRequest.d.ts +4 -4
- 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/dist/models/RenewElasticityAssurancesRequest.d.ts +3 -3
- package/package.json +1 -1
- package/src/client.ts +306 -298
- 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 +55 -80
- package/src/models/CloneDisksResponseBody.ts +2 -2
- package/src/models/CopySnapshotRequest.ts +17 -18
- package/src/models/CreateAutoProvisioningGroupRequest.ts +287 -381
- package/src/models/CreateAutoProvisioningGroupShrinkRequest.ts +283 -376
- 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/CreateImageRequest.ts +43 -88
- package/src/models/CreateImageResponseBody.ts +2 -2
- package/src/models/CreateLaunchTemplateRequest.ts +235 -278
- package/src/models/CreateLaunchTemplateResponseBody.ts +3 -3
- package/src/models/CreateSnapshotGroupRequest.ts +23 -25
- package/src/models/CreateSnapshotRequest.ts +24 -29
- package/src/models/CreateVswitchRequest.ts +0 -29
- package/src/models/CreateVswitchResponseBody.ts +0 -8
- 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 +64 -89
- package/src/models/DescribeImagesResponseBody.ts +8 -5
- package/src/models/DescribeRecommendInstanceTypeRequest.ts +4 -4
- 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
- package/src/models/RenewElasticityAssurancesRequest.ts +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateLaunchTemplateRequest.js","sourceRoot":"","sources":["../../src/models/CreateLaunchTemplateRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,qCAAsC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CreateLaunchTemplateRequest.js","sourceRoot":"","sources":["../../src/models/CreateLaunchTemplateRequest.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class CreateLaunchTemplateResponseBody extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
* The
|
|
5
|
+
* The launch template ID.
|
|
6
6
|
*
|
|
7
7
|
* @example
|
|
8
8
|
* lt-m5eiaupmvm2op9d****
|
|
@@ -10,7 +10,7 @@ export declare class CreateLaunchTemplateResponseBody extends $dara.Model {
|
|
|
10
10
|
launchTemplateId?: string;
|
|
11
11
|
/**
|
|
12
12
|
* @remarks
|
|
13
|
-
* The version number
|
|
13
|
+
* The launch template version number.
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* 20
|
|
@@ -18,7 +18,7 @@ export declare class CreateLaunchTemplateResponseBody extends $dara.Model {
|
|
|
18
18
|
launchTemplateVersionNumber?: number;
|
|
19
19
|
/**
|
|
20
20
|
* @remarks
|
|
21
|
-
* The ID
|
|
21
|
+
* The request ID.
|
|
22
22
|
*
|
|
23
23
|
* @example
|
|
24
24
|
* 473469C7-AA6F-4DC5-B3DB-A3DC0DE3****
|
|
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class CreateSnapshotGroupRequestTag extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
* The
|
|
5
|
+
* The tag key of the snapshot-consistent group. 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 `aliyun` or `acs:`. The tag key cannot contain `http://` or `https://`.
|
|
6
6
|
*
|
|
7
7
|
* @example
|
|
8
8
|
* TestKey
|
|
@@ -10,7 +10,7 @@ export declare class CreateSnapshotGroupRequestTag extends $dara.Model {
|
|
|
10
10
|
key?: string;
|
|
11
11
|
/**
|
|
12
12
|
* @remarks
|
|
13
|
-
* The
|
|
13
|
+
* The tag value of the snapshot-consistent group. Valid values of N: 1 to 20. The tag value can be an empty string. The tag value can be up to 128 characters in length and cannot start with `acs:`. The tag value cannot contain `http://` or `https://`.
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* TestValue
|
|
@@ -30,7 +30,7 @@ export declare class CreateSnapshotGroupRequestTag extends $dara.Model {
|
|
|
30
30
|
export declare class CreateSnapshotGroupRequest extends $dara.Model {
|
|
31
31
|
/**
|
|
32
32
|
* @remarks
|
|
33
|
-
* The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but
|
|
33
|
+
* The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but make sure that the token is unique among different requests. The ClientToken value can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see [How to ensure idempotence](https://help.aliyun.com/document_detail/25693.html).
|
|
34
34
|
*
|
|
35
35
|
* @example
|
|
36
36
|
* 123e4567-e89b-12d3-a456-426655440000
|
|
@@ -38,7 +38,7 @@ export declare class CreateSnapshotGroupRequest extends $dara.Model {
|
|
|
38
38
|
clientToken?: string;
|
|
39
39
|
/**
|
|
40
40
|
* @remarks
|
|
41
|
-
* The description
|
|
41
|
+
* The description. The description must be 2 to 256 characters in length and cannot start with `http://` or `https://`.
|
|
42
42
|
*
|
|
43
43
|
* @example
|
|
44
44
|
* This is description.
|
|
@@ -46,22 +46,21 @@ export declare class CreateSnapshotGroupRequest extends $dara.Model {
|
|
|
46
46
|
description?: string;
|
|
47
47
|
/**
|
|
48
48
|
* @remarks
|
|
49
|
-
* The
|
|
49
|
+
* The ID of a disk for which you want to create a snapshot-consistent group. You can specify disk IDs across instances within the same zone. Valid values of N: 1 to 16. A snapshot-consistent group can contain up to 16 disks with a total capacity of up to 32 TiB.
|
|
50
50
|
*
|
|
51
|
-
* Take note of the following:
|
|
51
|
+
* Take note of the following items:
|
|
52
52
|
*
|
|
53
|
-
* -
|
|
54
|
-
*
|
|
55
|
-
* - If you specify `InstanceId`, you can specify the IDs of cloud disks that are attached only to the specified instance. You cannot specify the IDs of cloud disks that are attached to multiple instances.
|
|
53
|
+
* - This parameter cannot be specified together with `ExcludeDiskId.N`.
|
|
54
|
+
* - If you specify `InstanceId`, this parameter can only be set to disks attached to the specified instance and no longer supports specifying disk IDs across multiple instances.
|
|
56
55
|
*/
|
|
57
56
|
diskId?: string[];
|
|
58
57
|
/**
|
|
59
58
|
* @remarks
|
|
60
|
-
* The
|
|
59
|
+
* The ID of a disk in the instance for which you do not want to create a snapshot. After you specify this parameter, the snapshot-consistent group does not contain the snapshot of the specified disk. Valid values of N: 1 to 16.
|
|
61
60
|
*
|
|
62
|
-
*
|
|
61
|
+
* Default value: null, which indicates that snapshots are created for all disks in the instance.
|
|
63
62
|
*
|
|
64
|
-
* > This parameter cannot be
|
|
63
|
+
* > This parameter cannot be specified together with `DiskId.N`.
|
|
65
64
|
*
|
|
66
65
|
* @example
|
|
67
66
|
* d-j6cf7l0ewidb78lq****
|
|
@@ -77,15 +76,14 @@ export declare class CreateSnapshotGroupRequest extends $dara.Model {
|
|
|
77
76
|
instanceId?: string;
|
|
78
77
|
/**
|
|
79
78
|
* @remarks
|
|
80
|
-
* Specifies whether to enable
|
|
81
|
-
*
|
|
82
|
-
* - true
|
|
79
|
+
* Specifies whether to enable snapshot instant access. Valid values:
|
|
83
80
|
*
|
|
84
|
-
* -
|
|
81
|
+
* - true: enables snapshot instant access.
|
|
82
|
+
* - false: disables snapshot instant access.
|
|
85
83
|
*
|
|
86
84
|
* Default value: false.
|
|
87
85
|
*
|
|
88
|
-
* >
|
|
86
|
+
* >This parameter is deprecated. Standard snapshots of enterprise SSDs are upgraded to [instant access by default](https://help.aliyun.com/document_detail/193667.html). No additional configuration or fees are required.
|
|
89
87
|
*
|
|
90
88
|
* @example
|
|
91
89
|
* false
|
|
@@ -93,13 +91,13 @@ export declare class CreateSnapshotGroupRequest extends $dara.Model {
|
|
|
93
91
|
instantAccess?: boolean;
|
|
94
92
|
/**
|
|
95
93
|
* @remarks
|
|
96
|
-
* The number of days for which the instant access feature
|
|
94
|
+
* The number of days for which the snapshot instant access feature remains active. Unit: days. Valid values: 1 to 65535.
|
|
97
95
|
*
|
|
98
|
-
* This parameter takes effect only when `InstantAccess
|
|
96
|
+
* This parameter takes effect only when `InstantAccess=true`. The snapshot instant access feature is automatically shutdown when the specified duration expires.
|
|
99
97
|
*
|
|
100
|
-
*
|
|
98
|
+
* Default value: null, which indicates that the instant access duration is the same as the snapshot release period.
|
|
101
99
|
*
|
|
102
|
-
* >
|
|
100
|
+
* >This parameter is deprecated. Standard snapshots of enterprise SSDs are upgraded to [instant access by default](https://help.aliyun.com/document_detail/193667.html). No additional configuration or fees are required.
|
|
103
101
|
*
|
|
104
102
|
* @example
|
|
105
103
|
* 1
|
|
@@ -107,7 +105,7 @@ export declare class CreateSnapshotGroupRequest extends $dara.Model {
|
|
|
107
105
|
instantAccessRetentionDays?: number;
|
|
108
106
|
/**
|
|
109
107
|
* @remarks
|
|
110
|
-
* The name of the snapshot-consistent group. The name must be 2 to 128 characters in length. The name can contain
|
|
108
|
+
* The name of the snapshot-consistent group. The name must be 2 to 128 characters in length. It must start with a letter and cannot start with `http://` or `https://`. The name can contain digits, periods (.), underscores (_), hyphens (-), and colons (:).
|
|
111
109
|
*
|
|
112
110
|
* @example
|
|
113
111
|
* testName
|
|
@@ -117,7 +115,7 @@ export declare class CreateSnapshotGroupRequest extends $dara.Model {
|
|
|
117
115
|
ownerId?: number;
|
|
118
116
|
/**
|
|
119
117
|
* @remarks
|
|
120
|
-
* The region ID of the instance. You can call
|
|
118
|
+
* The region ID of the instance. You can call [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) to query the most recent region list.
|
|
121
119
|
*
|
|
122
120
|
* This parameter is required.
|
|
123
121
|
*
|
|
@@ -137,7 +135,7 @@ export declare class CreateSnapshotGroupRequest extends $dara.Model {
|
|
|
137
135
|
resourceOwnerId?: number;
|
|
138
136
|
/**
|
|
139
137
|
* @remarks
|
|
140
|
-
* >
|
|
138
|
+
* >This parameter is not publicly available.
|
|
141
139
|
*
|
|
142
140
|
* @example
|
|
143
141
|
* null
|
|
@@ -145,7 +143,7 @@ export declare class CreateSnapshotGroupRequest extends $dara.Model {
|
|
|
145
143
|
storageLocationArn?: string;
|
|
146
144
|
/**
|
|
147
145
|
* @remarks
|
|
148
|
-
* The
|
|
146
|
+
* The tags.
|
|
149
147
|
*/
|
|
150
148
|
tag?: CreateSnapshotGroupRequestTag[];
|
|
151
149
|
static names(): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateSnapshotGroupRequest.js","sourceRoot":"","sources":["../../src/models/CreateSnapshotGroupRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,6BAA8B,SAAQ,KAAK,CAAC,KAAK;IAiB5D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,GAAG,EAAE,KAAK;YACV,KAAK,EAAE,OAAO;SACf,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,GAAG,EAAE,QAAQ;YACb,KAAK,EAAE,QAAQ;SAChB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtCD,sEAsCC;AAED,MAAa,0BAA2B,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CreateSnapshotGroupRequest.js","sourceRoot":"","sources":["../../src/models/CreateSnapshotGroupRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,6BAA8B,SAAQ,KAAK,CAAC,KAAK;IAiB5D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,GAAG,EAAE,KAAK;YACV,KAAK,EAAE,OAAO;SACf,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,GAAG,EAAE,QAAQ;YACb,KAAK,EAAE,QAAQ;SAChB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtCD,sEAsCC;AAED,MAAa,0BAA2B,SAAQ,KAAK,CAAC,KAAK;IAuHzD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,aAAa;YAC1B,MAAM,EAAE,QAAQ;YAChB,aAAa,EAAE,eAAe;YAC9B,UAAU,EAAE,YAAY;YACxB,aAAa,EAAE,eAAe;YAC9B,0BAA0B,EAAE,4BAA4B;YACxD,IAAI,EAAE,MAAM;YACZ,YAAY,EAAE,cAAc;YAC5B,OAAO,EAAE,SAAS;YAClB,QAAQ,EAAE,UAAU;YACpB,eAAe,EAAE,iBAAiB;YAClC,oBAAoB,EAAE,sBAAsB;YAC5C,eAAe,EAAE,iBAAiB;YAClC,kBAAkB,EAAE,oBAAoB;YACxC,GAAG,EAAE,KAAK;SACX,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,WAAW,EAAE,QAAQ;YACrB,MAAM,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YACjD,aAAa,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YACxD,UAAU,EAAE,QAAQ;YACpB,aAAa,EAAE,SAAS;YACxB,0BAA0B,EAAE,QAAQ;YACpC,IAAI,EAAE,QAAQ;YACd,YAAY,EAAE,QAAQ;YACtB,OAAO,EAAE,QAAQ;YACjB,QAAQ,EAAE,QAAQ;YAClB,eAAe,EAAE,QAAQ;YACzB,oBAAoB,EAAE,QAAQ;YAC9B,eAAe,EAAE,QAAQ;YACzB,kBAAkB,EAAE,QAAQ;YAC5B,GAAG,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,6BAA6B,EAAE;SACpE,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;YAC9B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACzC,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,aAAa,CAAC,EAAE,CAAC;YACrC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QAChD,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC;YAC3B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;QACtC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAjLD,gEAiLC"}
|
|
@@ -2,9 +2,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class CreateSnapshotRequestTag extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
* The key of the tag.
|
|
6
|
-
*
|
|
7
|
-
* > This parameter is not recommended. For better compatibility, use the Key parameter instead.
|
|
5
|
+
* The tag key of the snapshot. 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 aliyun or acs:. The tag key cannot contain http:// or https://.
|
|
8
6
|
*
|
|
9
7
|
* @example
|
|
10
8
|
* TestKey
|
|
@@ -12,7 +10,7 @@ export declare class CreateSnapshotRequestTag extends $dara.Model {
|
|
|
12
10
|
key?: string;
|
|
13
11
|
/**
|
|
14
12
|
* @remarks
|
|
15
|
-
* The tag value.
|
|
13
|
+
* The tag value of the snapshot. Valid values of N: 1 to 20. The tag value can be an empty string. The tag value can be up to 128 characters in length and cannot contain http:// or https://.
|
|
16
14
|
*
|
|
17
15
|
* @example
|
|
18
16
|
* TestValue
|
|
@@ -32,13 +30,12 @@ export declare class CreateSnapshotRequestTag extends $dara.Model {
|
|
|
32
30
|
export declare class CreateSnapshotRequest extends $dara.Model {
|
|
33
31
|
/**
|
|
34
32
|
* @remarks
|
|
35
|
-
* The type
|
|
36
|
-
*
|
|
37
|
-
* - Standard: a standard snapshot.
|
|
33
|
+
* The snapshot type. Valid values:
|
|
38
34
|
*
|
|
39
|
-
* -
|
|
35
|
+
* - Standard: standard snapshot.
|
|
36
|
+
* - Flash: local snapshot.
|
|
40
37
|
*
|
|
41
|
-
* > This parameter
|
|
38
|
+
* > This parameter will be deprecated. Standard snapshots of enterprise SSDs have been upgraded to [instant access by default](https://help.aliyun.com/document_detail/193667.html). No additional configuration or fees are required. This applies to enterprise SSDs, ESSD AutoPL disks, ESSD Entry disks, and regional enterprise SSDs. Standard snapshots of standard SSDs are also active by default.
|
|
42
39
|
*
|
|
43
40
|
* @example
|
|
44
41
|
* Standard
|
|
@@ -46,7 +43,7 @@ export declare class CreateSnapshotRequest extends $dara.Model {
|
|
|
46
43
|
category?: string;
|
|
47
44
|
/**
|
|
48
45
|
* @remarks
|
|
49
|
-
*
|
|
46
|
+
* The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but make sure that the token is unique among different requests. The **ClientToken** value can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see [How to ensure idempotence](https://help.aliyun.com/document_detail/25693.html).
|
|
50
47
|
*
|
|
51
48
|
* @example
|
|
52
49
|
* 123e4567-e89b-12d3-a456-426655440000
|
|
@@ -54,9 +51,9 @@ export declare class CreateSnapshotRequest extends $dara.Model {
|
|
|
54
51
|
clientToken?: string;
|
|
55
52
|
/**
|
|
56
53
|
* @remarks
|
|
57
|
-
* The snapshot description must be 2 to 256 characters in length and cannot start with `http://` or `https://`.
|
|
54
|
+
* The description of the snapshot. The description must be 2 to 256 characters in length and cannot start with `http://` or `https://`.
|
|
58
55
|
*
|
|
59
|
-
*
|
|
56
|
+
* Default value: null.
|
|
60
57
|
*
|
|
61
58
|
* @example
|
|
62
59
|
* testDescription
|
|
@@ -64,7 +61,7 @@ export declare class CreateSnapshotRequest extends $dara.Model {
|
|
|
64
61
|
description?: string;
|
|
65
62
|
/**
|
|
66
63
|
* @remarks
|
|
67
|
-
* The ID
|
|
64
|
+
* The disk ID.
|
|
68
65
|
*
|
|
69
66
|
* This parameter is required.
|
|
70
67
|
*
|
|
@@ -74,15 +71,13 @@ export declare class CreateSnapshotRequest extends $dara.Model {
|
|
|
74
71
|
diskId?: string;
|
|
75
72
|
/**
|
|
76
73
|
* @remarks
|
|
77
|
-
* Specifies whether to enable the
|
|
78
|
-
*
|
|
79
|
-
* -
|
|
80
|
-
*
|
|
81
|
-
* - false: Disables the Instant Access feature. A standard snapshot is created.
|
|
74
|
+
* Specifies whether to enable the snapshot instant access feature. Valid values:
|
|
75
|
+
* - true: enables the feature. Only enterprise SSDs support this feature.
|
|
76
|
+
* - false: shutdown. A standard snapshot is created.
|
|
82
77
|
*
|
|
83
78
|
* Default value: false.
|
|
84
79
|
*
|
|
85
|
-
* > This parameter is deprecated.
|
|
80
|
+
* > This parameter is deprecated. Standard snapshots of enterprise SSDs have been upgraded to [instant access by default](https://help.aliyun.com/document_detail/193667.html). No additional configuration or fees are required. This applies to enterprise SSDs, ESSD AutoPL disks, ESSD Entry disks, and regional enterprise SSDs. Standard snapshots of standard SSDs are also active by default.
|
|
86
81
|
*
|
|
87
82
|
* @example
|
|
88
83
|
* false
|
|
@@ -90,11 +85,11 @@ export declare class CreateSnapshotRequest extends $dara.Model {
|
|
|
90
85
|
instantAccess?: boolean;
|
|
91
86
|
/**
|
|
92
87
|
* @remarks
|
|
93
|
-
*
|
|
88
|
+
* Settings for the retention period of the snapshot instant access feature. After the retention period expires, the snapshot is subject to automatic release. This parameter takes effect only when `InstantAccess=true`. Unit: days. Valid values: 1 to 65535.
|
|
94
89
|
*
|
|
95
|
-
*
|
|
90
|
+
* Default value: the same as the value of the `RetentionDays` parameter.
|
|
96
91
|
*
|
|
97
|
-
* > This parameter is deprecated.
|
|
92
|
+
* > This parameter is deprecated. Standard snapshots of enterprise SSDs have been upgraded to [instant access by default](https://help.aliyun.com/document_detail/193667.html). No additional configuration or fees are required. This applies to enterprise SSDs, ESSD AutoPL disks, ESSD Entry disks, and regional enterprise SSDs. Standard snapshots of standard SSDs are also active by default.
|
|
98
93
|
*
|
|
99
94
|
* @example
|
|
100
95
|
* 1
|
|
@@ -104,7 +99,7 @@ export declare class CreateSnapshotRequest extends $dara.Model {
|
|
|
104
99
|
ownerId?: number;
|
|
105
100
|
/**
|
|
106
101
|
* @remarks
|
|
107
|
-
* The ID of the
|
|
102
|
+
* The ID of the resource group to which the snapshot belongs.
|
|
108
103
|
*
|
|
109
104
|
* @example
|
|
110
105
|
* rg-bp67acfmxazb4p****
|
|
@@ -114,9 +109,9 @@ export declare class CreateSnapshotRequest extends $dara.Model {
|
|
|
114
109
|
resourceOwnerId?: number;
|
|
115
110
|
/**
|
|
116
111
|
* @remarks
|
|
117
|
-
*
|
|
112
|
+
* Settings for the retention period of the snapshot. Unit: days. Valid values: 1 to 65536. The snapshot is subject to automatic release when the retention period expires.
|
|
118
113
|
*
|
|
119
|
-
*
|
|
114
|
+
* Default value: null, which indicates that the snapshot is not subject to automatic release.
|
|
120
115
|
*
|
|
121
116
|
* @example
|
|
122
117
|
* 30
|
|
@@ -124,9 +119,9 @@ export declare class CreateSnapshotRequest extends $dara.Model {
|
|
|
124
119
|
retentionDays?: number;
|
|
125
120
|
/**
|
|
126
121
|
* @remarks
|
|
127
|
-
* The snapshot name must be 2 to 128 characters
|
|
122
|
+
* The name of the snapshot. The name must be 2 to 128 characters in length. It must start with a letter and cannot start with `http://` or `https://`. The name can contain Unicode characters under the letter category (including letters in English and Chinese), ASCII digits (0-9), colons (:), underscores (_), periods (.), and hyphens (-).
|
|
128
123
|
*
|
|
129
|
-
* > The name cannot start with `
|
|
124
|
+
* > The name cannot start with `auto` to avoid conflicts with the names of automatic snapshots.
|
|
130
125
|
*
|
|
131
126
|
* @example
|
|
132
127
|
* testSnapshotName
|
|
@@ -134,7 +129,7 @@ export declare class CreateSnapshotRequest extends $dara.Model {
|
|
|
134
129
|
snapshotName?: string;
|
|
135
130
|
/**
|
|
136
131
|
* @remarks
|
|
137
|
-
* > This parameter is not available
|
|
132
|
+
* > This parameter is not publicly available.
|
|
138
133
|
*
|
|
139
134
|
* @example
|
|
140
135
|
* null
|
|
@@ -142,7 +137,7 @@ export declare class CreateSnapshotRequest extends $dara.Model {
|
|
|
142
137
|
storageLocationArn?: string;
|
|
143
138
|
/**
|
|
144
139
|
* @remarks
|
|
145
|
-
* The tags
|
|
140
|
+
* The tags.
|
|
146
141
|
*/
|
|
147
142
|
tag?: CreateSnapshotRequestTag[];
|
|
148
143
|
static names(): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateSnapshotRequest.js","sourceRoot":"","sources":["../../src/models/CreateSnapshotRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,wBAAyB,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CreateSnapshotRequest.js","sourceRoot":"","sources":["../../src/models/CreateSnapshotRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,wBAAyB,SAAQ,KAAK,CAAC,KAAK;IAiBvD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,GAAG,EAAE,KAAK;YACV,KAAK,EAAE,OAAO;SACf,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,GAAG,EAAE,QAAQ;YACb,KAAK,EAAE,QAAQ;SAChB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtCD,4DAsCC;AAED,MAAa,qBAAsB,SAAQ,KAAK,CAAC,KAAK;IAiHpD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,UAAU;YACpB,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,aAAa;YAC1B,MAAM,EAAE,QAAQ;YAChB,aAAa,EAAE,eAAe;YAC9B,0BAA0B,EAAE,4BAA4B;YACxD,YAAY,EAAE,cAAc;YAC5B,OAAO,EAAE,SAAS;YAClB,eAAe,EAAE,iBAAiB;YAClC,oBAAoB,EAAE,sBAAsB;YAC5C,eAAe,EAAE,iBAAiB;YAClC,aAAa,EAAE,eAAe;YAC9B,YAAY,EAAE,cAAc;YAC5B,kBAAkB,EAAE,oBAAoB;YACxC,GAAG,EAAE,KAAK;SACX,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,QAAQ;YAClB,WAAW,EAAE,QAAQ;YACrB,WAAW,EAAE,QAAQ;YACrB,MAAM,EAAE,QAAQ;YAChB,aAAa,EAAE,SAAS;YACxB,0BAA0B,EAAE,QAAQ;YACpC,YAAY,EAAE,QAAQ;YACtB,OAAO,EAAE,QAAQ;YACjB,eAAe,EAAE,QAAQ;YACzB,oBAAoB,EAAE,QAAQ;YAC9B,eAAe,EAAE,QAAQ;YACzB,aAAa,EAAE,QAAQ;YACvB,YAAY,EAAE,QAAQ;YACtB,kBAAkB,EAAE,QAAQ;YAC5B,GAAG,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,wBAAwB,EAAE;SAC/D,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC;YAC3B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;QACtC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAnKD,sDAmKC"}
|
|
@@ -2,53 +2,24 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class CreateVSwitchRequest extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
* The CIDR block for the vSwitch.\\
|
|
6
|
-
* It must be a subnet of the VPC\\"s CIDR block and must not overlap with the CIDR blocks of other vSwitches in the same VPC.\\
|
|
7
|
-
*
|
|
8
5
|
* This parameter is required.
|
|
9
6
|
*/
|
|
10
7
|
cidrBlock?: string;
|
|
11
|
-
/**
|
|
12
|
-
* @remarks
|
|
13
|
-
* A client token to ensure the idempotence of the request. The token must be unique across requests, contain only ASCII characters, and not exceed 64 characters in length.
|
|
14
|
-
*/
|
|
15
8
|
clientToken?: string;
|
|
16
|
-
/**
|
|
17
|
-
* @remarks
|
|
18
|
-
* The description for the vSwitch.\\
|
|
19
|
-
* It must be 2 to 256 characters long and must not start with `http://` or `https://`.\\
|
|
20
|
-
*/
|
|
21
9
|
description?: string;
|
|
22
10
|
ownerAccount?: string;
|
|
23
11
|
ownerId?: number;
|
|
24
|
-
/**
|
|
25
|
-
* @remarks
|
|
26
|
-
* The ID of the region in which to create the vSwitch.\\
|
|
27
|
-
* Call the `DescribeRegions` operation to get a list of available regions.\\
|
|
28
|
-
*/
|
|
29
12
|
regionId?: string;
|
|
30
13
|
resourceOwnerAccount?: string;
|
|
31
14
|
resourceOwnerId?: number;
|
|
32
|
-
/**
|
|
33
|
-
* @remarks
|
|
34
|
-
* The name for the vSwitch.\\
|
|
35
|
-
* The name must be 2 to 128 characters long, start with a letter, and contain only letters, digits, underscores (_), and hyphens (-).\\
|
|
36
|
-
* If unspecified, the name defaults to the vSwitch ID.\\
|
|
37
|
-
* \\
|
|
38
|
-
*/
|
|
39
15
|
vSwitchName?: string;
|
|
40
16
|
/**
|
|
41
17
|
* @remarks
|
|
42
|
-
* The ID of the VPC in which to create the vSwitch.
|
|
43
|
-
*
|
|
44
18
|
* This parameter is required.
|
|
45
19
|
*/
|
|
46
20
|
vpcId?: string;
|
|
47
21
|
/**
|
|
48
22
|
* @remarks
|
|
49
|
-
* The ID of the zone in which to create the vSwitch.\\
|
|
50
|
-
* Call the `DescribeZones` operation to get a list of available zones.\\
|
|
51
|
-
*
|
|
52
23
|
* This parameter is required.
|
|
53
24
|
*/
|
|
54
25
|
zoneId?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateVswitchRequest.js","sourceRoot":"","sources":["../../src/models/CreateVswitchRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,oBAAqB,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CreateVswitchRequest.js","sourceRoot":"","sources":["../../src/models/CreateVswitchRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,oBAAqB,SAAQ,KAAK,CAAC,KAAK;IAwBnD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,aAAa;YAC1B,YAAY,EAAE,cAAc;YAC5B,OAAO,EAAE,SAAS;YAClB,QAAQ,EAAE,UAAU;YACpB,oBAAoB,EAAE,sBAAsB;YAC5C,eAAe,EAAE,iBAAiB;YAClC,WAAW,EAAE,aAAa;YAC1B,KAAK,EAAE,OAAO;YACd,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;YACnB,WAAW,EAAE,QAAQ;YACrB,WAAW,EAAE,QAAQ;YACrB,YAAY,EAAE,QAAQ;YACtB,OAAO,EAAE,QAAQ;YACjB,QAAQ,EAAE,QAAQ;YAClB,oBAAoB,EAAE,QAAQ;YAC9B,eAAe,EAAE,QAAQ;YACzB,WAAW,EAAE,QAAQ;YACrB,KAAK,EAAE,QAAQ;YACf,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA/DD,oDA+DC"}
|
|
@@ -1,14 +1,6 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class CreateVSwitchResponseBody extends $dara.Model {
|
|
3
|
-
/**
|
|
4
|
-
* @remarks
|
|
5
|
-
* The ID of the request.
|
|
6
|
-
*/
|
|
7
3
|
requestId?: string;
|
|
8
|
-
/**
|
|
9
|
-
* @remarks
|
|
10
|
-
* The ID of the created VSwitch.
|
|
11
|
-
*/
|
|
12
4
|
vSwitchId?: string;
|
|
13
5
|
static names(): {
|
|
14
6
|
[key: string]: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateVswitchResponseBody.js","sourceRoot":"","sources":["../../src/models/CreateVswitchResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,yBAA0B,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CreateVswitchResponseBody.js","sourceRoot":"","sources":["../../src/models/CreateVswitchResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,yBAA0B,SAAQ,KAAK,CAAC,KAAK;IAGxD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;YACnB,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAxBD,8DAwBC"}
|
|
@@ -4,7 +4,7 @@ export declare class DeleteSnapshotGroupRequest extends $dara.Model {
|
|
|
4
4
|
ownerId?: number;
|
|
5
5
|
/**
|
|
6
6
|
* @remarks
|
|
7
|
-
* The region ID of the snapshot-consistent group. You can call
|
|
7
|
+
* The region ID of the snapshot-consistent group. You can call [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) to query the most recent region list.
|
|
8
8
|
*
|
|
9
9
|
* This parameter is required.
|
|
10
10
|
*
|
|
@@ -16,7 +16,7 @@ export declare class DeleteSnapshotGroupRequest extends $dara.Model {
|
|
|
16
16
|
resourceOwnerId?: number;
|
|
17
17
|
/**
|
|
18
18
|
* @remarks
|
|
19
|
-
* The ID of the snapshot-consistent group. You can call
|
|
19
|
+
* The ID of the snapshot-consistent group. You can call [DescribeSnapshotGroups](https://help.aliyun.com/document_detail/210940.html) to query snapshot-consistent group IDs.
|
|
20
20
|
*
|
|
21
21
|
* This parameter is required.
|
|
22
22
|
*
|
|
@@ -59,7 +59,7 @@ export declare class DeleteSnapshotGroupResponseBody extends $dara.Model {
|
|
|
59
59
|
operationProgressSet?: DeleteSnapshotGroupResponseBodyOperationProgressSet;
|
|
60
60
|
/**
|
|
61
61
|
* @remarks
|
|
62
|
-
* The ID
|
|
62
|
+
* The request ID.
|
|
63
63
|
*
|
|
64
64
|
* @example
|
|
65
65
|
* 6EDE885A-FDC1-4FAE-BC44-6EACAEA6CC6E
|
|
@@ -4,9 +4,9 @@ export declare class DeleteSnapshotRequest extends $dara.Model {
|
|
|
4
4
|
* @remarks
|
|
5
5
|
* Specifies whether to force delete the snapshot that has been used to create cloud disks. Valid values:
|
|
6
6
|
*
|
|
7
|
-
* - true:
|
|
7
|
+
* - true: Force deletes the snapshot. After the snapshot is forcibly deleted, the cloud disk created from the snapshot cannot be reinitialized.
|
|
8
8
|
*
|
|
9
|
-
* - false:
|
|
9
|
+
* - false: Does not force delete the snapshot.
|
|
10
10
|
*
|
|
11
11
|
* Default value: false.
|
|
12
12
|
*
|
|
@@ -3,7 +3,7 @@ export declare class DescribeDiskDefaultKMSKeyIdRequest extends $dara.Model {
|
|
|
3
3
|
ownerId?: number;
|
|
4
4
|
/**
|
|
5
5
|
* @remarks
|
|
6
|
-
* The ID
|
|
6
|
+
* The region ID. You can call [DescribeRegions](https://help.aliyun.com/document_detail/2679950.html) to query the most recent region list.
|
|
7
7
|
*
|
|
8
8
|
* This parameter is required.
|
|
9
9
|
*
|
|
@@ -3,7 +3,7 @@ export declare class DescribeDiskEncryptionByDefaultStatusRequest extends $dara.
|
|
|
3
3
|
ownerId?: number;
|
|
4
4
|
/**
|
|
5
5
|
* @remarks
|
|
6
|
-
* The region ID. You can call
|
|
6
|
+
* The region ID. You can call [DescribeRegions](https://help.aliyun.com/document_detail/2679950.html) to query the most recent region list.
|
|
7
7
|
*
|
|
8
8
|
* This parameter is required.
|
|
9
9
|
*
|
|
@@ -2,11 +2,13 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class DescribeDiskEncryptionByDefaultStatusResponseBody extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
* Indicates whether account-level default encryption
|
|
5
|
+
* Indicates whether account-level default encryption is enabled for block storage.
|
|
6
6
|
*
|
|
7
|
-
*
|
|
7
|
+
* Valid values:
|
|
8
8
|
*
|
|
9
|
-
* -
|
|
9
|
+
* - true: Enabled.
|
|
10
|
+
*
|
|
11
|
+
* - false: Not enabled.
|
|
10
12
|
*
|
|
11
13
|
* Default value: false.
|
|
12
14
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeDiskEncryptionByDefaultStatusResponseBody.js","sourceRoot":"","sources":["../../src/models/DescribeDiskEncryptionByDefaultStatusResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,iDAAkD,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"DescribeDiskEncryptionByDefaultStatusResponseBody.js","sourceRoot":"","sources":["../../src/models/DescribeDiskEncryptionByDefaultStatusResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,iDAAkD,SAAQ,KAAK,CAAC,KAAK;IAyBhF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,SAAS;YACpB,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA9CD,8GA8CC"}
|