@alicloud/ecd20200930 4.20.0 → 4.20.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 +4 -0
- package/dist/client.js +19 -0
- package/dist/client.js.map +1 -1
- package/dist/models/BatchModifyEntitlementResponseBody.d.ts +8 -0
- package/dist/models/BatchModifyEntitlementResponseBody.js.map +1 -1
- package/dist/models/CreateSimpleOfficeSiteRequest.d.ts +1 -0
- package/dist/models/CreateSimpleOfficeSiteRequest.js +2 -0
- package/dist/models/CreateSimpleOfficeSiteRequest.js.map +1 -1
- package/dist/models/DescribeDesktopTypesRequest.d.ts +1 -0
- package/dist/models/DescribeDesktopTypesRequest.js +2 -0
- package/dist/models/DescribeDesktopTypesRequest.js.map +1 -1
- package/dist/models/DescribeDesktopTypesResponseBody.d.ts +2 -0
- package/dist/models/DescribeDesktopTypesResponseBody.js +4 -0
- package/dist/models/DescribeDesktopTypesResponseBody.js.map +1 -1
- package/dist/models/DescribeDesktopsResponseBody.d.ts +2 -0
- package/dist/models/DescribeDesktopsResponseBody.js +4 -0
- package/dist/models/DescribeDesktopsResponseBody.js.map +1 -1
- package/dist/models/DescribeGlobalDesktopRecordsRequest.d.ts +2 -0
- package/dist/models/DescribeGlobalDesktopRecordsRequest.js +10 -0
- package/dist/models/DescribeGlobalDesktopRecordsRequest.js.map +1 -1
- package/dist/models/DescribeOfficeSitesResponseBody.d.ts +2 -0
- package/dist/models/DescribeOfficeSitesResponseBody.js +4 -0
- package/dist/models/DescribeOfficeSitesResponseBody.js.map +1 -1
- package/dist/models/DescribeSnapshotsResponseBody.d.ts +2 -0
- package/dist/models/DescribeSnapshotsResponseBody.js +4 -0
- package/dist/models/DescribeSnapshotsResponseBody.js.map +1 -1
- package/dist/models/DescribeSubnetsRequest.d.ts +1 -0
- package/dist/models/DescribeSubnetsRequest.js +2 -0
- package/dist/models/DescribeSubnetsRequest.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +24 -0
- package/src/models/BatchModifyEntitlementResponseBody.ts +8 -0
- package/src/models/CreateSimpleOfficeSiteRequest.ts +3 -0
- package/src/models/DescribeDesktopTypesRequest.ts +3 -0
- package/src/models/DescribeDesktopTypesResponseBody.ts +6 -0
- package/src/models/DescribeDesktopsResponseBody.ts +6 -0
- package/src/models/DescribeGlobalDesktopRecordsRequest.ts +12 -0
- package/src/models/DescribeOfficeSitesResponseBody.ts +6 -0
- package/src/models/DescribeSnapshotsResponseBody.ts +6 -0
- package/src/models/DescribeSubnetsRequest.ts +3 -0
|
@@ -620,6 +620,8 @@ export class DescribeDesktopsResponseBodyDesktops extends $dara.Model {
|
|
|
620
620
|
*/
|
|
621
621
|
endUserIds?: string[];
|
|
622
622
|
entraDomainName?: string;
|
|
623
|
+
envId?: string;
|
|
624
|
+
envType?: string;
|
|
623
625
|
/**
|
|
624
626
|
* @remarks
|
|
625
627
|
* The time when a subscription cloud computer expired.
|
|
@@ -1005,6 +1007,8 @@ export class DescribeDesktopsResponseBodyDesktops extends $dara.Model {
|
|
|
1005
1007
|
downgradedTimes: 'DowngradedTimes',
|
|
1006
1008
|
endUserIds: 'EndUserIds',
|
|
1007
1009
|
entraDomainName: 'EntraDomainName',
|
|
1010
|
+
envId: 'EnvId',
|
|
1011
|
+
envType: 'EnvType',
|
|
1008
1012
|
expiredTime: 'ExpiredTime',
|
|
1009
1013
|
fotaUpdate: 'FotaUpdate',
|
|
1010
1014
|
gpuCategory: 'GpuCategory',
|
|
@@ -1078,6 +1082,8 @@ export class DescribeDesktopsResponseBodyDesktops extends $dara.Model {
|
|
|
1078
1082
|
downgradedTimes: 'number',
|
|
1079
1083
|
endUserIds: { 'type': 'array', 'itemType': 'string' },
|
|
1080
1084
|
entraDomainName: 'string',
|
|
1085
|
+
envId: 'string',
|
|
1086
|
+
envType: 'string',
|
|
1081
1087
|
expiredTime: 'string',
|
|
1082
1088
|
fotaUpdate: DescribeDesktopsResponseBodyDesktopsFotaUpdate,
|
|
1083
1089
|
gpuCategory: 'number',
|
|
@@ -16,6 +16,7 @@ export class DescribeGlobalDesktopRecordsRequest extends $dara.Model {
|
|
|
16
16
|
* DemoComputer
|
|
17
17
|
*/
|
|
18
18
|
desktopName?: string;
|
|
19
|
+
desktopStatusList?: string[];
|
|
19
20
|
/**
|
|
20
21
|
* @remarks
|
|
21
22
|
* The cloud computer type. You can call the [DescribeDesktopTypes](https://help.aliyun.com/document_detail/188882.html) operation to query the IDs of the specifications supported by the cloud computer.
|
|
@@ -42,6 +43,7 @@ export class DescribeGlobalDesktopRecordsRequest extends $dara.Model {
|
|
|
42
43
|
* TestUser
|
|
43
44
|
*/
|
|
44
45
|
endUserId?: string;
|
|
46
|
+
excludeDesktopStatusList?: string[];
|
|
45
47
|
/**
|
|
46
48
|
* @remarks
|
|
47
49
|
* The office network IDs.
|
|
@@ -145,9 +147,11 @@ export class DescribeGlobalDesktopRecordsRequest extends $dara.Model {
|
|
|
145
147
|
return {
|
|
146
148
|
desktopId: 'DesktopId',
|
|
147
149
|
desktopName: 'DesktopName',
|
|
150
|
+
desktopStatusList: 'DesktopStatusList',
|
|
148
151
|
desktopType: 'DesktopType',
|
|
149
152
|
endTime: 'EndTime',
|
|
150
153
|
endUserId: 'EndUserId',
|
|
154
|
+
excludeDesktopStatusList: 'ExcludeDesktopStatusList',
|
|
151
155
|
officeSiteId: 'OfficeSiteId',
|
|
152
156
|
orderBy: 'OrderBy',
|
|
153
157
|
pageNumber: 'PageNumber',
|
|
@@ -165,9 +169,11 @@ export class DescribeGlobalDesktopRecordsRequest extends $dara.Model {
|
|
|
165
169
|
return {
|
|
166
170
|
desktopId: { 'type': 'array', 'itemType': 'string' },
|
|
167
171
|
desktopName: 'string',
|
|
172
|
+
desktopStatusList: { 'type': 'array', 'itemType': 'string' },
|
|
168
173
|
desktopType: 'string',
|
|
169
174
|
endTime: 'string',
|
|
170
175
|
endUserId: 'string',
|
|
176
|
+
excludeDesktopStatusList: { 'type': 'array', 'itemType': 'string' },
|
|
171
177
|
officeSiteId: 'string',
|
|
172
178
|
orderBy: 'string',
|
|
173
179
|
pageNumber: 'number',
|
|
@@ -185,6 +191,12 @@ export class DescribeGlobalDesktopRecordsRequest extends $dara.Model {
|
|
|
185
191
|
if(Array.isArray(this.desktopId)) {
|
|
186
192
|
$dara.Model.validateArray(this.desktopId);
|
|
187
193
|
}
|
|
194
|
+
if(Array.isArray(this.desktopStatusList)) {
|
|
195
|
+
$dara.Model.validateArray(this.desktopStatusList);
|
|
196
|
+
}
|
|
197
|
+
if(Array.isArray(this.excludeDesktopStatusList)) {
|
|
198
|
+
$dara.Model.validateArray(this.excludeDesktopStatusList);
|
|
199
|
+
}
|
|
188
200
|
super.validate();
|
|
189
201
|
}
|
|
190
202
|
|
|
@@ -392,6 +392,7 @@ export class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Model {
|
|
|
392
392
|
* Administrator
|
|
393
393
|
*/
|
|
394
394
|
domainUserName?: string;
|
|
395
|
+
eid?: string;
|
|
395
396
|
/**
|
|
396
397
|
* @remarks
|
|
397
398
|
* Indicates whether the local administrator permissions are granted to users that are authorized to use cloud computers in the office network.
|
|
@@ -429,6 +430,7 @@ export class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Model {
|
|
|
429
430
|
* false
|
|
430
431
|
*/
|
|
431
432
|
enableServiceRoute?: boolean;
|
|
433
|
+
envType?: string;
|
|
432
434
|
/**
|
|
433
435
|
* @remarks
|
|
434
436
|
* An array of File Storage NAS (NAS) file system IDs.
|
|
@@ -737,10 +739,12 @@ export class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Model {
|
|
|
737
739
|
domainName: 'DomainName',
|
|
738
740
|
domainPassword: 'DomainPassword',
|
|
739
741
|
domainUserName: 'DomainUserName',
|
|
742
|
+
eid: 'Eid',
|
|
740
743
|
enableAdminAccess: 'EnableAdminAccess',
|
|
741
744
|
enableCrossDesktopAccess: 'EnableCrossDesktopAccess',
|
|
742
745
|
enableInternetAccess: 'EnableInternetAccess',
|
|
743
746
|
enableServiceRoute: 'EnableServiceRoute',
|
|
747
|
+
envType: 'EnvType',
|
|
744
748
|
fileSystemIds: 'FileSystemIds',
|
|
745
749
|
isLdap: 'IsLdap',
|
|
746
750
|
ldapUrl: 'LdapUrl',
|
|
@@ -805,10 +809,12 @@ export class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Model {
|
|
|
805
809
|
domainName: 'string',
|
|
806
810
|
domainPassword: 'string',
|
|
807
811
|
domainUserName: 'string',
|
|
812
|
+
eid: 'string',
|
|
808
813
|
enableAdminAccess: 'boolean',
|
|
809
814
|
enableCrossDesktopAccess: 'boolean',
|
|
810
815
|
enableInternetAccess: 'boolean',
|
|
811
816
|
enableServiceRoute: 'boolean',
|
|
817
|
+
envType: 'string',
|
|
812
818
|
fileSystemIds: { 'type': 'array', 'itemType': 'string' },
|
|
813
819
|
isLdap: 'boolean',
|
|
814
820
|
ldapUrl: 'string',
|
|
@@ -75,6 +75,8 @@ export class DescribeSnapshotsResponseBodySnapshots extends $dara.Model {
|
|
|
75
75
|
* Available
|
|
76
76
|
*/
|
|
77
77
|
diskStatus?: string;
|
|
78
|
+
envId?: string;
|
|
79
|
+
envType?: string;
|
|
78
80
|
/**
|
|
79
81
|
* @example
|
|
80
82
|
* Windows
|
|
@@ -276,6 +278,8 @@ export class DescribeSnapshotsResponseBodySnapshots extends $dara.Model {
|
|
|
276
278
|
desktopName: 'DesktopName',
|
|
277
279
|
desktopStatus: 'DesktopStatus',
|
|
278
280
|
diskStatus: 'DiskStatus',
|
|
281
|
+
envId: 'EnvId',
|
|
282
|
+
envType: 'EnvType',
|
|
279
283
|
osType: 'OsType',
|
|
280
284
|
progress: 'Progress',
|
|
281
285
|
protocolType: 'ProtocolType',
|
|
@@ -303,6 +307,8 @@ export class DescribeSnapshotsResponseBodySnapshots extends $dara.Model {
|
|
|
303
307
|
desktopName: 'string',
|
|
304
308
|
desktopStatus: 'string',
|
|
305
309
|
diskStatus: 'string',
|
|
310
|
+
envId: 'string',
|
|
311
|
+
envType: 'string',
|
|
306
312
|
osType: 'string',
|
|
307
313
|
progress: 'string',
|
|
308
314
|
protocolType: 'string',
|
|
@@ -3,6 +3,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class DescribeSubnetsRequest extends $dara.Model {
|
|
6
|
+
eid?: string;
|
|
6
7
|
maxResults?: number;
|
|
7
8
|
name?: string;
|
|
8
9
|
nextToken?: string;
|
|
@@ -15,6 +16,7 @@ export class DescribeSubnetsRequest extends $dara.Model {
|
|
|
15
16
|
subnetId?: string;
|
|
16
17
|
static names(): { [key: string]: string } {
|
|
17
18
|
return {
|
|
19
|
+
eid: 'Eid',
|
|
18
20
|
maxResults: 'MaxResults',
|
|
19
21
|
name: 'Name',
|
|
20
22
|
nextToken: 'NextToken',
|
|
@@ -26,6 +28,7 @@ export class DescribeSubnetsRequest extends $dara.Model {
|
|
|
26
28
|
|
|
27
29
|
static types(): { [key: string]: any } {
|
|
28
30
|
return {
|
|
31
|
+
eid: 'string',
|
|
29
32
|
maxResults: 'number',
|
|
30
33
|
name: 'string',
|
|
31
34
|
nextToken: 'string',
|