@alicloud/ecd20200930 4.2.0 → 4.2.1
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 +36 -0
- package/dist/client.js +59 -3
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +74 -0
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -43002,6 +43002,28 @@ export class DescribeModificationPriceResponseBodyPriceInfo extends $tea.Model {
|
|
|
43002
43002
|
}
|
|
43003
43003
|
}
|
|
43004
43004
|
|
|
43005
|
+
export class DescribeNASFileSystemsResponseBodyFileSystemsAppInstanceGroups extends $tea.Model {
|
|
43006
|
+
appInstanceGroupId?: string;
|
|
43007
|
+
appInstanceGroupName?: string;
|
|
43008
|
+
static names(): { [key: string]: string } {
|
|
43009
|
+
return {
|
|
43010
|
+
appInstanceGroupId: 'AppInstanceGroupId',
|
|
43011
|
+
appInstanceGroupName: 'AppInstanceGroupName',
|
|
43012
|
+
};
|
|
43013
|
+
}
|
|
43014
|
+
|
|
43015
|
+
static types(): { [key: string]: any } {
|
|
43016
|
+
return {
|
|
43017
|
+
appInstanceGroupId: 'string',
|
|
43018
|
+
appInstanceGroupName: 'string',
|
|
43019
|
+
};
|
|
43020
|
+
}
|
|
43021
|
+
|
|
43022
|
+
constructor(map?: { [key: string]: any }) {
|
|
43023
|
+
super(map);
|
|
43024
|
+
}
|
|
43025
|
+
}
|
|
43026
|
+
|
|
43005
43027
|
export class DescribeNASFileSystemsResponseBodyFileSystemsDesktopGroups extends $tea.Model {
|
|
43006
43028
|
/**
|
|
43007
43029
|
* @remarks
|
|
@@ -43038,7 +43060,31 @@ export class DescribeNASFileSystemsResponseBodyFileSystemsDesktopGroups extends
|
|
|
43038
43060
|
}
|
|
43039
43061
|
}
|
|
43040
43062
|
|
|
43063
|
+
export class DescribeNASFileSystemsResponseBodyFileSystemsOfficeSites extends $tea.Model {
|
|
43064
|
+
officeSiteId?: string;
|
|
43065
|
+
officeSiteName?: string;
|
|
43066
|
+
static names(): { [key: string]: string } {
|
|
43067
|
+
return {
|
|
43068
|
+
officeSiteId: 'OfficeSiteId',
|
|
43069
|
+
officeSiteName: 'OfficeSiteName',
|
|
43070
|
+
};
|
|
43071
|
+
}
|
|
43072
|
+
|
|
43073
|
+
static types(): { [key: string]: any } {
|
|
43074
|
+
return {
|
|
43075
|
+
officeSiteId: 'string',
|
|
43076
|
+
officeSiteName: 'string',
|
|
43077
|
+
};
|
|
43078
|
+
}
|
|
43079
|
+
|
|
43080
|
+
constructor(map?: { [key: string]: any }) {
|
|
43081
|
+
super(map);
|
|
43082
|
+
}
|
|
43083
|
+
}
|
|
43084
|
+
|
|
43041
43085
|
export class DescribeNASFileSystemsResponseBodyFileSystems extends $tea.Model {
|
|
43086
|
+
allowOperateUserDrive?: boolean;
|
|
43087
|
+
appInstanceGroups?: DescribeNASFileSystemsResponseBodyFileSystemsAppInstanceGroups[];
|
|
43042
43088
|
/**
|
|
43043
43089
|
* @remarks
|
|
43044
43090
|
* The total capacity of the NAS file system. Unit: GiB.
|
|
@@ -43164,6 +43210,7 @@ export class DescribeNASFileSystemsResponseBodyFileSystems extends $tea.Model {
|
|
|
43164
43210
|
* test
|
|
43165
43211
|
*/
|
|
43166
43212
|
officeSiteName?: string;
|
|
43213
|
+
officeSites?: DescribeNASFileSystemsResponseBodyFileSystemsOfficeSites[];
|
|
43167
43214
|
/**
|
|
43168
43215
|
* @remarks
|
|
43169
43216
|
* Indicates whether the User Profile Management (UPM) feature is supported.
|
|
@@ -43180,6 +43227,7 @@ export class DescribeNASFileSystemsResponseBodyFileSystems extends $tea.Model {
|
|
|
43180
43227
|
* cn-hangzhou
|
|
43181
43228
|
*/
|
|
43182
43229
|
regionId?: string;
|
|
43230
|
+
scene?: string;
|
|
43183
43231
|
/**
|
|
43184
43232
|
* @remarks
|
|
43185
43233
|
* The storage type of the NAS file system. Valid values:
|
|
@@ -43209,6 +43257,8 @@ export class DescribeNASFileSystemsResponseBodyFileSystems extends $tea.Model {
|
|
|
43209
43257
|
zoneId?: string;
|
|
43210
43258
|
static names(): { [key: string]: string } {
|
|
43211
43259
|
return {
|
|
43260
|
+
allowOperateUserDrive: 'AllowOperateUserDrive',
|
|
43261
|
+
appInstanceGroups: 'AppInstanceGroups',
|
|
43212
43262
|
capacity: 'Capacity',
|
|
43213
43263
|
createTime: 'CreateTime',
|
|
43214
43264
|
description: 'Description',
|
|
@@ -43223,8 +43273,10 @@ export class DescribeNASFileSystemsResponseBodyFileSystems extends $tea.Model {
|
|
|
43223
43273
|
mountTargetStatus: 'MountTargetStatus',
|
|
43224
43274
|
officeSiteId: 'OfficeSiteId',
|
|
43225
43275
|
officeSiteName: 'OfficeSiteName',
|
|
43276
|
+
officeSites: 'OfficeSites',
|
|
43226
43277
|
profileCompatible: 'ProfileCompatible',
|
|
43227
43278
|
regionId: 'RegionId',
|
|
43279
|
+
scene: 'Scene',
|
|
43228
43280
|
storageType: 'StorageType',
|
|
43229
43281
|
supportAcl: 'SupportAcl',
|
|
43230
43282
|
zoneId: 'ZoneId',
|
|
@@ -43233,6 +43285,8 @@ export class DescribeNASFileSystemsResponseBodyFileSystems extends $tea.Model {
|
|
|
43233
43285
|
|
|
43234
43286
|
static types(): { [key: string]: any } {
|
|
43235
43287
|
return {
|
|
43288
|
+
allowOperateUserDrive: 'boolean',
|
|
43289
|
+
appInstanceGroups: { 'type': 'array', 'itemType': DescribeNASFileSystemsResponseBodyFileSystemsAppInstanceGroups },
|
|
43236
43290
|
capacity: 'number',
|
|
43237
43291
|
createTime: 'string',
|
|
43238
43292
|
description: 'string',
|
|
@@ -43247,8 +43301,10 @@ export class DescribeNASFileSystemsResponseBodyFileSystems extends $tea.Model {
|
|
|
43247
43301
|
mountTargetStatus: 'string',
|
|
43248
43302
|
officeSiteId: 'string',
|
|
43249
43303
|
officeSiteName: 'string',
|
|
43304
|
+
officeSites: { 'type': 'array', 'itemType': DescribeNASFileSystemsResponseBodyFileSystemsOfficeSites },
|
|
43250
43305
|
profileCompatible: 'boolean',
|
|
43251
43306
|
regionId: 'string',
|
|
43307
|
+
scene: 'string',
|
|
43252
43308
|
storageType: 'string',
|
|
43253
43309
|
supportAcl: 'boolean',
|
|
43254
43310
|
zoneId: 'string',
|
|
@@ -44815,6 +44871,8 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $tea.M
|
|
|
44815
44871
|
* 70
|
|
44816
44872
|
*/
|
|
44817
44873
|
cpuSingleRateLimit?: number;
|
|
44874
|
+
desktopCount?: number;
|
|
44875
|
+
desktopGroupCount?: number;
|
|
44818
44876
|
deviceRedirects?: DescribePolicyGroupsResponseBodyDescribePolicyGroupsDeviceRedirects[];
|
|
44819
44877
|
deviceRules?: DescribePolicyGroupsResponseBodyDescribePolicyGroupsDeviceRules[];
|
|
44820
44878
|
displayMode?: string;
|
|
@@ -44986,6 +45044,8 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $tea.M
|
|
|
44986
45044
|
* 30
|
|
44987
45045
|
*/
|
|
44988
45046
|
memorySingleRateLimit?: number;
|
|
45047
|
+
mobileRestart?: string;
|
|
45048
|
+
mobileShutdown?: string;
|
|
44989
45049
|
/**
|
|
44990
45050
|
* @remarks
|
|
44991
45051
|
* The policy name.
|
|
@@ -45196,6 +45256,7 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $tea.M
|
|
|
45196
45256
|
* fullControl
|
|
45197
45257
|
*/
|
|
45198
45258
|
remoteCoordinate?: string;
|
|
45259
|
+
resourceGroupCount?: number;
|
|
45199
45260
|
resourceRegionId?: string;
|
|
45200
45261
|
/**
|
|
45201
45262
|
* @remarks
|
|
@@ -45214,6 +45275,7 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $tea.M
|
|
|
45214
45275
|
*/
|
|
45215
45276
|
scopeValue?: string[];
|
|
45216
45277
|
smoothEnhancement?: string;
|
|
45278
|
+
statusMonitor?: string;
|
|
45217
45279
|
streamingMode?: string;
|
|
45218
45280
|
targetFps?: number;
|
|
45219
45281
|
/**
|
|
@@ -45404,6 +45466,8 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $tea.M
|
|
|
45404
45466
|
cpuRateLimit: 'CpuRateLimit',
|
|
45405
45467
|
cpuSampleDuration: 'CpuSampleDuration',
|
|
45406
45468
|
cpuSingleRateLimit: 'CpuSingleRateLimit',
|
|
45469
|
+
desktopCount: 'DesktopCount',
|
|
45470
|
+
desktopGroupCount: 'DesktopGroupCount',
|
|
45407
45471
|
deviceRedirects: 'DeviceRedirects',
|
|
45408
45472
|
deviceRules: 'DeviceRules',
|
|
45409
45473
|
displayMode: 'DisplayMode',
|
|
@@ -45425,6 +45489,8 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $tea.M
|
|
|
45425
45489
|
memoryRateLimit: 'MemoryRateLimit',
|
|
45426
45490
|
memorySampleDuration: 'MemorySampleDuration',
|
|
45427
45491
|
memorySingleRateLimit: 'MemorySingleRateLimit',
|
|
45492
|
+
mobileRestart: 'MobileRestart',
|
|
45493
|
+
mobileShutdown: 'MobileShutdown',
|
|
45428
45494
|
name: 'Name',
|
|
45429
45495
|
netRedirect: 'NetRedirect',
|
|
45430
45496
|
netRedirectRule: 'NetRedirectRule',
|
|
@@ -45447,10 +45513,12 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $tea.M
|
|
|
45447
45513
|
recordingUserNotify: 'RecordingUserNotify',
|
|
45448
45514
|
recordingUserNotifyMessage: 'RecordingUserNotifyMessage',
|
|
45449
45515
|
remoteCoordinate: 'RemoteCoordinate',
|
|
45516
|
+
resourceGroupCount: 'ResourceGroupCount',
|
|
45450
45517
|
resourceRegionId: 'ResourceRegionId',
|
|
45451
45518
|
scope: 'Scope',
|
|
45452
45519
|
scopeValue: 'ScopeValue',
|
|
45453
45520
|
smoothEnhancement: 'SmoothEnhancement',
|
|
45521
|
+
statusMonitor: 'StatusMonitor',
|
|
45454
45522
|
streamingMode: 'StreamingMode',
|
|
45455
45523
|
targetFps: 'TargetFps',
|
|
45456
45524
|
usbRedirect: 'UsbRedirect',
|
|
@@ -45495,6 +45563,8 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $tea.M
|
|
|
45495
45563
|
cpuRateLimit: 'number',
|
|
45496
45564
|
cpuSampleDuration: 'number',
|
|
45497
45565
|
cpuSingleRateLimit: 'number',
|
|
45566
|
+
desktopCount: 'number',
|
|
45567
|
+
desktopGroupCount: 'number',
|
|
45498
45568
|
deviceRedirects: { 'type': 'array', 'itemType': DescribePolicyGroupsResponseBodyDescribePolicyGroupsDeviceRedirects },
|
|
45499
45569
|
deviceRules: { 'type': 'array', 'itemType': DescribePolicyGroupsResponseBodyDescribePolicyGroupsDeviceRules },
|
|
45500
45570
|
displayMode: 'string',
|
|
@@ -45516,6 +45586,8 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $tea.M
|
|
|
45516
45586
|
memoryRateLimit: 'number',
|
|
45517
45587
|
memorySampleDuration: 'number',
|
|
45518
45588
|
memorySingleRateLimit: 'number',
|
|
45589
|
+
mobileRestart: 'string',
|
|
45590
|
+
mobileShutdown: 'string',
|
|
45519
45591
|
name: 'string',
|
|
45520
45592
|
netRedirect: 'string',
|
|
45521
45593
|
netRedirectRule: { 'type': 'array', 'itemType': DescribePolicyGroupsResponseBodyDescribePolicyGroupsNetRedirectRule },
|
|
@@ -45538,10 +45610,12 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $tea.M
|
|
|
45538
45610
|
recordingUserNotify: 'string',
|
|
45539
45611
|
recordingUserNotifyMessage: 'string',
|
|
45540
45612
|
remoteCoordinate: 'string',
|
|
45613
|
+
resourceGroupCount: 'number',
|
|
45541
45614
|
resourceRegionId: 'string',
|
|
45542
45615
|
scope: 'string',
|
|
45543
45616
|
scopeValue: { 'type': 'array', 'itemType': 'string' },
|
|
45544
45617
|
smoothEnhancement: 'string',
|
|
45618
|
+
statusMonitor: 'string',
|
|
45545
45619
|
streamingMode: 'string',
|
|
45546
45620
|
targetFps: 'number',
|
|
45547
45621
|
usbRedirect: 'string',
|