@alicloud/ecd20200930 4.14.0 → 4.15.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 +107 -44
- package/dist/client.js +209 -44
- package/dist/client.js.map +1 -1
- package/dist/models/AddFilePermissionRequest.d.ts +25 -38
- package/dist/models/AddFilePermissionRequest.js.map +1 -1
- package/dist/models/AddFilePermissionShrinkRequest.d.ts +6 -6
- package/dist/models/CompleteCdsFileRequest.d.ts +12 -5
- package/dist/models/CompleteCdsFileRequest.js.map +1 -1
- package/dist/models/CreateCdsFileRequest.d.ts +0 -2
- package/dist/models/CreateCdsFileRequest.js.map +1 -1
- package/dist/models/CreateDriveRequest.d.ts +44 -0
- package/dist/models/CreateDriveRequest.js.map +1 -1
- package/dist/models/CreateDriveResponseBody.d.ts +82 -1
- package/dist/models/CreateDriveResponseBody.js.map +1 -1
- package/dist/models/CreateEcdReportTaskRequest.d.ts +62 -0
- package/dist/models/CreateEcdReportTaskRequest.js.map +1 -1
- package/dist/models/CreateEcdReportTaskResponseBody.d.ts +15 -0
- package/dist/models/CreateEcdReportTaskResponseBody.js.map +1 -1
- package/dist/models/CreateTemplateRequest.d.ts +12 -0
- package/dist/models/CreateTemplateRequest.js.map +1 -1
- package/dist/models/DeleteCdsFileRequest.d.ts +8 -5
- package/dist/models/DeleteCdsFileRequest.js.map +1 -1
- package/dist/models/DeleteCdsFileResponseBody.d.ts +5 -31
- package/dist/models/DeleteCdsFileResponseBody.js.map +1 -1
- package/dist/models/DeleteDriveRequest.d.ts +6 -0
- package/dist/models/DeleteDriveRequest.js.map +1 -1
- package/dist/models/DeleteDriveResponseBody.d.ts +15 -0
- package/dist/models/DeleteDriveResponseBody.js.map +1 -1
- package/dist/models/DescribeAutoSnapshotPolicyRequest.d.ts +3 -3
- package/dist/models/DescribeCenterPolicyListResponseBody.d.ts +2 -2
- package/dist/models/DescribeCloudDiskGroupDrivesRequest.d.ts +40 -0
- package/dist/models/DescribeCloudDiskGroupDrivesRequest.js +66 -0
- package/dist/models/DescribeCloudDiskGroupDrivesRequest.js.map +1 -0
- package/dist/models/DescribeCloudDiskGroupDrivesResponse.d.ts +19 -0
- package/dist/models/DescribeCloudDiskGroupDrivesResponse.js +69 -0
- package/dist/models/DescribeCloudDiskGroupDrivesResponse.js.map +1 -0
- package/dist/models/DescribeCloudDiskGroupDrivesResponseBody.d.ts +87 -0
- package/dist/models/DescribeCloudDiskGroupDrivesResponseBody.js +104 -0
- package/dist/models/DescribeCloudDiskGroupDrivesResponseBody.js.map +1 -0
- package/dist/models/DescribeCloudDiskGroupsRequest.d.ts +36 -0
- package/dist/models/DescribeCloudDiskGroupsRequest.js +69 -0
- package/dist/models/DescribeCloudDiskGroupsRequest.js.map +1 -0
- package/dist/models/DescribeCloudDiskGroupsResponse.d.ts +19 -0
- package/dist/models/DescribeCloudDiskGroupsResponse.js +69 -0
- package/dist/models/DescribeCloudDiskGroupsResponse.js.map +1 -0
- package/dist/models/DescribeCloudDiskGroupsResponseBody.d.ts +87 -0
- package/dist/models/DescribeCloudDiskGroupsResponseBody.js +104 -0
- package/dist/models/DescribeCloudDiskGroupsResponseBody.js.map +1 -0
- package/dist/models/DescribeDesktopGroupSessionsRequest.d.ts +17 -3
- package/dist/models/DescribeDesktopGroupSessionsRequest.js.map +1 -1
- package/dist/models/DescribeDesktopGroupSessionsResponseBody.d.ts +43 -14
- package/dist/models/DescribeDesktopGroupSessionsResponseBody.js.map +1 -1
- package/dist/models/DescribeDrivesRequest.d.ts +27 -0
- package/dist/models/DescribeDrivesRequest.js.map +1 -1
- package/dist/models/DescribeDrivesResponseBody.d.ts +116 -0
- package/dist/models/DescribeDrivesResponseBody.js.map +1 -1
- package/dist/models/DescribeEcdReportTasksRequest.d.ts +35 -0
- package/dist/models/DescribeEcdReportTasksRequest.js.map +1 -1
- package/dist/models/DescribeEcdReportTasksResponseBody.d.ts +52 -0
- package/dist/models/DescribeEcdReportTasksResponseBody.js.map +1 -1
- package/dist/models/DescribeGlobalDesktopRecordsRequest.d.ts +64 -0
- package/dist/models/DescribeGlobalDesktopRecordsRequest.js.map +1 -1
- package/dist/models/DescribeGlobalDesktopRecordsResponseBody.d.ts +110 -0
- package/dist/models/DescribeGlobalDesktopRecordsResponseBody.js.map +1 -1
- package/dist/models/DescribeKmsKeysRequest.d.ts +1 -1
- package/dist/models/DescribeKmsKeysResponseBody.d.ts +11 -1
- package/dist/models/DescribeKmsKeysResponseBody.js.map +1 -1
- package/dist/models/DescribePolicyGroupsResponseBody.d.ts +29 -1
- package/dist/models/DescribePolicyGroupsResponseBody.js.map +1 -1
- package/dist/models/DescribeSnapshotsRequest.d.ts +4 -0
- package/dist/models/DescribeSnapshotsRequest.js.map +1 -1
- package/dist/models/DescribeSnapshotsResponseBody.d.ts +8 -0
- package/dist/models/DescribeSnapshotsResponseBody.js.map +1 -1
- package/dist/models/DescribeTemplatesResponseBody.d.ts +12 -0
- package/dist/models/DescribeTemplatesResponseBody.js.map +1 -1
- package/dist/models/DescribeTimerGroupResponseBody.d.ts +2 -2
- package/dist/models/ListCdsFilesRequest.d.ts +22 -123
- package/dist/models/ListCdsFilesRequest.js.map +1 -1
- package/dist/models/ListCdsFilesResponseBody.d.ts +21 -29
- package/dist/models/ListCdsFilesResponseBody.js.map +1 -1
- package/dist/models/ListCdsFilesShrinkRequest.d.ts +22 -123
- package/dist/models/ListCdsFilesShrinkRequest.js.map +1 -1
- package/dist/models/ListFilePermissionRequest.d.ts +8 -5
- package/dist/models/ListFilePermissionRequest.js.map +1 -1
- package/dist/models/ListInstalledAppsRequest.d.ts +31 -0
- package/dist/models/ListInstalledAppsRequest.js +62 -0
- package/dist/models/ListInstalledAppsRequest.js.map +1 -0
- package/dist/models/ListInstalledAppsResponse.d.ts +19 -0
- package/dist/models/ListInstalledAppsResponse.js +69 -0
- package/dist/models/ListInstalledAppsResponse.js.map +1 -0
- package/dist/models/ListInstalledAppsResponseBody.d.ts +46 -0
- package/dist/models/ListInstalledAppsResponseBody.js +86 -0
- package/dist/models/ListInstalledAppsResponseBody.js.map +1 -0
- package/dist/models/ListTransferFilesRequest.d.ts +13 -0
- package/dist/models/ListTransferFilesRequest.js.map +1 -1
- package/dist/models/ListTransferFilesResponseBody.d.ts +63 -0
- package/dist/models/ListTransferFilesResponseBody.js.map +1 -1
- package/dist/models/ModifyCdsFileRequest.d.ts +11 -42
- package/dist/models/ModifyCdsFileRequest.js.map +1 -1
- package/dist/models/ModifyCdsFileResponseBody.d.ts +6 -19
- package/dist/models/ModifyCdsFileResponseBody.js.map +1 -1
- package/dist/models/ModifyNetworkPackageBandwidthRequest.d.ts +4 -4
- package/dist/models/ModifyOfficeSiteDnsInfoRequest.d.ts +8 -0
- package/dist/models/ModifyOfficeSiteDnsInfoRequest.js.map +1 -1
- package/dist/models/ModifyOfficeSiteDnsInfoResponseBody.d.ts +3 -0
- package/dist/models/ModifyOfficeSiteDnsInfoResponseBody.js.map +1 -1
- package/dist/models/ModifyTemplateRequest.d.ts +17 -0
- package/dist/models/ModifyTemplateRequest.js.map +1 -1
- package/dist/models/ModifyTimerGroupRequest.d.ts +6 -6
- package/dist/models/RemoveFilePermissionRequest.d.ts +25 -185
- package/dist/models/RemoveFilePermissionRequest.js.map +1 -1
- package/dist/models/RemoveFilePermissionShrinkRequest.d.ts +9 -6
- package/dist/models/RemoveFilePermissionShrinkRequest.js.map +1 -1
- package/dist/models/SetDesktopMaintenanceRequest.d.ts +11 -0
- package/dist/models/SetDesktopMaintenanceRequest.js.map +1 -1
- package/dist/models/SetDesktopMaintenanceResponseBody.d.ts +3 -0
- package/dist/models/SetDesktopMaintenanceResponseBody.js.map +1 -1
- package/dist/models/StartDesktopsRequest.d.ts +1 -1
- package/dist/models/StopDesktopsRequest.d.ts +8 -1
- package/dist/models/StopDesktopsRequest.js.map +1 -1
- package/dist/models/TransferTaskApprovalCallbackRequest.d.ts +17 -0
- package/dist/models/TransferTaskApprovalCallbackRequest.js.map +1 -1
- package/dist/models/TransferTaskApprovalCallbackResponseBody.d.ts +3 -0
- package/dist/models/TransferTaskApprovalCallbackResponseBody.js.map +1 -1
- package/dist/models/model.d.ts +12 -0
- package/dist/models/model.js +45 -21
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +228 -44
- package/src/models/AddFilePermissionRequest.ts +25 -38
- package/src/models/AddFilePermissionShrinkRequest.ts +6 -6
- package/src/models/CompleteCdsFileRequest.ts +12 -5
- package/src/models/CreateCdsFileRequest.ts +0 -2
- package/src/models/CreateDriveRequest.ts +44 -0
- package/src/models/CreateDriveResponseBody.ts +82 -1
- package/src/models/CreateEcdReportTaskRequest.ts +62 -0
- package/src/models/CreateEcdReportTaskResponseBody.ts +15 -0
- package/src/models/CreateTemplateRequest.ts +12 -0
- package/src/models/DeleteCdsFileRequest.ts +8 -5
- package/src/models/DeleteCdsFileResponseBody.ts +5 -31
- package/src/models/DeleteDriveRequest.ts +6 -0
- package/src/models/DeleteDriveResponseBody.ts +15 -0
- package/src/models/DescribeAutoSnapshotPolicyRequest.ts +3 -3
- package/src/models/DescribeCenterPolicyListResponseBody.ts +2 -2
- package/src/models/DescribeCloudDiskGroupDrivesRequest.ts +61 -0
- package/src/models/DescribeCloudDiskGroupDrivesResponse.ts +40 -0
- package/src/models/DescribeCloudDiskGroupDrivesResponseBody.ts +137 -0
- package/src/models/DescribeCloudDiskGroupsRequest.ts +60 -0
- package/src/models/DescribeCloudDiskGroupsResponse.ts +40 -0
- package/src/models/DescribeCloudDiskGroupsResponseBody.ts +137 -0
- package/src/models/DescribeDesktopGroupSessionsRequest.ts +17 -3
- package/src/models/DescribeDesktopGroupSessionsResponseBody.ts +43 -14
- package/src/models/DescribeDrivesRequest.ts +27 -0
- package/src/models/DescribeDrivesResponseBody.ts +116 -0
- package/src/models/DescribeEcdReportTasksRequest.ts +35 -0
- package/src/models/DescribeEcdReportTasksResponseBody.ts +52 -0
- package/src/models/DescribeGlobalDesktopRecordsRequest.ts +64 -0
- package/src/models/DescribeGlobalDesktopRecordsResponseBody.ts +110 -0
- package/src/models/DescribeKmsKeysRequest.ts +1 -1
- package/src/models/DescribeKmsKeysResponseBody.ts +11 -1
- package/src/models/DescribePolicyGroupsResponseBody.ts +29 -1
- package/src/models/DescribeSnapshotsRequest.ts +4 -0
- package/src/models/DescribeSnapshotsResponseBody.ts +8 -0
- package/src/models/DescribeTemplatesResponseBody.ts +12 -0
- package/src/models/DescribeTimerGroupResponseBody.ts +2 -2
- package/src/models/ListCdsFilesRequest.ts +22 -123
- package/src/models/ListCdsFilesResponseBody.ts +21 -29
- package/src/models/ListCdsFilesShrinkRequest.ts +22 -123
- package/src/models/ListFilePermissionRequest.ts +8 -5
- package/src/models/ListInstalledAppsRequest.ts +48 -0
- package/src/models/ListInstalledAppsResponse.ts +40 -0
- package/src/models/ListInstalledAppsResponseBody.ts +78 -0
- package/src/models/ListTransferFilesRequest.ts +13 -0
- package/src/models/ListTransferFilesResponseBody.ts +63 -0
- package/src/models/ModifyCdsFileRequest.ts +11 -42
- package/src/models/ModifyCdsFileResponseBody.ts +6 -19
- package/src/models/ModifyNetworkPackageBandwidthRequest.ts +4 -4
- package/src/models/ModifyOfficeSiteDnsInfoRequest.ts +8 -0
- package/src/models/ModifyOfficeSiteDnsInfoResponseBody.ts +3 -0
- package/src/models/ModifyTemplateRequest.ts +17 -0
- package/src/models/ModifyTimerGroupRequest.ts +6 -6
- package/src/models/RemoveFilePermissionRequest.ts +25 -185
- package/src/models/RemoveFilePermissionShrinkRequest.ts +9 -6
- package/src/models/SetDesktopMaintenanceRequest.ts +11 -0
- package/src/models/SetDesktopMaintenanceResponseBody.ts +3 -0
- package/src/models/StartDesktopsRequest.ts +1 -1
- package/src/models/StopDesktopsRequest.ts +8 -1
- package/src/models/TransferTaskApprovalCallbackRequest.ts +17 -0
- package/src/models/TransferTaskApprovalCallbackResponseBody.ts +3 -0
- package/src/models/model.ts +12 -0
|
@@ -3,53 +3,95 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class DescribeEcdReportTasksResponseBodyExportTaskList extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The download URL of the report file.
|
|
9
|
+
*/
|
|
6
10
|
downloadUrl?: string;
|
|
7
11
|
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* The error code returned.
|
|
14
|
+
*
|
|
8
15
|
* @example
|
|
9
16
|
* Success
|
|
10
17
|
*/
|
|
11
18
|
errorCode?: string;
|
|
12
19
|
/**
|
|
20
|
+
* @remarks
|
|
21
|
+
* The error message.
|
|
22
|
+
*
|
|
13
23
|
* @example
|
|
14
24
|
* No Data.
|
|
15
25
|
*/
|
|
16
26
|
errorMsg?: string;
|
|
17
27
|
/**
|
|
28
|
+
* @remarks
|
|
29
|
+
* The time when the task was created.
|
|
30
|
+
*
|
|
18
31
|
* @example
|
|
19
32
|
* 2025-07-14T07:46:49.000+00:00
|
|
20
33
|
*/
|
|
21
34
|
gmtCreate?: string;
|
|
22
35
|
/**
|
|
36
|
+
* @remarks
|
|
37
|
+
* The time when the task was last modified.
|
|
38
|
+
*
|
|
23
39
|
* @example
|
|
24
40
|
* 2025-07-14T07:46:49.000+00:00
|
|
25
41
|
*/
|
|
26
42
|
gmtModified?: string;
|
|
27
43
|
/**
|
|
44
|
+
* @remarks
|
|
45
|
+
* The progress of the report export task. Unit: %.
|
|
46
|
+
*
|
|
28
47
|
* @example
|
|
29
48
|
* 80
|
|
30
49
|
*/
|
|
31
50
|
progress?: number;
|
|
32
51
|
/**
|
|
52
|
+
* @remarks
|
|
53
|
+
* The name of the report file.
|
|
54
|
+
*
|
|
33
55
|
* @example
|
|
34
56
|
* TestFileName
|
|
35
57
|
*/
|
|
36
58
|
reportFileName?: string;
|
|
37
59
|
/**
|
|
60
|
+
* @remarks
|
|
61
|
+
* The task status.
|
|
62
|
+
*
|
|
38
63
|
* @example
|
|
39
64
|
* Running
|
|
40
65
|
*/
|
|
41
66
|
status?: string;
|
|
42
67
|
/**
|
|
68
|
+
* @remarks
|
|
69
|
+
* The sub-type of the report export task.
|
|
70
|
+
*
|
|
71
|
+
* Valid value:
|
|
72
|
+
*
|
|
73
|
+
* * DESKTOP: cloud computer
|
|
74
|
+
*
|
|
43
75
|
* @example
|
|
44
76
|
* DESKTOP
|
|
45
77
|
*/
|
|
46
78
|
subType?: string;
|
|
47
79
|
/**
|
|
80
|
+
* @remarks
|
|
81
|
+
* The ID of the report export task.
|
|
82
|
+
*
|
|
48
83
|
* @example
|
|
49
84
|
* ret-asdfkjg*****
|
|
50
85
|
*/
|
|
51
86
|
taskId?: string;
|
|
52
87
|
/**
|
|
88
|
+
* @remarks
|
|
89
|
+
* The type of the report.
|
|
90
|
+
*
|
|
91
|
+
* Valid value:
|
|
92
|
+
*
|
|
93
|
+
* * RESOURCE_REPORT
|
|
94
|
+
*
|
|
53
95
|
* @example
|
|
54
96
|
* RESOURCE_REPORT
|
|
55
97
|
*/
|
|
@@ -96,13 +138,23 @@ export class DescribeEcdReportTasksResponseBodyExportTaskList extends $dara.Mode
|
|
|
96
138
|
}
|
|
97
139
|
|
|
98
140
|
export class DescribeEcdReportTasksResponseBody extends $dara.Model {
|
|
141
|
+
/**
|
|
142
|
+
* @remarks
|
|
143
|
+
* The report export tasks.
|
|
144
|
+
*/
|
|
99
145
|
exportTaskList?: DescribeEcdReportTasksResponseBodyExportTaskList[];
|
|
100
146
|
/**
|
|
147
|
+
* @remarks
|
|
148
|
+
* The request ID.
|
|
149
|
+
*
|
|
101
150
|
* @example
|
|
102
151
|
* 1CBAFFAB-B697-4049-A9B1-67E1FC5F****
|
|
103
152
|
*/
|
|
104
153
|
requestId?: string;
|
|
105
154
|
/**
|
|
155
|
+
* @remarks
|
|
156
|
+
* The total number of entries returned.
|
|
157
|
+
*
|
|
106
158
|
* @example
|
|
107
159
|
* 20
|
|
108
160
|
*/
|
|
@@ -3,49 +3,87 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class DescribeGlobalDesktopRecordsRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The cloud computer IDs. You can specify 1 to 100 office network IDs.
|
|
9
|
+
*/
|
|
6
10
|
desktopId?: string[];
|
|
7
11
|
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* The name of the cloud computer.
|
|
14
|
+
*
|
|
8
15
|
* @example
|
|
9
16
|
* DemoComputer
|
|
10
17
|
*/
|
|
11
18
|
desktopName?: string;
|
|
12
19
|
/**
|
|
20
|
+
* @remarks
|
|
21
|
+
* 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.
|
|
22
|
+
*
|
|
13
23
|
* @example
|
|
14
24
|
* eds.enterprise_office.2c4g
|
|
15
25
|
*/
|
|
16
26
|
desktopType?: string;
|
|
17
27
|
/**
|
|
28
|
+
* @remarks
|
|
29
|
+
* The end time. The interval between the start time and end time can be up to 30 days. Supported formats:
|
|
30
|
+
*
|
|
31
|
+
* * Format: YYYY-MM-DDThh:mm:ssZ.
|
|
32
|
+
*
|
|
18
33
|
* @example
|
|
19
34
|
* 2022-08-31T06:56:45Z
|
|
20
35
|
*/
|
|
21
36
|
endTime?: string;
|
|
22
37
|
/**
|
|
38
|
+
* @remarks
|
|
39
|
+
* The end user ID.
|
|
40
|
+
*
|
|
23
41
|
* @example
|
|
24
42
|
* TestUser
|
|
25
43
|
*/
|
|
26
44
|
endUserId?: string;
|
|
27
45
|
/**
|
|
46
|
+
* @remarks
|
|
47
|
+
* The office network IDs.
|
|
48
|
+
*
|
|
28
49
|
* @example
|
|
29
50
|
* cn-hangzhou+dir-363353****
|
|
30
51
|
*/
|
|
31
52
|
officeSiteId?: string;
|
|
32
53
|
/**
|
|
54
|
+
* @remarks
|
|
55
|
+
* The sorting field. If this parameter is not provided, results are sorted by creation time in descending order. Valid values:
|
|
56
|
+
*
|
|
57
|
+
* * uptime: indicates that the cloud computers are sorted by startup duration.
|
|
58
|
+
*
|
|
33
59
|
* @example
|
|
34
60
|
* uptime
|
|
35
61
|
*/
|
|
36
62
|
orderBy?: string;
|
|
37
63
|
/**
|
|
64
|
+
* @remarks
|
|
65
|
+
* The page number of the current page.\\
|
|
66
|
+
* Default value: 1
|
|
67
|
+
*
|
|
38
68
|
* @example
|
|
39
69
|
* 1
|
|
40
70
|
*/
|
|
41
71
|
pageNumber?: number;
|
|
42
72
|
/**
|
|
73
|
+
* @remarks
|
|
74
|
+
* The number of entries to return on each page. Valid values: 1 to 100.
|
|
75
|
+
*
|
|
43
76
|
* @example
|
|
44
77
|
* 20
|
|
45
78
|
*/
|
|
46
79
|
pageSize?: number;
|
|
47
80
|
/**
|
|
48
81
|
* @remarks
|
|
82
|
+
* The region ID.
|
|
83
|
+
*
|
|
84
|
+
* * China (Shanghai)
|
|
85
|
+
* * Singapore
|
|
86
|
+
*
|
|
49
87
|
* This parameter is required.
|
|
50
88
|
*
|
|
51
89
|
* @example
|
|
@@ -53,26 +91,52 @@ export class DescribeGlobalDesktopRecordsRequest extends $dara.Model {
|
|
|
53
91
|
*/
|
|
54
92
|
regionId?: string;
|
|
55
93
|
/**
|
|
94
|
+
* @remarks
|
|
95
|
+
* The ID of the resource group.
|
|
96
|
+
*
|
|
56
97
|
* @example
|
|
57
98
|
* rg-3mtuc28rx95lx****
|
|
58
99
|
*/
|
|
59
100
|
resourceGroupId?: string;
|
|
60
101
|
/**
|
|
102
|
+
* @remarks
|
|
103
|
+
* The query range. This parameter is empty by default. Optional values are:
|
|
104
|
+
*
|
|
105
|
+
* * ADVANCED: indicates that statistics such as the connection duration are queried.
|
|
106
|
+
*
|
|
61
107
|
* @example
|
|
62
108
|
* ADVANCED
|
|
63
109
|
*/
|
|
64
110
|
scope?: string;
|
|
65
111
|
/**
|
|
112
|
+
* @remarks
|
|
113
|
+
* The sorting method. Default value: ascending. Valid value:
|
|
114
|
+
*
|
|
115
|
+
* * Asc: ascending order
|
|
116
|
+
* * Desc: descending.
|
|
117
|
+
*
|
|
66
118
|
* @example
|
|
67
119
|
* Asc
|
|
68
120
|
*/
|
|
69
121
|
sortType?: string;
|
|
70
122
|
/**
|
|
123
|
+
* @remarks
|
|
124
|
+
* The start time. Supported formats:
|
|
125
|
+
*
|
|
126
|
+
* * Format: YYYY-MM-DDThh:mm:ssZ.
|
|
127
|
+
*
|
|
71
128
|
* @example
|
|
72
129
|
* 2022-03-23T04:10:21Z
|
|
73
130
|
*/
|
|
74
131
|
startTime?: string;
|
|
75
132
|
/**
|
|
133
|
+
* @remarks
|
|
134
|
+
* The way to purchase cloud computers. Valid values:
|
|
135
|
+
*
|
|
136
|
+
* * prePaid: The monthly purchase is unlimited.
|
|
137
|
+
* * postPaid: pay-as-you-go
|
|
138
|
+
* * monthPackage: monthly duration.
|
|
139
|
+
*
|
|
76
140
|
* @example
|
|
77
141
|
* monthPackage
|
|
78
142
|
*/
|
|
@@ -4,11 +4,17 @@ import * as $dara from '@darabonba/typescript';
|
|
|
4
4
|
|
|
5
5
|
export class DescribeGlobalDesktopRecordsResponseBodySessionsResourceGroups extends $dara.Model {
|
|
6
6
|
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The ID of the enterprise resource group.
|
|
9
|
+
*
|
|
7
10
|
* @example
|
|
8
11
|
* rg-f3s3dgt8dtb0vlqc8
|
|
9
12
|
*/
|
|
10
13
|
resourceGroupId?: string;
|
|
11
14
|
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* The queried resource group name.
|
|
17
|
+
*
|
|
12
18
|
* @example
|
|
13
19
|
* dms_test
|
|
14
20
|
*/
|
|
@@ -38,11 +44,17 @@ export class DescribeGlobalDesktopRecordsResponseBodySessionsResourceGroups exte
|
|
|
38
44
|
|
|
39
45
|
export class DescribeGlobalDesktopRecordsResponseBodySessionsSessions extends $dara.Model {
|
|
40
46
|
/**
|
|
47
|
+
* @remarks
|
|
48
|
+
* The end user ID.
|
|
49
|
+
*
|
|
41
50
|
* @example
|
|
42
51
|
* TestUser
|
|
43
52
|
*/
|
|
44
53
|
endUserId?: string;
|
|
45
54
|
/**
|
|
55
|
+
* @remarks
|
|
56
|
+
* The time when the session was created.
|
|
57
|
+
*
|
|
46
58
|
* @example
|
|
47
59
|
* 2022-08-31T06:56:45Z
|
|
48
60
|
*/
|
|
@@ -72,114 +84,202 @@ export class DescribeGlobalDesktopRecordsResponseBodySessionsSessions extends $d
|
|
|
72
84
|
|
|
73
85
|
export class DescribeGlobalDesktopRecordsResponseBodySessions extends $dara.Model {
|
|
74
86
|
/**
|
|
87
|
+
* @remarks
|
|
88
|
+
* The connection status of the cloud desktop.
|
|
89
|
+
*
|
|
75
90
|
* @example
|
|
76
91
|
* Connected
|
|
77
92
|
*/
|
|
78
93
|
connectionStatus?: string;
|
|
79
94
|
/**
|
|
95
|
+
* @remarks
|
|
96
|
+
* The number of vCPUs.
|
|
97
|
+
*
|
|
80
98
|
* @example
|
|
81
99
|
* 2
|
|
82
100
|
*/
|
|
83
101
|
cpu?: number;
|
|
84
102
|
/**
|
|
103
|
+
* @remarks
|
|
104
|
+
* The ID of the cloud computer share.
|
|
105
|
+
*
|
|
85
106
|
* @example
|
|
86
107
|
* dg-iaqu3bi2xtie****
|
|
87
108
|
*/
|
|
88
109
|
desktopGroupId?: string;
|
|
89
110
|
/**
|
|
111
|
+
* @remarks
|
|
112
|
+
* The name of the cloud computer share.
|
|
113
|
+
*
|
|
90
114
|
* @example
|
|
91
115
|
* DemoCCGroup
|
|
92
116
|
*/
|
|
93
117
|
desktopGroupName?: string;
|
|
94
118
|
/**
|
|
119
|
+
* @remarks
|
|
120
|
+
* The cloud computer IDs.
|
|
121
|
+
*
|
|
95
122
|
* @example
|
|
96
123
|
* ecd-g6t1ukbaea****
|
|
97
124
|
*/
|
|
98
125
|
desktopId?: string;
|
|
99
126
|
/**
|
|
127
|
+
* @remarks
|
|
128
|
+
* The cloud computer name.
|
|
129
|
+
*
|
|
100
130
|
* @example
|
|
101
131
|
* DemoComputer
|
|
102
132
|
*/
|
|
103
133
|
desktopName?: string;
|
|
104
134
|
/**
|
|
135
|
+
* @remarks
|
|
136
|
+
* 桌面状态
|
|
137
|
+
*
|
|
105
138
|
* @example
|
|
106
139
|
* Running
|
|
107
140
|
*/
|
|
108
141
|
desktopStatus?: string;
|
|
109
142
|
/**
|
|
143
|
+
* @remarks
|
|
144
|
+
* The end user ID.
|
|
145
|
+
*
|
|
110
146
|
* @example
|
|
111
147
|
* TestUser
|
|
112
148
|
*/
|
|
113
149
|
endUserId?: string;
|
|
150
|
+
/**
|
|
151
|
+
* @remarks
|
|
152
|
+
* The list of assigned terminal user IDs.
|
|
153
|
+
*/
|
|
114
154
|
endUserIds?: string[];
|
|
115
155
|
/**
|
|
156
|
+
* @remarks
|
|
157
|
+
* The size of the GPU memory.
|
|
158
|
+
*
|
|
116
159
|
* @example
|
|
117
160
|
* 8GiB
|
|
118
161
|
*/
|
|
119
162
|
gpuSpec?: string;
|
|
120
163
|
/**
|
|
164
|
+
* @remarks
|
|
165
|
+
* The duration of the last connection to the cloud computer. Unit: seconds
|
|
166
|
+
*
|
|
121
167
|
* @example
|
|
122
168
|
* 120
|
|
123
169
|
*/
|
|
124
170
|
latestConnectionTime?: number;
|
|
125
171
|
/**
|
|
172
|
+
* @remarks
|
|
173
|
+
* The memory of the cloud computer. Unit: MiB.
|
|
174
|
+
*
|
|
126
175
|
* @example
|
|
127
176
|
* 4096
|
|
128
177
|
*/
|
|
129
178
|
memory?: number;
|
|
130
179
|
/**
|
|
180
|
+
* @remarks
|
|
181
|
+
* The office network ID.
|
|
182
|
+
*
|
|
131
183
|
* @example
|
|
132
184
|
* cn-hangzhou+dir-8904****
|
|
133
185
|
*/
|
|
134
186
|
officeSiteId?: string;
|
|
135
187
|
/**
|
|
188
|
+
* @remarks
|
|
189
|
+
* The office network name.
|
|
190
|
+
*
|
|
136
191
|
* @example
|
|
137
192
|
* TestOfficeSite
|
|
138
193
|
*/
|
|
139
194
|
officeSiteName?: string;
|
|
140
195
|
/**
|
|
196
|
+
* @remarks
|
|
197
|
+
* The OS type. Valid values:
|
|
198
|
+
*
|
|
199
|
+
* * Windows
|
|
200
|
+
* * Linux
|
|
201
|
+
*
|
|
141
202
|
* @example
|
|
142
203
|
* Linux
|
|
143
204
|
*/
|
|
144
205
|
osType?: string;
|
|
145
206
|
/**
|
|
207
|
+
* @remarks
|
|
208
|
+
* The specific model of the operating system.
|
|
209
|
+
*
|
|
146
210
|
* @example
|
|
147
211
|
* Windows 10
|
|
148
212
|
*/
|
|
149
213
|
platform?: string;
|
|
150
214
|
/**
|
|
215
|
+
* @remarks
|
|
216
|
+
* Protocol type.
|
|
217
|
+
*
|
|
218
|
+
* * HDX
|
|
219
|
+
* * ASP
|
|
220
|
+
*
|
|
151
221
|
* @example
|
|
152
222
|
* ASP
|
|
153
223
|
*/
|
|
154
224
|
protocolType?: string;
|
|
155
225
|
/**
|
|
226
|
+
* @remarks
|
|
227
|
+
* The ID of the region where the instance resides.
|
|
228
|
+
*
|
|
156
229
|
* @example
|
|
157
230
|
* cn-beijing
|
|
158
231
|
*/
|
|
159
232
|
regionId?: string;
|
|
233
|
+
/**
|
|
234
|
+
* @remarks
|
|
235
|
+
* The name of the enterprise resource group.
|
|
236
|
+
*/
|
|
160
237
|
resourceGroups?: DescribeGlobalDesktopRecordsResponseBodySessionsResourceGroups[];
|
|
161
238
|
/**
|
|
239
|
+
* @remarks
|
|
240
|
+
* The idle duration of the session. Unit: minutes.
|
|
241
|
+
*
|
|
162
242
|
* @example
|
|
163
243
|
* 120
|
|
164
244
|
*/
|
|
165
245
|
sessionIdleTime?: number;
|
|
246
|
+
/**
|
|
247
|
+
* @remarks
|
|
248
|
+
* The session details.
|
|
249
|
+
*/
|
|
166
250
|
sessions?: DescribeGlobalDesktopRecordsResponseBodySessionsSessions[];
|
|
167
251
|
/**
|
|
252
|
+
* @remarks
|
|
253
|
+
* The time when the status of the cloud computer was changed.
|
|
254
|
+
*
|
|
168
255
|
* @example
|
|
169
256
|
* 1760583xxxx
|
|
170
257
|
*/
|
|
171
258
|
statusChangeTime?: number;
|
|
172
259
|
/**
|
|
260
|
+
* @remarks
|
|
261
|
+
* The billing method of the cloud computer. Valid values:
|
|
262
|
+
*
|
|
263
|
+
* * prePaid: The monthly purchase is unlimited.
|
|
264
|
+
* * postPaid: pay-as-you-go
|
|
265
|
+
* * monthPackage: monthly duration.
|
|
266
|
+
*
|
|
173
267
|
* @example
|
|
174
268
|
* monthPackage
|
|
175
269
|
*/
|
|
176
270
|
subPayType?: string;
|
|
177
271
|
/**
|
|
272
|
+
* @remarks
|
|
273
|
+
* The total connection duration. Unit: seconds
|
|
274
|
+
*
|
|
178
275
|
* @example
|
|
179
276
|
* 240
|
|
180
277
|
*/
|
|
181
278
|
totalConnectionTime?: number;
|
|
182
279
|
/**
|
|
280
|
+
* @remarks
|
|
281
|
+
* The startup duration of the cloud computer. Unit: seconds
|
|
282
|
+
*
|
|
183
283
|
* @example
|
|
184
284
|
* 86400
|
|
185
285
|
*/
|
|
@@ -264,12 +364,22 @@ export class DescribeGlobalDesktopRecordsResponseBodySessions extends $dara.Mode
|
|
|
264
364
|
|
|
265
365
|
export class DescribeGlobalDesktopRecordsResponseBody extends $dara.Model {
|
|
266
366
|
/**
|
|
367
|
+
* @remarks
|
|
368
|
+
* The request ID.
|
|
369
|
+
*
|
|
267
370
|
* @example
|
|
268
371
|
* 1CBAFFAB-B697-4049-A9B1-67E1FC5F****
|
|
269
372
|
*/
|
|
270
373
|
requestId?: string;
|
|
374
|
+
/**
|
|
375
|
+
* @remarks
|
|
376
|
+
* The session details.
|
|
377
|
+
*/
|
|
271
378
|
sessions?: DescribeGlobalDesktopRecordsResponseBodySessions[];
|
|
272
379
|
/**
|
|
380
|
+
* @remarks
|
|
381
|
+
* The total number of entries returned.
|
|
382
|
+
*
|
|
273
383
|
* @example
|
|
274
384
|
* 1
|
|
275
385
|
*/
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class DescribeKmsKeysRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The ID
|
|
8
|
+
* The region ID. You can call the [DescribeRegions](~~DescribeRegions~~) operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* cn-hangzhou
|
|
@@ -67,19 +67,29 @@ export class DescribeKmsKeysResponseBody extends $dara.Model {
|
|
|
67
67
|
* @remarks
|
|
68
68
|
* The authorization status.
|
|
69
69
|
*
|
|
70
|
+
* Valid value:
|
|
71
|
+
*
|
|
72
|
+
* * not_authorized
|
|
73
|
+
* * authorized
|
|
74
|
+
*
|
|
70
75
|
* @example
|
|
71
76
|
* authorized
|
|
72
77
|
*/
|
|
73
78
|
authorizeStatus?: string;
|
|
74
79
|
/**
|
|
75
80
|
* @remarks
|
|
76
|
-
*
|
|
81
|
+
* Customer master key (CMK)
|
|
77
82
|
*/
|
|
78
83
|
keys?: DescribeKmsKeysResponseBodyKeys[];
|
|
79
84
|
/**
|
|
80
85
|
* @remarks
|
|
81
86
|
* Indicates whether KMS is activated.
|
|
82
87
|
*
|
|
88
|
+
* Valid value:
|
|
89
|
+
*
|
|
90
|
+
* * disabled
|
|
91
|
+
* * enabled
|
|
92
|
+
*
|
|
83
93
|
* @example
|
|
84
94
|
* enabled
|
|
85
95
|
*/
|
|
@@ -472,7 +472,15 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroupsNetRedirectRule
|
|
|
472
472
|
}
|
|
473
473
|
|
|
474
474
|
export class DescribePolicyGroupsResponseBodyDescribePolicyGroupsRecordEventLevels extends $dara.Model {
|
|
475
|
+
/**
|
|
476
|
+
* @remarks
|
|
477
|
+
* The event severity.
|
|
478
|
+
*/
|
|
475
479
|
eventLevel?: string;
|
|
480
|
+
/**
|
|
481
|
+
* @remarks
|
|
482
|
+
* The event type.
|
|
483
|
+
*/
|
|
476
484
|
eventType?: string;
|
|
477
485
|
static names(): { [key: string]: string } {
|
|
478
486
|
return {
|
|
@@ -632,6 +640,9 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.
|
|
|
632
640
|
*/
|
|
633
641
|
authorizeSecurityPolicyRules?: DescribePolicyGroupsResponseBodyDescribePolicyGroupsAuthorizeSecurityPolicyRules[];
|
|
634
642
|
/**
|
|
643
|
+
* @remarks
|
|
644
|
+
* The automatic client connection recovery configurations.
|
|
645
|
+
*
|
|
635
646
|
* @example
|
|
636
647
|
* off
|
|
637
648
|
*/
|
|
@@ -997,6 +1008,9 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.
|
|
|
997
1008
|
*/
|
|
998
1009
|
mobileRestart?: string;
|
|
999
1010
|
/**
|
|
1011
|
+
* @remarks
|
|
1012
|
+
* Indicates whether the Windows security control is enabled for mobile clients.
|
|
1013
|
+
*
|
|
1000
1014
|
* @example
|
|
1001
1015
|
* off
|
|
1002
1016
|
*/
|
|
@@ -1017,11 +1031,17 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.
|
|
|
1017
1031
|
*/
|
|
1018
1032
|
mobileShutdown?: string;
|
|
1019
1033
|
/**
|
|
1034
|
+
* @remarks
|
|
1035
|
+
* Indicates whether the Cloud Computer Manager is enabled for mobile clients.
|
|
1036
|
+
*
|
|
1020
1037
|
* @example
|
|
1021
1038
|
* off
|
|
1022
1039
|
*/
|
|
1023
1040
|
mobileWuyingKeeper?: string;
|
|
1024
1041
|
/**
|
|
1042
|
+
* @remarks
|
|
1043
|
+
* Indicates whether the Xiaoying AI Assistant is enabled for mobile clients.
|
|
1044
|
+
*
|
|
1025
1045
|
* @example
|
|
1026
1046
|
* off
|
|
1027
1047
|
*/
|
|
@@ -1164,12 +1184,20 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.
|
|
|
1164
1184
|
* 10
|
|
1165
1185
|
*/
|
|
1166
1186
|
recordEventDuration?: number;
|
|
1187
|
+
/**
|
|
1188
|
+
* @remarks
|
|
1189
|
+
* The screen recording file suffix.
|
|
1190
|
+
*/
|
|
1167
1191
|
recordEventFileExts?: string[];
|
|
1168
1192
|
/**
|
|
1169
1193
|
* @remarks
|
|
1170
1194
|
* The array of absolute paths of the monitored files in the screen recording audit policy.
|
|
1171
1195
|
*/
|
|
1172
1196
|
recordEventFilePaths?: string[];
|
|
1197
|
+
/**
|
|
1198
|
+
* @remarks
|
|
1199
|
+
* Indicates whether the screen recording event severity is enabled.
|
|
1200
|
+
*/
|
|
1173
1201
|
recordEventLevels?: DescribePolicyGroupsResponseBodyDescribePolicyGroupsRecordEventLevels[];
|
|
1174
1202
|
/**
|
|
1175
1203
|
* @remarks
|
|
@@ -1954,7 +1982,7 @@ export class DescribePolicyGroupsResponseBody extends $dara.Model {
|
|
|
1954
1982
|
count?: number;
|
|
1955
1983
|
/**
|
|
1956
1984
|
* @remarks
|
|
1957
|
-
* The cloud computer policies.
|
|
1985
|
+
* The details of the cloud computer policies.
|
|
1958
1986
|
*/
|
|
1959
1987
|
describePolicyGroups?: DescribePolicyGroupsResponseBodyDescribePolicyGroups[];
|
|
1960
1988
|
/**
|
|
@@ -70,7 +70,15 @@ export class DescribeSnapshotsResponseBodySnapshots extends $dara.Model {
|
|
|
70
70
|
* Running
|
|
71
71
|
*/
|
|
72
72
|
desktopStatus?: string;
|
|
73
|
+
/**
|
|
74
|
+
* @example
|
|
75
|
+
* Available
|
|
76
|
+
*/
|
|
73
77
|
diskStatus?: string;
|
|
78
|
+
/**
|
|
79
|
+
* @example
|
|
80
|
+
* Windows
|
|
81
|
+
*/
|
|
74
82
|
osType?: string;
|
|
75
83
|
/**
|
|
76
84
|
* @remarks
|
|
@@ -161,7 +161,15 @@ export class DescribeTemplatesResponseBodyDataResourceTagList extends $dara.Mode
|
|
|
161
161
|
}
|
|
162
162
|
|
|
163
163
|
export class DescribeTemplatesResponseBodyDataSiteConfigList extends $dara.Model {
|
|
164
|
+
/**
|
|
165
|
+
* @example
|
|
166
|
+
* bwr-5a5371e0*******
|
|
167
|
+
*/
|
|
164
168
|
appRuleId?: string;
|
|
169
|
+
/**
|
|
170
|
+
* @example
|
|
171
|
+
* mainland
|
|
172
|
+
*/
|
|
165
173
|
siteId?: string;
|
|
166
174
|
static names(): { [key: string]: string } {
|
|
167
175
|
return {
|
|
@@ -361,6 +369,10 @@ export class DescribeTemplatesResponseBody extends $dara.Model {
|
|
|
361
369
|
* success
|
|
362
370
|
*/
|
|
363
371
|
code?: string;
|
|
372
|
+
/**
|
|
373
|
+
* @remarks
|
|
374
|
+
* The templates.
|
|
375
|
+
*/
|
|
364
376
|
data?: DescribeTemplatesResponseBodyData[];
|
|
365
377
|
/**
|
|
366
378
|
* @example
|
|
@@ -221,7 +221,7 @@ export class DescribeTimerGroupResponseBodyData extends $dara.Model {
|
|
|
221
221
|
bindCountMap?: { [key: string]: number };
|
|
222
222
|
/**
|
|
223
223
|
* @remarks
|
|
224
|
-
* The scheduled
|
|
224
|
+
* The scheduled tasks.
|
|
225
225
|
*/
|
|
226
226
|
configTimers?: DescribeTimerGroupResponseBodyDataConfigTimers[];
|
|
227
227
|
/**
|
|
@@ -327,7 +327,7 @@ export class DescribeTimerGroupResponseBodyData extends $dara.Model {
|
|
|
327
327
|
export class DescribeTimerGroupResponseBody extends $dara.Model {
|
|
328
328
|
/**
|
|
329
329
|
* @remarks
|
|
330
|
-
* The
|
|
330
|
+
* The configuration group.
|
|
331
331
|
*/
|
|
332
332
|
data?: DescribeTimerGroupResponseBodyData;
|
|
333
333
|
/**
|