@alicloud/ecd20200930 4.6.5 → 4.6.6
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 +19 -0
- package/dist/client.js +46 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +65 -0
package/dist/client.d.ts
CHANGED
|
@@ -714,6 +714,7 @@ export declare class CreateCenterPolicyRequestDeviceRules extends $dara.Model {
|
|
|
714
714
|
* 2:0
|
|
715
715
|
*/
|
|
716
716
|
optCommand?: string;
|
|
717
|
+
platforms?: string;
|
|
717
718
|
/**
|
|
718
719
|
* @remarks
|
|
719
720
|
* The redirection type.
|
|
@@ -2182,6 +2183,7 @@ export declare class CreatePolicyGroupRequestDeviceRules extends $dara.Model {
|
|
|
2182
2183
|
* 2:0
|
|
2183
2184
|
*/
|
|
2184
2185
|
optCommand?: string;
|
|
2186
|
+
platforms?: string;
|
|
2185
2187
|
/**
|
|
2186
2188
|
* @remarks
|
|
2187
2189
|
* The redirection type.
|
|
@@ -3294,6 +3296,7 @@ export declare class DescribeCenterPolicyListResponseBodyDescribePolicyGroupsDev
|
|
|
3294
3296
|
* 2:0
|
|
3295
3297
|
*/
|
|
3296
3298
|
optCommand?: string;
|
|
3299
|
+
platforms?: string;
|
|
3297
3300
|
/**
|
|
3298
3301
|
* @remarks
|
|
3299
3302
|
* The redirection type.
|
|
@@ -3657,6 +3660,7 @@ export declare class DescribeCenterPolicyListResponseBodyDescribePolicyGroups ex
|
|
|
3657
3660
|
* tcp
|
|
3658
3661
|
*/
|
|
3659
3662
|
internetCommunicationProtocol?: string;
|
|
3663
|
+
internetPrinter?: string;
|
|
3660
3664
|
/**
|
|
3661
3665
|
* @remarks
|
|
3662
3666
|
* The read/write permissions on the on-premises drive.
|
|
@@ -3966,6 +3970,7 @@ export declare class DescribeCenterPolicyListResponseBodyDescribePolicyGroups ex
|
|
|
3966
3970
|
* 1
|
|
3967
3971
|
*/
|
|
3968
3972
|
resourceGroupCount?: number;
|
|
3973
|
+
safeMenu?: string;
|
|
3969
3974
|
/**
|
|
3970
3975
|
* @remarks
|
|
3971
3976
|
* The effective scope of the policy.
|
|
@@ -8556,6 +8561,7 @@ export declare class DescribeImageModifiedRecordsResponseBodyImageModifiedRecord
|
|
|
8556
8561
|
* xxxxImageID
|
|
8557
8562
|
*/
|
|
8558
8563
|
newImageName?: string;
|
|
8564
|
+
reason?: string;
|
|
8559
8565
|
/**
|
|
8560
8566
|
* @remarks
|
|
8561
8567
|
* The status of the image modification.
|
|
@@ -10748,6 +10754,7 @@ export declare class DescribePolicyGroupsResponseBodyDescribePolicyGroupsDeviceR
|
|
|
10748
10754
|
* 2:0
|
|
10749
10755
|
*/
|
|
10750
10756
|
optCommand?: string;
|
|
10757
|
+
platforms?: string;
|
|
10751
10758
|
/**
|
|
10752
10759
|
* @remarks
|
|
10753
10760
|
* The redirection type.
|
|
@@ -11238,6 +11245,7 @@ export declare class DescribePolicyGroupsResponseBodyDescribePolicyGroups extend
|
|
|
11238
11245
|
* BOTH
|
|
11239
11246
|
*/
|
|
11240
11247
|
internetCommunicationProtocol?: string;
|
|
11248
|
+
internetPrinter?: string;
|
|
11241
11249
|
/**
|
|
11242
11250
|
* @remarks
|
|
11243
11251
|
* The permissions on local disk mapping.
|
|
@@ -11636,6 +11644,7 @@ export declare class DescribePolicyGroupsResponseBodyDescribePolicyGroups extend
|
|
|
11636
11644
|
* center
|
|
11637
11645
|
*/
|
|
11638
11646
|
resourceRegionId?: string;
|
|
11647
|
+
safeMenu?: string;
|
|
11639
11648
|
/**
|
|
11640
11649
|
* @remarks
|
|
11641
11650
|
* The effective scope of the policy.
|
|
@@ -15520,6 +15529,7 @@ export declare class ModifyCenterPolicyRequestDeviceRules extends $dara.Model {
|
|
|
15520
15529
|
* 2:0
|
|
15521
15530
|
*/
|
|
15522
15531
|
optCommand?: string;
|
|
15532
|
+
platforms?: string;
|
|
15523
15533
|
/**
|
|
15524
15534
|
* @remarks
|
|
15525
15535
|
* The redirection type.
|
|
@@ -16538,6 +16548,7 @@ export declare class ModifyPolicyGroupRequestDeviceRules extends $dara.Model {
|
|
|
16538
16548
|
* 2:0
|
|
16539
16549
|
*/
|
|
16540
16550
|
optCommand?: string;
|
|
16551
|
+
platforms?: string;
|
|
16541
16552
|
/**
|
|
16542
16553
|
* @remarks
|
|
16543
16554
|
* The redirection type.
|
|
@@ -22107,6 +22118,7 @@ export declare class CreateCenterPolicyRequest extends $dara.Model {
|
|
|
22107
22118
|
* both
|
|
22108
22119
|
*/
|
|
22109
22120
|
internetCommunicationProtocol?: string;
|
|
22121
|
+
internetPrinter?: string;
|
|
22110
22122
|
/**
|
|
22111
22123
|
* @remarks
|
|
22112
22124
|
* The read/write permissions on the on-premises drive.
|
|
@@ -22479,6 +22491,7 @@ export declare class CreateCenterPolicyRequest extends $dara.Model {
|
|
|
22479
22491
|
* desktop
|
|
22480
22492
|
*/
|
|
22481
22493
|
resourceType?: string;
|
|
22494
|
+
safeMenu?: string;
|
|
22482
22495
|
/**
|
|
22483
22496
|
* @remarks
|
|
22484
22497
|
* The effective scope of the policy.
|
|
@@ -41148,6 +41161,7 @@ export declare class ModifyCenterPolicyRequest extends $dara.Model {
|
|
|
41148
41161
|
* both
|
|
41149
41162
|
*/
|
|
41150
41163
|
internetCommunicationProtocol?: string;
|
|
41164
|
+
internetPrinter?: string;
|
|
41151
41165
|
/**
|
|
41152
41166
|
* @remarks
|
|
41153
41167
|
* The read/write permissions on the on-premises drive.
|
|
@@ -41543,6 +41557,7 @@ export declare class ModifyCenterPolicyRequest extends $dara.Model {
|
|
|
41543
41557
|
* The security group rules that you want to delete.
|
|
41544
41558
|
*/
|
|
41545
41559
|
revokeSecurityPolicyRule?: ModifyCenterPolicyRequestRevokeSecurityPolicyRule[];
|
|
41560
|
+
safeMenu?: string;
|
|
41546
41561
|
/**
|
|
41547
41562
|
* @remarks
|
|
41548
41563
|
* The effective scope of the policy.
|
|
@@ -49915,12 +49930,16 @@ export default class Client extends OpenApi {
|
|
|
49915
49930
|
*/
|
|
49916
49931
|
createCdsFileShareLink(request: CreateCdsFileShareLinkRequest): Promise<CreateCdsFileShareLinkResponse>;
|
|
49917
49932
|
/**
|
|
49933
|
+
* 创建无地域策略
|
|
49934
|
+
*
|
|
49918
49935
|
* @param request - CreateCenterPolicyRequest
|
|
49919
49936
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
49920
49937
|
* @returns CreateCenterPolicyResponse
|
|
49921
49938
|
*/
|
|
49922
49939
|
createCenterPolicyWithOptions(request: CreateCenterPolicyRequest, runtime: $dara.RuntimeOptions): Promise<CreateCenterPolicyResponse>;
|
|
49923
49940
|
/**
|
|
49941
|
+
* 创建无地域策略
|
|
49942
|
+
*
|
|
49924
49943
|
* @param request - CreateCenterPolicyRequest
|
|
49925
49944
|
* @returns CreateCenterPolicyResponse
|
|
49926
49945
|
*/
|
package/dist/client.js
CHANGED
|
@@ -423,6 +423,7 @@ class CreateCenterPolicyRequestDeviceRules extends $dara.Model {
|
|
|
423
423
|
deviceType: 'DeviceType',
|
|
424
424
|
deviceVid: 'DeviceVid',
|
|
425
425
|
optCommand: 'OptCommand',
|
|
426
|
+
platforms: 'Platforms',
|
|
426
427
|
redirectType: 'RedirectType',
|
|
427
428
|
};
|
|
428
429
|
}
|
|
@@ -433,6 +434,7 @@ class CreateCenterPolicyRequestDeviceRules extends $dara.Model {
|
|
|
433
434
|
deviceType: 'string',
|
|
434
435
|
deviceVid: 'string',
|
|
435
436
|
optCommand: 'string',
|
|
437
|
+
platforms: 'string',
|
|
436
438
|
redirectType: 'string',
|
|
437
439
|
};
|
|
438
440
|
}
|
|
@@ -1071,6 +1073,7 @@ class CreatePolicyGroupRequestDeviceRules extends $dara.Model {
|
|
|
1071
1073
|
deviceType: 'DeviceType',
|
|
1072
1074
|
deviceVid: 'DeviceVid',
|
|
1073
1075
|
optCommand: 'OptCommand',
|
|
1076
|
+
platforms: 'Platforms',
|
|
1074
1077
|
redirectType: 'RedirectType',
|
|
1075
1078
|
};
|
|
1076
1079
|
}
|
|
@@ -1081,6 +1084,7 @@ class CreatePolicyGroupRequestDeviceRules extends $dara.Model {
|
|
|
1081
1084
|
deviceType: 'string',
|
|
1082
1085
|
deviceVid: 'string',
|
|
1083
1086
|
optCommand: 'string',
|
|
1087
|
+
platforms: 'string',
|
|
1084
1088
|
redirectType: 'string',
|
|
1085
1089
|
};
|
|
1086
1090
|
}
|
|
@@ -1502,6 +1506,7 @@ class DescribeCenterPolicyListResponseBodyDescribePolicyGroupsDeviceRules extend
|
|
|
1502
1506
|
deviceType: 'DeviceType',
|
|
1503
1507
|
deviceVid: 'DeviceVid',
|
|
1504
1508
|
optCommand: 'OptCommand',
|
|
1509
|
+
platforms: 'Platforms',
|
|
1505
1510
|
redirectType: 'RedirectType',
|
|
1506
1511
|
};
|
|
1507
1512
|
}
|
|
@@ -1512,6 +1517,7 @@ class DescribeCenterPolicyListResponseBodyDescribePolicyGroupsDeviceRules extend
|
|
|
1512
1517
|
deviceType: 'string',
|
|
1513
1518
|
deviceVid: 'string',
|
|
1514
1519
|
optCommand: 'string',
|
|
1520
|
+
platforms: 'string',
|
|
1515
1521
|
redirectType: 'string',
|
|
1516
1522
|
};
|
|
1517
1523
|
}
|
|
@@ -1629,6 +1635,7 @@ class DescribeCenterPolicyListResponseBodyDescribePolicyGroups extends $dara.Mod
|
|
|
1629
1635
|
html5Access: 'Html5Access',
|
|
1630
1636
|
html5FileTransfer: 'Html5FileTransfer',
|
|
1631
1637
|
internetCommunicationProtocol: 'InternetCommunicationProtocol',
|
|
1638
|
+
internetPrinter: 'InternetPrinter',
|
|
1632
1639
|
localDrive: 'LocalDrive',
|
|
1633
1640
|
maxReconnectTime: 'MaxReconnectTime',
|
|
1634
1641
|
memoryDownGradeDuration: 'MemoryDownGradeDuration',
|
|
@@ -1668,6 +1675,7 @@ class DescribeCenterPolicyListResponseBodyDescribePolicyGroups extends $dara.Mod
|
|
|
1668
1675
|
resolutionModel: 'ResolutionModel',
|
|
1669
1676
|
resolutionWidth: 'ResolutionWidth',
|
|
1670
1677
|
resourceGroupCount: 'ResourceGroupCount',
|
|
1678
|
+
safeMenu: 'SafeMenu',
|
|
1671
1679
|
scope: 'Scope',
|
|
1672
1680
|
scopeValue: 'ScopeValue',
|
|
1673
1681
|
smoothEnhancement: 'SmoothEnhancement',
|
|
@@ -1731,6 +1739,7 @@ class DescribeCenterPolicyListResponseBodyDescribePolicyGroups extends $dara.Mod
|
|
|
1731
1739
|
html5Access: 'string',
|
|
1732
1740
|
html5FileTransfer: 'string',
|
|
1733
1741
|
internetCommunicationProtocol: 'string',
|
|
1742
|
+
internetPrinter: 'string',
|
|
1734
1743
|
localDrive: 'string',
|
|
1735
1744
|
maxReconnectTime: 'number',
|
|
1736
1745
|
memoryDownGradeDuration: 'number',
|
|
@@ -1770,6 +1779,7 @@ class DescribeCenterPolicyListResponseBodyDescribePolicyGroups extends $dara.Mod
|
|
|
1770
1779
|
resolutionModel: 'string',
|
|
1771
1780
|
resolutionWidth: 'number',
|
|
1772
1781
|
resourceGroupCount: 'number',
|
|
1782
|
+
safeMenu: 'string',
|
|
1773
1783
|
scope: 'string',
|
|
1774
1784
|
scopeValue: { 'type': 'array', 'itemType': 'string' },
|
|
1775
1785
|
smoothEnhancement: 'string',
|
|
@@ -3564,6 +3574,7 @@ class DescribeImageModifiedRecordsResponseBodyImageModifiedRecords extends $dara
|
|
|
3564
3574
|
imageName: 'ImageName',
|
|
3565
3575
|
newImageId: 'NewImageId',
|
|
3566
3576
|
newImageName: 'NewImageName',
|
|
3577
|
+
reason: 'Reason',
|
|
3567
3578
|
status: 'Status',
|
|
3568
3579
|
updateTime: 'UpdateTime',
|
|
3569
3580
|
};
|
|
@@ -3574,6 +3585,7 @@ class DescribeImageModifiedRecordsResponseBodyImageModifiedRecords extends $dara
|
|
|
3574
3585
|
imageName: 'string',
|
|
3575
3586
|
newImageId: 'string',
|
|
3576
3587
|
newImageName: 'string',
|
|
3588
|
+
reason: 'string',
|
|
3577
3589
|
status: 'number',
|
|
3578
3590
|
updateTime: 'string',
|
|
3579
3591
|
};
|
|
@@ -4385,6 +4397,7 @@ class DescribePolicyGroupsResponseBodyDescribePolicyGroupsDeviceRules extends $d
|
|
|
4385
4397
|
deviceType: 'DeviceType',
|
|
4386
4398
|
deviceVid: 'DeviceVid',
|
|
4387
4399
|
optCommand: 'OptCommand',
|
|
4400
|
+
platforms: 'Platforms',
|
|
4388
4401
|
redirectType: 'RedirectType',
|
|
4389
4402
|
};
|
|
4390
4403
|
}
|
|
@@ -4395,6 +4408,7 @@ class DescribePolicyGroupsResponseBodyDescribePolicyGroupsDeviceRules extends $d
|
|
|
4395
4408
|
deviceType: 'string',
|
|
4396
4409
|
deviceVid: 'string',
|
|
4397
4410
|
optCommand: 'string',
|
|
4411
|
+
platforms: 'string',
|
|
4398
4412
|
redirectType: 'string',
|
|
4399
4413
|
};
|
|
4400
4414
|
}
|
|
@@ -4518,6 +4532,7 @@ class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.Model {
|
|
|
4518
4532
|
html5Access: 'Html5Access',
|
|
4519
4533
|
html5FileTransfer: 'Html5FileTransfer',
|
|
4520
4534
|
internetCommunicationProtocol: 'InternetCommunicationProtocol',
|
|
4535
|
+
internetPrinter: 'InternetPrinter',
|
|
4521
4536
|
localDrive: 'LocalDrive',
|
|
4522
4537
|
maxReconnectTime: 'MaxReconnectTime',
|
|
4523
4538
|
memoryDownGradeDuration: 'MemoryDownGradeDuration',
|
|
@@ -4559,6 +4574,7 @@ class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.Model {
|
|
|
4559
4574
|
resolutionWidth: 'ResolutionWidth',
|
|
4560
4575
|
resourceGroupCount: 'ResourceGroupCount',
|
|
4561
4576
|
resourceRegionId: 'ResourceRegionId',
|
|
4577
|
+
safeMenu: 'SafeMenu',
|
|
4562
4578
|
scope: 'Scope',
|
|
4563
4579
|
scopeValue: 'ScopeValue',
|
|
4564
4580
|
smoothEnhancement: 'SmoothEnhancement',
|
|
@@ -4625,6 +4641,7 @@ class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.Model {
|
|
|
4625
4641
|
html5Access: 'string',
|
|
4626
4642
|
html5FileTransfer: 'string',
|
|
4627
4643
|
internetCommunicationProtocol: 'string',
|
|
4644
|
+
internetPrinter: 'string',
|
|
4628
4645
|
localDrive: 'string',
|
|
4629
4646
|
maxReconnectTime: 'number',
|
|
4630
4647
|
memoryDownGradeDuration: 'number',
|
|
@@ -4666,6 +4683,7 @@ class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.Model {
|
|
|
4666
4683
|
resolutionWidth: 'number',
|
|
4667
4684
|
resourceGroupCount: 'number',
|
|
4668
4685
|
resourceRegionId: 'string',
|
|
4686
|
+
safeMenu: 'string',
|
|
4669
4687
|
scope: 'string',
|
|
4670
4688
|
scopeValue: { 'type': 'array', 'itemType': 'string' },
|
|
4671
4689
|
smoothEnhancement: 'string',
|
|
@@ -6378,6 +6396,7 @@ class ModifyCenterPolicyRequestDeviceRules extends $dara.Model {
|
|
|
6378
6396
|
deviceType: 'DeviceType',
|
|
6379
6397
|
deviceVid: 'DeviceVid',
|
|
6380
6398
|
optCommand: 'OptCommand',
|
|
6399
|
+
platforms: 'Platforms',
|
|
6381
6400
|
redirectType: 'RedirectType',
|
|
6382
6401
|
};
|
|
6383
6402
|
}
|
|
@@ -6388,6 +6407,7 @@ class ModifyCenterPolicyRequestDeviceRules extends $dara.Model {
|
|
|
6388
6407
|
deviceType: 'string',
|
|
6389
6408
|
deviceVid: 'string',
|
|
6390
6409
|
optCommand: 'string',
|
|
6410
|
+
platforms: 'string',
|
|
6391
6411
|
redirectType: 'string',
|
|
6392
6412
|
};
|
|
6393
6413
|
}
|
|
@@ -6783,6 +6803,7 @@ class ModifyPolicyGroupRequestDeviceRules extends $dara.Model {
|
|
|
6783
6803
|
deviceType: 'DeviceType',
|
|
6784
6804
|
deviceVid: 'DeviceVid',
|
|
6785
6805
|
optCommand: 'OptCommand',
|
|
6806
|
+
platforms: 'Platforms',
|
|
6786
6807
|
redirectType: 'RedirectType',
|
|
6787
6808
|
};
|
|
6788
6809
|
}
|
|
@@ -6793,6 +6814,7 @@ class ModifyPolicyGroupRequestDeviceRules extends $dara.Model {
|
|
|
6793
6814
|
deviceType: 'string',
|
|
6794
6815
|
deviceVid: 'string',
|
|
6795
6816
|
optCommand: 'string',
|
|
6817
|
+
platforms: 'string',
|
|
6796
6818
|
redirectType: 'string',
|
|
6797
6819
|
};
|
|
6798
6820
|
}
|
|
@@ -10122,6 +10144,7 @@ class CreateCenterPolicyRequest extends $dara.Model {
|
|
|
10122
10144
|
gpuAcceleration: 'GpuAcceleration',
|
|
10123
10145
|
html5FileTransfer: 'Html5FileTransfer',
|
|
10124
10146
|
internetCommunicationProtocol: 'InternetCommunicationProtocol',
|
|
10147
|
+
internetPrinter: 'InternetPrinter',
|
|
10125
10148
|
localDrive: 'LocalDrive',
|
|
10126
10149
|
maxReconnectTime: 'MaxReconnectTime',
|
|
10127
10150
|
memoryDownGradeDuration: 'MemoryDownGradeDuration',
|
|
@@ -10159,6 +10182,7 @@ class CreateCenterPolicyRequest extends $dara.Model {
|
|
|
10159
10182
|
resolutionModel: 'ResolutionModel',
|
|
10160
10183
|
resolutionWidth: 'ResolutionWidth',
|
|
10161
10184
|
resourceType: 'ResourceType',
|
|
10185
|
+
safeMenu: 'SafeMenu',
|
|
10162
10186
|
scope: 'Scope',
|
|
10163
10187
|
scopeValue: 'ScopeValue',
|
|
10164
10188
|
sessionMaxRateKbps: 'SessionMaxRateKbps',
|
|
@@ -10225,6 +10249,7 @@ class CreateCenterPolicyRequest extends $dara.Model {
|
|
|
10225
10249
|
gpuAcceleration: 'string',
|
|
10226
10250
|
html5FileTransfer: 'string',
|
|
10227
10251
|
internetCommunicationProtocol: 'string',
|
|
10252
|
+
internetPrinter: 'string',
|
|
10228
10253
|
localDrive: 'string',
|
|
10229
10254
|
maxReconnectTime: 'number',
|
|
10230
10255
|
memoryDownGradeDuration: 'number',
|
|
@@ -10262,6 +10287,7 @@ class CreateCenterPolicyRequest extends $dara.Model {
|
|
|
10262
10287
|
resolutionModel: 'string',
|
|
10263
10288
|
resolutionWidth: 'number',
|
|
10264
10289
|
resourceType: 'string',
|
|
10290
|
+
safeMenu: 'string',
|
|
10265
10291
|
scope: 'string',
|
|
10266
10292
|
scopeValue: { 'type': 'array', 'itemType': 'string' },
|
|
10267
10293
|
sessionMaxRateKbps: 'number',
|
|
@@ -21500,6 +21526,7 @@ class ModifyCenterPolicyRequest extends $dara.Model {
|
|
|
21500
21526
|
gpuAcceleration: 'GpuAcceleration',
|
|
21501
21527
|
html5FileTransfer: 'Html5FileTransfer',
|
|
21502
21528
|
internetCommunicationProtocol: 'InternetCommunicationProtocol',
|
|
21529
|
+
internetPrinter: 'InternetPrinter',
|
|
21503
21530
|
localDrive: 'LocalDrive',
|
|
21504
21531
|
maxReconnectTime: 'MaxReconnectTime',
|
|
21505
21532
|
memoryDownGradeDuration: 'MemoryDownGradeDuration',
|
|
@@ -21540,6 +21567,7 @@ class ModifyCenterPolicyRequest extends $dara.Model {
|
|
|
21540
21567
|
resourceType: 'ResourceType',
|
|
21541
21568
|
revokeAccessPolicyRule: 'RevokeAccessPolicyRule',
|
|
21542
21569
|
revokeSecurityPolicyRule: 'RevokeSecurityPolicyRule',
|
|
21570
|
+
safeMenu: 'SafeMenu',
|
|
21543
21571
|
scope: 'Scope',
|
|
21544
21572
|
scopeValue: 'ScopeValue',
|
|
21545
21573
|
sessionMaxRateKbps: 'SessionMaxRateKbps',
|
|
@@ -21606,6 +21634,7 @@ class ModifyCenterPolicyRequest extends $dara.Model {
|
|
|
21606
21634
|
gpuAcceleration: 'string',
|
|
21607
21635
|
html5FileTransfer: 'string',
|
|
21608
21636
|
internetCommunicationProtocol: 'string',
|
|
21637
|
+
internetPrinter: 'string',
|
|
21609
21638
|
localDrive: 'string',
|
|
21610
21639
|
maxReconnectTime: 'number',
|
|
21611
21640
|
memoryDownGradeDuration: 'number',
|
|
@@ -21646,6 +21675,7 @@ class ModifyCenterPolicyRequest extends $dara.Model {
|
|
|
21646
21675
|
resourceType: 'string',
|
|
21647
21676
|
revokeAccessPolicyRule: { 'type': 'array', 'itemType': ModifyCenterPolicyRequestRevokeAccessPolicyRule },
|
|
21648
21677
|
revokeSecurityPolicyRule: { 'type': 'array', 'itemType': ModifyCenterPolicyRequestRevokeSecurityPolicyRule },
|
|
21678
|
+
safeMenu: 'string',
|
|
21649
21679
|
scope: 'string',
|
|
21650
21680
|
scopeValue: { 'type': 'array', 'itemType': 'string' },
|
|
21651
21681
|
sessionMaxRateKbps: 'number',
|
|
@@ -29148,6 +29178,8 @@ class Client extends openapi_core_1.default {
|
|
|
29148
29178
|
return await this.createCdsFileShareLinkWithOptions(request, runtime);
|
|
29149
29179
|
}
|
|
29150
29180
|
/**
|
|
29181
|
+
* 创建无地域策略
|
|
29182
|
+
*
|
|
29151
29183
|
* @param request - CreateCenterPolicyRequest
|
|
29152
29184
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
29153
29185
|
* @returns CreateCenterPolicyResponse
|
|
@@ -29245,6 +29277,9 @@ class Client extends openapi_core_1.default {
|
|
|
29245
29277
|
if (!$dara.isNull(request.internetCommunicationProtocol)) {
|
|
29246
29278
|
query["InternetCommunicationProtocol"] = request.internetCommunicationProtocol;
|
|
29247
29279
|
}
|
|
29280
|
+
if (!$dara.isNull(request.internetPrinter)) {
|
|
29281
|
+
query["InternetPrinter"] = request.internetPrinter;
|
|
29282
|
+
}
|
|
29248
29283
|
if (!$dara.isNull(request.localDrive)) {
|
|
29249
29284
|
query["LocalDrive"] = request.localDrive;
|
|
29250
29285
|
}
|
|
@@ -29356,6 +29391,9 @@ class Client extends openapi_core_1.default {
|
|
|
29356
29391
|
if (!$dara.isNull(request.resourceType)) {
|
|
29357
29392
|
query["ResourceType"] = request.resourceType;
|
|
29358
29393
|
}
|
|
29394
|
+
if (!$dara.isNull(request.safeMenu)) {
|
|
29395
|
+
query["SafeMenu"] = request.safeMenu;
|
|
29396
|
+
}
|
|
29359
29397
|
if (!$dara.isNull(request.scope)) {
|
|
29360
29398
|
query["Scope"] = request.scope;
|
|
29361
29399
|
}
|
|
@@ -29469,6 +29507,8 @@ class Client extends openapi_core_1.default {
|
|
|
29469
29507
|
return $dara.cast(await this.callApi(params, req, runtime), new CreateCenterPolicyResponse({}));
|
|
29470
29508
|
}
|
|
29471
29509
|
/**
|
|
29510
|
+
* 创建无地域策略
|
|
29511
|
+
*
|
|
29472
29512
|
* @param request - CreateCenterPolicyRequest
|
|
29473
29513
|
* @returns CreateCenterPolicyResponse
|
|
29474
29514
|
*/
|
|
@@ -37183,6 +37223,9 @@ class Client extends openapi_core_1.default {
|
|
|
37183
37223
|
if (!$dara.isNull(request.internetCommunicationProtocol)) {
|
|
37184
37224
|
query["InternetCommunicationProtocol"] = request.internetCommunicationProtocol;
|
|
37185
37225
|
}
|
|
37226
|
+
if (!$dara.isNull(request.internetPrinter)) {
|
|
37227
|
+
query["InternetPrinter"] = request.internetPrinter;
|
|
37228
|
+
}
|
|
37186
37229
|
if (!$dara.isNull(request.localDrive)) {
|
|
37187
37230
|
query["LocalDrive"] = request.localDrive;
|
|
37188
37231
|
}
|
|
@@ -37303,6 +37346,9 @@ class Client extends openapi_core_1.default {
|
|
|
37303
37346
|
if (!$dara.isNull(request.revokeSecurityPolicyRule)) {
|
|
37304
37347
|
query["RevokeSecurityPolicyRule"] = request.revokeSecurityPolicyRule;
|
|
37305
37348
|
}
|
|
37349
|
+
if (!$dara.isNull(request.safeMenu)) {
|
|
37350
|
+
query["SafeMenu"] = request.safeMenu;
|
|
37351
|
+
}
|
|
37306
37352
|
if (!$dara.isNull(request.scope)) {
|
|
37307
37353
|
query["Scope"] = request.scope;
|
|
37308
37354
|
}
|