@alicloud/ecd20200930 4.25.5 → 5.0.0
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 +66 -103
- package/dist/client.js +104 -142
- package/dist/client.js.map +1 -1
- package/dist/models/CreateAndBindNasFileSystemRequest.d.ts +7 -19
- package/dist/models/CreateAndBindNasFileSystemRequest.js.map +1 -1
- package/dist/models/CreateDesktopsRequest.d.ts +106 -128
- package/dist/models/CreateDesktopsRequest.js +4 -0
- package/dist/models/CreateDesktopsRequest.js.map +1 -1
- package/dist/models/CreateDesktopsResponseBody.d.ts +2 -3
- package/dist/models/CreateDesktopsResponseBody.js.map +1 -1
- package/dist/models/CreateDesktopsShrinkRequest.d.ts +89 -99
- package/dist/models/CreateDesktopsShrinkRequest.js +4 -0
- package/dist/models/CreateDesktopsShrinkRequest.js.map +1 -1
- package/dist/models/CreateNetworkPackageRequest.d.ts +32 -25
- package/dist/models/CreateNetworkPackageRequest.js +27 -1
- package/dist/models/CreateNetworkPackageRequest.js.map +1 -1
- package/dist/models/CreateNetworkPackageResponseBody.d.ts +3 -3
- package/dist/models/DescribeCenterPolicyListRequest.d.ts +5 -4
- package/dist/models/DescribeCenterPolicyListRequest.js.map +1 -1
- package/dist/models/DescribeCenterPolicyListResponseBody.d.ts +85 -84
- package/dist/models/DescribeCenterPolicyListResponseBody.js +10 -0
- package/dist/models/DescribeCenterPolicyListResponseBody.js.map +1 -1
- package/dist/models/DescribeNetworkPackagesRequest.d.ts +22 -14
- package/dist/models/DescribeNetworkPackagesRequest.js +27 -1
- package/dist/models/DescribeNetworkPackagesRequest.js.map +1 -1
- package/dist/models/DescribeNetworkPackagesResponseBody.d.ts +36 -98
- package/dist/models/DescribeNetworkPackagesResponseBody.js +27 -1
- package/dist/models/DescribeNetworkPackagesResponseBody.js.map +1 -1
- package/dist/models/DescribeTemplatesRequest.d.ts +11 -11
- package/dist/models/DescribeTemplatesResponseBody.d.ts +45 -45
- package/dist/models/ListTagResourcesRequest.d.ts +7 -11
- package/dist/models/ListTagResourcesRequest.js.map +1 -1
- package/dist/models/ListTagResourcesResponseBody.d.ts +5 -9
- package/dist/models/ListTagResourcesResponseBody.js.map +1 -1
- package/dist/models/ModifyAutoSnapshotPolicyRequest.d.ts +11 -4
- package/dist/models/ModifyAutoSnapshotPolicyRequest.js.map +1 -1
- package/dist/models/SetDirectorySsoStatusRequest.d.ts +4 -6
- package/dist/models/SetDirectorySsoStatusRequest.js.map +1 -1
- package/dist/models/TagResourcesRequest.d.ts +6 -10
- package/dist/models/TagResourcesRequest.js.map +1 -1
- package/dist/models/UntagResourcesRequest.d.ts +2 -6
- package/dist/models/UntagResourcesRequest.js.map +1 -1
- package/dist/models/model.d.ts +3 -4
- package/dist/models/model.js +37 -39
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +108 -150
- package/src/models/CreateAndBindNasFileSystemRequest.ts +7 -19
- package/src/models/CreateDesktopsRequest.ts +110 -128
- package/src/models/CreateDesktopsResponseBody.ts +2 -3
- package/src/models/CreateDesktopsShrinkRequest.ts +93 -99
- package/src/models/CreateNetworkPackageRequest.ts +49 -25
- package/src/models/CreateNetworkPackageResponseBody.ts +3 -3
- package/src/models/DescribeCenterPolicyListRequest.ts +5 -4
- package/src/models/DescribeCenterPolicyListResponseBody.ts +95 -84
- package/src/models/DescribeNetworkPackagesRequest.ts +39 -14
- package/src/models/DescribeNetworkPackagesResponseBody.ts +53 -98
- package/src/models/DescribeTemplatesRequest.ts +11 -11
- package/src/models/DescribeTemplatesResponseBody.ts +45 -45
- package/src/models/ListTagResourcesRequest.ts +7 -11
- package/src/models/ListTagResourcesResponseBody.ts +5 -9
- package/src/models/ModifyAutoSnapshotPolicyRequest.ts +11 -4
- package/src/models/SetDirectorySsoStatusRequest.ts +4 -6
- package/src/models/TagResourcesRequest.ts +6 -10
- package/src/models/UntagResourcesRequest.ts +2 -6
- package/src/models/model.ts +3 -4
- package/dist/models/DescribeFlowStatisticRequest.d.ts +0 -76
- package/dist/models/DescribeFlowStatisticRequest.js +0 -68
- package/dist/models/DescribeFlowStatisticRequest.js.map +0 -1
- package/dist/models/DescribeFlowStatisticResponse.d.ts +0 -19
- package/dist/models/DescribeFlowStatisticResponse.js +0 -69
- package/dist/models/DescribeFlowStatisticResponse.js.map +0 -1
- package/dist/models/DescribeFlowStatisticResponseBody.d.ts +0 -78
- package/dist/models/DescribeFlowStatisticResponseBody.js +0 -90
- package/dist/models/DescribeFlowStatisticResponseBody.js.map +0 -1
- package/src/models/DescribeFlowStatisticRequest.ts +0 -99
- package/src/models/DescribeFlowStatisticResponse.ts +0 -40
- package/src/models/DescribeFlowStatisticResponseBody.ts +0 -114
|
@@ -2,16 +2,36 @@
|
|
|
2
2
|
import * as $dara from '@darabonba/typescript';
|
|
3
3
|
|
|
4
4
|
|
|
5
|
+
export class DescribeNetworkPackagesRequestTag extends $dara.Model {
|
|
6
|
+
key?: string;
|
|
7
|
+
value?: string;
|
|
8
|
+
static names(): { [key: string]: string } {
|
|
9
|
+
return {
|
|
10
|
+
key: 'Key',
|
|
11
|
+
value: 'Value',
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
static types(): { [key: string]: any } {
|
|
16
|
+
return {
|
|
17
|
+
key: 'string',
|
|
18
|
+
value: 'string',
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
validate() {
|
|
23
|
+
super.validate();
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
constructor(map?: { [key: string]: any }) {
|
|
27
|
+
super(map);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
5
31
|
export class DescribeNetworkPackagesRequest extends $dara.Model {
|
|
6
32
|
/**
|
|
7
33
|
* @remarks
|
|
8
|
-
* The
|
|
9
|
-
*
|
|
10
|
-
* Valid values:
|
|
11
|
-
*
|
|
12
|
-
* - PayByTraffic: charges by data transfer.
|
|
13
|
-
*
|
|
14
|
-
* - PayByBandwidth: charges by fixed bandwidth.
|
|
34
|
+
* The billing method of the pay-as-you-go premium Internet bandwidth plan.
|
|
15
35
|
*
|
|
16
36
|
* @example
|
|
17
37
|
* PayByBandwidth
|
|
@@ -19,11 +39,10 @@ export class DescribeNetworkPackagesRequest extends $dara.Model {
|
|
|
19
39
|
internetChargeType?: string;
|
|
20
40
|
/**
|
|
21
41
|
* @remarks
|
|
22
|
-
* The number of entries
|
|
23
|
-
*
|
|
24
|
-
* - Maximum value: 100
|
|
42
|
+
* The number of entries per page in a paged query.
|
|
25
43
|
*
|
|
26
|
-
* -
|
|
44
|
+
* - Maximum value: 100.
|
|
45
|
+
* - Default value: 10.
|
|
27
46
|
*
|
|
28
47
|
* @example
|
|
29
48
|
* 10
|
|
@@ -31,7 +50,7 @@ export class DescribeNetworkPackagesRequest extends $dara.Model {
|
|
|
31
50
|
maxResults?: number;
|
|
32
51
|
/**
|
|
33
52
|
* @remarks
|
|
34
|
-
* The
|
|
53
|
+
* The IDs of the premium Internet bandwidth plans. You can specify 1 to 100 IDs.
|
|
35
54
|
*
|
|
36
55
|
* @example
|
|
37
56
|
* np-amtp8e8q1o9e4****
|
|
@@ -39,7 +58,7 @@ export class DescribeNetworkPackagesRequest extends $dara.Model {
|
|
|
39
58
|
networkPackageId?: string[];
|
|
40
59
|
/**
|
|
41
60
|
* @remarks
|
|
42
|
-
* The token
|
|
61
|
+
* The token for the next query.
|
|
43
62
|
*
|
|
44
63
|
* @example
|
|
45
64
|
* caeba0bbb2be03f84eb48b699f0a4883
|
|
@@ -47,7 +66,7 @@ export class DescribeNetworkPackagesRequest extends $dara.Model {
|
|
|
47
66
|
nextToken?: string;
|
|
48
67
|
/**
|
|
49
68
|
* @remarks
|
|
50
|
-
* The region ID. You can call
|
|
69
|
+
* The region ID. You can call [DescribeRegions](https://help.aliyun.com/document_detail/196646.html) to query the regions supported by Elastic Desktop Service.
|
|
51
70
|
*
|
|
52
71
|
* This parameter is required.
|
|
53
72
|
*
|
|
@@ -55,6 +74,7 @@ export class DescribeNetworkPackagesRequest extends $dara.Model {
|
|
|
55
74
|
* cn-hangzhou
|
|
56
75
|
*/
|
|
57
76
|
regionId?: string;
|
|
77
|
+
tag?: DescribeNetworkPackagesRequestTag[];
|
|
58
78
|
static names(): { [key: string]: string } {
|
|
59
79
|
return {
|
|
60
80
|
internetChargeType: 'InternetChargeType',
|
|
@@ -62,6 +82,7 @@ export class DescribeNetworkPackagesRequest extends $dara.Model {
|
|
|
62
82
|
networkPackageId: 'NetworkPackageId',
|
|
63
83
|
nextToken: 'NextToken',
|
|
64
84
|
regionId: 'RegionId',
|
|
85
|
+
tag: 'Tag',
|
|
65
86
|
};
|
|
66
87
|
}
|
|
67
88
|
|
|
@@ -72,6 +93,7 @@ export class DescribeNetworkPackagesRequest extends $dara.Model {
|
|
|
72
93
|
networkPackageId: { 'type': 'array', 'itemType': 'string' },
|
|
73
94
|
nextToken: 'string',
|
|
74
95
|
regionId: 'string',
|
|
96
|
+
tag: { 'type': 'array', 'itemType': DescribeNetworkPackagesRequestTag },
|
|
75
97
|
};
|
|
76
98
|
}
|
|
77
99
|
|
|
@@ -79,6 +101,9 @@ export class DescribeNetworkPackagesRequest extends $dara.Model {
|
|
|
79
101
|
if(Array.isArray(this.networkPackageId)) {
|
|
80
102
|
$dara.Model.validateArray(this.networkPackageId);
|
|
81
103
|
}
|
|
104
|
+
if(Array.isArray(this.tag)) {
|
|
105
|
+
$dara.Model.validateArray(this.tag);
|
|
106
|
+
}
|
|
82
107
|
super.validate();
|
|
83
108
|
}
|
|
84
109
|
|
|
@@ -2,10 +2,36 @@
|
|
|
2
2
|
import * as $dara from '@darabonba/typescript';
|
|
3
3
|
|
|
4
4
|
|
|
5
|
+
export class DescribeNetworkPackagesResponseBodyNetworkPackagesTags extends $dara.Model {
|
|
6
|
+
key?: string;
|
|
7
|
+
value?: string;
|
|
8
|
+
static names(): { [key: string]: string } {
|
|
9
|
+
return {
|
|
10
|
+
key: 'Key',
|
|
11
|
+
value: 'Value',
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
static types(): { [key: string]: any } {
|
|
16
|
+
return {
|
|
17
|
+
key: 'string',
|
|
18
|
+
value: 'string',
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
validate() {
|
|
23
|
+
super.validate();
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
constructor(map?: { [key: string]: any }) {
|
|
27
|
+
super(map);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
5
31
|
export class DescribeNetworkPackagesResponseBodyNetworkPackages extends $dara.Model {
|
|
6
32
|
/**
|
|
7
33
|
* @remarks
|
|
8
|
-
* The bandwidth
|
|
34
|
+
* The bandwidth of the premium Internet bandwidth plan. Unit: Mbit/s.
|
|
9
35
|
*
|
|
10
36
|
* @example
|
|
11
37
|
* 10
|
|
@@ -15,31 +41,13 @@ export class DescribeNetworkPackagesResponseBodyNetworkPackages extends $dara.Mo
|
|
|
15
41
|
* @remarks
|
|
16
42
|
* The business status.
|
|
17
43
|
*
|
|
18
|
-
* Valid values:
|
|
19
|
-
*
|
|
20
|
-
* - Expired
|
|
21
|
-
*
|
|
22
|
-
* <!-- -->
|
|
23
|
-
*
|
|
24
|
-
* <!-- -->
|
|
25
|
-
*
|
|
26
|
-
* <!-- -->
|
|
27
|
-
*
|
|
28
|
-
* - Normal
|
|
29
|
-
*
|
|
30
|
-
* <!-- -->
|
|
31
|
-
*
|
|
32
|
-
* <!-- -->
|
|
33
|
-
*
|
|
34
|
-
* <!-- -->
|
|
35
|
-
*
|
|
36
44
|
* @example
|
|
37
45
|
* Normal
|
|
38
46
|
*/
|
|
39
47
|
businessStatus?: string;
|
|
40
48
|
/**
|
|
41
49
|
* @remarks
|
|
42
|
-
* The time
|
|
50
|
+
* The creation time.
|
|
43
51
|
*
|
|
44
52
|
* @example
|
|
45
53
|
* 2021-05-10T02:35:26Z
|
|
@@ -47,16 +55,15 @@ export class DescribeNetworkPackagesResponseBodyNetworkPackages extends $dara.Mo
|
|
|
47
55
|
createTime?: string;
|
|
48
56
|
/**
|
|
49
57
|
* @remarks
|
|
50
|
-
* The public egress IP address of the premium bandwidth plan.
|
|
58
|
+
* The public egress IP address of the premium Internet bandwidth plan.
|
|
51
59
|
*/
|
|
52
60
|
eipAddresses?: string[];
|
|
53
61
|
/**
|
|
54
62
|
* @remarks
|
|
55
|
-
* The time
|
|
63
|
+
* The expiration time of the premium Internet bandwidth plan.
|
|
56
64
|
*
|
|
57
|
-
* - If the plan
|
|
58
|
-
*
|
|
59
|
-
* - If the plan is a pay-as-you-go one, `2099-12-31T15:59:59Z` is returned.
|
|
65
|
+
* - If the plan uses the subscription billing method, the actual expiration time is returned.
|
|
66
|
+
* - If the plan uses the pay-as-you-go billing method, `2099-12-31T15:59:59Z` is returned.
|
|
60
67
|
*
|
|
61
68
|
* @example
|
|
62
69
|
* 2099-12-31T15:59:59Z
|
|
@@ -64,17 +71,13 @@ export class DescribeNetworkPackagesResponseBodyNetworkPackages extends $dara.Mo
|
|
|
64
71
|
expiredTime?: string;
|
|
65
72
|
/**
|
|
66
73
|
* @remarks
|
|
67
|
-
* The
|
|
68
|
-
*
|
|
69
|
-
* - Valid value when the `PayType` parameter is set to `PrePaid`:
|
|
70
|
-
*
|
|
71
|
-
* - PayByBandwidth: charges by fixed bandwidth.
|
|
74
|
+
* The billing method of the premium Internet bandwidth plan.
|
|
72
75
|
*
|
|
73
|
-
* -
|
|
74
|
-
*
|
|
75
|
-
*
|
|
76
|
-
*
|
|
77
|
-
*
|
|
76
|
+
* - If the parameter `PayType` is set to `PrePaid`, valid values:
|
|
77
|
+
* - PayByBandwidth: pay-by-bandwidth.
|
|
78
|
+
* - If the parameter `PayType` is set to `PostPaid`, valid values:
|
|
79
|
+
* - PayByTraffic: pay-by-data-transfer.
|
|
80
|
+
* - PayByBandwidth: pay-by-bandwidth.
|
|
78
81
|
*
|
|
79
82
|
* @example
|
|
80
83
|
* PayByTraffic
|
|
@@ -82,7 +85,7 @@ export class DescribeNetworkPackagesResponseBodyNetworkPackages extends $dara.Mo
|
|
|
82
85
|
internetChargeType?: string;
|
|
83
86
|
/**
|
|
84
87
|
* @remarks
|
|
85
|
-
* The ID of the premium bandwidth plan.
|
|
88
|
+
* The ID of the premium Internet bandwidth plan.
|
|
86
89
|
*
|
|
87
90
|
* @example
|
|
88
91
|
* np-amtp8e8q1o9e4****
|
|
@@ -90,41 +93,7 @@ export class DescribeNetworkPackagesResponseBodyNetworkPackages extends $dara.Mo
|
|
|
90
93
|
networkPackageId?: string;
|
|
91
94
|
/**
|
|
92
95
|
* @remarks
|
|
93
|
-
* The status of the premium bandwidth plan.
|
|
94
|
-
*
|
|
95
|
-
* Valid values:
|
|
96
|
-
*
|
|
97
|
-
* - Creating
|
|
98
|
-
*
|
|
99
|
-
* <!-- -->
|
|
100
|
-
*
|
|
101
|
-
* <!-- -->
|
|
102
|
-
*
|
|
103
|
-
* <!-- -->
|
|
104
|
-
*
|
|
105
|
-
* - Released
|
|
106
|
-
*
|
|
107
|
-
* <!-- -->
|
|
108
|
-
*
|
|
109
|
-
* <!-- -->
|
|
110
|
-
*
|
|
111
|
-
* <!-- -->
|
|
112
|
-
*
|
|
113
|
-
* - InUse
|
|
114
|
-
*
|
|
115
|
-
* <!-- -->
|
|
116
|
-
*
|
|
117
|
-
* <!-- -->
|
|
118
|
-
*
|
|
119
|
-
* <!-- -->
|
|
120
|
-
*
|
|
121
|
-
* - Releasing
|
|
122
|
-
*
|
|
123
|
-
* <!-- -->
|
|
124
|
-
*
|
|
125
|
-
* <!-- -->
|
|
126
|
-
*
|
|
127
|
-
* <!-- -->
|
|
96
|
+
* The status of the premium Internet bandwidth plan.
|
|
128
97
|
*
|
|
129
98
|
* @example
|
|
130
99
|
* InUse
|
|
@@ -148,15 +117,7 @@ export class DescribeNetworkPackagesResponseBodyNetworkPackages extends $dara.Mo
|
|
|
148
117
|
officeSiteName?: string;
|
|
149
118
|
/**
|
|
150
119
|
* @remarks
|
|
151
|
-
* The
|
|
152
|
-
*
|
|
153
|
-
* Valid values:
|
|
154
|
-
*
|
|
155
|
-
* - standard: advanced office network
|
|
156
|
-
*
|
|
157
|
-
* - customized: custom office network
|
|
158
|
-
*
|
|
159
|
-
* - basic: basic office network
|
|
120
|
+
* The office network type.
|
|
160
121
|
*
|
|
161
122
|
* @example
|
|
162
123
|
* basic
|
|
@@ -164,13 +125,7 @@ export class DescribeNetworkPackagesResponseBodyNetworkPackages extends $dara.Mo
|
|
|
164
125
|
officeSiteVpcType?: string;
|
|
165
126
|
/**
|
|
166
127
|
* @remarks
|
|
167
|
-
* The billing method
|
|
168
|
-
*
|
|
169
|
-
* Valid values:
|
|
170
|
-
*
|
|
171
|
-
* - PostPaid: pay-as-you-go
|
|
172
|
-
*
|
|
173
|
-
* - PrePaid: subscription
|
|
128
|
+
* The billing method.
|
|
174
129
|
*
|
|
175
130
|
* @example
|
|
176
131
|
* PostPaid
|
|
@@ -178,7 +133,7 @@ export class DescribeNetworkPackagesResponseBodyNetworkPackages extends $dara.Mo
|
|
|
178
133
|
payType?: string;
|
|
179
134
|
/**
|
|
180
135
|
* @remarks
|
|
181
|
-
* The
|
|
136
|
+
* The effective period of the reserved network bandwidth.
|
|
182
137
|
*
|
|
183
138
|
* @example
|
|
184
139
|
* 2021-07-10T00:00:00Z
|
|
@@ -186,7 +141,7 @@ export class DescribeNetworkPackagesResponseBodyNetworkPackages extends $dara.Mo
|
|
|
186
141
|
reservationActiveTime?: string;
|
|
187
142
|
/**
|
|
188
143
|
* @remarks
|
|
189
|
-
* The peak
|
|
144
|
+
* The peak reserved network bandwidth. Unit: Mbit/s.
|
|
190
145
|
*
|
|
191
146
|
* @example
|
|
192
147
|
* 20
|
|
@@ -196,16 +151,11 @@ export class DescribeNetworkPackagesResponseBodyNetworkPackages extends $dara.Mo
|
|
|
196
151
|
* @remarks
|
|
197
152
|
* The billing method of the reserved network bandwidth.
|
|
198
153
|
*
|
|
199
|
-
* Valid values:
|
|
200
|
-
*
|
|
201
|
-
* - PayByTraffic: charges by data transfer.
|
|
202
|
-
*
|
|
203
|
-
* - PayByBandwidth: charges by fixed bandwidth.
|
|
204
|
-
*
|
|
205
154
|
* @example
|
|
206
155
|
* PayByBandwidth
|
|
207
156
|
*/
|
|
208
157
|
reservationInternetChargeType?: string;
|
|
158
|
+
tags?: DescribeNetworkPackagesResponseBodyNetworkPackagesTags[];
|
|
209
159
|
static names(): { [key: string]: string } {
|
|
210
160
|
return {
|
|
211
161
|
bandwidth: 'Bandwidth',
|
|
@@ -223,6 +173,7 @@ export class DescribeNetworkPackagesResponseBodyNetworkPackages extends $dara.Mo
|
|
|
223
173
|
reservationActiveTime: 'ReservationActiveTime',
|
|
224
174
|
reservationBandwidth: 'ReservationBandwidth',
|
|
225
175
|
reservationInternetChargeType: 'ReservationInternetChargeType',
|
|
176
|
+
tags: 'Tags',
|
|
226
177
|
};
|
|
227
178
|
}
|
|
228
179
|
|
|
@@ -243,6 +194,7 @@ export class DescribeNetworkPackagesResponseBodyNetworkPackages extends $dara.Mo
|
|
|
243
194
|
reservationActiveTime: 'string',
|
|
244
195
|
reservationBandwidth: 'number',
|
|
245
196
|
reservationInternetChargeType: 'string',
|
|
197
|
+
tags: { 'type': 'array', 'itemType': DescribeNetworkPackagesResponseBodyNetworkPackagesTags },
|
|
246
198
|
};
|
|
247
199
|
}
|
|
248
200
|
|
|
@@ -250,6 +202,9 @@ export class DescribeNetworkPackagesResponseBodyNetworkPackages extends $dara.Mo
|
|
|
250
202
|
if(Array.isArray(this.eipAddresses)) {
|
|
251
203
|
$dara.Model.validateArray(this.eipAddresses);
|
|
252
204
|
}
|
|
205
|
+
if(Array.isArray(this.tags)) {
|
|
206
|
+
$dara.Model.validateArray(this.tags);
|
|
207
|
+
}
|
|
253
208
|
super.validate();
|
|
254
209
|
}
|
|
255
210
|
|
|
@@ -261,12 +216,12 @@ export class DescribeNetworkPackagesResponseBodyNetworkPackages extends $dara.Mo
|
|
|
261
216
|
export class DescribeNetworkPackagesResponseBody extends $dara.Model {
|
|
262
217
|
/**
|
|
263
218
|
* @remarks
|
|
264
|
-
* The premium bandwidth plans.
|
|
219
|
+
* The list of premium Internet bandwidth plans.
|
|
265
220
|
*/
|
|
266
221
|
networkPackages?: DescribeNetworkPackagesResponseBodyNetworkPackages[];
|
|
267
222
|
/**
|
|
268
223
|
* @remarks
|
|
269
|
-
* The token
|
|
224
|
+
* The token for the next query. If NextToken is empty, no more results exist.
|
|
270
225
|
*
|
|
271
226
|
* @example
|
|
272
227
|
* caeba0bbb2be03f84eb48b699f0a4883
|
|
@@ -274,7 +229,7 @@ export class DescribeNetworkPackagesResponseBody extends $dara.Model {
|
|
|
274
229
|
nextToken?: string;
|
|
275
230
|
/**
|
|
276
231
|
* @remarks
|
|
277
|
-
* The ID
|
|
232
|
+
* The request ID.
|
|
278
233
|
*
|
|
279
234
|
* @example
|
|
280
235
|
* 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
|
|
@@ -5,9 +5,9 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class DescribeTemplatesRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
*
|
|
8
|
+
* The region filter condition for the template query.
|
|
9
9
|
*
|
|
10
|
-
* > If
|
|
10
|
+
* > If this parameter is specified, region-specific configurations that do not match are excluded from the query results.
|
|
11
11
|
*
|
|
12
12
|
* @example
|
|
13
13
|
* cn-beijing
|
|
@@ -15,7 +15,7 @@ export class DescribeTemplatesRequest extends $dara.Model {
|
|
|
15
15
|
bizRegionId?: string;
|
|
16
16
|
/**
|
|
17
17
|
* @remarks
|
|
18
|
-
* > This parameter is not available
|
|
18
|
+
* > This parameter is not publicly available.
|
|
19
19
|
*
|
|
20
20
|
* @example
|
|
21
21
|
* null
|
|
@@ -23,7 +23,7 @@ export class DescribeTemplatesRequest extends $dara.Model {
|
|
|
23
23
|
bizType?: string;
|
|
24
24
|
/**
|
|
25
25
|
* @remarks
|
|
26
|
-
*
|
|
26
|
+
* The cloud computer image ID. You can obtain the ID from the image management page. System images, custom images, and other image types are supported.
|
|
27
27
|
*
|
|
28
28
|
* @example
|
|
29
29
|
* m-dnz9xjgbm8*****
|
|
@@ -31,7 +31,7 @@ export class DescribeTemplatesRequest extends $dara.Model {
|
|
|
31
31
|
imageId?: string;
|
|
32
32
|
/**
|
|
33
33
|
* @remarks
|
|
34
|
-
*
|
|
34
|
+
* The keyword. Fuzzy match is supported for the template ID and template name fields.
|
|
35
35
|
*
|
|
36
36
|
* @example
|
|
37
37
|
* abc
|
|
@@ -39,7 +39,7 @@ export class DescribeTemplatesRequest extends $dara.Model {
|
|
|
39
39
|
keyword?: string;
|
|
40
40
|
/**
|
|
41
41
|
* @remarks
|
|
42
|
-
*
|
|
42
|
+
* The page number of the current page in a paged query. This parameter is used for paging.
|
|
43
43
|
*
|
|
44
44
|
* @example
|
|
45
45
|
* 1
|
|
@@ -47,7 +47,7 @@ export class DescribeTemplatesRequest extends $dara.Model {
|
|
|
47
47
|
pageNumber?: number;
|
|
48
48
|
/**
|
|
49
49
|
* @remarks
|
|
50
|
-
*
|
|
50
|
+
* The maximum number of rows per page in a paged query. This parameter is used for paging.
|
|
51
51
|
*
|
|
52
52
|
* @example
|
|
53
53
|
* 20
|
|
@@ -55,7 +55,7 @@ export class DescribeTemplatesRequest extends $dara.Model {
|
|
|
55
55
|
pageSize?: number;
|
|
56
56
|
/**
|
|
57
57
|
* @remarks
|
|
58
|
-
*
|
|
58
|
+
* The product type. Set this parameter to `CloudDesktop`.
|
|
59
59
|
*
|
|
60
60
|
* @example
|
|
61
61
|
* CloudDesktop
|
|
@@ -63,12 +63,12 @@ export class DescribeTemplatesRequest extends $dara.Model {
|
|
|
63
63
|
productType?: string;
|
|
64
64
|
/**
|
|
65
65
|
* @remarks
|
|
66
|
-
*
|
|
66
|
+
* The list of template IDs to query.
|
|
67
67
|
*/
|
|
68
68
|
templateIds?: string[];
|
|
69
69
|
/**
|
|
70
70
|
* @remarks
|
|
71
|
-
*
|
|
71
|
+
* The template name used for the query.
|
|
72
72
|
*
|
|
73
73
|
* @example
|
|
74
74
|
* My cloud desktop template 001
|
|
@@ -76,7 +76,7 @@ export class DescribeTemplatesRequest extends $dara.Model {
|
|
|
76
76
|
templateName?: string;
|
|
77
77
|
/**
|
|
78
78
|
* @remarks
|
|
79
|
-
*
|
|
79
|
+
* The templatetype to query. If this parameter is not specified, templates of all types are queried.
|
|
80
80
|
*
|
|
81
81
|
* @example
|
|
82
82
|
* USER_TEMPLATE
|