@alicloud/ecd20200930 4.6.4 → 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 CHANGED
@@ -455,11 +455,17 @@ export declare class CreateCdsFileResponseBodyFileModel extends $dara.Model {
455
455
  }
456
456
  export declare class CreateCenterPolicyRequestAuthorizeAccessPolicyRule extends $dara.Model {
457
457
  /**
458
+ * @remarks
459
+ * The client CIDR block from which end users can connect to cloud computers. Specify an IPv4 CIDR block.
460
+ *
458
461
  * @example
459
462
  * 47.100.XX.XX/16
460
463
  */
461
464
  cidrIp?: string;
462
465
  /**
466
+ * @remarks
467
+ * The description of the client IP address whitelist.
468
+ *
463
469
  * @example
464
470
  * test
465
471
  */
@@ -477,36 +483,84 @@ export declare class CreateCenterPolicyRequestAuthorizeAccessPolicyRule extends
477
483
  }
478
484
  export declare class CreateCenterPolicyRequestAuthorizeSecurityPolicyRule extends $dara.Model {
479
485
  /**
486
+ * @remarks
487
+ * The object of the security group rule. Specify an IPv4 CIDR block.
488
+ *
480
489
  * @example
481
490
  * 10.0.XX.XX/8
482
491
  */
483
492
  cidrIp?: string;
484
493
  /**
494
+ * @remarks
495
+ * The description of the security group rule.
496
+ *
485
497
  * @example
486
498
  * test
487
499
  */
488
500
  description?: string;
489
501
  /**
502
+ * @remarks
503
+ * The protocol type of the security group rule.
504
+ *
505
+ * Valid values:
506
+ *
507
+ * * TCP: the Transmission Control Protocol (TCP) protocol.
508
+ * * UDP: the User Datagram Protocol (UDP) protocol.
509
+ * * ALL: any type of protocol.
510
+ * * GRE: the Generic Routing Encapsulation (GRE) protocol.
511
+ * * ICMP: the Internet Control Message Protocol (ICMP) for (IPv4).
512
+ *
490
513
  * @example
491
514
  * TCP
492
515
  */
493
516
  ipProtocol?: string;
494
517
  /**
518
+ * @remarks
519
+ * The authorization policy of the security group rule.
520
+ *
521
+ * Valid values:
522
+ *
523
+ * * drop: denies all access requests. If no \\"\\"access denied\\"\\" messages are returned, the requests either timed out or failed.
524
+ * * accept (default): accepts all requests.
525
+ *
495
526
  * @example
496
527
  * accept
497
528
  */
498
529
  policy?: string;
499
530
  /**
531
+ * @remarks
532
+ * The port range of the security group rule. The value range of this parameter varies based on the value of IpProtocol.
533
+ *
534
+ * * If IpProtocol is set to TCP or UDP, the port range is 1 to 65535. Separate the start port number and the end port number with a forward slash (/). Example: 1/200.
535
+ * * If IpProtocol is set to ICMP, set the value to -1/-1.
536
+ * * If IpProtocol is set to GRE, set the value to -1/-1.
537
+ * * If IpProtocol is set to ALL, set the value to -1/-1.
538
+ *
539
+ * For more information about the common ports, see [Common ports](https://help.aliyun.com/document_detail/40724.html).
540
+ *
500
541
  * @example
501
542
  * 22/22
502
543
  */
503
544
  portRange?: string;
504
545
  /**
546
+ * @remarks
547
+ * The priority of the security group rule. A smaller value specifies a higher priority.\\
548
+ * Valid values: 1 to 60.\\
549
+ * Default value: 1.
550
+ *
505
551
  * @example
506
552
  * 1
507
553
  */
508
554
  priority?: string;
509
555
  /**
556
+ * @remarks
557
+ * The direction of the security group rule.
558
+ *
559
+ * Valid values:
560
+ *
561
+ * * outflow: outbound.
562
+ * * inflow: inbound.
563
+ *
510
564
  * @example
511
565
  * inflow
512
566
  */
@@ -524,11 +578,32 @@ export declare class CreateCenterPolicyRequestAuthorizeSecurityPolicyRule extend
524
578
  }
525
579
  export declare class CreateCenterPolicyRequestClientType extends $dara.Model {
526
580
  /**
581
+ * @remarks
582
+ * The type of the Alibaba Cloud Workspace client that end users can use to connect to cloud computers.
583
+ *
584
+ * Valid values:
585
+ *
586
+ * * html5: the web client.
587
+ * * android: the Android client.
588
+ * * ios: the iOS client.
589
+ * * windows: the Windows client.
590
+ * * macos: the macOS client.
591
+ *
527
592
  * @example
528
593
  * windows
529
594
  */
530
595
  clientType?: string;
531
596
  /**
597
+ * @remarks
598
+ * Specifies whether end users can use the specified type of Alibaba Cloud Workspace client to connect to cloud computers.
599
+ *
600
+ * > If you don\\"t specify `ClientType`, any client can be used to connect to cloud computers.
601
+ *
602
+ * Valid values:
603
+ *
604
+ * * off: End users cannot use the specified type of Alibaba Cloud Workspace client to connect to cloud computers.
605
+ * * on: End users can use the specified type of Alibaba Cloud Workspace client to connect to cloud computers.
606
+ *
532
607
  * @example
533
608
  * off
534
609
  */
@@ -546,11 +621,31 @@ export declare class CreateCenterPolicyRequestClientType extends $dara.Model {
546
621
  }
547
622
  export declare class CreateCenterPolicyRequestDeviceRedirects extends $dara.Model {
548
623
  /**
624
+ * @remarks
625
+ * The peripheral type.
626
+ *
627
+ * Valid values:
628
+ *
629
+ * * printer
630
+ * * scanner
631
+ * * serialport
632
+ * * camera
633
+ * * adb
634
+ *
549
635
  * @example
550
636
  * camera
551
637
  */
552
638
  deviceType?: string;
553
639
  /**
640
+ * @remarks
641
+ * The redirection type.
642
+ *
643
+ * Valid values:
644
+ *
645
+ * * deviceRedirect: enables device redirection.
646
+ * * usbRedirect: enables USB redirection.
647
+ * * off: disables any type of redirection.
648
+ *
554
649
  * @example
555
650
  * usbRedirect
556
651
  */
@@ -568,31 +663,68 @@ export declare class CreateCenterPolicyRequestDeviceRedirects extends $dara.Mode
568
663
  }
569
664
  export declare class CreateCenterPolicyRequestDeviceRules extends $dara.Model {
570
665
  /**
666
+ * @remarks
667
+ * The device name.
668
+ *
571
669
  * @example
572
670
  * sandisk
573
671
  */
574
672
  deviceName?: string;
575
673
  /**
674
+ * @remarks
675
+ * The product ID (PID).
676
+ *
576
677
  * @example
577
678
  * 0x55b1
578
679
  */
579
680
  devicePid?: string;
580
681
  /**
682
+ * @remarks
683
+ * The peripheral type.
684
+ *
685
+ * Valid values:
686
+ *
687
+ * * usbKey: U keys.
688
+ * * other: other peripheral devices.
689
+ * * graphicsTablet: graphics tablets.
690
+ * * cardReader: card readers.
691
+ * * printer: printers.
692
+ * * scanner: scanners.
693
+ * * storage: storage devices.
694
+ * * camera: cameras.
695
+ * * networkInterfaceCard: NIC devices.
696
+ *
581
697
  * @example
582
698
  * storage
583
699
  */
584
700
  deviceType?: string;
585
701
  /**
702
+ * @remarks
703
+ * The vendor ID (VID). For more information, see [Valid USB VIDs](https://www.usb.org/sites/default/files/vendor_ids032322.pdf_1.pdf).
704
+ *
586
705
  * @example
587
706
  * 0x0781
588
707
  */
589
708
  deviceVid?: string;
590
709
  /**
710
+ * @remarks
711
+ * The link optimization command.
712
+ *
591
713
  * @example
592
714
  * 2:0
593
715
  */
594
716
  optCommand?: string;
717
+ platforms?: string;
595
718
  /**
719
+ * @remarks
720
+ * The redirection type.
721
+ *
722
+ * Valid values:
723
+ *
724
+ * * deviceRedirect: enables device redirection.
725
+ * * usbRedirect: enables USB redirection.
726
+ * * off: disables any type of redirection.
727
+ *
596
728
  * @example
597
729
  * usbRedirect
598
730
  */
@@ -609,13 +741,28 @@ export declare class CreateCenterPolicyRequestDeviceRules extends $dara.Model {
609
741
  });
610
742
  }
611
743
  export declare class CreateCenterPolicyRequestDomainResolveRule extends $dara.Model {
744
+ /**
745
+ * @remarks
746
+ * The policy description.
747
+ */
612
748
  description?: string;
613
749
  /**
750
+ * @remarks
751
+ * The domain name.
752
+ *
614
753
  * @example
615
754
  * *.example.com
616
755
  */
617
756
  domain?: string;
618
757
  /**
758
+ * @remarks
759
+ * Specifies whether to allow the domain resolution policy to take effect.
760
+ *
761
+ * Valid values:
762
+ *
763
+ * * allow
764
+ * * block
765
+ *
619
766
  * @example
620
767
  * allow
621
768
  */
@@ -633,16 +780,30 @@ export declare class CreateCenterPolicyRequestDomainResolveRule extends $dara.Mo
633
780
  }
634
781
  export declare class CreateCenterPolicyRequestNetRedirectRule extends $dara.Model {
635
782
  /**
783
+ * @remarks
784
+ * The domain name.
785
+ *
636
786
  * @example
637
787
  * *.taobao.com
638
788
  */
639
789
  domain?: string;
640
790
  /**
791
+ * @remarks
792
+ * The redirection policy.
793
+ *
641
794
  * @example
642
795
  * allow
643
796
  */
644
797
  policy?: string;
645
798
  /**
799
+ * @remarks
800
+ * The rule type.
801
+ *
802
+ * Valid values:
803
+ *
804
+ * * prc: process.
805
+ * * domain: domain name.
806
+ *
646
807
  * @example
647
808
  * domain
648
809
  */
@@ -659,23 +820,48 @@ export declare class CreateCenterPolicyRequestNetRedirectRule extends $dara.Mode
659
820
  });
660
821
  }
661
822
  export declare class CreateCenterPolicyRequestUsbSupplyRedirectRule extends $dara.Model {
823
+ /**
824
+ * @remarks
825
+ * The rule description.
826
+ */
662
827
  description?: string;
663
828
  /**
829
+ * @remarks
830
+ * The product ID (PID).
831
+ *
664
832
  * @example
665
833
  * 08**
666
834
  */
667
835
  productId?: string;
668
836
  /**
837
+ * @remarks
838
+ * Specifies whether to allow USB redirection.
839
+ *
840
+ * Valid values:
841
+ *
842
+ * * 1: allows USB redirection.
843
+ * * 2: forbids USB redirection.
844
+ *
669
845
  * @example
670
846
  * 1
671
847
  */
672
848
  usbRedirectType?: string;
673
849
  /**
850
+ * @remarks
851
+ * The type of the USB redirection rule.
852
+ *
853
+ * Valid values:
854
+ *
855
+ * * 2: enables USB redirection based on products.
856
+ *
674
857
  * @example
675
858
  * 2
676
859
  */
677
860
  usbRuleType?: string;
678
861
  /**
862
+ * @remarks
863
+ * The vendor ID (VID). For more information, see [Valid USB Vendor IDs (VIDs)](https://www.usb.org/sites/default/files/vendor_ids032322.pdf_1.pdf).
864
+ *
679
865
  * @example
680
866
  * 04**
681
867
  */
@@ -1997,6 +2183,7 @@ export declare class CreatePolicyGroupRequestDeviceRules extends $dara.Model {
1997
2183
  * 2:0
1998
2184
  */
1999
2185
  optCommand?: string;
2186
+ platforms?: string;
2000
2187
  /**
2001
2188
  * @remarks
2002
2189
  * The redirection type.
@@ -2918,11 +3105,17 @@ export declare class DescribeCensResponseBodyCens extends $dara.Model {
2918
3105
  }
2919
3106
  export declare class DescribeCenterPolicyListResponseBodyDescribePolicyGroupsAuthorizeAccessPolicyRules extends $dara.Model {
2920
3107
  /**
3108
+ * @remarks
3109
+ * The client CIDR block from which end users can connect to cloud computers. The value is an IPv4 CIDR block.
3110
+ *
2921
3111
  * @example
2922
3112
  * 47.100.XX.XX/16
2923
3113
  */
2924
3114
  cidrIp?: string;
2925
3115
  /**
3116
+ * @remarks
3117
+ * The remarks on the client CIDR block.
3118
+ *
2926
3119
  * @example
2927
3120
  * test
2928
3121
  */
@@ -2940,36 +3133,57 @@ export declare class DescribeCenterPolicyListResponseBodyDescribePolicyGroupsAut
2940
3133
  }
2941
3134
  export declare class DescribeCenterPolicyListResponseBodyDescribePolicyGroupsAuthorizeSecurityPolicyRules extends $dara.Model {
2942
3135
  /**
3136
+ * @remarks
3137
+ * The object to which the security group rule applies. The value is an IPv4 CIDR block.
3138
+ *
2943
3139
  * @example
2944
3140
  * 47.100.XX.XX/16
2945
3141
  */
2946
3142
  cidrIp?: string;
2947
3143
  /**
3144
+ * @remarks
3145
+ * The description of the security group rule.
3146
+ *
2948
3147
  * @example
2949
3148
  * test
2950
3149
  */
2951
3150
  description?: string;
2952
3151
  /**
3152
+ * @remarks
3153
+ * The protocol type of the security group rule.
3154
+ *
2953
3155
  * @example
2954
3156
  * tcp
2955
3157
  */
2956
3158
  ipProtocol?: string;
2957
3159
  /**
3160
+ * @remarks
3161
+ * The authorization policy of the security group rule.
3162
+ *
2958
3163
  * @example
2959
3164
  * accept
2960
3165
  */
2961
3166
  policy?: string;
2962
3167
  /**
3168
+ * @remarks
3169
+ * The port range of the security group rule.
3170
+ *
2963
3171
  * @example
2964
3172
  * 22/22
2965
3173
  */
2966
3174
  portRange?: string;
2967
3175
  /**
3176
+ * @remarks
3177
+ * The priority of the security group rule. A smaller value indicates a higher priority.
3178
+ *
2968
3179
  * @example
2969
3180
  * 1
2970
3181
  */
2971
3182
  priority?: string;
2972
3183
  /**
3184
+ * @remarks
3185
+ * The direction of the security group rule.
3186
+ *
2973
3187
  * @example
2974
3188
  * inflow
2975
3189
  */
@@ -2987,11 +3201,17 @@ export declare class DescribeCenterPolicyListResponseBodyDescribePolicyGroupsAut
2987
3201
  }
2988
3202
  export declare class DescribeCenterPolicyListResponseBodyDescribePolicyGroupsClientTypes extends $dara.Model {
2989
3203
  /**
3204
+ * @remarks
3205
+ * The client type.
3206
+ *
2990
3207
  * @example
2991
3208
  * windows
2992
3209
  */
2993
3210
  clientType?: string;
2994
3211
  /**
3212
+ * @remarks
3213
+ * Indicates whether a specific client type can connect to cloud computers.
3214
+ *
2995
3215
  * @example
2996
3216
  * on
2997
3217
  */
@@ -3009,11 +3229,17 @@ export declare class DescribeCenterPolicyListResponseBodyDescribePolicyGroupsCli
3009
3229
  }
3010
3230
  export declare class DescribeCenterPolicyListResponseBodyDescribePolicyGroupsDeviceRedirects extends $dara.Model {
3011
3231
  /**
3232
+ * @remarks
3233
+ * The peripheral type.
3234
+ *
3012
3235
  * @example
3013
3236
  * camera
3014
3237
  */
3015
3238
  deviceType?: string;
3016
3239
  /**
3240
+ * @remarks
3241
+ * The redirection type.
3242
+ *
3017
3243
  * @example
3018
3244
  * usbRedirect
3019
3245
  */
@@ -3031,31 +3257,50 @@ export declare class DescribeCenterPolicyListResponseBodyDescribePolicyGroupsDev
3031
3257
  }
3032
3258
  export declare class DescribeCenterPolicyListResponseBodyDescribePolicyGroupsDeviceRules extends $dara.Model {
3033
3259
  /**
3260
+ * @remarks
3261
+ * The device name.
3262
+ *
3034
3263
  * @example
3035
3264
  * sandisk
3036
3265
  */
3037
3266
  deviceName?: string;
3038
3267
  /**
3268
+ * @remarks
3269
+ * The product ID (PID).
3270
+ *
3039
3271
  * @example
3040
3272
  * 0x55b1
3041
3273
  */
3042
3274
  devicePid?: string;
3043
3275
  /**
3276
+ * @remarks
3277
+ * The peripheral type.
3278
+ *
3044
3279
  * @example
3045
3280
  * storage
3046
3281
  */
3047
3282
  deviceType?: string;
3048
3283
  /**
3284
+ * @remarks
3285
+ * The vendor ID (VID). For more information, see [Valid USB VIDs](https://www.usb.org/sites/default/files/vendor_ids032322.pdf_1.pdf).
3286
+ *
3049
3287
  * @example
3050
3288
  * 0x0781
3051
3289
  */
3052
3290
  deviceVid?: string;
3053
3291
  /**
3292
+ * @remarks
3293
+ * The link optimization command.
3294
+ *
3054
3295
  * @example
3055
3296
  * 2:0
3056
3297
  */
3057
3298
  optCommand?: string;
3299
+ platforms?: string;
3058
3300
  /**
3301
+ * @remarks
3302
+ * The redirection type.
3303
+ *
3059
3304
  * @example
3060
3305
  * usbRedirect
3061
3306
  */
@@ -3072,13 +3317,23 @@ export declare class DescribeCenterPolicyListResponseBodyDescribePolicyGroupsDev
3072
3317
  });
3073
3318
  }
3074
3319
  export declare class DescribeCenterPolicyListResponseBodyDescribePolicyGroupsDomainResolveRule extends $dara.Model {
3320
+ /**
3321
+ * @remarks
3322
+ * The policy description.
3323
+ */
3075
3324
  description?: string;
3076
3325
  /**
3326
+ * @remarks
3327
+ * The domain name.
3328
+ *
3077
3329
  * @example
3078
3330
  * *.example.com
3079
3331
  */
3080
3332
  domain?: string;
3081
3333
  /**
3334
+ * @remarks
3335
+ * The resolution policy.
3336
+ *
3082
3337
  * @example
3083
3338
  * allow
3084
3339
  */
@@ -3096,16 +3351,25 @@ export declare class DescribeCenterPolicyListResponseBodyDescribePolicyGroupsDom
3096
3351
  }
3097
3352
  export declare class DescribeCenterPolicyListResponseBodyDescribePolicyGroupsNetRedirectRule extends $dara.Model {
3098
3353
  /**
3354
+ * @remarks
3355
+ * The domain name.
3356
+ *
3099
3357
  * @example
3100
3358
  * *.example.com
3101
3359
  */
3102
3360
  domain?: string;
3103
3361
  /**
3362
+ * @remarks
3363
+ * The redirection policy.
3364
+ *
3104
3365
  * @example
3105
3366
  * allow
3106
3367
  */
3107
3368
  policy?: string;
3108
3369
  /**
3370
+ * @remarks
3371
+ * The rule type.
3372
+ *
3109
3373
  * @example
3110
3374
  * domain
3111
3375
  */
@@ -3122,23 +3386,39 @@ export declare class DescribeCenterPolicyListResponseBodyDescribePolicyGroupsNet
3122
3386
  });
3123
3387
  }
3124
3388
  export declare class DescribeCenterPolicyListResponseBodyDescribePolicyGroupsUsbSupplyRedirectRule extends $dara.Model {
3389
+ /**
3390
+ * @remarks
3391
+ * The rule description.
3392
+ */
3125
3393
  description?: string;
3126
3394
  /**
3395
+ * @remarks
3396
+ * The product ID (PID).
3397
+ *
3127
3398
  * @example
3128
3399
  * 08**
3129
3400
  */
3130
3401
  productId?: string;
3131
3402
  /**
3403
+ * @remarks
3404
+ * Indicates whether USB redirection is allowed.
3405
+ *
3132
3406
  * @example
3133
3407
  * 1
3134
3408
  */
3135
3409
  usbRedirectType?: number;
3136
3410
  /**
3411
+ * @remarks
3412
+ * The type of the USB redirection rule.
3413
+ *
3137
3414
  * @example
3138
3415
  * 1
3139
3416
  */
3140
3417
  usbRuleType?: number;
3141
3418
  /**
3419
+ * @remarks
3420
+ * The vendor ID (VID). For more information, see [Valid USB Vendor IDs (VIDs)](https://www.usb.org/sites/default/files/vendor_ids032322.pdf_1.pdf).
3421
+ *
3142
3422
  * @example
3143
3423
  * 04**
3144
3424
  */
@@ -3156,435 +3436,765 @@ export declare class DescribeCenterPolicyListResponseBodyDescribePolicyGroupsUsb
3156
3436
  }
3157
3437
  export declare class DescribeCenterPolicyListResponseBodyDescribePolicyGroups extends $dara.Model {
3158
3438
  /**
3439
+ * @remarks
3440
+ * Indicates whether the admin permissions are granted to end users.
3441
+ *
3442
+ * > This parameter is in private preview and only available to specific users.
3443
+ *
3159
3444
  * @example
3160
3445
  * deny
3161
3446
  */
3162
3447
  adminAccess?: string;
3163
3448
  /**
3449
+ * @remarks
3450
+ * Indicates whether anti-screenshot is enabled.
3451
+ *
3164
3452
  * @example
3165
3453
  * off
3166
3454
  */
3167
3455
  appContentProtection?: string;
3456
+ /**
3457
+ * @remarks
3458
+ * The client IP address whitelists.
3459
+ */
3168
3460
  authorizeAccessPolicyRules?: DescribeCenterPolicyListResponseBodyDescribePolicyGroupsAuthorizeAccessPolicyRules[];
3461
+ /**
3462
+ * @remarks
3463
+ * The security group rules.
3464
+ */
3169
3465
  authorizeSecurityPolicyRules?: DescribeCenterPolicyListResponseBodyDescribePolicyGroupsAuthorizeSecurityPolicyRules[];
3170
3466
  /**
3467
+ * @remarks
3468
+ * Indicates whether on-premises webcam redirection is enabled.
3469
+ *
3171
3470
  * @example
3172
3471
  * on
3173
3472
  */
3174
3473
  cameraRedirect?: string;
3474
+ /**
3475
+ * @remarks
3476
+ * The logon method control rules.
3477
+ */
3175
3478
  clientTypes?: DescribeCenterPolicyListResponseBodyDescribePolicyGroupsClientTypes[];
3176
3479
  /**
3480
+ * @remarks
3481
+ * The read/write permissions on the clipboard.
3482
+ *
3177
3483
  * @example
3178
3484
  * off
3179
3485
  */
3180
3486
  clipboard?: string;
3181
3487
  /**
3488
+ * @remarks
3489
+ * Indicates whether color enhancement is enabled for design and 3D applications.
3490
+ *
3182
3491
  * @example
3183
3492
  * off
3184
3493
  */
3185
3494
  colorEnhancement?: string;
3186
3495
  /**
3496
+ * @remarks
3497
+ * The CPU underclocking duration. Valid values: 30 to 120. Unit: seconds.
3498
+ *
3187
3499
  * @example
3188
3500
  * 30
3189
3501
  */
3190
3502
  cpuDownGradeDuration?: number;
3503
+ /**
3504
+ * @remarks
3505
+ * The CPU processors.
3506
+ */
3191
3507
  cpuProcessors?: string[];
3192
3508
  /**
3509
+ * @remarks
3510
+ * The CPU spike protection policy.
3511
+ *
3193
3512
  * @example
3194
3513
  * on
3195
3514
  */
3196
3515
  cpuProtectedMode?: string;
3197
3516
  /**
3517
+ * @remarks
3518
+ * The overall CPU usage. Valid values: 70 to 90. Unit: percentage (%).
3519
+ *
3198
3520
  * @example
3199
3521
  * 70
3200
3522
  */
3201
3523
  cpuRateLimit?: number;
3202
3524
  /**
3525
+ * @remarks
3526
+ * The overall CPU sampling duration. Valid values: 10 to 60. Unit: seconds.
3527
+ *
3203
3528
  * @example
3204
3529
  * 10
3205
3530
  */
3206
3531
  cpuSampleDuration?: number;
3207
3532
  /**
3533
+ * @remarks
3534
+ * The single-CPU usage. Valid values: 70 to 100. Unit: %.
3535
+ *
3208
3536
  * @example
3209
3537
  * 70
3210
3538
  */
3211
3539
  cpuSingleRateLimit?: number;
3212
3540
  /**
3541
+ * @remarks
3542
+ * The number of cloud computers that are associated with the policy.
3543
+ *
3213
3544
  * @example
3214
3545
  * 1
3215
3546
  */
3216
3547
  desktopCount?: number;
3217
3548
  /**
3549
+ * @remarks
3550
+ * The number of cloud computer shares that are associated with the policy.
3551
+ *
3218
3552
  * @example
3219
3553
  * 1
3220
3554
  */
3221
3555
  desktopGroupCount?: number;
3556
+ /**
3557
+ * @remarks
3558
+ * The device redirection rules.
3559
+ */
3222
3560
  deviceRedirects?: DescribeCenterPolicyListResponseBodyDescribePolicyGroupsDeviceRedirects[];
3561
+ /**
3562
+ * @remarks
3563
+ * The custom peripheral rules.
3564
+ */
3223
3565
  deviceRules?: DescribeCenterPolicyListResponseBodyDescribePolicyGroupsDeviceRules[];
3224
3566
  /**
3567
+ * @remarks
3568
+ * Indicates whether the session is retained after disconnection.
3569
+ *
3570
+ * > This parameter applies only to cloud application policies.
3571
+ *
3225
3572
  * @example
3226
3573
  * persistent
3227
3574
  */
3228
3575
  disconnectKeepSession?: string;
3229
3576
  /**
3577
+ * @remarks
3578
+ * The retention period of the session after disconnection. Unit: seconds.
3579
+ *
3580
+ * > This parameter applies only to cloud application policies.
3581
+ *
3230
3582
  * @example
3231
3583
  * 120
3232
3584
  */
3233
3585
  disconnectKeepSessionTime?: number;
3234
3586
  /**
3587
+ * @remarks
3588
+ * The display mode.
3589
+ *
3235
3590
  * @example
3236
3591
  * adminCustom
3237
3592
  */
3238
3593
  displayMode?: string;
3239
3594
  /**
3595
+ * @remarks
3596
+ * The field where the domain resolution policy is applied.
3597
+ *
3240
3598
  * @example
3241
3599
  * xxxx
3242
3600
  */
3243
3601
  domainRegisterValue?: string;
3602
+ /**
3603
+ * @remarks
3604
+ * The domain resolution policies.
3605
+ */
3244
3606
  domainResolveRule?: DescribeCenterPolicyListResponseBodyDescribePolicyGroupsDomainResolveRule[];
3245
3607
  /**
3608
+ * @remarks
3609
+ * Indicates whether domain name resolution is allowed.
3610
+ *
3246
3611
  * @example
3247
3612
  * on
3248
3613
  */
3249
3614
  domainResolveRuleType?: string;
3250
3615
  /**
3616
+ * @remarks
3617
+ * Indicates whether end users are allowed to request administrator help.
3618
+ *
3251
3619
  * @example
3252
3620
  * off
3253
3621
  */
3254
3622
  endUserApplyAdminCoordinate?: string;
3255
3623
  /**
3624
+ * @remarks
3625
+ * Indicates whether end users in the same workspace can share cloud computers.
3626
+ *
3256
3627
  * @example
3257
3628
  * off
3258
3629
  */
3259
3630
  endUserGroupCoordinate?: string;
3260
3631
  /**
3632
+ * @remarks
3633
+ * Indicates whether image quality control is enabled. For optimal computer performance and user experience in professional design scenarios, we recommend enabling this feature.
3634
+ *
3261
3635
  * @example
3262
3636
  * off
3263
3637
  */
3264
3638
  gpuAcceleration?: string;
3265
3639
  /**
3640
+ * @remarks
3641
+ * The web client access policy.
3642
+ *
3266
3643
  * @example
3267
3644
  * off
3268
3645
  */
3269
3646
  html5Access?: string;
3270
3647
  /**
3648
+ * @remarks
3649
+ * The file transfer policy of the HTML5 client.
3650
+ *
3271
3651
  * @example
3272
3652
  * off
3273
3653
  */
3274
3654
  html5FileTransfer?: string;
3275
3655
  /**
3656
+ * @remarks
3657
+ * The network communication protocol.
3658
+ *
3276
3659
  * @example
3277
3660
  * tcp
3278
3661
  */
3279
3662
  internetCommunicationProtocol?: string;
3663
+ internetPrinter?: string;
3280
3664
  /**
3665
+ * @remarks
3666
+ * The read/write permissions on the on-premises drive.
3667
+ *
3281
3668
  * @example
3282
3669
  * readwrite
3283
3670
  */
3284
3671
  localDrive?: string;
3285
3672
  /**
3673
+ * @remarks
3674
+ * The maximum duration to retry reconnecting to cloud computers after an unexpected disconnection (non-human causes). Valid values: 30 to 7200. Unit: seconds.
3675
+ *
3286
3676
  * @example
3287
3677
  * 120
3288
3678
  */
3289
3679
  maxReconnectTime?: number;
3290
3680
  /**
3681
+ * @remarks
3682
+ * The memory underclocking duration per process. Valid values: 30 to 120. Unit: seconds.
3683
+ *
3291
3684
  * @example
3292
3685
  * 30
3293
3686
  */
3294
3687
  memoryDownGradeDuration?: number;
3688
+ /**
3689
+ * @remarks
3690
+ * The memory processors.
3691
+ */
3295
3692
  memoryProcessors?: string[];
3296
3693
  /**
3694
+ * @remarks
3695
+ * The memory spike protection policy.
3696
+ *
3297
3697
  * @example
3298
3698
  * off
3299
3699
  */
3300
3700
  memoryProtectedMode?: string;
3301
3701
  /**
3702
+ * @remarks
3703
+ * The overall memory usage. Valid values: 70 to 90. Unit: %.
3704
+ *
3302
3705
  * @example
3303
3706
  * 70
3304
3707
  */
3305
3708
  memoryRateLimit?: number;
3306
3709
  /**
3710
+ * @remarks
3711
+ * The overall memory sampling duration. Valid values: 30 to 60. Unit: seconds.
3712
+ *
3307
3713
  * @example
3308
3714
  * 30
3309
3715
  */
3310
3716
  memorySampleDuration?: number;
3311
3717
  /**
3718
+ * @remarks
3719
+ * The memory usage per process. Valid values: 30 to 60. Unit: %.
3720
+ *
3312
3721
  * @example
3313
3722
  * 30
3314
3723
  */
3315
3724
  memorySingleRateLimit?: number;
3316
3725
  /**
3726
+ * @remarks
3727
+ * Indicates whether the Restart button is displayed in the DesktopAssistant menu when end users connect to cloud computers from mobile clients (Android clients and iOS clients).
3728
+ *
3729
+ * > This feature applies to only mobile clients of version 7.4.0 or later.
3730
+ *
3317
3731
  * @example
3318
3732
  * off
3319
3733
  */
3320
3734
  mobileRestart?: string;
3321
3735
  /**
3736
+ * @remarks
3737
+ * Indicates whether the Stop button is displayed in the DesktopAssistant menu when end users connect to cloud computers from mobile clients (Android clients and iOS clients).
3738
+ *
3739
+ * > This feature applies to only mobile clients of version 7.4.0 or later.
3740
+ *
3322
3741
  * @example
3323
3742
  * off
3324
3743
  */
3325
3744
  mobileShutdown?: string;
3326
3745
  /**
3746
+ * @remarks
3747
+ * The policy name.
3748
+ *
3327
3749
  * @example
3328
3750
  * testPolicyGroupName
3329
3751
  */
3330
3752
  name?: string;
3331
3753
  /**
3754
+ * @remarks
3755
+ * The network redirection policy.
3756
+ *
3757
+ * > This parameter is in private preview and only available to specific users.
3758
+ *
3332
3759
  * @example
3333
3760
  * off
3334
3761
  */
3335
3762
  netRedirect?: string;
3763
+ /**
3764
+ * @remarks
3765
+ * The network redirection policies.
3766
+ *
3767
+ * > This parameter is in private preview and only available to specific users.
3768
+ */
3336
3769
  netRedirectRule?: DescribeCenterPolicyListResponseBodyDescribePolicyGroupsNetRedirectRule[];
3337
3770
  /**
3771
+ * @remarks
3772
+ * Indicates whether a disconnection is enforced upon inactivity.
3773
+ *
3774
+ * > This parameter applies only to cloud application policies.
3775
+ *
3338
3776
  * @example
3339
3777
  * off
3340
3778
  */
3341
3779
  noOperationDisconnect?: string;
3342
3780
  /**
3781
+ * @remarks
3782
+ * The duration of disconnection after inactivity. Unit: seconds.
3783
+ *
3784
+ * > This parameter applies only to cloud application policies.
3785
+ *
3343
3786
  * @example
3344
3787
  * 120
3345
3788
  */
3346
3789
  noOperationDisconnectTime?: number;
3347
3790
  /**
3791
+ * @remarks
3792
+ * The policy ID.
3793
+ *
3348
3794
  * @example
3349
3795
  * pg-gx2x1dhsmthe9****
3350
3796
  */
3351
3797
  policyGroupId?: string;
3352
3798
  /**
3799
+ * @remarks
3800
+ * The policy type.
3801
+ *
3353
3802
  * @example
3354
3803
  * SYSTEM
3355
3804
  */
3356
3805
  policyGroupType?: string;
3357
3806
  /**
3807
+ * @remarks
3808
+ * The status of the cloud computer policy.
3809
+ *
3358
3810
  * @example
3359
3811
  * AVAILABLE
3360
3812
  */
3361
3813
  policyStatus?: string;
3362
3814
  /**
3815
+ * @remarks
3816
+ * The printer redirection policy.
3817
+ *
3363
3818
  * @example
3364
3819
  * off
3365
3820
  */
3366
3821
  printerRedirection?: string;
3367
3822
  /**
3823
+ * @remarks
3824
+ * Indicates whether image quality enhancement is enabled for design and 3D applications.
3825
+ *
3368
3826
  * @example
3369
3827
  * off
3370
3828
  */
3371
3829
  qualityEnhancement?: string;
3372
3830
  /**
3831
+ * @remarks
3832
+ * Indicates whether custom screen recording is enabled.
3833
+ *
3373
3834
  * @example
3374
3835
  * off
3375
3836
  */
3376
3837
  recordContent?: string;
3377
3838
  /**
3839
+ * @remarks
3840
+ * The duration for which custom screen recordings are kept before they expire. Default value: 30 days.
3841
+ *
3378
3842
  * @example
3379
3843
  * 30
3380
3844
  */
3381
3845
  recordContentExpires?: number;
3382
3846
  /**
3847
+ * @remarks
3848
+ * The duration of screen recording after the specified event is detected. Unit: minutes. Valid values: 10 to 60.
3849
+ *
3383
3850
  * @example
3384
3851
  * 10
3385
3852
  */
3386
3853
  recordEventDuration?: number;
3854
+ /**
3855
+ * @remarks
3856
+ * The absolute paths to screen recording files.
3857
+ */
3387
3858
  recordEventFilePaths?: string[];
3859
+ /**
3860
+ * @remarks
3861
+ * The absolute paths to screen recording registries.
3862
+ */
3388
3863
  recordEventRegisters?: string[];
3389
3864
  /**
3865
+ * @remarks
3866
+ * Indicates whether screen recording is enabled.
3867
+ *
3390
3868
  * @example
3391
3869
  * off
3392
3870
  */
3393
3871
  recording?: string;
3394
3872
  /**
3873
+ * @remarks
3874
+ * Indicates whether audio files generated on cloud computers are recorded.
3875
+ *
3395
3876
  * @example
3396
3877
  * on
3397
3878
  */
3398
3879
  recordingAudio?: string;
3399
3880
  /**
3881
+ * @remarks
3882
+ * The length of the screen recording file. Unit: minutes. Screen recording files are split by the specified length and uploaded to OSS buckets. Once a file reaches 300 MB, the system prioritizes rolling updates for that file.
3883
+ *
3400
3884
  * @example
3401
3885
  * 10
3402
3886
  */
3403
3887
  recordingDuration?: number;
3404
3888
  /**
3889
+ * @remarks
3890
+ * The end time of screen recording. The value is in the HH:MM:SS format. The value is meaningful only when you set Recording to period.
3891
+ *
3405
3892
  * @example
3406
3893
  * 08:59:00
3407
3894
  */
3408
3895
  recordingEndTime?: string;
3409
3896
  /**
3897
+ * @remarks
3898
+ * The retention period of the screen recording file. Valid values: 1 to 180. Unit: days.
3899
+ *
3410
3900
  * @example
3411
3901
  * 15
3412
3902
  */
3413
3903
  recordingExpires?: number;
3414
3904
  /**
3905
+ * @remarks
3906
+ * The frame rate of screen recording. Unit: fps.
3907
+ *
3415
3908
  * @example
3416
3909
  * 5
3417
3910
  */
3418
3911
  recordingFps?: number;
3419
3912
  /**
3913
+ * @remarks
3914
+ * The start time of screen recording. The value is in the HH:MM:SS format. The value is meaningful only when you set Recording to period.
3915
+ *
3420
3916
  * @example
3421
3917
  * 08:00:00
3422
3918
  */
3423
3919
  recordingStartTime?: string;
3424
3920
  /**
3921
+ * @remarks
3922
+ * Indicates whether to notify end users when screen recording is enabled.
3923
+ *
3425
3924
  * @example
3426
3925
  * off
3427
3926
  */
3428
3927
  recordingUserNotify?: string;
3928
+ /**
3929
+ * @remarks
3930
+ * The notification sent to end users when screen recording is enabled.
3931
+ */
3429
3932
  recordingUserNotifyMessage?: string;
3430
3933
  /**
3934
+ * @remarks
3935
+ * The keyboard and mouse control permissions during remote assistance.
3936
+ *
3431
3937
  * @example
3432
3938
  * fullControl
3433
3939
  */
3434
3940
  remoteCoordinate?: string;
3435
3941
  /**
3942
+ * @remarks
3943
+ * The height of the resolution. Unit: pixel.
3944
+ *
3436
3945
  * @example
3437
3946
  * 1280
3438
3947
  */
3439
3948
  resolutionHeight?: number;
3440
3949
  /**
3950
+ * @remarks
3951
+ * The resolution type.
3952
+ *
3441
3953
  * @example
3442
3954
  * adaptive
3443
3955
  */
3444
3956
  resolutionModel?: string;
3445
3957
  /**
3958
+ * @remarks
3959
+ * The width of the resolution. Unit: pixel.
3960
+ *
3446
3961
  * @example
3447
3962
  * 1920
3448
3963
  */
3449
3964
  resolutionWidth?: number;
3450
3965
  /**
3966
+ * @remarks
3967
+ * The number of resource groups that are associated with the policy.
3968
+ *
3451
3969
  * @example
3452
3970
  * 1
3453
3971
  */
3454
3972
  resourceGroupCount?: number;
3973
+ safeMenu?: string;
3455
3974
  /**
3975
+ * @remarks
3976
+ * The effective scope of the policy.
3977
+ *
3456
3978
  * @example
3457
3979
  * GLOBAL
3458
3980
  */
3459
3981
  scope?: string;
3982
+ /**
3983
+ * @remarks
3984
+ * The effective scopes specified by CIDR blocks.
3985
+ */
3460
3986
  scopeValue?: string[];
3461
3987
  /**
3988
+ * @remarks
3989
+ * Indicates whether smoothness enhancement is enabled for daily office use.
3990
+ *
3462
3991
  * @example
3463
3992
  * off
3464
3993
  */
3465
3994
  smoothEnhancement?: string;
3466
3995
  /**
3996
+ * @remarks
3997
+ * Indicates whether the metric status entry is displayed in the DesktopAssistant menu.
3998
+ *
3467
3999
  * @example
3468
4000
  * on
3469
4001
  */
3470
4002
  statusMonitor?: string;
3471
4003
  /**
4004
+ * @remarks
4005
+ * The streaming mode.
4006
+ *
3472
4007
  * @example
3473
4008
  * smooth
3474
4009
  */
3475
4010
  streamingMode?: string;
3476
4011
  /**
4012
+ * @remarks
4013
+ * The target frame rate. Valid values: 10 to 60. Unit: fps.
4014
+ *
3477
4015
  * @example
3478
4016
  * 30
3479
4017
  */
3480
4018
  targetFps?: number;
3481
4019
  /**
4020
+ * @remarks
4021
+ * Indicates whether the application taskbar is displayed.
4022
+ *
4023
+ * > This parameter applies only to cloud application policies.
4024
+ *
3482
4025
  * @example
3483
4026
  * off
3484
4027
  */
3485
4028
  taskbar?: string;
3486
4029
  /**
4030
+ * @remarks
4031
+ * The USB redirection policy.
4032
+ *
3487
4033
  * @example
3488
4034
  * off
3489
4035
  */
3490
4036
  usbRedirect?: string;
4037
+ /**
4038
+ * @remarks
4039
+ * The USB redirection rules.
4040
+ */
3491
4041
  usbSupplyRedirectRule?: DescribeCenterPolicyListResponseBodyDescribePolicyGroupsUsbSupplyRedirectRule[];
3492
4042
  /**
4043
+ * @remarks
4044
+ * The average bitrate for video encoding. Valid values: 1000 to 50000.
4045
+ *
3493
4046
  * @example
3494
4047
  * 1000
3495
4048
  */
3496
4049
  videoEncAvgKbps?: number;
3497
4050
  /**
4051
+ * @remarks
4052
+ * The maximum QP for video files. Higher QP values result in lower video quality. Valid values: 0 to 51.
4053
+ *
3498
4054
  * @example
3499
4055
  * 20
3500
4056
  */
3501
4057
  videoEncMaxQP?: number;
3502
4058
  /**
4059
+ * @remarks
4060
+ * The minimum quantizer parameter (QP) for video files. A lower QP means better video quality. Valid values: 0 to 51.
4061
+ *
3503
4062
  * @example
3504
4063
  * 20
3505
4064
  */
3506
4065
  videoEncMinQP?: number;
3507
4066
  /**
4067
+ * @remarks
4068
+ * The peak bitrate for video encoding. Valid values: 1000 to 50000.
4069
+ *
3508
4070
  * @example
3509
4071
  * 2000
3510
4072
  */
3511
4073
  videoEncPeakKbps?: number;
3512
4074
  /**
3513
- * @example
4075
+ * @remarks
4076
+ * The video encoding policy.
4077
+ *
4078
+ * @example
3514
4079
  * qualityFirst
3515
4080
  */
3516
4081
  videoEncPolicy?: string;
3517
4082
  /**
4083
+ * @remarks
4084
+ * Indicates whether multimedia redirection is enabled.
4085
+ *
3518
4086
  * @example
3519
4087
  * off
3520
4088
  */
3521
4089
  videoRedirect?: string;
3522
4090
  /**
4091
+ * @remarks
4092
+ * The image quality policy.
4093
+ *
3523
4094
  * @example
3524
4095
  * medium
3525
4096
  */
3526
4097
  visualQuality?: string;
3527
4098
  /**
4099
+ * @remarks
4100
+ * The watermark policy.
4101
+ *
3528
4102
  * @example
3529
4103
  * on
3530
4104
  */
3531
4105
  watermark?: string;
3532
4106
  /**
4107
+ * @remarks
4108
+ * Indicates whether anti-screen capture is enabled for invisible watermarks.
4109
+ *
3533
4110
  * @example
3534
4111
  * off
3535
4112
  */
3536
4113
  watermarkAntiCam?: string;
3537
4114
  /**
4115
+ * @remarks
4116
+ * The font color of the watermark. Valid values: 0 to 16777215.
4117
+ *
3538
4118
  * @example
3539
4119
  * 0
3540
4120
  */
3541
4121
  watermarkColor?: number;
3542
4122
  /**
4123
+ * @remarks
4124
+ * If you set `WatermarkType` to `custom`, you must also specify `WatermarkCustomText`.
4125
+ *
3543
4126
  * @example
3544
4127
  * custom-watermark
3545
4128
  */
3546
4129
  watermarkCustomText?: string;
3547
4130
  /**
4131
+ * @remarks
4132
+ * The watermark rotation. Valid values: -10 to -30.
4133
+ *
3548
4134
  * @example
3549
4135
  * -10
3550
4136
  */
3551
4137
  watermarkDegree?: number;
3552
4138
  /**
4139
+ * @remarks
4140
+ * The font size of the watermark. Valid values: 10 to 20.
4141
+ *
3553
4142
  * @example
3554
4143
  * 10
3555
4144
  */
3556
4145
  watermarkFontSize?: number;
3557
4146
  /**
4147
+ * @remarks
4148
+ * The font style of the watermark.
4149
+ *
3558
4150
  * @example
3559
4151
  * plain
3560
4152
  */
3561
4153
  watermarkFontStyle?: string;
3562
4154
  /**
4155
+ * @remarks
4156
+ * The enhancement level for invisible watermarks.
4157
+ *
3563
4158
  * @example
3564
4159
  * medium
3565
4160
  */
3566
4161
  watermarkPower?: string;
3567
4162
  /**
4163
+ * @remarks
4164
+ * The number of watermark rows.
4165
+ *
3568
4166
  * @example
3569
4167
  * 3
3570
4168
  */
3571
4169
  watermarkRowAmount?: number;
3572
4170
  /**
4171
+ * @remarks
4172
+ * Indicates whether security priority is enabled for invisible watermarks.
4173
+ *
3573
4174
  * @example
3574
4175
  * on
3575
4176
  */
3576
4177
  watermarkSecurity?: string;
3577
4178
  /**
4179
+ * @remarks
4180
+ * The watermark transparency. A higher value means the watermark is less transparent. Valid values: 10 to 100.
4181
+ *
3578
4182
  * @example
3579
4183
  * 10
3580
4184
  */
3581
4185
  watermarkTransparencyValue?: number;
3582
4186
  /**
4187
+ * @remarks
4188
+ * The watermark type.
4189
+ *
3583
4190
  * @example
3584
4191
  * EndUserId
3585
4192
  */
3586
4193
  watermarkType?: string;
3587
4194
  /**
4195
+ * @remarks
4196
+ * Indicates whether the Xiaoying AI Assistant entry is displayed in the DesktopAssistant menu.
4197
+ *
3588
4198
  * @example
3589
4199
  * on
3590
4200
  */
@@ -7767,7 +8377,7 @@ export declare class DescribeGuestApplicationsResponseBodyApplicationsProcessDat
7767
8377
  cpuPercent?: number;
7768
8378
  /**
7769
8379
  * @remarks
7770
- * The GPU utilization (%).
8380
+ * The GPU usage (%).
7771
8381
  *
7772
8382
  * @example
7773
8383
  * 15
@@ -7775,7 +8385,7 @@ export declare class DescribeGuestApplicationsResponseBodyApplicationsProcessDat
7775
8385
  gpuPercent?: number;
7776
8386
  /**
7777
8387
  * @remarks
7778
- * The I/O read and write performance.
8388
+ * The I/O read and write performance. Unit: byte/s.
7779
8389
  *
7780
8390
  * @example
7781
8391
  * 124906.0
@@ -7783,7 +8393,7 @@ export declare class DescribeGuestApplicationsResponseBodyApplicationsProcessDat
7783
8393
  iospeed?: number;
7784
8394
  /**
7785
8395
  * @remarks
7786
- * The memory utilization (%).
8396
+ * The memory usage (%).
7787
8397
  *
7788
8398
  * @example
7789
8399
  * 34
@@ -7859,7 +8469,7 @@ export declare class DescribeGuestApplicationsResponseBodyApplications extends $
7859
8469
  iconUrl?: string;
7860
8470
  /**
7861
8471
  * @remarks
7862
- * The I/O read and write performance.
8472
+ * The I/O read and write performance. Unit: byte/s.
7863
8473
  *
7864
8474
  * @example
7865
8475
  * 124906.0
@@ -7883,7 +8493,7 @@ export declare class DescribeGuestApplicationsResponseBodyApplications extends $
7883
8493
  pid?: number;
7884
8494
  /**
7885
8495
  * @remarks
7886
- * The process information.
8496
+ * The processes.
7887
8497
  */
7888
8498
  processData?: DescribeGuestApplicationsResponseBodyApplicationsProcessData[];
7889
8499
  /**
@@ -7896,7 +8506,12 @@ export declare class DescribeGuestApplicationsResponseBodyApplications extends $
7896
8506
  processPath?: string;
7897
8507
  /**
7898
8508
  * @remarks
7899
- * The application status.
8509
+ * The status of the application.
8510
+ *
8511
+ * Valid value:
8512
+ *
8513
+ * * Idle: The application is installed in the cloud computer but is not running.
8514
+ * * Running: The application has been installed in the cloud computer and is running.
7900
8515
  *
7901
8516
  * @example
7902
8517
  * Running
@@ -7946,6 +8561,7 @@ export declare class DescribeImageModifiedRecordsResponseBodyImageModifiedRecord
7946
8561
  * xxxxImageID
7947
8562
  */
7948
8563
  newImageName?: string;
8564
+ reason?: string;
7949
8565
  /**
7950
8566
  * @remarks
7951
8567
  * The status of the image modification.
@@ -10138,6 +10754,7 @@ export declare class DescribePolicyGroupsResponseBodyDescribePolicyGroupsDeviceR
10138
10754
  * 2:0
10139
10755
  */
10140
10756
  optCommand?: string;
10757
+ platforms?: string;
10141
10758
  /**
10142
10759
  * @remarks
10143
10760
  * The redirection type.
@@ -10628,6 +11245,7 @@ export declare class DescribePolicyGroupsResponseBodyDescribePolicyGroups extend
10628
11245
  * BOTH
10629
11246
  */
10630
11247
  internetCommunicationProtocol?: string;
11248
+ internetPrinter?: string;
10631
11249
  /**
10632
11250
  * @remarks
10633
11251
  * The permissions on local disk mapping.
@@ -11026,6 +11644,7 @@ export declare class DescribePolicyGroupsResponseBodyDescribePolicyGroups extend
11026
11644
  * center
11027
11645
  */
11028
11646
  resourceRegionId?: string;
11647
+ safeMenu?: string;
11029
11648
  /**
11030
11649
  * @remarks
11031
11650
  * The effective scope of the policy.
@@ -11578,43 +12197,84 @@ export declare class DescribePriceForRenewDesktopOversoldGroupResponseBodyData e
11578
12197
  }
11579
12198
  export declare class DescribeRecordingsResponseBodyRecordings extends $dara.Model {
11580
12199
  /**
12200
+ * @remarks
12201
+ * The cloud computer ID.
12202
+ *
11581
12203
  * @example
11582
12204
  * ecd-10v0vuvm616sk****
11583
12205
  */
11584
12206
  desktopId?: string;
11585
12207
  /**
12208
+ * @remarks
12209
+ * The cloud computer name.
12210
+ *
11586
12211
  * @example
11587
12212
  * DemoComputer
11588
12213
  */
11589
12214
  desktopName?: string;
11590
12215
  /**
12216
+ * @remarks
12217
+ * The end time of the recording.
12218
+ *
11591
12219
  * @example
11592
12220
  * 2023-04-10T07:26:06Z
11593
12221
  */
11594
12222
  endTime?: string;
12223
+ /**
12224
+ * @remarks
12225
+ * The end user IDs.
12226
+ */
11595
12227
  endUserIds?: string[];
11596
12228
  /**
12229
+ * @remarks
12230
+ * The file path.
12231
+ *
11597
12232
  * @example
11598
12233
  * pg-4w5nk44zo5yl129dd/1mk78dugw344.mp4
11599
12234
  */
11600
12235
  filePath?: string;
11601
12236
  /**
12237
+ * @remarks
12238
+ * The policy ID.
12239
+ *
11602
12240
  * @example
11603
12241
  * pg-6dn811rzrwh9ws4z6
11604
12242
  */
11605
12243
  policyGroupId?: string;
11606
12244
  /**
12245
+ * @remarks
12246
+ * The size of the screen recording file. Unit: bytes.
12247
+ *
11607
12248
  * @example
11608
12249
  * 1742845
11609
12250
  */
11610
12251
  recordingSize?: number;
11611
12252
  /**
12253
+ * @remarks
12254
+ * The type of event that triggers the recording.
12255
+ *
12256
+ * Valid values:
12257
+ *
12258
+ * * byaction_cmd_ft: triggered by copy-paste or file transfer events.
12259
+ * * period: triggered at scheduled intervals.
12260
+ * * session: triggered by session lifecycle monitoring.
12261
+ * * byaction_commands: triggered by copy-paste only.
12262
+ * * alltime: continuous recording.
12263
+ * * byaction_file_transfer: triggered by file transfer only.
12264
+ *
11612
12265
  * @example
11613
12266
  * alltime
11614
12267
  */
11615
12268
  recordingType?: string;
12269
+ /**
12270
+ * @remarks
12271
+ * The download URL of the screen recording file.
12272
+ */
11616
12273
  signedUrl?: string;
11617
12274
  /**
12275
+ * @remarks
12276
+ * The start time of the recording.
12277
+ *
11618
12278
  * @example
11619
12279
  * 2023-04-10T07:26:06Z
11620
12280
  */
@@ -13213,28 +13873,52 @@ export declare class DisconnectDesktopSessionsResponseBodyInvalidSessions extend
13213
13873
  });
13214
13874
  }
13215
13875
  export declare class DownloadCdsFileResponseBodyDownloadFileModel extends $dara.Model {
13876
+ /**
13877
+ * @remarks
13878
+ * This parameter is deprecated.
13879
+ */
13216
13880
  downloadType?: string;
13217
13881
  /**
13882
+ * @remarks
13883
+ * The download URL.
13884
+ *
13218
13885
  * @example
13219
13886
  * https://pds-XXXX-bj-1693807057.oss-cn-beijing.aliyuncs.com/A0SKfLOp%2F2%2F6662612e0570fb2bdd5549759716d433439f0572%2F6662612ee3804e4901794928b14f9a7477640ee7?di=XXXX&dr=1030&f=667d5a322ebf7409e91c485d808fb3bd8a73efbb&response-content-disposition=attachment%3B%20
13220
13887
  */
13221
13888
  downloadUrl?: string;
13889
+ /**
13890
+ * @remarks
13891
+ * This parameter is deprecated.
13892
+ */
13222
13893
  expirationSecond?: string;
13223
13894
  /**
13895
+ * @remarks
13896
+ * The validity period of the download URL.
13897
+ *
13224
13898
  * @example
13225
13899
  * 2024-07-18T02:55:49.795Z
13226
13900
  */
13227
13901
  expirationTime?: string;
13228
13902
  /**
13903
+ * @remarks
13904
+ * The file ID.
13905
+ *
13229
13906
  * @example
13230
13907
  * 667d5a322ebf7409e91c485d808fb3bd8a73efbb
13231
13908
  */
13232
13909
  fileId?: string;
13233
13910
  /**
13911
+ * @remarks
13912
+ * The size of the file. Unit: bytes.
13913
+ *
13234
13914
  * @example
13235
13915
  * 1594642
13236
13916
  */
13237
13917
  size?: number;
13918
+ /**
13919
+ * @remarks
13920
+ * This parameter is deprecated.
13921
+ */
13238
13922
  streamUrl?: string;
13239
13923
  static names(): {
13240
13924
  [key: string]: string;
@@ -14445,7 +15129,7 @@ export declare class ListOfficeSiteUsersResponseBodyUsers extends $dara.Model {
14445
15129
  assignedDesktopNumber?: number;
14446
15130
  /**
14447
15131
  * @remarks
14448
- * The display name of the user.
15132
+ * The display name of the AD account.
14449
15133
  *
14450
15134
  * @example
14451
15135
  * Alice
@@ -14455,7 +15139,7 @@ export declare class ListOfficeSiteUsersResponseBodyUsers extends $dara.Model {
14455
15139
  email?: string;
14456
15140
  /**
14457
15141
  * @remarks
14458
- * The name of the AD user.
15142
+ * The username of the AD account.
14459
15143
  *
14460
15144
  * @example
14461
15145
  * Alice
@@ -14773,9 +15457,9 @@ export declare class ModifyCenterPolicyRequestDeviceRedirects extends $dara.Mode
14773
15457
  *
14774
15458
  * Valid values:
14775
15459
  *
14776
- * * deviceRedirect: enables device redirection.
14777
- * * usbRedirect: enables USB redirection.
14778
- * * off: disables any type of redirection.
15460
+ * * deviceRedirect: device redirection
15461
+ * * usbRedirect: USB redirection.
15462
+ * * off: any type of redirection.
14779
15463
  *
14780
15464
  * @example
14781
15465
  * deviceRedirect
@@ -14815,14 +15499,14 @@ export declare class ModifyCenterPolicyRequestDeviceRules extends $dara.Model {
14815
15499
  *
14816
15500
  * Valid values:
14817
15501
  *
14818
- * * usbKey: U keys.
15502
+ * * usbKey: UKeys
14819
15503
  * * other: other peripheral devices.
14820
15504
  * * graphicsTablet: graphics tablets.
14821
15505
  * * cardReader: card readers.
14822
15506
  * * printer: printers.
14823
15507
  * * scanner: scanners.
14824
15508
  * * storage: storage devices.
14825
- * * camera: cameras.
15509
+ * * camera: web cameras.
14826
15510
  * * networkInterfaceCard: NIC devices.
14827
15511
  *
14828
15512
  * @example
@@ -14845,15 +15529,16 @@ export declare class ModifyCenterPolicyRequestDeviceRules extends $dara.Model {
14845
15529
  * 2:0
14846
15530
  */
14847
15531
  optCommand?: string;
15532
+ platforms?: string;
14848
15533
  /**
14849
15534
  * @remarks
14850
15535
  * The redirection type.
14851
15536
  *
14852
15537
  * Valid values:
14853
15538
  *
14854
- * * deviceRedirect: enables device redirection.
14855
- * * usbRedirect: enables USB redirection.
14856
- * * off: disables any type of redirection.
15539
+ * * deviceRedirect: device redirection
15540
+ * * usbRedirect: USB redirection.
15541
+ * * off: any type of redirection.
14857
15542
  *
14858
15543
  * @example
14859
15544
  * usbRedirect
@@ -15863,6 +16548,7 @@ export declare class ModifyPolicyGroupRequestDeviceRules extends $dara.Model {
15863
16548
  * 2:0
15864
16549
  */
15865
16550
  optCommand?: string;
16551
+ platforms?: string;
15866
16552
  /**
15867
16553
  * @remarks
15868
16554
  * The redirection type.
@@ -16169,7 +16855,7 @@ export declare class ModifyTimerGroupRequestConfigTimers extends $dara.Model {
16169
16855
  * @remarks
16170
16856
  * The cron expression specified in the scheduled task.
16171
16857
  *
16172
- * > The time must be in UTC. For example, for 24:00 (UTC+8), you must set the value to 0 0 16 ? \\* 1,2,3,4,5,6,7.
16858
+ * > The time must be in UTC. For example, if your local time is 24:00 (UTC+8), you must set the value to 0 0 16 ? \\* 1,2,3,4,5,6,7.
16173
16859
  *
16174
16860
  * @example
16175
16861
  * 0 0 16 ? * 1,2,3,4,5,6,7
@@ -16207,7 +16893,7 @@ export declare class ModifyTimerGroupRequestConfigTimers extends $dara.Model {
16207
16893
  operationType?: string;
16208
16894
  /**
16209
16895
  * @remarks
16210
- * The process whitelist. If whitelisted processes are running, the scheduled task triggered by inactivity does not take effect.
16896
+ * The process whitelist. If whitelisted processes are running, the scheduled task does not take effect upon inactivity.
16211
16897
  */
16212
16898
  processWhitelist?: string[];
16213
16899
  /**
@@ -16228,7 +16914,7 @@ export declare class ModifyTimerGroupRequestConfigTimers extends $dara.Model {
16228
16914
  * @remarks
16229
16915
  * The scheduled task type.
16230
16916
  *
16231
- * Valid values:
16917
+ * Valid value:
16232
16918
  *
16233
16919
  * * NoOperationDisconnect: scheduled disconnection upon inactivity.
16234
16920
  * * NoConnect: scheduled disconnection upon specified operation (OperationType).
@@ -18685,9 +19371,11 @@ export declare class CancelCopyImageResponse extends $dara.Model {
18685
19371
  export declare class CloneCenterPolicyRequest extends $dara.Model {
18686
19372
  /**
18687
19373
  * @remarks
18688
- * The business type. Valid values:
19374
+ * The business type.
18689
19375
  *
18690
- * * 1: public cloud.
19376
+ * Valid values:
19377
+ *
19378
+ * * 1: public cloud
18691
19379
  * * 8: commercial edition.
18692
19380
  *
18693
19381
  * This parameter is required.
@@ -18718,7 +19406,7 @@ export declare class CloneCenterPolicyRequest extends $dara.Model {
18718
19406
  policyGroupId?: string;
18719
19407
  /**
18720
19408
  * @remarks
18721
- * The region ID. You can call the [DescribeRegions](~~DescribeRegions~~) operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
19409
+ * The region ID. Set the value to cn-shanghai.
18722
19410
  *
18723
19411
  * This parameter is required.
18724
19412
  *
@@ -18728,10 +19416,12 @@ export declare class CloneCenterPolicyRequest extends $dara.Model {
18728
19416
  regionId?: string;
18729
19417
  /**
18730
19418
  * @remarks
18731
- * The resource type. Valid values:
19419
+ * The resource type.
19420
+ *
19421
+ * Valid values:
18732
19422
  *
18733
- * * desktop: cloud computers.
18734
19423
  * * app: cloud applications.
19424
+ * * desktop: cloud computers.
18735
19425
  *
18736
19426
  * This parameter is required.
18737
19427
  *
@@ -21113,19 +21803,53 @@ export declare class CreateCdsFileShareLinkResponse extends $dara.Model {
21113
21803
  }
21114
21804
  export declare class CreateCenterPolicyRequest extends $dara.Model {
21115
21805
  /**
21806
+ * @remarks
21807
+ * Specifies whether to grant the admin permissions to end users.
21808
+ *
21809
+ * > This parameter is in private preview and only available to specific users.
21810
+ *
21811
+ * Valid values:
21812
+ *
21813
+ * * allow: forcibly grants admin permissions.
21814
+ * * deny: forcibly rejects granting admin permissions.
21815
+ * * inherited: inherits the admin permissions from the user dimension.
21816
+ *
21116
21817
  * @example
21117
21818
  * deny
21118
21819
  */
21119
21820
  adminAccess?: string;
21120
21821
  /**
21822
+ * @remarks
21823
+ * The anti-screenshot policy.
21824
+ *
21825
+ * Valid values:
21826
+ *
21827
+ * * off (default): disables anti-screenshot.
21828
+ * * on: enables anti-screenshot.
21829
+ *
21121
21830
  * @example
21122
21831
  * off
21123
21832
  */
21124
21833
  appContentProtection?: string;
21834
+ /**
21835
+ * @remarks
21836
+ * The client IP address whitelists that you want to add. Once an IP address whitelist is configured, end users can only access cloud computers from the IP addresses listed in it.
21837
+ */
21125
21838
  authorizeAccessPolicyRule?: CreateCenterPolicyRequestAuthorizeAccessPolicyRule[];
21839
+ /**
21840
+ * @remarks
21841
+ * The security group rule.
21842
+ */
21126
21843
  authorizeSecurityPolicyRule?: CreateCenterPolicyRequestAuthorizeSecurityPolicyRule[];
21127
21844
  /**
21128
21845
  * @remarks
21846
+ * The business type.
21847
+ *
21848
+ * Valid values:
21849
+ *
21850
+ * * 1: public cloud.
21851
+ * * 8: commercial edition.
21852
+ *
21129
21853
  * This parameter is required.
21130
21854
  *
21131
21855
  * @example
@@ -21133,158 +21857,374 @@ export declare class CreateCenterPolicyRequest extends $dara.Model {
21133
21857
  */
21134
21858
  businessType?: number;
21135
21859
  /**
21860
+ * @remarks
21861
+ * The on-premises camera redirection policy. This parameter only applies if DeviceRedirects does not include an on-premises camera redirection policy.
21862
+ *
21863
+ * Valid values:
21864
+ *
21865
+ * * deviceRedirect: enables device redirection.
21866
+ * * off: disables device redirection.
21867
+ *
21136
21868
  * @example
21137
21869
  * off
21138
21870
  */
21139
21871
  cameraRedirect?: string;
21872
+ /**
21873
+ * @remarks
21874
+ * The types of Alibaba Cloud Workspace clients that end users can use to connect to cloud computers.
21875
+ */
21140
21876
  clientType?: CreateCenterPolicyRequestClientType[];
21141
21877
  /**
21878
+ * @remarks
21879
+ * The read/write permissions on the clipboard.
21880
+ *
21881
+ * Valid values:
21882
+ *
21883
+ * * read: specifies one-way transfer You can copy files only from on-premises devices to cloud computers.
21884
+ * * readwrite: specifies two-way transfer. You can copy files between on-premises devices and cloud computers.
21885
+ * * write: specifies one-way transfer. You can only copy files from cloud computers to on-premises devices.
21886
+ * * off (default): disables all transfers, both one-way and two-way. Files cannot be copied directly between on-premises devices and cloud computers.
21887
+ *
21142
21888
  * @example
21143
21889
  * off
21144
21890
  */
21145
21891
  clipboard?: string;
21146
21892
  /**
21893
+ * @remarks
21894
+ * Specifies whether to enable color enhancement for design and 3D applications.
21895
+ *
21896
+ * Valid values:
21897
+ *
21898
+ * * off: doesn\\"t enable color enhancement for design and 3D applications.
21899
+ * * on: enables color enhancement for design and 3D applications.
21900
+ *
21147
21901
  * @example
21148
21902
  * off
21149
21903
  */
21150
21904
  colorEnhancement?: string;
21151
21905
  /**
21906
+ * @remarks
21907
+ * The CPU underclocking duration. Valid values: 30 to 120. Unit: seconds.
21908
+ *
21152
21909
  * @example
21153
21910
  * 30
21154
21911
  */
21155
21912
  cpuDownGradeDuration?: number;
21913
+ /**
21914
+ * @remarks
21915
+ * The CPU processors.
21916
+ */
21156
21917
  cpuProcessors?: string[];
21157
21918
  /**
21919
+ * @remarks
21920
+ * The CPU spike protection policy.
21921
+ *
21922
+ * Valid values:
21923
+ *
21924
+ * * off: disables CPU spike protection.
21925
+ * * on: enables CPU spike protection.
21926
+ *
21158
21927
  * @example
21159
21928
  * off
21160
21929
  */
21161
21930
  cpuProtectedMode?: string;
21162
21931
  /**
21932
+ * @remarks
21933
+ * The overall CPU usage. Valid values: 70 to 90. Unit: percentage (%).
21934
+ *
21163
21935
  * @example
21164
21936
  * 70
21165
21937
  */
21166
21938
  cpuRateLimit?: number;
21167
21939
  /**
21940
+ * @remarks
21941
+ * The overall CPU sampling duration. Valid values: 10 to 60. Unit: seconds.
21942
+ *
21168
21943
  * @example
21169
21944
  * 60
21170
21945
  */
21171
21946
  cpuSampleDuration?: number;
21172
21947
  /**
21948
+ * @remarks
21949
+ * The single-CPU usage. Valid values: 70 to 100. Unit: %.
21950
+ *
21173
21951
  * @example
21174
21952
  * 70
21175
21953
  */
21176
21954
  cpuSingleRateLimit?: number;
21177
21955
  /**
21956
+ * @remarks
21957
+ * Specifies whether to display the peripheral connection prompt.
21958
+ *
21178
21959
  * @example
21179
21960
  * off
21180
21961
  */
21181
21962
  deviceConnectHint?: string;
21963
+ /**
21964
+ * @remarks
21965
+ * The device redirection rules.
21966
+ */
21182
21967
  deviceRedirects?: CreateCenterPolicyRequestDeviceRedirects[];
21968
+ /**
21969
+ * @remarks
21970
+ * The custom peripheral rules.
21971
+ */
21183
21972
  deviceRules?: CreateCenterPolicyRequestDeviceRules[];
21184
21973
  /**
21974
+ * @remarks
21975
+ * Specifies whether to retain the session upon disconnection.
21976
+ *
21977
+ * > This parameter applies only to cloud application policies.
21978
+ *
21979
+ * Valid values:
21980
+ *
21981
+ * * customTime: retains the session for a specified time period.
21982
+ * * persistent: retains the session permanently.
21983
+ *
21185
21984
  * @example
21186
21985
  * customTime
21187
21986
  */
21188
21987
  disconnectKeepSession?: string;
21189
21988
  /**
21989
+ * @remarks
21990
+ * The retention period of the session after disconnection. Valid values: 30 to 7200. Unit: seconds.
21991
+ *
21992
+ * > This parameter applies only to cloud application policies.
21993
+ *
21190
21994
  * @example
21191
21995
  * 30
21192
21996
  */
21193
21997
  disconnectKeepSessionTime?: number;
21194
21998
  /**
21999
+ * @remarks
22000
+ * The display mode.
22001
+ *
22002
+ * Valid values:
22003
+ *
22004
+ * * clientCustom: suitable for user-defined scenarios.
22005
+ * * adminOffice: suitable for daily office scenarios.
22006
+ * * adminDesign: suitable for design and 3D application scenarios.
22007
+ * * adminCustom: suitable for admin-customized scenarios.
22008
+ *
21195
22009
  * @example
21196
22010
  * clientCustom
21197
22011
  */
21198
22012
  displayMode?: string;
22013
+ /**
22014
+ * @remarks
22015
+ * The domain resolution policies.
22016
+ */
21199
22017
  domainResolveRule?: CreateCenterPolicyRequestDomainResolveRule[];
21200
22018
  /**
22019
+ * @remarks
22020
+ * Specifies whether to enforce the domain resolution policy.
22021
+ *
22022
+ * Valid values:
22023
+ *
22024
+ * * off: disables the domain resolution policy.
22025
+ * * on: enables the domain resolution policy.
22026
+ *
21201
22027
  * @example
21202
22028
  * off
21203
22029
  */
21204
22030
  domainResolveRuleType?: string;
21205
22031
  /**
22032
+ * @remarks
22033
+ * Specifies whether to enforce session bandwidth limit.
22034
+ *
22035
+ * Valid values:
22036
+ *
22037
+ * * off: doesn\\"t enforce session bandwidth limit.
22038
+ * * on: enforces session bandwidth limit.
22039
+ *
21206
22040
  * @example
21207
22041
  * off
21208
22042
  */
21209
22043
  enableSessionRateLimiting?: string;
21210
22044
  /**
22045
+ * @remarks
22046
+ * Specifies whether to enable end users to request administrator help.
22047
+ *
22048
+ * Valid values:
22049
+ *
22050
+ * * off: disables end users to request administrator help.
22051
+ * * on: enables end users to request administrator help.
22052
+ *
21211
22053
  * @example
21212
22054
  * off
21213
22055
  */
21214
22056
  endUserApplyAdminCoordinate?: string;
21215
22057
  /**
22058
+ * @remarks
22059
+ * Specifies whether end users in the same workspace can share cloud computers.
22060
+ *
22061
+ * Valid values:
22062
+ *
22063
+ * * off: End users in the same workspace cannot share cloud computers.
22064
+ * * on: End users in the same workspace can share cloud computers
22065
+ *
21216
22066
  * @example
21217
22067
  * off
21218
22068
  */
21219
22069
  endUserGroupCoordinate?: string;
21220
22070
  /**
22071
+ * @remarks
22072
+ * Specifies whether to enable file transfer.
22073
+ *
21221
22074
  * @example
21222
22075
  * off
21223
22076
  */
21224
22077
  fileMigrate?: string;
21225
22078
  /**
22079
+ * @remarks
22080
+ * Specifies whether to enable image quality control. This feature is highly recommended for professional design scenarios where computer performance and user experience are critical.
22081
+ *
22082
+ * Valid values:
22083
+ *
22084
+ * * off: doesn\\"t enable image quality control.
22085
+ * * on: enables image quality control.
22086
+ *
21226
22087
  * @example
21227
22088
  * off
21228
22089
  */
21229
22090
  gpuAcceleration?: string;
21230
22091
  /**
22092
+ * @remarks
22093
+ * The file transfer policy on the web client.
22094
+ *
22095
+ * Valid values:
22096
+ *
22097
+ * * all: File upload and download are supported.
22098
+ * * download: Only file download is supported.
22099
+ * * upload: Only file upload is supported.
22100
+ * * off (default): File upload and download are not supported.
22101
+ *
21231
22102
  * @example
21232
22103
  * off
21233
22104
  */
21234
22105
  html5FileTransfer?: string;
21235
22106
  /**
22107
+ * @remarks
22108
+ * The network communication protocol.
22109
+ *
22110
+ * Valid values:
22111
+ *
22112
+ * * tcp: TCP is used when UDP/AST is restricted.
22113
+ * * rtc: AST is used for high-frequency audio and video streaming.
22114
+ * * auto: UTO enables automatic switch between AST and UDP modes based on desktop content.
22115
+ * * both: UDP is ideal for office and HD graphic design use.
22116
+ *
21236
22117
  * @example
21237
22118
  * both
21238
22119
  */
21239
22120
  internetCommunicationProtocol?: string;
22121
+ internetPrinter?: string;
21240
22122
  /**
22123
+ * @remarks
22124
+ * The read/write permissions on the on-premises drive.
22125
+ *
22126
+ * Valid values:
22127
+ *
22128
+ * * read: read-only. Cloud computers support on-premises disk mapping, but only for reading (copying) files—not modifying them.
22129
+ * * readwrite: read and write. Cloud computers support on-premises disk mapping, allowing you to read (copy) and write (modify) on-premises files.
22130
+ * * off (default): none. Cloud computers don\\"t support on-premises disk mapping.
22131
+ *
21241
22132
  * @example
21242
22133
  * off
21243
22134
  */
21244
22135
  localDrive?: string;
21245
22136
  /**
22137
+ * @remarks
22138
+ * The maximum duration to retry reconnecting to cloud computers after an unexpected disconnection (non-human causes). Valid values: 30 to 7200. Unit: seconds.
22139
+ *
21246
22140
  * @example
21247
22141
  * 120
21248
22142
  */
21249
22143
  maxReconnectTime?: number;
21250
22144
  /**
22145
+ * @remarks
22146
+ * The memory underclocking duration per process. Valid values: 30 to 120. Unit: seconds.
22147
+ *
21251
22148
  * @example
21252
22149
  * 40
21253
22150
  */
21254
22151
  memoryDownGradeDuration?: number;
22152
+ /**
22153
+ * @remarks
22154
+ * The memory processors.
22155
+ */
21255
22156
  memoryProcessors?: string[];
21256
22157
  /**
22158
+ * @remarks
22159
+ * The memory spike protection policy.
22160
+ *
22161
+ * Valid values:
22162
+ *
22163
+ * * off: disables memory spike protection.
22164
+ * * on: enables memory spike protection.
22165
+ *
21257
22166
  * @example
21258
22167
  * off
21259
22168
  */
21260
22169
  memoryProtectedMode?: string;
21261
22170
  /**
22171
+ * @remarks
22172
+ * The overall memory usage. Valid values: 70 to 90. Unit: %.
22173
+ *
21262
22174
  * @example
21263
22175
  * 70
21264
22176
  */
21265
22177
  memoryRateLimit?: number;
21266
22178
  /**
22179
+ * @remarks
22180
+ * The overall memory sampling duration. Valid values: 30 to 60. Unit: seconds.
22181
+ *
21267
22182
  * @example
21268
22183
  * 40
21269
22184
  */
21270
22185
  memorySampleDuration?: number;
21271
22186
  /**
22187
+ * @remarks
22188
+ * The memory usage per process. Valid values: 30 to 60. Unit: %.
22189
+ *
21272
22190
  * @example
21273
22191
  * 40
21274
22192
  */
21275
22193
  memorySingleRateLimit?: number;
21276
22194
  /**
22195
+ * @remarks
22196
+ * Specifies whether to display the Restart button in the DesktopAssistant menu when end users connect to cloud computers from mobile clients (Android clients and iOS clients).
22197
+ *
22198
+ * > This feature applies to only mobile clients of version 7.4.0 or later.
22199
+ *
22200
+ * Valid values:
22201
+ *
22202
+ * * off: doesn\\"t display the Restart button in the DesktopAssistant menu.
22203
+ * * on: displays the Restart button in the DesktopAssistant menu.
22204
+ *
21277
22205
  * @example
21278
22206
  * off
21279
22207
  */
21280
22208
  mobileRestart?: string;
21281
22209
  /**
22210
+ * @remarks
22211
+ * Specifies whether to display the Stop button in the DesktopAssistant menu when end users connect to cloud computers from mobile clients (Android clients and iOS clients).
22212
+ *
22213
+ * > This feature applies to only mobile clients of version 7.4.0 or later.
22214
+ *
22215
+ * Valid values:
22216
+ *
22217
+ * * off: doesn\\"t display the Stop button in the DesktopAssistant menu.
22218
+ * * on: displays the Stop button in the DesktopAssistant menu.
22219
+ *
21282
22220
  * @example
21283
22221
  * off
21284
22222
  */
21285
22223
  mobileShutdown?: string;
21286
22224
  /**
21287
22225
  * @remarks
22226
+ * The policy name.
22227
+ *
21288
22228
  * This parameter is required.
21289
22229
  *
21290
22230
  * @example
@@ -21292,82 +22232,193 @@ export declare class CreateCenterPolicyRequest extends $dara.Model {
21292
22232
  */
21293
22233
  name?: string;
21294
22234
  /**
22235
+ * @remarks
22236
+ * The network redirection policy.
22237
+ *
22238
+ * > This parameter is in private preview and only available to specific users.
22239
+ *
22240
+ * Valid values:
22241
+ *
22242
+ * * all: enables network redirection globally.
22243
+ * * off (default): disables network redirection.
22244
+ * * on: enables the whitelist mode.
22245
+ *
21295
22246
  * @example
21296
22247
  * off
21297
22248
  */
21298
22249
  netRedirect?: string;
22250
+ /**
22251
+ * @remarks
22252
+ * The network redirection policies.
22253
+ *
22254
+ * > This parameter is in private preview and only available to specific users.
22255
+ */
21299
22256
  netRedirectRule?: CreateCenterPolicyRequestNetRedirectRule[];
21300
22257
  /**
22258
+ * @remarks
22259
+ * Specifies whether to enforce a disconnection upon inactivity.
22260
+ *
22261
+ * > This parameter applies only to cloud application policies.
22262
+ *
22263
+ * Valid values:
22264
+ *
22265
+ * * off: doesn\\"t enforce a disconnection upon inactivity.
22266
+ * * on: enforces a disconnection upon inactivity.
22267
+ *
21301
22268
  * @example
21302
22269
  * off
21303
22270
  */
21304
22271
  noOperationDisconnect?: string;
21305
22272
  /**
22273
+ * @remarks
22274
+ * The duration of disconnection after inactivity. Valid values: 120 to 7200. Unit: seconds.
22275
+ *
22276
+ * > This parameter applies only to cloud application policies.
22277
+ *
21306
22278
  * @example
21307
22279
  * 120
21308
22280
  */
21309
22281
  noOperationDisconnectTime?: number;
21310
22282
  /**
22283
+ * @remarks
22284
+ * The printer redirection policy. This parameter only applies if DeviceRedirects does not include a printer redirection policy.
22285
+ *
22286
+ * Valid values:
22287
+ *
22288
+ * * deviceRedirect (default):enables device redirection.
22289
+ * * usbRedirect: enables USB redirection.
22290
+ * * off: disables any type of redirection.
22291
+ *
21311
22292
  * @example
21312
22293
  * off
21313
22294
  */
21314
22295
  printerRedirect?: string;
21315
22296
  /**
22297
+ * @remarks
22298
+ * Specifies whether to enable image quality enhancement for design and 3D applications.
22299
+ *
22300
+ * Valid values:
22301
+ *
22302
+ * * off: doesn\\"t enable image quality enhancement for design and 3D applications.
22303
+ * * on: enables image quality enhancement for design and 3D applications.
22304
+ *
21316
22305
  * @example
21317
22306
  * off
21318
22307
  */
21319
22308
  qualityEnhancement?: string;
21320
22309
  /**
22310
+ * @remarks
22311
+ * The duration of screen recording after the specified event is detected. Unit: minutes. Valid values: 10 to 60.
22312
+ *
21321
22313
  * @example
21322
22314
  * 10
21323
22315
  */
21324
22316
  recordEventDuration?: number;
22317
+ /**
22318
+ * @remarks
22319
+ * The absolute paths to screen recording files.
22320
+ */
21325
22321
  recordEventFilePaths?: string[];
22322
+ /**
22323
+ * @remarks
22324
+ * The absolute paths to screen recording registries.
22325
+ */
21326
22326
  recordEventRegisters?: string[];
22327
+ /**
22328
+ * @remarks
22329
+ * The event that triggers screen recording.
22330
+ */
21327
22331
  recordEvents?: string[];
21328
22332
  /**
22333
+ * @remarks
22334
+ * The screen recording policy.
22335
+ *
22336
+ * Valid values:
22337
+ *
22338
+ * * period: Screen recording occurs at set intervals.
22339
+ * * session: Screen recording is limited to sessions only.
22340
+ * * off: Screen recording is disabled.
22341
+ * * alltime: Screen recording is always enabled.
22342
+ *
21329
22343
  * @example
21330
22344
  * off
21331
22345
  */
21332
22346
  recording?: string;
21333
22347
  /**
22348
+ * @remarks
22349
+ * Specifies whether to record audio files generated on cloud computers.
22350
+ *
22351
+ * Valid values:
22352
+ *
22353
+ * * off: doesn\\"t record audio files generated on cloud computers.
22354
+ * * on: records audio files generated on cloud computers.
22355
+ *
21334
22356
  * @example
21335
22357
  * on
21336
22358
  */
21337
22359
  recordingAudio?: string;
21338
22360
  /**
22361
+ * @remarks
22362
+ * The frame rate of screen recording. Screen recordings are split based on the specified duration and uploaded to Object Storage Service (OSS) buckets. If a file reaches 300 MB, the system prioritizes rolling updates for that file. Valid values: 10 to 60
22363
+ *
21339
22364
  * @example
21340
22365
  * 10
21341
22366
  */
21342
22367
  recordingDuration?: number;
21343
22368
  /**
22369
+ * @remarks
22370
+ * The screen recording\\"s end time in HH:MM:SS format. The value is meaningful only if `Recording` is set to `PERIOD`.
22371
+ *
21344
22372
  * @example
21345
22373
  * 08:59:00
21346
22374
  */
21347
22375
  recordingEndTime?: string;
21348
22376
  /**
22377
+ * @remarks
22378
+ * The retention period of the screen recording file. Valid values: 1 to 180. Unit: days.
22379
+ *
21349
22380
  * @example
21350
22381
  * 15
21351
22382
  */
21352
22383
  recordingExpires?: number;
21353
22384
  /**
22385
+ * @remarks
22386
+ * The frame rate of screen recording. Unit: fps.
22387
+ *
21354
22388
  * @example
21355
22389
  * 2
21356
22390
  */
21357
22391
  recordingFps?: string;
21358
22392
  /**
22393
+ * @remarks
22394
+ * The screen recording\\"s start time in HH:MM:SS format. The value is meaningful only if `Recording` is set to `PERIOD`.
22395
+ *
21359
22396
  * @example
21360
22397
  * 08:00:00
21361
22398
  */
21362
22399
  recordingStartTime?: string;
21363
22400
  /**
22401
+ * @remarks
22402
+ * Specifies whether to notify end users when screen recording is enabled.
22403
+ *
22404
+ * Valid values:
22405
+ *
22406
+ * * off: doesn\\"t notify end users when screen recording is enabled.
22407
+ * * on: notifies end users when screen recording is enabled.
22408
+ *
21364
22409
  * @example
21365
22410
  * off
21366
22411
  */
21367
22412
  recordingUserNotify?: string;
22413
+ /**
22414
+ * @remarks
22415
+ * The notification sent to end users when screen recording is enabled.
22416
+ */
21368
22417
  recordingUserNotifyMessage?: string;
21369
22418
  /**
21370
22419
  * @remarks
22420
+ * The region ID. Set the value to cn-shanghai.
22421
+ *
21371
22422
  * This parameter is required.
21372
22423
  *
21373
22424
  * @example
@@ -21375,186 +22426,412 @@ export declare class CreateCenterPolicyRequest extends $dara.Model {
21375
22426
  */
21376
22427
  regionId?: string;
21377
22428
  /**
22429
+ * @remarks
22430
+ * The keyboard and mouse control permissions during remote assistance.
22431
+ *
22432
+ * Valid values:
22433
+ *
22434
+ * * optionalControl: By default, keyboard and mouse control is disabled during remote assistance. You can request permissions as needed.
22435
+ * * fullControl: Keyboard and mouse control is enabled during remote assistance.
22436
+ * * disableControl: Keyboard and mouse control is disabled during remote assistance.
22437
+ *
21378
22438
  * @example
21379
22439
  * fullControl
21380
22440
  */
21381
22441
  remoteCoordinate?: string;
21382
22442
  /**
22443
+ * @remarks
22444
+ * The computer reset setting.
22445
+ *
21383
22446
  * @example
21384
22447
  * off
21385
22448
  */
21386
22449
  resetDesktop?: string;
21387
22450
  /**
22451
+ * @remarks
22452
+ * The height of the resolution. Unit: pixel. Valid values for cloud applications: 500 to 50000. Valid values for cloud computers: 480 to 4096.
22453
+ *
21388
22454
  * @example
21389
22455
  * 1280
21390
22456
  */
21391
22457
  resolutionHeight?: number;
21392
22458
  /**
22459
+ * @remarks
22460
+ * The resolution type.
22461
+ *
22462
+ * Valid values:
22463
+ *
22464
+ * * adaptive: adaptive resolution.
22465
+ * * customer: fixed resolution.
22466
+ *
21393
22467
  * @example
21394
22468
  * adaptive
21395
22469
  */
21396
22470
  resolutionModel?: string;
21397
22471
  /**
22472
+ * @remarks
22473
+ * The width of the resolution. Unit: pixel. Valid values for cloud applications: 500 to 50000. Valid values for cloud computers: 480 to 4096.
22474
+ *
21398
22475
  * @example
21399
22476
  * 720
21400
22477
  */
21401
22478
  resolutionWidth?: number;
21402
22479
  /**
21403
22480
  * @remarks
22481
+ * The resource type.
22482
+ *
22483
+ * Valid values:
22484
+ *
22485
+ * * app: cloud applications.
22486
+ * * Desktop: cloud computers.
22487
+ *
21404
22488
  * This parameter is required.
21405
22489
  *
21406
22490
  * @example
21407
22491
  * desktop
21408
22492
  */
21409
22493
  resourceType?: string;
22494
+ safeMenu?: string;
21410
22495
  /**
22496
+ * @remarks
22497
+ * The effective scope of the policy.
22498
+ *
22499
+ * Valid values:
22500
+ *
22501
+ * * IP: The policy applies to specific IP addresses.
22502
+ * * GLOBAL: The policy applies globally.
22503
+ *
21411
22504
  * @example
21412
22505
  * GLOBAL
21413
22506
  */
21414
22507
  scope?: string;
22508
+ /**
22509
+ * @remarks
22510
+ * The effective scopes. This parameter is required when `Scope` is set to `IP`. If `Scope` is set to `IP`, this parameter doesn\\"t take effect.
22511
+ */
21415
22512
  scopeValue?: string[];
21416
22513
  /**
22514
+ * @remarks
22515
+ * The bandwidth peak of the session. Valid values: 2000 to 100000.
22516
+ *
21417
22517
  * @example
21418
22518
  * 2000
21419
22519
  */
21420
22520
  sessionMaxRateKbps?: number;
21421
22521
  /**
22522
+ * @remarks
22523
+ * Specifies whether to enable smoothness enhancement for daily office use.
22524
+ *
22525
+ * Valid values:
22526
+ *
22527
+ * * off: doesn\\"t enable smoothness enhancement for daily office use.
22528
+ * * on: enables smoothness enhancement for daily office use.
22529
+ *
21422
22530
  * @example
21423
22531
  * off
21424
22532
  */
21425
22533
  smoothEnhancement?: string;
21426
22534
  /**
22535
+ * @remarks
22536
+ * Specifies whether to display the metric status entry in the DesktopAssistant menu.
22537
+ *
22538
+ * Valid values:
22539
+ *
22540
+ * * off: doesn\\"t display the metric status entry in the DesktopAssistant menu.
22541
+ * * on: displays the metric status entry in the DesktopAssistant menu.
22542
+ *
21427
22543
  * @example
21428
22544
  * off
21429
22545
  */
21430
22546
  statusMonitor?: string;
21431
22547
  /**
22548
+ * @remarks
22549
+ * The streaming mode.
22550
+ *
22551
+ * Valid values:
22552
+ *
22553
+ * * intelligent
22554
+ * * smooth
22555
+ *
21432
22556
  * @example
21433
22557
  * smooth
21434
22558
  */
21435
22559
  streamingMode?: string;
21436
22560
  /**
22561
+ * @remarks
22562
+ * The target frame rate. Valid values: 10 to 60.
22563
+ *
21437
22564
  * @example
21438
22565
  * 30
21439
22566
  */
21440
22567
  targetFps?: number;
21441
22568
  /**
22569
+ * @remarks
22570
+ * Specifies whether to display the application taskbar.
22571
+ *
22572
+ * > This parameter applies only to cloud application policies.
22573
+ *
22574
+ * Valid values:
22575
+ *
22576
+ * * off: doesn\\"t display the application taskbar.
22577
+ * * on: displays the application taskbar.
22578
+ *
21442
22579
  * @example
21443
22580
  * off
21444
22581
  */
21445
22582
  taskbar?: string;
21446
22583
  /**
22584
+ * @remarks
22585
+ * Specifies whether to enable USB redirection.
22586
+ *
22587
+ * Valid values:
22588
+ *
22589
+ * * off (default): doesn\\"t enable USB redirection.
22590
+ * * on: enables USB redirection.
22591
+ *
21447
22592
  * @example
21448
22593
  * off
21449
22594
  */
21450
22595
  usbRedirect?: string;
22596
+ /**
22597
+ * @remarks
22598
+ * The USB redirection rules.
22599
+ */
21451
22600
  usbSupplyRedirectRule?: CreateCenterPolicyRequestUsbSupplyRedirectRule[];
21452
22601
  /**
22602
+ * @remarks
22603
+ * The average bitrate for video encoding. Valid values: 1000 to 50000.
22604
+ *
21453
22605
  * @example
21454
22606
  * 2000
21455
22607
  */
21456
22608
  videoEncAvgKbps?: number;
21457
22609
  /**
22610
+ * @remarks
22611
+ * The maximum QP for video files. Higher QP values result in lower video quality. Valid values: 0 to 51.
22612
+ *
21458
22613
  * @example
21459
22614
  * 30
21460
22615
  */
21461
22616
  videoEncMaxQP?: number;
21462
22617
  /**
22618
+ * @remarks
22619
+ * The minimum quantizer parameter (QP) for video files. A lower QP means better video quality. Valid values: 0 to 51.
22620
+ *
21463
22621
  * @example
21464
22622
  * 30
21465
22623
  */
21466
22624
  videoEncMinQP?: number;
21467
22625
  /**
22626
+ * @remarks
22627
+ * The peak bitrate for video encoding. Valid values: 1000 to 50000.
22628
+ *
21468
22629
  * @example
21469
22630
  * 2000
21470
22631
  */
21471
22632
  videoEncPeakKbps?: number;
21472
22633
  /**
22634
+ * @remarks
22635
+ * The video encoding policy.
22636
+ *
22637
+ * Valid values:
22638
+ *
22639
+ * * qualityFirst: prioritizes image quality.
22640
+ * * bandwidthFirst: prioritizes bandwidth.
22641
+ *
21473
22642
  * @example
21474
22643
  * qualityFirst
21475
22644
  */
21476
22645
  videoEncPolicy?: string;
21477
22646
  /**
22647
+ * @remarks
22648
+ * The multimedia redirection policy.
22649
+ *
22650
+ * Valid values:
22651
+ *
22652
+ * * off: disables multimedia redirection.
22653
+ * * on: enables multimedia redirection.
22654
+ *
21478
22655
  * @example
21479
22656
  * on
21480
22657
  */
21481
22658
  videoRedirect?: string;
21482
22659
  /**
22660
+ * @remarks
22661
+ * The image display quality.
22662
+ *
22663
+ * Valid values:
22664
+ *
22665
+ * * high: high-definition (HD).
22666
+ * * low: smoothness.
22667
+ * * lossless: no quality loss.
22668
+ * * medium (default): scenario-specific adaptation.
22669
+ *
21483
22670
  * @example
21484
22671
  * low
21485
22672
  */
21486
22673
  visualQuality?: string;
21487
22674
  /**
22675
+ * @remarks
22676
+ * The watermark policy.
22677
+ *
22678
+ * Valid values:
22679
+ *
22680
+ * * blind: displays invisible watermarks.
22681
+ * * off (default): displays no watermark.
22682
+ * * on: displays visible watermarks.
22683
+ *
21488
22684
  * @example
21489
22685
  * off
21490
22686
  */
21491
22687
  watermark?: string;
21492
22688
  /**
22689
+ * @remarks
22690
+ * Specifies whether to enable anti-screen capture for invisible watermarks.
22691
+ *
22692
+ * Valid values:
22693
+ *
22694
+ * * off: disables anti-screen capture for invisible watermarks.
22695
+ * * on: enables anti-screen capture for invisible watermarks.
22696
+ *
21493
22697
  * @example
21494
22698
  * off
21495
22699
  */
21496
22700
  watermarkAntiCam?: string;
21497
22701
  /**
22702
+ * @remarks
22703
+ * The font color of the watermark. Valid values: 0 to 16777215.
22704
+ *
21498
22705
  * @example
21499
22706
  * 0
21500
22707
  */
21501
22708
  watermarkColor?: number;
21502
22709
  /**
22710
+ * @remarks
22711
+ * The number of watermark columns. Valid values: 3 to 10.
22712
+ *
21503
22713
  * @example
21504
22714
  * 3
21505
22715
  */
21506
22716
  watermarkColumnAmount?: number;
21507
22717
  /**
22718
+ * @remarks
22719
+ * If you set `WatermarkType` to `custom`, you must also specify `WatermarkCustomText`.
22720
+ *
21508
22721
  * @example
21509
22722
  * test
21510
22723
  */
21511
22724
  watermarkCustomText?: string;
21512
22725
  /**
22726
+ * @remarks
22727
+ * The watermark rotation. Valid values: -10 to -30.
22728
+ *
21513
22729
  * @example
21514
22730
  * -10
21515
22731
  */
21516
22732
  watermarkDegree?: number;
21517
22733
  /**
22734
+ * @remarks
22735
+ * The font size of the watermark. Valid values: 10 to 20.
22736
+ *
21518
22737
  * @example
21519
22738
  * 10
21520
22739
  */
21521
22740
  watermarkFontSize?: number;
21522
22741
  /**
22742
+ * @remarks
22743
+ * The font style of the watermark.
22744
+ *
22745
+ * Valid values:
22746
+ *
22747
+ * * plain
22748
+ * * bold
22749
+ *
21523
22750
  * @example
21524
22751
  * plain
21525
22752
  */
21526
22753
  watermarkFontStyle?: string;
21527
22754
  /**
22755
+ * @remarks
22756
+ * The enhancement level for invisible watermarks.
22757
+ *
22758
+ * Valid values:
22759
+ *
22760
+ * * high
22761
+ * * low
22762
+ * * medium
22763
+ *
21528
22764
  * @example
21529
22765
  * medium
21530
22766
  */
21531
22767
  watermarkPower?: string;
21532
22768
  /**
22769
+ * @remarks
22770
+ * The number of watermark rows. Valid values: 3 to 10.
22771
+ *
21533
22772
  * @example
21534
22773
  * 3
21535
22774
  */
21536
22775
  watermarkRowAmount?: number;
21537
22776
  /**
22777
+ * @remarks
22778
+ * Specifies whether to enable security priority for invisible watermarks.
22779
+ *
22780
+ * Valid values:
22781
+ *
22782
+ * * off: disables security priority for invisible watermarks.
22783
+ * * on: enables security priority for invisible watermarks.
22784
+ *
21538
22785
  * @example
21539
22786
  * on
21540
22787
  */
21541
22788
  watermarkSecurity?: string;
21542
22789
  /**
22790
+ * @remarks
22791
+ * The watermark opacity. A higher value makes the watermark more opaque. Valid values: 10 to 100.
22792
+ *
21543
22793
  * @example
21544
22794
  * 10
21545
22795
  */
21546
22796
  watermarkTransparencyValue?: number;
21547
22797
  /**
22798
+ * @remarks
22799
+ * The watermark type. You can specify up to three types. Separate multiple values with commas (,).
22800
+ *
22801
+ * > If you provide `custom` as the value for this parameter, you must configure `WatermarkCustomText` to specify custom text.
22802
+ *
22803
+ * Valid values:
22804
+ *
22805
+ * * EndUserId: the username.
22806
+ * * Custom: the custom text.
22807
+ * * DesktopIp: the IP address of the cloud computer.
22808
+ * * ClientIp: the IP address of the client.
22809
+ * * HostName: the rightmost 15 digits of the cloud computer ID.
22810
+ * * ClientTime: the current time displayed on the cloud computer.
22811
+ *
21548
22812
  * @example
21549
22813
  * EndUserId,HostName,ClientTime
21550
22814
  */
21551
22815
  watermarkType?: string;
21552
22816
  /**
22817
+ * @remarks
22818
+ * Specifies whether to enable Cloud Computer Manager.
22819
+ *
21553
22820
  * @example
21554
22821
  * off
21555
22822
  */
21556
22823
  wuyingKeeper?: string;
21557
22824
  /**
22825
+ * @remarks
22826
+ * Specifies whether to display the Xiaoying AI Assistant option in the DesktopAssistant menu when end users connect to cloud computers via desktop clients (Windows and macOS).
22827
+ *
22828
+ * > This feature applies to only desktop clients of version 7.7.0 or later.
22829
+ *
22830
+ * Valid values:
22831
+ *
22832
+ * * off: doesn\\"t display the Xiaoying AI Assistant option in the DesktopAssistant menu.
22833
+ * * on: displays the Xiaoying AI Assistant option in the DesktopAssistant menu.
22834
+ *
21558
22835
  * @example
21559
22836
  * on
21560
22837
  */
@@ -21572,11 +22849,17 @@ export declare class CreateCenterPolicyRequest extends $dara.Model {
21572
22849
  }
21573
22850
  export declare class CreateCenterPolicyResponseBody extends $dara.Model {
21574
22851
  /**
22852
+ * @remarks
22853
+ * The cloud computer policy ID.
22854
+ *
21575
22855
  * @example
21576
22856
  * pg-gx2x1dhsmthe9****
21577
22857
  */
21578
22858
  policyGroupId?: string;
21579
22859
  /**
22860
+ * @remarks
22861
+ * The request ID.
22862
+ *
21580
22863
  * @example
21581
22864
  * 1CBAFFAB-B697-4049-A9B1-67E1FC5F****
21582
22865
  */
@@ -23060,366 +24343,362 @@ export declare class CreateDesktopsRequest extends $dara.Model {
23060
24343
  * @remarks
23061
24344
  * The ID of the policy.
23062
24345
  *
24346
+ * @example
24347
+ * system-all-enabled-policy
24348
+ */
24349
+ policyGroupId?: string;
24350
+ /**
24351
+ * @remarks
24352
+ * The ID of the sales promotion.
24353
+ *
24354
+ * @example
24355
+ * 23141
24356
+ */
24357
+ promotionId?: string;
24358
+ /**
24359
+ * @remarks
24360
+ * The region ID. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/196646.html) operation to query the most recent region list.
24361
+ *
23063
24362
  * This parameter is required.
23064
24363
  *
23065
24364
  * @example
23066
- * system-all-enabled-policy
23067
- */
23068
- policyGroupId?: string;
23069
- /**
23070
- * @remarks
23071
- * The ID of the sales promotion.
23072
- *
23073
- * @example
23074
- * 23141
23075
- */
23076
- promotionId?: string;
23077
- /**
23078
- * @remarks
23079
- * The region ID. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/196646.html) operation to query the most recent region list.
23080
- *
23081
- * This parameter is required.
23082
- *
23083
- * @example
23084
- * cn-hangzhou
23085
- */
23086
- regionId?: string;
23087
- /**
23088
- * @remarks
23089
- * The ID of the resource group.
23090
- *
23091
- * @example
23092
- * rg-3mtuc28rx95lx****
23093
- */
23094
- resourceGroupId?: string;
23095
- /**
23096
- * @remarks
23097
- * The ID of the saving plan.
23098
- *
23099
- * @example
23100
- * spn-4b945dc4Wktd****
23101
- */
23102
- savingPlanId?: string;
23103
- /**
23104
- * @remarks
23105
- * The ID of the auto-snapshot policy.
23106
- *
23107
- * @example
23108
- * sp-28mp6my0l6zow****
23109
- */
23110
- snapshotPolicyId?: string;
23111
- /**
23112
- * @remarks
23113
- * The tags that you want to add to the cloud desktop.
23114
- */
23115
- tag?: CreateDesktopsRequestTag[];
23116
- /**
23117
- * @remarks
23118
- * The ID of the timer group.
23119
- *
23120
- * @example
23121
- * ccg-0caoeogrk9m5****
23122
- */
23123
- timerGroupId?: string;
23124
- /**
23125
- * @remarks
23126
- * How the cloud computers are assigned.
23127
- *
23128
- * > If you do not specify the `EndUserId` parameter, the cloud computers are not assigned to end users after the cloud computers are created.
23129
- *
23130
- * Default value: ALL. Valid values:
23131
- *
23132
- * * ALL: If you specify the EndUserId parameter, the cloud computers are assigned to all specified end users after the cloud computers are created.
23133
- *
23134
- * <!-- -->
23135
- *
23136
- * <!-- -->
23137
- *
23138
- * <!-- -->
23139
- *
23140
- * * PER_USER: If you specify the EndUserId parameter, the cloud computers are evenly assigned to the specified end users after the cloud computers are created.
23141
- *
23142
- * <!-- -->
23143
- *
23144
- * <!-- -->
23145
- *
23146
- * In this case, you must make sure that the value of the Amount parameter can be divided by the N value of the EndUserId.N parameter that you specify.
23147
- *
23148
- * <!-- -->
23149
- *
23150
- * @example
23151
- * ALL
23152
- */
23153
- userAssignMode?: string;
23154
- /**
23155
- * @remarks
23156
- * Details about the custom command scripts.
23157
- */
23158
- userCommands?: CreateDesktopsRequestUserCommands[];
23159
- /**
23160
- * @remarks
23161
- * > This parameter is not publicly available.
23162
- *
23163
- * @example
23164
- * To be hidden.
23165
- */
23166
- userName?: string;
23167
- /**
23168
- * @remarks
23169
- * Specifies whether to enable disk encryption.
23170
- *
23171
- * @example
23172
- * false
23173
- */
23174
- volumeEncryptionEnabled?: boolean;
23175
- /**
23176
- * @remarks
23177
- * The ID of the Key Management Service (KMS) key that you want to use when disk encryption is enabled. You can call the [ListKeys](https://help.aliyun.com/document_detail/28951.html) operation to obtain a list of KMS keys.
23178
- *
23179
- * @example
23180
- * 08c33a6f-4e0a-4a1b-a3fa-7ddfa1d4****
23181
- */
23182
- volumeEncryptionKey?: string;
23183
- /**
23184
- * @remarks
23185
- * > This parameter is not publicly available.
23186
- *
23187
- * @example
23188
- * To be hidden.
23189
- */
23190
- vpcId?: string;
23191
- static names(): {
23192
- [key: string]: string;
23193
- };
23194
- static types(): {
23195
- [key: string]: any;
23196
- };
23197
- validate(): void;
23198
- constructor(map?: {
23199
- [key: string]: any;
23200
- });
23201
- }
23202
- export declare class CreateDesktopsShrinkRequest extends $dara.Model {
23203
- /**
23204
- * @remarks
23205
- * The number of cloud computers that you want to create. Valid values: 1 to 300. Default value: 1.
23206
- *
23207
- * @example
23208
- * 1
23209
- */
23210
- amount?: number;
23211
- /**
23212
- * @remarks
23213
- * Specifies whether to enable automatic payment.
23214
- *
23215
- * @example
23216
- * false
23217
- */
23218
- autoPay?: boolean;
23219
- /**
23220
- * @remarks
23221
- * Specifies whether to enable auto-renewal. This parameter takes effect only when the ChargeType parameter is set to PrePaid.
23222
- *
23223
- * @example
23224
- * false
23225
- */
23226
- autoRenew?: boolean;
23227
- /**
23228
- * @remarks
23229
- * The ID of the cloud computer template.
23230
- *
23231
- * @example
23232
- * b-je9hani001wfn****
23233
- */
23234
- bundleId?: string;
23235
- /**
23236
- * @remarks
23237
- * The cloud computer templates.
23238
- *
23239
- * **if can be null:**
23240
- * true
23241
- */
23242
- bundleModels?: CreateDesktopsShrinkRequestBundleModels[];
23243
- /**
23244
- * @remarks
23245
- * The billing method of the cloud computers.
23246
- *
23247
- * Default value: PostPaid. Valid values:
23248
- *
23249
- * * Postpaid: pay-as-you-go
23250
- *
23251
- * <!-- -->
23252
- *
23253
- * <!-- -->
23254
- *
23255
- * <!-- -->
23256
- *
23257
- * * PrePaid: subscription
23258
- *
23259
- * <!-- -->
23260
- *
23261
- * <!-- -->
23262
- *
23263
- * <!-- -->
23264
- *
23265
- * @example
23266
- * PrePaid
23267
- */
23268
- chargeType?: string;
23269
- /**
23270
- * @remarks
23271
- * The input parameters used when no templates are used.
23272
- */
23273
- desktopAttachmentShrink?: string;
23274
- /**
23275
- * @remarks
23276
- * The private IP address of the cloud computer.
23277
- *
23278
- * @example
23279
- * 10.0.0.1
23280
- */
23281
- desktopMemberIp?: string;
23282
- /**
23283
- * @remarks
23284
- * The name of the cloud computer. The name must meet the following requirements:
23285
- *
23286
- * * The name must be 1 to 64 characters in length.
23287
- * * The name must start with a letter but cannot start with `http://` or `https://`.
23288
- * * The name can only contain letters, digits, colons (:), underscores (_), periods (.), and hyphens (-).
23289
- *
23290
- * @example
23291
- * testDesktopName
23292
- */
23293
- desktopName?: string;
23294
- /**
23295
- * @remarks
23296
- * Specifies whether to automatically add suffixes to the names of cloud computers when you create multiple cloud computers at the same time.
23297
- *
23298
- * Default value: true. Valid values:
23299
- *
23300
- * * true
23301
- *
23302
- * <!-- -->
23303
- *
23304
- * <!-- -->
23305
- *
23306
- * <!-- -->
23307
- *
23308
- * * False
23309
- *
23310
- * <!-- -->
23311
- *
23312
- * <!-- -->
23313
- *
23314
- * <!-- -->
23315
- *
23316
- * @example
23317
- * false
23318
- */
23319
- desktopNameSuffix?: boolean;
23320
- /**
23321
- * @remarks
23322
- * The details of the scheduled task on cloud computers.
23323
- *
23324
- * **if can be null:**
23325
- * true
23326
- */
23327
- desktopTimers?: CreateDesktopsShrinkRequestDesktopTimers[];
23328
- /**
23329
- * @remarks
23330
- * > This parameter is not publicly available.
23331
- *
23332
- * @example
23333
- * To be hidden.
23334
- */
23335
- directoryId?: string;
23336
- /**
23337
- * @remarks
23338
- * The IDs of the end users to which you want to assign the cloud computers. You can specify 1 to 100 IDs.
23339
- *
23340
- * @example
23341
- * 123456789
23342
- */
23343
- endUserId?: string[];
23344
- extendInfo?: string;
23345
- /**
23346
- * @remarks
23347
- * The ID of the cloud computer pool.
23348
- *
23349
- * @example
23350
- * dg-boyczi8enfyc5****
23351
- */
23352
- groupId?: string;
23353
- /**
23354
- * @remarks
23355
- * The custom hostnames of the cloud computers. This parameter is valid only if the office network is an AD office network and the operating system type of the cloud computers is Windows.
23356
- *
23357
- * The hostnames must meet the following requirements:
23358
- *
23359
- * * The hostnames must be 2 to 15 characters in length.
23360
- * * The hostnames can contain only letters, digits, and hyphens (-). The hostnames cannot start or end with a hyphen (-), contain consecutive hyphens (-), or contain only digits.
23361
- *
23362
- * When you create multiple cloud computers, you can use the `name_prefix[begin_number,bits]name_suffix` naming format to name the cloud computers. For example, if you set the value of the Hostname parameter to ecd-[1,4]-test, the hostname of the first cloud computer is ecd-0001-test, the hostname of the second cloud computer is ecd-0002-test, and so on.
23363
- *
23364
- * * `name_prefix`: the prefix of the hostname.
23365
- * * `[begin_number,bits]`: the sequential number in the hostname. The `begin_number` value is the starting digit. Valid values of begin_number: 0 to 999999. Default value: 0. The `bits` value is the number of digits. Valid values: 1 to 6. Default value: 6.
23366
- * * `name_suffix`: the suffix of the hostname.
23367
- *
23368
- * @example
23369
- * testhost
23370
- */
23371
- hostname?: string;
23372
- /**
23373
- * @remarks
23374
- * > This parameter is not publicly available.
23375
- */
23376
- monthDesktopSetting?: CreateDesktopsShrinkRequestMonthDesktopSetting;
23377
- /**
23378
- * @remarks
23379
- * The office network ID.
23380
- *
23381
- * @example
23382
- * cn-hangzhou+os-c5cy7q578s8jc****
23383
- */
23384
- officeSiteId?: string;
23385
- /**
23386
- * @remarks
23387
- * The subscription duration of the cloud desktop that you want to create. The unit is specified by the `PeriodUnit` parameter. This parameter takes effect and is required only when the `ChargeType` parameter is set to `PrePaid`.
23388
- *
23389
- * * Valid values if the `PeriodUnit` parameter is set to `Month`:
23390
- *
23391
- * * 1
23392
- * * 2
23393
- * * 3
23394
- * * 6
23395
- *
23396
- * * Valid values if the `PeriodUnit` parameter is set to `Year`:
23397
- *
23398
- * * 1
23399
- * * 2
23400
- * * 3
23401
- * * 4
23402
- * * 5
23403
- *
23404
- * @example
23405
- * 1
23406
- */
23407
- period?: number;
23408
- /**
23409
- * @remarks
23410
- * The unit of the subscription duration.
23411
- *
23412
- * @example
23413
- * Month
23414
- */
23415
- periodUnit?: string;
23416
- /**
23417
- * @remarks
23418
- * The ID of the policy.
23419
- *
23420
- * This parameter is required.
23421
- *
23422
- * @example
24365
+ * cn-hangzhou
24366
+ */
24367
+ regionId?: string;
24368
+ /**
24369
+ * @remarks
24370
+ * The ID of the resource group.
24371
+ *
24372
+ * @example
24373
+ * rg-3mtuc28rx95lx****
24374
+ */
24375
+ resourceGroupId?: string;
24376
+ /**
24377
+ * @remarks
24378
+ * The ID of the saving plan.
24379
+ *
24380
+ * @example
24381
+ * spn-4b945dc4Wktd****
24382
+ */
24383
+ savingPlanId?: string;
24384
+ /**
24385
+ * @remarks
24386
+ * The ID of the auto-snapshot policy.
24387
+ *
24388
+ * @example
24389
+ * sp-28mp6my0l6zow****
24390
+ */
24391
+ snapshotPolicyId?: string;
24392
+ /**
24393
+ * @remarks
24394
+ * The tags that you want to add to the cloud desktop.
24395
+ */
24396
+ tag?: CreateDesktopsRequestTag[];
24397
+ /**
24398
+ * @remarks
24399
+ * The ID of the timer group.
24400
+ *
24401
+ * @example
24402
+ * ccg-0caoeogrk9m5****
24403
+ */
24404
+ timerGroupId?: string;
24405
+ /**
24406
+ * @remarks
24407
+ * How the cloud computers are assigned.
24408
+ *
24409
+ * > If you do not specify the `EndUserId` parameter, the cloud computers are not assigned to end users after the cloud computers are created.
24410
+ *
24411
+ * Default value: ALL. Valid values:
24412
+ *
24413
+ * * ALL: If you specify the EndUserId parameter, the cloud computers are assigned to all specified end users after the cloud computers are created.
24414
+ *
24415
+ * <!-- -->
24416
+ *
24417
+ * <!-- -->
24418
+ *
24419
+ * <!-- -->
24420
+ *
24421
+ * * PER_USER: If you specify the EndUserId parameter, the cloud computers are evenly assigned to the specified end users after the cloud computers are created.
24422
+ *
24423
+ * <!-- -->
24424
+ *
24425
+ * <!-- -->
24426
+ *
24427
+ * In this case, you must make sure that the value of the Amount parameter can be divided by the N value of the EndUserId.N parameter that you specify.
24428
+ *
24429
+ * <!-- -->
24430
+ *
24431
+ * @example
24432
+ * ALL
24433
+ */
24434
+ userAssignMode?: string;
24435
+ /**
24436
+ * @remarks
24437
+ * Details about the custom command scripts.
24438
+ */
24439
+ userCommands?: CreateDesktopsRequestUserCommands[];
24440
+ /**
24441
+ * @remarks
24442
+ * > This parameter is not publicly available.
24443
+ *
24444
+ * @example
24445
+ * To be hidden.
24446
+ */
24447
+ userName?: string;
24448
+ /**
24449
+ * @remarks
24450
+ * Specifies whether to enable disk encryption.
24451
+ *
24452
+ * @example
24453
+ * false
24454
+ */
24455
+ volumeEncryptionEnabled?: boolean;
24456
+ /**
24457
+ * @remarks
24458
+ * The ID of the Key Management Service (KMS) key that you want to use when disk encryption is enabled. You can call the [ListKeys](https://help.aliyun.com/document_detail/28951.html) operation to obtain a list of KMS keys.
24459
+ *
24460
+ * @example
24461
+ * 08c33a6f-4e0a-4a1b-a3fa-7ddfa1d4****
24462
+ */
24463
+ volumeEncryptionKey?: string;
24464
+ /**
24465
+ * @remarks
24466
+ * > This parameter is not publicly available.
24467
+ *
24468
+ * @example
24469
+ * To be hidden.
24470
+ */
24471
+ vpcId?: string;
24472
+ static names(): {
24473
+ [key: string]: string;
24474
+ };
24475
+ static types(): {
24476
+ [key: string]: any;
24477
+ };
24478
+ validate(): void;
24479
+ constructor(map?: {
24480
+ [key: string]: any;
24481
+ });
24482
+ }
24483
+ export declare class CreateDesktopsShrinkRequest extends $dara.Model {
24484
+ /**
24485
+ * @remarks
24486
+ * The number of cloud computers that you want to create. Valid values: 1 to 300. Default value: 1.
24487
+ *
24488
+ * @example
24489
+ * 1
24490
+ */
24491
+ amount?: number;
24492
+ /**
24493
+ * @remarks
24494
+ * Specifies whether to enable automatic payment.
24495
+ *
24496
+ * @example
24497
+ * false
24498
+ */
24499
+ autoPay?: boolean;
24500
+ /**
24501
+ * @remarks
24502
+ * Specifies whether to enable auto-renewal. This parameter takes effect only when the ChargeType parameter is set to PrePaid.
24503
+ *
24504
+ * @example
24505
+ * false
24506
+ */
24507
+ autoRenew?: boolean;
24508
+ /**
24509
+ * @remarks
24510
+ * The ID of the cloud computer template.
24511
+ *
24512
+ * @example
24513
+ * b-je9hani001wfn****
24514
+ */
24515
+ bundleId?: string;
24516
+ /**
24517
+ * @remarks
24518
+ * The cloud computer templates.
24519
+ *
24520
+ * **if can be null:**
24521
+ * true
24522
+ */
24523
+ bundleModels?: CreateDesktopsShrinkRequestBundleModels[];
24524
+ /**
24525
+ * @remarks
24526
+ * The billing method of the cloud computers.
24527
+ *
24528
+ * Default value: PostPaid. Valid values:
24529
+ *
24530
+ * * Postpaid: pay-as-you-go
24531
+ *
24532
+ * <!-- -->
24533
+ *
24534
+ * <!-- -->
24535
+ *
24536
+ * <!-- -->
24537
+ *
24538
+ * * PrePaid: subscription
24539
+ *
24540
+ * <!-- -->
24541
+ *
24542
+ * <!-- -->
24543
+ *
24544
+ * <!-- -->
24545
+ *
24546
+ * @example
24547
+ * PrePaid
24548
+ */
24549
+ chargeType?: string;
24550
+ /**
24551
+ * @remarks
24552
+ * The input parameters used when no templates are used.
24553
+ */
24554
+ desktopAttachmentShrink?: string;
24555
+ /**
24556
+ * @remarks
24557
+ * The private IP address of the cloud computer.
24558
+ *
24559
+ * @example
24560
+ * 10.0.0.1
24561
+ */
24562
+ desktopMemberIp?: string;
24563
+ /**
24564
+ * @remarks
24565
+ * The name of the cloud computer. The name must meet the following requirements:
24566
+ *
24567
+ * * The name must be 1 to 64 characters in length.
24568
+ * * The name must start with a letter but cannot start with `http://` or `https://`.
24569
+ * * The name can only contain letters, digits, colons (:), underscores (_), periods (.), and hyphens (-).
24570
+ *
24571
+ * @example
24572
+ * testDesktopName
24573
+ */
24574
+ desktopName?: string;
24575
+ /**
24576
+ * @remarks
24577
+ * Specifies whether to automatically add suffixes to the names of cloud computers when you create multiple cloud computers at the same time.
24578
+ *
24579
+ * Default value: true. Valid values:
24580
+ *
24581
+ * * true
24582
+ *
24583
+ * <!-- -->
24584
+ *
24585
+ * <!-- -->
24586
+ *
24587
+ * <!-- -->
24588
+ *
24589
+ * * False
24590
+ *
24591
+ * <!-- -->
24592
+ *
24593
+ * <!-- -->
24594
+ *
24595
+ * <!-- -->
24596
+ *
24597
+ * @example
24598
+ * false
24599
+ */
24600
+ desktopNameSuffix?: boolean;
24601
+ /**
24602
+ * @remarks
24603
+ * The details of the scheduled task on cloud computers.
24604
+ *
24605
+ * **if can be null:**
24606
+ * true
24607
+ */
24608
+ desktopTimers?: CreateDesktopsShrinkRequestDesktopTimers[];
24609
+ /**
24610
+ * @remarks
24611
+ * > This parameter is not publicly available.
24612
+ *
24613
+ * @example
24614
+ * To be hidden.
24615
+ */
24616
+ directoryId?: string;
24617
+ /**
24618
+ * @remarks
24619
+ * The IDs of the end users to which you want to assign the cloud computers. You can specify 1 to 100 IDs.
24620
+ *
24621
+ * @example
24622
+ * 123456789
24623
+ */
24624
+ endUserId?: string[];
24625
+ extendInfo?: string;
24626
+ /**
24627
+ * @remarks
24628
+ * The ID of the cloud computer pool.
24629
+ *
24630
+ * @example
24631
+ * dg-boyczi8enfyc5****
24632
+ */
24633
+ groupId?: string;
24634
+ /**
24635
+ * @remarks
24636
+ * The custom hostnames of the cloud computers. This parameter is valid only if the office network is an AD office network and the operating system type of the cloud computers is Windows.
24637
+ *
24638
+ * The hostnames must meet the following requirements:
24639
+ *
24640
+ * * The hostnames must be 2 to 15 characters in length.
24641
+ * * The hostnames can contain only letters, digits, and hyphens (-). The hostnames cannot start or end with a hyphen (-), contain consecutive hyphens (-), or contain only digits.
24642
+ *
24643
+ * When you create multiple cloud computers, you can use the `name_prefix[begin_number,bits]name_suffix` naming format to name the cloud computers. For example, if you set the value of the Hostname parameter to ecd-[1,4]-test, the hostname of the first cloud computer is ecd-0001-test, the hostname of the second cloud computer is ecd-0002-test, and so on.
24644
+ *
24645
+ * * `name_prefix`: the prefix of the hostname.
24646
+ * * `[begin_number,bits]`: the sequential number in the hostname. The `begin_number` value is the starting digit. Valid values of begin_number: 0 to 999999. Default value: 0. The `bits` value is the number of digits. Valid values: 1 to 6. Default value: 6.
24647
+ * * `name_suffix`: the suffix of the hostname.
24648
+ *
24649
+ * @example
24650
+ * testhost
24651
+ */
24652
+ hostname?: string;
24653
+ /**
24654
+ * @remarks
24655
+ * > This parameter is not publicly available.
24656
+ */
24657
+ monthDesktopSetting?: CreateDesktopsShrinkRequestMonthDesktopSetting;
24658
+ /**
24659
+ * @remarks
24660
+ * The office network ID.
24661
+ *
24662
+ * @example
24663
+ * cn-hangzhou+os-c5cy7q578s8jc****
24664
+ */
24665
+ officeSiteId?: string;
24666
+ /**
24667
+ * @remarks
24668
+ * The subscription duration of the cloud desktop that you want to create. The unit is specified by the `PeriodUnit` parameter. This parameter takes effect and is required only when the `ChargeType` parameter is set to `PrePaid`.
24669
+ *
24670
+ * * Valid values if the `PeriodUnit` parameter is set to `Month`:
24671
+ *
24672
+ * * 1
24673
+ * * 2
24674
+ * * 3
24675
+ * * 6
24676
+ *
24677
+ * * Valid values if the `PeriodUnit` parameter is set to `Year`:
24678
+ *
24679
+ * * 1
24680
+ * * 2
24681
+ * * 3
24682
+ * * 4
24683
+ * * 5
24684
+ *
24685
+ * @example
24686
+ * 1
24687
+ */
24688
+ period?: number;
24689
+ /**
24690
+ * @remarks
24691
+ * The unit of the subscription duration.
24692
+ *
24693
+ * @example
24694
+ * Month
24695
+ */
24696
+ periodUnit?: string;
24697
+ /**
24698
+ * @remarks
24699
+ * The ID of the policy.
24700
+ *
24701
+ * @example
23423
24702
  * system-all-enabled-policy
23424
24703
  */
23425
24704
  policyGroupId?: string;
@@ -27816,6 +29095,13 @@ export declare class DescribeCensResponse extends $dara.Model {
27816
29095
  export declare class DescribeCenterPolicyListRequest extends $dara.Model {
27817
29096
  /**
27818
29097
  * @remarks
29098
+ * The business type.
29099
+ *
29100
+ * Valid values:
29101
+ *
29102
+ * * 1: public cloud.
29103
+ * * 8: commercial edition.
29104
+ *
27819
29105
  * This parameter is required.
27820
29106
  *
27821
29107
  * @example
@@ -27823,18 +29109,36 @@ export declare class DescribeCenterPolicyListRequest extends $dara.Model {
27823
29109
  */
27824
29110
  businessType?: number;
27825
29111
  /**
29112
+ * @remarks
29113
+ * The page number.\\
29114
+ * Default value: 1.
29115
+ *
27826
29116
  * @example
27827
29117
  * 1
27828
29118
  */
27829
29119
  pageNumber?: number;
27830
29120
  /**
29121
+ * @remarks
29122
+ * The number of entries per page.
29123
+ *
27831
29124
  * @example
27832
29125
  * 20
27833
29126
  */
27834
29127
  pageSize?: number;
29128
+ /**
29129
+ * @remarks
29130
+ * The IDs of the cloud computer policies.
29131
+ */
27835
29132
  policyGroupId?: string[];
27836
29133
  /**
27837
29134
  * @remarks
29135
+ * The resource type.
29136
+ *
29137
+ * Valid values:
29138
+ *
29139
+ * * app: cloud applications.
29140
+ * * desktop: cloud computers.
29141
+ *
27838
29142
  * This parameter is required.
27839
29143
  *
27840
29144
  * @example
@@ -27842,6 +29146,14 @@ export declare class DescribeCenterPolicyListRequest extends $dara.Model {
27842
29146
  */
27843
29147
  resourceType?: string;
27844
29148
  /**
29149
+ * @remarks
29150
+ * The effective scope of the cloud computer policy.
29151
+ *
29152
+ * Valid values:
29153
+ *
29154
+ * * IP: The policy applies to specific IP addresses.
29155
+ * * GLOBAL: The policy applies globally.
29156
+ *
27845
29157
  * @example
27846
29158
  * GLOBAL
27847
29159
  */
@@ -27858,13 +29170,23 @@ export declare class DescribeCenterPolicyListRequest extends $dara.Model {
27858
29170
  });
27859
29171
  }
27860
29172
  export declare class DescribeCenterPolicyListResponseBody extends $dara.Model {
29173
+ /**
29174
+ * @remarks
29175
+ * The cloud computer policies.
29176
+ */
27861
29177
  describePolicyGroups?: DescribeCenterPolicyListResponseBodyDescribePolicyGroups[];
27862
29178
  /**
29179
+ * @remarks
29180
+ * The request ID.
29181
+ *
27863
29182
  * @example
27864
29183
  * 1CBAFFAB-B697-4049-A9B1-67E1FC5F****
27865
29184
  */
27866
29185
  requestId?: string;
27867
29186
  /**
29187
+ * @remarks
29188
+ * The total number of entries returned.
29189
+ *
27868
29190
  * @example
27869
29191
  * 20
27870
29192
  */
@@ -28094,7 +29416,7 @@ export declare class DescribeClientEventsRequest extends $dara.Model {
28094
29416
  export declare class DescribeClientEventsResponseBody extends $dara.Model {
28095
29417
  /**
28096
29418
  * @remarks
28097
- * The information about the events of an end user.
29419
+ * The user events.
28098
29420
  */
28099
29421
  events?: DescribeClientEventsResponseBodyEvents[];
28100
29422
  /**
@@ -30282,7 +31604,7 @@ export declare class DescribeDesktopsRequest extends $dara.Model {
30282
31604
  export declare class DescribeDesktopsResponseBody extends $dara.Model {
30283
31605
  /**
30284
31606
  * @remarks
30285
- * The information about the cloud computers.
31607
+ * The cloud computers.
30286
31608
  */
30287
31609
  desktops?: DescribeDesktopsResponseBodyDesktops[];
30288
31610
  /**
@@ -30698,11 +32020,10 @@ export declare class DescribeDirectoriesRequest extends $dara.Model {
30698
32020
  * @remarks
30699
32021
  * The directory type.
30700
32022
  *
30701
- * Valid values:
32023
+ * Valid value:
30702
32024
  *
30703
- * * SIMPLE: a directory of the convenience account type
30704
- * * AD_CONNECTOR: an AD directory
30705
- * * RAM: a RAM directory
32025
+ * * SIMPLE: the convenience directory.
32026
+ * * AD_CONNECTOR: the Active Directory (AD) directory.
30706
32027
  *
30707
32028
  * @example
30708
32029
  * RAM
@@ -31414,7 +32735,7 @@ export declare class DescribeGuestApplicationsRequest extends $dara.Model {
31414
32735
  desktopId?: string;
31415
32736
  /**
31416
32737
  * @remarks
31417
- * The ID of the end user.
32738
+ * The user ID.
31418
32739
  *
31419
32740
  * This parameter is required.
31420
32741
  *
@@ -31424,7 +32745,7 @@ export declare class DescribeGuestApplicationsRequest extends $dara.Model {
31424
32745
  endUserId?: string;
31425
32746
  /**
31426
32747
  * @remarks
31427
- * The region ID. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/196646.html) operation to query the most recent region list.
32748
+ * The region ID. You can call the [DescribeRegions](~~DescribeRegions~~) operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
31428
32749
  *
31429
32750
  * This parameter is required.
31430
32751
  *
@@ -31446,7 +32767,7 @@ export declare class DescribeGuestApplicationsRequest extends $dara.Model {
31446
32767
  export declare class DescribeGuestApplicationsResponseBody extends $dara.Model {
31447
32768
  /**
31448
32769
  * @remarks
31449
- * The details of the applications.
32770
+ * The applications.
31450
32771
  */
31451
32772
  applications?: DescribeGuestApplicationsResponseBodyApplications[];
31452
32773
  /**
@@ -33268,37 +34589,66 @@ export declare class DescribePriceForRenewDesktopOversoldGroupResponse extends $
33268
34589
  }
33269
34590
  export declare class DescribeRecordingsRequest extends $dara.Model {
33270
34591
  /**
34592
+ * @remarks
34593
+ * The cloud computer ID. If this parameter is not specified, the screen recording files on all cloud computers in the designated region will be queried.
34594
+ *
33271
34595
  * @example
33272
34596
  * ecd-hlh41mk78dugw****
33273
34597
  */
33274
34598
  desktopId?: string;
33275
34599
  /**
34600
+ * @remarks
34601
+ * The end time of the query. Specify the time in the `YYYYMMDDhhmmss` format. The time must be in UTC+8.
34602
+ *
33276
34603
  * @example
33277
34604
  * 20230424004441
33278
34605
  */
33279
34606
  endTime?: string;
33280
34607
  /**
34608
+ * @remarks
34609
+ * The maximum number of entries per page.
34610
+ *
34611
+ * Maximum value: 100.
34612
+ *
34613
+ * Default value: 10.
34614
+ *
33281
34615
  * @example
33282
34616
  * 20
33283
34617
  */
33284
34618
  maxResults?: number;
33285
34619
  /**
34620
+ * @remarks
34621
+ * Specifies whether to return a URL.
34622
+ *
34623
+ * Valid values:
34624
+ *
34625
+ * * true
34626
+ * * false (default)
34627
+ *
33286
34628
  * @example
33287
34629
  * false
33288
34630
  */
33289
34631
  needSignedUrl?: boolean;
33290
34632
  /**
34633
+ * @remarks
34634
+ * The pagination token that is used in the request to retrieve a new page of results. You do not need to specify this parameter for the first request. You must specify the token that is obtained from the previous query as the value of `NextToken`.
34635
+ *
33291
34636
  * @example
33292
34637
  * aGN4YzAxQGNuLWhhbmd6aG91LjExNzU5NTMyNjgzMTQ1****
33293
34638
  */
33294
34639
  nextToken?: string;
33295
34640
  /**
34641
+ * @remarks
34642
+ * The policy ID.
34643
+ *
33296
34644
  * @example
33297
34645
  * pg-gx2x1dhsmthe9****
33298
34646
  */
33299
34647
  policyGroupId?: string;
33300
34648
  /**
33301
34649
  * @remarks
34650
+ * The region ID. You can call the [DescribeRegions](~~DescribeRegions~~) operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
34651
+ *
33302
34652
  * This parameter is required.
33303
34653
  *
33304
34654
  * @example
@@ -33306,13 +34656,33 @@ export declare class DescribeRecordingsRequest extends $dara.Model {
33306
34656
  */
33307
34657
  regionId?: string;
33308
34658
  /**
34659
+ * @remarks
34660
+ * The validity period of the returned URL. Unit: minutes.
34661
+ *
33309
34662
  * @example
33310
34663
  * 10
33311
34664
  */
33312
34665
  signedUrlExpireMinutes?: number;
34666
+ /**
34667
+ * @remarks
34668
+ * The end time of the query. Specify the time in the ISO 8601 standard in the `yyyy-mm-ddthh:mm:ssz` format. The time must be in UTC+0.
34669
+ *
34670
+ * @example
34671
+ * 2025-01-27T02:30:10Z
34672
+ */
33313
34673
  standardEndTime?: string;
34674
+ /**
34675
+ * @remarks
34676
+ * The start time of the query. Specify the time in the ISO 8601 standard in the `yyyy-mm-ddthh:mm:ssz` format. The time must be in UTC+0.
34677
+ *
34678
+ * @example
34679
+ * 2025-01-27T02:20:10Z
34680
+ */
33314
34681
  standardStartTime?: string;
33315
34682
  /**
34683
+ * @remarks
34684
+ * The start time of the query. Specify the time in the `YYYYMMDDhhmmss` format. The time must be in UTC+8.
34685
+ *
33316
34686
  * @example
33317
34687
  * 20230424000000
33318
34688
  */
@@ -33330,12 +34700,22 @@ export declare class DescribeRecordingsRequest extends $dara.Model {
33330
34700
  }
33331
34701
  export declare class DescribeRecordingsResponseBody extends $dara.Model {
33332
34702
  /**
34703
+ * @remarks
34704
+ * A pagination token. It can be used in the next request to retrieve a new page of results. If NextToken is empty, no next page exists.
34705
+ *
33333
34706
  * @example
33334
34707
  * AAAAAV3MpHK1AP0pfERHZN5pu6nbCQ7ar+fECeh1IuWQXi39R5eoJ68zWp99mTAKRRNRhw==
33335
34708
  */
33336
34709
  nextToken?: string;
34710
+ /**
34711
+ * @remarks
34712
+ * The screen recording files.
34713
+ */
33337
34714
  recordings?: DescribeRecordingsResponseBodyRecordings[];
33338
34715
  /**
34716
+ * @remarks
34717
+ * The request ID.
34718
+ *
33339
34719
  * @example
33340
34720
  * 327CFE78-1C0D-51AC-A9C6-BCEDF0DD44D6
33341
34721
  */
@@ -33915,10 +35295,10 @@ export declare class DescribeSnapshotsRequest extends $dara.Model {
33915
35295
  endTime?: string;
33916
35296
  /**
33917
35297
  * @remarks
33918
- * The maximum number of entries to return on each page.
35298
+ * The number of entries per page.
33919
35299
  *
33920
- * * Valid values: 1 to 100
33921
- * * Default value: 10
35300
+ * * Maximum value: 100.
35301
+ * * Default value: 10.
33922
35302
  *
33923
35303
  * @example
33924
35304
  * 10
@@ -34599,7 +35979,7 @@ export declare class DescribeUsersInGroupRequest extends $dara.Model {
34599
35979
  export declare class DescribeUsersInGroupResponseBody extends $dara.Model {
34600
35980
  /**
34601
35981
  * @remarks
34602
- * The list of authorized users.
35982
+ * The authorized users.
34603
35983
  */
34604
35984
  endUsers?: DescribeUsersInGroupResponseBodyEndUsers[];
34605
35985
  /**
@@ -34945,10 +36325,341 @@ export declare class DetachCenRequest extends $dara.Model {
34945
36325
  [key: string]: any;
34946
36326
  });
34947
36327
  }
34948
- export declare class DetachCenResponseBody extends $dara.Model {
36328
+ export declare class DetachCenResponseBody extends $dara.Model {
36329
+ /**
36330
+ * @remarks
36331
+ * The request ID.
36332
+ *
36333
+ * @example
36334
+ * 1CBAFFAB-B697-4049-A9B1-67E1FC5F****
36335
+ */
36336
+ requestId?: string;
36337
+ static names(): {
36338
+ [key: string]: string;
36339
+ };
36340
+ static types(): {
36341
+ [key: string]: any;
36342
+ };
36343
+ validate(): void;
36344
+ constructor(map?: {
36345
+ [key: string]: any;
36346
+ });
36347
+ }
36348
+ export declare class DetachCenResponse extends $dara.Model {
36349
+ headers?: {
36350
+ [key: string]: string;
36351
+ };
36352
+ statusCode?: number;
36353
+ body?: DetachCenResponseBody;
36354
+ static names(): {
36355
+ [key: string]: string;
36356
+ };
36357
+ static types(): {
36358
+ [key: string]: any;
36359
+ };
36360
+ validate(): void;
36361
+ constructor(map?: {
36362
+ [key: string]: any;
36363
+ });
36364
+ }
36365
+ export declare class DetachEndUserRequest extends $dara.Model {
36366
+ /**
36367
+ * @remarks
36368
+ * The address of the Active Directory (AD) office network.
36369
+ *
36370
+ * @example
36371
+ * xn--0zw****
36372
+ */
36373
+ adDomain?: string;
36374
+ /**
36375
+ * @remarks
36376
+ * The type of the client.
36377
+ *
36378
+ * Valid values:
36379
+ *
36380
+ * * 1: hardware client.
36381
+ *
36382
+ * This parameter is required.
36383
+ *
36384
+ * @example
36385
+ * 2
36386
+ */
36387
+ clientType?: string;
36388
+ /**
36389
+ * @remarks
36390
+ * The serial number (SN) of the hardware client.
36391
+ *
36392
+ * This parameter is required.
36393
+ *
36394
+ * @example
36395
+ * F9E52EDCCB2B****
36396
+ */
36397
+ deviceId?: string;
36398
+ /**
36399
+ * @remarks
36400
+ * The ID of the convenient office network.
36401
+ *
36402
+ * @example
36403
+ * cn-hangzhou+dir-jedbpr4sl9l37****
36404
+ */
36405
+ directoryId?: string;
36406
+ /**
36407
+ * @remarks
36408
+ * The ID of the user that you want to unbind from the hardware client.
36409
+ *
36410
+ * This parameter is required.
36411
+ *
36412
+ * @example
36413
+ * moli
36414
+ */
36415
+ endUserId?: string;
36416
+ /**
36417
+ * @remarks
36418
+ * The ID of the region. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/196646.html) operation to query the regions supported by WUYING Workspace.
36419
+ *
36420
+ * @example
36421
+ * cn-shanghai
36422
+ */
36423
+ region?: string;
36424
+ static names(): {
36425
+ [key: string]: string;
36426
+ };
36427
+ static types(): {
36428
+ [key: string]: any;
36429
+ };
36430
+ validate(): void;
36431
+ constructor(map?: {
36432
+ [key: string]: any;
36433
+ });
36434
+ }
36435
+ export declare class DetachEndUserResponseBody extends $dara.Model {
36436
+ /**
36437
+ * @remarks
36438
+ * The ID of the request.
36439
+ *
36440
+ * @example
36441
+ * 1CBAFFAB-B697-4049-A9B1-67E1FC5F****
36442
+ */
36443
+ requestId?: string;
36444
+ static names(): {
36445
+ [key: string]: string;
36446
+ };
36447
+ static types(): {
36448
+ [key: string]: any;
36449
+ };
36450
+ validate(): void;
36451
+ constructor(map?: {
36452
+ [key: string]: any;
36453
+ });
36454
+ }
36455
+ export declare class DetachEndUserResponse extends $dara.Model {
36456
+ headers?: {
36457
+ [key: string]: string;
36458
+ };
36459
+ statusCode?: number;
36460
+ body?: DetachEndUserResponseBody;
36461
+ static names(): {
36462
+ [key: string]: string;
36463
+ };
36464
+ static types(): {
36465
+ [key: string]: any;
36466
+ };
36467
+ validate(): void;
36468
+ constructor(map?: {
36469
+ [key: string]: any;
36470
+ });
36471
+ }
36472
+ export declare class DisableDesktopsInGroupRequest extends $dara.Model {
36473
+ /**
36474
+ * @remarks
36475
+ * The ID of the cloud computer share.
36476
+ *
36477
+ * This parameter is required.
36478
+ *
36479
+ * @example
36480
+ * dg-2i8qxpv6t1a03****
36481
+ */
36482
+ desktopGroupId?: string;
36483
+ /**
36484
+ * @remarks
36485
+ * The IDs of the cloud computers.
36486
+ *
36487
+ * This parameter is required.
36488
+ */
36489
+ desktopIds?: string[];
36490
+ /**
36491
+ * @remarks
36492
+ * The ID of the region. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/196646.html) operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
36493
+ *
36494
+ * This parameter is required.
36495
+ *
36496
+ * @example
36497
+ * cn-hangzhou
36498
+ */
36499
+ regionId?: string;
36500
+ static names(): {
36501
+ [key: string]: string;
36502
+ };
36503
+ static types(): {
36504
+ [key: string]: any;
36505
+ };
36506
+ validate(): void;
36507
+ constructor(map?: {
36508
+ [key: string]: any;
36509
+ });
36510
+ }
36511
+ export declare class DisableDesktopsInGroupResponseBody extends $dara.Model {
36512
+ /**
36513
+ * @remarks
36514
+ * The ID of the request.
36515
+ *
36516
+ * @example
36517
+ * 34FB4D97-C0D9-5534-ABC6-90C7EBD5****
36518
+ */
36519
+ requestId?: string;
36520
+ static names(): {
36521
+ [key: string]: string;
36522
+ };
36523
+ static types(): {
36524
+ [key: string]: any;
36525
+ };
36526
+ validate(): void;
36527
+ constructor(map?: {
36528
+ [key: string]: any;
36529
+ });
36530
+ }
36531
+ export declare class DisableDesktopsInGroupResponse extends $dara.Model {
36532
+ headers?: {
36533
+ [key: string]: string;
36534
+ };
36535
+ statusCode?: number;
36536
+ body?: DisableDesktopsInGroupResponseBody;
36537
+ static names(): {
36538
+ [key: string]: string;
36539
+ };
36540
+ static types(): {
36541
+ [key: string]: any;
36542
+ };
36543
+ validate(): void;
36544
+ constructor(map?: {
36545
+ [key: string]: any;
36546
+ });
36547
+ }
36548
+ export declare class DisconnectDesktopSessionsRequest extends $dara.Model {
36549
+ /**
36550
+ * @remarks
36551
+ * Specifies whether to perform precheck. If you perform precheck, the system does not disconnect from desktop sessions. Only the sessions that do not meet specific conditions are returned.
36552
+ *
36553
+ * @example
36554
+ * true
36555
+ */
36556
+ preCheck?: boolean;
36557
+ /**
36558
+ * @remarks
36559
+ * The region ID. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/196646.html) operation to query the most recent region list.
36560
+ *
36561
+ * This parameter is required.
36562
+ *
36563
+ * @example
36564
+ * cn-hangzhou
36565
+ */
36566
+ regionId?: string;
36567
+ /**
36568
+ * @remarks
36569
+ * The session details.
36570
+ *
36571
+ * This parameter is required.
36572
+ */
36573
+ sessions?: DisconnectDesktopSessionsRequestSessions[];
36574
+ static names(): {
36575
+ [key: string]: string;
36576
+ };
36577
+ static types(): {
36578
+ [key: string]: any;
36579
+ };
36580
+ validate(): void;
36581
+ constructor(map?: {
36582
+ [key: string]: any;
36583
+ });
36584
+ }
36585
+ export declare class DisconnectDesktopSessionsResponseBody extends $dara.Model {
36586
+ /**
36587
+ * @remarks
36588
+ * The list of invalid sessions.
36589
+ */
36590
+ invalidSessions?: DisconnectDesktopSessionsResponseBodyInvalidSessions[];
36591
+ /**
36592
+ * @remarks
36593
+ * The request ID.
36594
+ *
36595
+ * @example
36596
+ * 2507CFA8-FEAB-5208-98F5-5E028C50XXXX
36597
+ */
36598
+ requestId?: string;
36599
+ static names(): {
36600
+ [key: string]: string;
36601
+ };
36602
+ static types(): {
36603
+ [key: string]: any;
36604
+ };
36605
+ validate(): void;
36606
+ constructor(map?: {
36607
+ [key: string]: any;
36608
+ });
36609
+ }
36610
+ export declare class DisconnectDesktopSessionsResponse extends $dara.Model {
36611
+ headers?: {
36612
+ [key: string]: string;
36613
+ };
36614
+ statusCode?: number;
36615
+ body?: DisconnectDesktopSessionsResponseBody;
36616
+ static names(): {
36617
+ [key: string]: string;
36618
+ };
36619
+ static types(): {
36620
+ [key: string]: any;
36621
+ };
36622
+ validate(): void;
36623
+ constructor(map?: {
36624
+ [key: string]: any;
36625
+ });
36626
+ }
36627
+ export declare class DissociateNetworkPackageRequest extends $dara.Model {
36628
+ /**
36629
+ * @remarks
36630
+ * The ID of the premium bandwidth plan. You can call the [DescribeNetworkPackages](https://help.aliyun.com/document_detail/216079.html) operation to obtain the ID.
36631
+ *
36632
+ * This parameter is required.
36633
+ *
36634
+ * @example
36635
+ * np-*********
36636
+ */
36637
+ networkPackageId?: string;
36638
+ /**
36639
+ * @remarks
36640
+ * The region ID. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/196646.html) operation to query the most recent region list.
36641
+ *
36642
+ * This parameter is required.
36643
+ *
36644
+ * @example
36645
+ * cn-hangzhou
36646
+ */
36647
+ regionId?: string;
36648
+ static names(): {
36649
+ [key: string]: string;
36650
+ };
36651
+ static types(): {
36652
+ [key: string]: any;
36653
+ };
36654
+ validate(): void;
36655
+ constructor(map?: {
36656
+ [key: string]: any;
36657
+ });
36658
+ }
36659
+ export declare class DissociateNetworkPackageResponseBody extends $dara.Model {
34949
36660
  /**
34950
36661
  * @remarks
34951
- * The request ID.
36662
+ * The ID of the request.
34952
36663
  *
34953
36664
  * @example
34954
36665
  * 1CBAFFAB-B697-4049-A9B1-67E1FC5F****
@@ -34965,12 +36676,12 @@ export declare class DetachCenResponseBody extends $dara.Model {
34965
36676
  [key: string]: any;
34966
36677
  });
34967
36678
  }
34968
- export declare class DetachCenResponse extends $dara.Model {
36679
+ export declare class DissociateNetworkPackageResponse extends $dara.Model {
34969
36680
  headers?: {
34970
36681
  [key: string]: string;
34971
36682
  };
34972
36683
  statusCode?: number;
34973
- body?: DetachCenResponseBody;
36684
+ body?: DissociateNetworkPackageResponseBody;
34974
36685
  static names(): {
34975
36686
  [key: string]: string;
34976
36687
  };
@@ -34982,134 +36693,42 @@ export declare class DetachCenResponse extends $dara.Model {
34982
36693
  [key: string]: any;
34983
36694
  });
34984
36695
  }
34985
- export declare class DetachEndUserRequest extends $dara.Model {
34986
- /**
34987
- * @remarks
34988
- * The address of the Active Directory (AD) office network.
34989
- *
34990
- * @example
34991
- * xn--0zw****
34992
- */
34993
- adDomain?: string;
34994
- /**
34995
- * @remarks
34996
- * The type of the client.
34997
- *
34998
- * Valid values:
34999
- *
35000
- * * 1: hardware client.
35001
- *
35002
- * This parameter is required.
35003
- *
35004
- * @example
35005
- * 2
35006
- */
35007
- clientType?: string;
35008
- /**
35009
- * @remarks
35010
- * The serial number (SN) of the hardware client.
35011
- *
35012
- * This parameter is required.
35013
- *
35014
- * @example
35015
- * F9E52EDCCB2B****
35016
- */
35017
- deviceId?: string;
36696
+ export declare class DownloadCdsFileRequest extends $dara.Model {
35018
36697
  /**
35019
36698
  * @remarks
35020
- * The ID of the convenient office network.
36699
+ * The enterprise drive ID.
35021
36700
  *
35022
36701
  * @example
35023
- * cn-hangzhou+dir-jedbpr4sl9l37****
36702
+ * cn-hangzhou+cds-643267****
35024
36703
  */
35025
- directoryId?: string;
36704
+ cdsId?: string;
35026
36705
  /**
35027
36706
  * @remarks
35028
- * The ID of the user that you want to unbind from the hardware client.
35029
- *
35030
- * This parameter is required.
36707
+ * The user ID.
35031
36708
  *
35032
36709
  * @example
35033
- * moli
36710
+ * user****
35034
36711
  */
35035
36712
  endUserId?: string;
35036
36713
  /**
35037
36714
  * @remarks
35038
- * The ID of the region. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/196646.html) operation to query the regions supported by WUYING Workspace.
35039
- *
35040
- * @example
35041
- * cn-shanghai
35042
- */
35043
- region?: string;
35044
- static names(): {
35045
- [key: string]: string;
35046
- };
35047
- static types(): {
35048
- [key: string]: any;
35049
- };
35050
- validate(): void;
35051
- constructor(map?: {
35052
- [key: string]: any;
35053
- });
35054
- }
35055
- export declare class DetachEndUserResponseBody extends $dara.Model {
35056
- /**
35057
- * @remarks
35058
- * The ID of the request.
36715
+ * The file ID.
35059
36716
  *
35060
36717
  * @example
35061
- * 1CBAFFAB-B697-4049-A9B1-67E1FC5F****
36718
+ * 63f3257b68b018170b194d87b875512d108f****
35062
36719
  */
35063
- requestId?: string;
35064
- static names(): {
35065
- [key: string]: string;
35066
- };
35067
- static types(): {
35068
- [key: string]: any;
35069
- };
35070
- validate(): void;
35071
- constructor(map?: {
35072
- [key: string]: any;
35073
- });
35074
- }
35075
- export declare class DetachEndUserResponse extends $dara.Model {
35076
- headers?: {
35077
- [key: string]: string;
35078
- };
35079
- statusCode?: number;
35080
- body?: DetachEndUserResponseBody;
35081
- static names(): {
35082
- [key: string]: string;
35083
- };
35084
- static types(): {
35085
- [key: string]: any;
35086
- };
35087
- validate(): void;
35088
- constructor(map?: {
35089
- [key: string]: any;
35090
- });
35091
- }
35092
- export declare class DisableDesktopsInGroupRequest extends $dara.Model {
36720
+ fileId?: string;
35093
36721
  /**
35094
36722
  * @remarks
35095
- * The ID of the cloud computer share.
35096
- *
35097
- * This parameter is required.
36723
+ * The team ID.
35098
36724
  *
35099
36725
  * @example
35100
- * dg-2i8qxpv6t1a03****
35101
- */
35102
- desktopGroupId?: string;
35103
- /**
35104
- * @remarks
35105
- * The IDs of the cloud computers.
35106
- *
35107
- * This parameter is required.
36726
+ * cg-i1ruuudp92qpj****
35108
36727
  */
35109
- desktopIds?: string[];
36728
+ groupId?: string;
35110
36729
  /**
35111
36730
  * @remarks
35112
- * The ID of the region. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/196646.html) operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
36731
+ * The region ID.
35113
36732
  *
35114
36733
  * This parameter is required.
35115
36734
  *
@@ -35128,244 +36747,32 @@ export declare class DisableDesktopsInGroupRequest extends $dara.Model {
35128
36747
  [key: string]: any;
35129
36748
  });
35130
36749
  }
35131
- export declare class DisableDesktopsInGroupResponseBody extends $dara.Model {
35132
- /**
35133
- * @remarks
35134
- * The ID of the request.
35135
- *
35136
- * @example
35137
- * 34FB4D97-C0D9-5534-ABC6-90C7EBD5****
35138
- */
35139
- requestId?: string;
35140
- static names(): {
35141
- [key: string]: string;
35142
- };
35143
- static types(): {
35144
- [key: string]: any;
35145
- };
35146
- validate(): void;
35147
- constructor(map?: {
35148
- [key: string]: any;
35149
- });
35150
- }
35151
- export declare class DisableDesktopsInGroupResponse extends $dara.Model {
35152
- headers?: {
35153
- [key: string]: string;
35154
- };
35155
- statusCode?: number;
35156
- body?: DisableDesktopsInGroupResponseBody;
35157
- static names(): {
35158
- [key: string]: string;
35159
- };
35160
- static types(): {
35161
- [key: string]: any;
35162
- };
35163
- validate(): void;
35164
- constructor(map?: {
35165
- [key: string]: any;
35166
- });
35167
- }
35168
- export declare class DisconnectDesktopSessionsRequest extends $dara.Model {
36750
+ export declare class DownloadCdsFileResponseBody extends $dara.Model {
35169
36751
  /**
35170
36752
  * @remarks
35171
- * Specifies whether to perform precheck. If you perform precheck, the system does not disconnect from desktop sessions. Only the sessions that do not meet specific conditions are returned.
35172
- *
35173
- * @example
35174
- * true
36753
+ * The download URL of the file.
35175
36754
  */
35176
- preCheck?: boolean;
36755
+ downloadFileModel?: DownloadCdsFileResponseBodyDownloadFileModel;
35177
36756
  /**
35178
36757
  * @remarks
35179
- * The region ID. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/196646.html) operation to query the most recent region list.
35180
- *
35181
- * This parameter is required.
36758
+ * The response message.
35182
36759
  *
35183
36760
  * @example
35184
- * cn-hangzhou
35185
- */
35186
- regionId?: string;
35187
- /**
35188
- * @remarks
35189
- * The session details.
35190
- *
35191
- * This parameter is required.
35192
- */
35193
- sessions?: DisconnectDesktopSessionsRequestSessions[];
35194
- static names(): {
35195
- [key: string]: string;
35196
- };
35197
- static types(): {
35198
- [key: string]: any;
35199
- };
35200
- validate(): void;
35201
- constructor(map?: {
35202
- [key: string]: any;
35203
- });
35204
- }
35205
- export declare class DisconnectDesktopSessionsResponseBody extends $dara.Model {
35206
- /**
35207
- * @remarks
35208
- * The list of invalid sessions.
36761
+ * success
35209
36762
  */
35210
- invalidSessions?: DisconnectDesktopSessionsResponseBodyInvalidSessions[];
36763
+ message?: string;
35211
36764
  /**
35212
36765
  * @remarks
35213
36766
  * The request ID.
35214
36767
  *
35215
36768
  * @example
35216
- * 2507CFA8-FEAB-5208-98F5-5E028C50XXXX
35217
- */
35218
- requestId?: string;
35219
- static names(): {
35220
- [key: string]: string;
35221
- };
35222
- static types(): {
35223
- [key: string]: any;
35224
- };
35225
- validate(): void;
35226
- constructor(map?: {
35227
- [key: string]: any;
35228
- });
35229
- }
35230
- export declare class DisconnectDesktopSessionsResponse extends $dara.Model {
35231
- headers?: {
35232
- [key: string]: string;
35233
- };
35234
- statusCode?: number;
35235
- body?: DisconnectDesktopSessionsResponseBody;
35236
- static names(): {
35237
- [key: string]: string;
35238
- };
35239
- static types(): {
35240
- [key: string]: any;
35241
- };
35242
- validate(): void;
35243
- constructor(map?: {
35244
- [key: string]: any;
35245
- });
35246
- }
35247
- export declare class DissociateNetworkPackageRequest extends $dara.Model {
35248
- /**
35249
- * @remarks
35250
- * The ID of the premium bandwidth plan. You can call the [DescribeNetworkPackages](https://help.aliyun.com/document_detail/216079.html) operation to obtain the ID.
35251
- *
35252
- * This parameter is required.
35253
- *
35254
- * @example
35255
- * np-*********
35256
- */
35257
- networkPackageId?: string;
35258
- /**
35259
- * @remarks
35260
- * The region ID. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/196646.html) operation to query the most recent region list.
35261
- *
35262
- * This parameter is required.
35263
- *
35264
- * @example
35265
- * cn-hangzhou
35266
- */
35267
- regionId?: string;
35268
- static names(): {
35269
- [key: string]: string;
35270
- };
35271
- static types(): {
35272
- [key: string]: any;
35273
- };
35274
- validate(): void;
35275
- constructor(map?: {
35276
- [key: string]: any;
35277
- });
35278
- }
35279
- export declare class DissociateNetworkPackageResponseBody extends $dara.Model {
35280
- /**
35281
- * @remarks
35282
- * The ID of the request.
35283
- *
35284
- * @example
35285
- * 1CBAFFAB-B697-4049-A9B1-67E1FC5F****
36769
+ * E3ED9519-DD73-5C86-9C0A-43C9281C****
35286
36770
  */
35287
36771
  requestId?: string;
35288
- static names(): {
35289
- [key: string]: string;
35290
- };
35291
- static types(): {
35292
- [key: string]: any;
35293
- };
35294
- validate(): void;
35295
- constructor(map?: {
35296
- [key: string]: any;
35297
- });
35298
- }
35299
- export declare class DissociateNetworkPackageResponse extends $dara.Model {
35300
- headers?: {
35301
- [key: string]: string;
35302
- };
35303
- statusCode?: number;
35304
- body?: DissociateNetworkPackageResponseBody;
35305
- static names(): {
35306
- [key: string]: string;
35307
- };
35308
- static types(): {
35309
- [key: string]: any;
35310
- };
35311
- validate(): void;
35312
- constructor(map?: {
35313
- [key: string]: any;
35314
- });
35315
- }
35316
- export declare class DownloadCdsFileRequest extends $dara.Model {
35317
- /**
35318
- * @example
35319
- * cn-hangzhou+cds-643267****
35320
- */
35321
- cdsId?: string;
35322
- /**
35323
- * @example
35324
- * user****
35325
- */
35326
- endUserId?: string;
35327
- /**
35328
- * @example
35329
- * 63f3257b68b018170b194d87b875512d108f****
35330
- */
35331
- fileId?: string;
35332
- /**
35333
- * @example
35334
- * cg-i1ruuudp92qpj****
35335
- */
35336
- groupId?: string;
35337
36772
  /**
35338
36773
  * @remarks
35339
- * This parameter is required.
36774
+ * Indicates whether the request was successful.
35340
36775
  *
35341
- * @example
35342
- * cn-hangzhou
35343
- */
35344
- regionId?: string;
35345
- static names(): {
35346
- [key: string]: string;
35347
- };
35348
- static types(): {
35349
- [key: string]: any;
35350
- };
35351
- validate(): void;
35352
- constructor(map?: {
35353
- [key: string]: any;
35354
- });
35355
- }
35356
- export declare class DownloadCdsFileResponseBody extends $dara.Model {
35357
- downloadFileModel?: DownloadCdsFileResponseBodyDownloadFileModel;
35358
- /**
35359
- * @example
35360
- * success
35361
- */
35362
- message?: string;
35363
- /**
35364
- * @example
35365
- * E3ED9519-DD73-5C86-9C0A-43C9281C****
35366
- */
35367
- requestId?: string;
35368
- /**
35369
36776
  * @example
35370
36777
  * true
35371
36778
  */
@@ -37414,7 +38821,7 @@ export declare class ListDirectoryUsersResponseBody extends $dara.Model {
37414
38821
  requestId?: string;
37415
38822
  /**
37416
38823
  * @remarks
37417
- * The names of users corresponding to the AD directory. If the AD directory contains only Administrator and Guest, an empty Users array is returned.
38824
+ * The usernames corresponding to the AD directory. If the AD directory contains only the Administrator and Guest accounts, the Users array will be empty.
37418
38825
  */
37419
38826
  users?: ListDirectoryUsersResponseBodyUsers[];
37420
38827
  static names(): {
@@ -37713,7 +39120,7 @@ export declare class ListOfficeSiteUsersRequest extends $dara.Model {
37713
39120
  officeSiteId?: string;
37714
39121
  /**
37715
39122
  * @remarks
37716
- * The region ID. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/196646.html) operation to query the most recent region list.
39123
+ * The region ID. You can call the [DescribeRegions](~~DescribeRegions~~) operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
37717
39124
  *
37718
39125
  * This parameter is required.
37719
39126
  *
@@ -37752,8 +39159,8 @@ export declare class ListOfficeSiteUsersResponseBody extends $dara.Model {
37752
39159
  requestId?: string;
37753
39160
  /**
37754
39161
  * @remarks
37755
- * The usernames of AD users.\\
37756
- * If the only Administrator and Guest users exist in the enterprise AD, an empty User array is returned.
39162
+ * The usernames of the AD accounts.\\
39163
+ * If the only Administrator and Guest users exist in the enterprise AD directory, an empty User array is returned.
37757
39164
  */
37758
39165
  users?: ListOfficeSiteUsersResponseBodyUsers[];
37759
39166
  static names(): {
@@ -39473,7 +40880,7 @@ export declare class ModifyCenterPolicyRequest extends $dara.Model {
39473
40880
  *
39474
40881
  * Valid values:
39475
40882
  *
39476
- * * 1: public cloud.
40883
+ * * 1: public cloud
39477
40884
  * * 8: commercial edition.
39478
40885
  *
39479
40886
  * This parameter is required.
@@ -39661,12 +41068,12 @@ export declare class ModifyCenterPolicyRequest extends $dara.Model {
39661
41068
  domainResolveRuleType?: string;
39662
41069
  /**
39663
41070
  * @remarks
39664
- * Specifies whether to enforce session bandwidth limit.
41071
+ * Specifies whether to enforce a bandwidth limit for sessions.
39665
41072
  *
39666
41073
  * Valid values:
39667
41074
  *
39668
- * * off: doesn\\"t enforce session bandwidth limit.
39669
- * * on: enforces session bandwidth limit.
41075
+ * * off: doesn\\"t enforce a bandwidth limit for sessions.
41076
+ * * on: enforces a bandwidth limit for sessions.
39670
41077
  *
39671
41078
  * @example
39672
41079
  * off
@@ -39687,12 +41094,12 @@ export declare class ModifyCenterPolicyRequest extends $dara.Model {
39687
41094
  endUserApplyAdminCoordinate?: string;
39688
41095
  /**
39689
41096
  * @remarks
39690
- * Specifies whether end users in the same workspace can share cloud computers.
41097
+ * Specifies whether to allow end users from the same office network to share cloud computers.
39691
41098
  *
39692
41099
  * Valid values:
39693
41100
  *
39694
- * * off: End users in the same workspace cannot share cloud computers.
39695
- * * on: End users in the same workspace can share cloud computers.
41101
+ * * off: doesn\\"t allow end users from the same office network to share cloud computers.
41102
+ * * on: allows end users from the same office network to share cloud computers.
39696
41103
  *
39697
41104
  * @example
39698
41105
  * off
@@ -39754,6 +41161,7 @@ export declare class ModifyCenterPolicyRequest extends $dara.Model {
39754
41161
  * both
39755
41162
  */
39756
41163
  internetCommunicationProtocol?: string;
41164
+ internetPrinter?: string;
39757
41165
  /**
39758
41166
  * @remarks
39759
41167
  * The read/write permissions on the on-premises drive.
@@ -39828,14 +41236,14 @@ export declare class ModifyCenterPolicyRequest extends $dara.Model {
39828
41236
  memorySingleRateLimit?: number;
39829
41237
  /**
39830
41238
  * @remarks
39831
- * Specifies whether to display the Restart button in the DesktopAssistant menu when end users connect to cloud computers from mobile clients (Android clients and iOS clients).
41239
+ * Specifies whether to display the Restart button in the DesktopAssistant menu when end users connect to cloud computers from Android clients.
39832
41240
  *
39833
41241
  * > This feature applies to only mobile clients of version 7.4.0 or later.
39834
41242
  *
39835
41243
  * Valid values:
39836
41244
  *
39837
- * * off: doesn\\"t display the Restart button in the DesktopAssistant menu.
39838
- * * on: displays the Restart button in the DesktopAssistant menu.
41245
+ * * off: doesn\\"t display the Restart button in the DesktopAssistant menu when end users connect to cloud computers from Android clients.
41246
+ * * on: displays the Restart button in the DesktopAssistant menu when end users connect to cloud computers from Android clients.
39839
41247
  *
39840
41248
  * @example
39841
41249
  * off
@@ -39843,14 +41251,14 @@ export declare class ModifyCenterPolicyRequest extends $dara.Model {
39843
41251
  mobileRestart?: string;
39844
41252
  /**
39845
41253
  * @remarks
39846
- * Specifies whether to display the Stop button in the DesktopAssistant menu when end users connect to cloud computers from mobile clients (Android clients and iOS clients).
41254
+ * Specifies whether to display the Stop button in the DesktopAssistant menu when end users connect to cloud computers from Android clients.
39847
41255
  *
39848
41256
  * > This feature applies to only mobile clients of version 7.4.0 or later.
39849
41257
  *
39850
41258
  * Valid values:
39851
41259
  *
39852
- * * off: doesn\\"t display the Stop button in the DesktopAssistant menu.
39853
- * * on: displays the Stop button in the DesktopAssistant menu.
41260
+ * * off: doesn\\"t display the Stop button in the DesktopAssistant menu when end users connect to cloud computers from Android clients.
41261
+ * * on: displays the Stop button in the DesktopAssistant menu when end users connect to cloud computers from Android clients.
39854
41262
  *
39855
41263
  * @example
39856
41264
  * off
@@ -39882,7 +41290,7 @@ export declare class ModifyCenterPolicyRequest extends $dara.Model {
39882
41290
  netRedirect?: string;
39883
41291
  /**
39884
41292
  * @remarks
39885
- * The network redirection policies.
41293
+ * The network redirection rules.
39886
41294
  *
39887
41295
  * > This parameter is in private preview and only available to specific users.
39888
41296
  */
@@ -40149,6 +41557,7 @@ export declare class ModifyCenterPolicyRequest extends $dara.Model {
40149
41557
  * The security group rules that you want to delete.
40150
41558
  */
40151
41559
  revokeSecurityPolicyRule?: ModifyCenterPolicyRequestRevokeSecurityPolicyRule[];
41560
+ safeMenu?: string;
40152
41561
  /**
40153
41562
  * @remarks
40154
41563
  * The effective scope of the policy.
@@ -40169,7 +41578,7 @@ export declare class ModifyCenterPolicyRequest extends $dara.Model {
40169
41578
  scopeValue?: string[];
40170
41579
  /**
40171
41580
  * @remarks
40172
- * The bandwidth peak of the session. Valid values: 2000 to 100000.
41581
+ * The bandwidth peak allowed for sessions. Unit: Kbit/s. Valid values: 2000 to 100000.
40173
41582
  *
40174
41583
  * @example
40175
41584
  * 2000
@@ -40257,7 +41666,7 @@ export declare class ModifyCenterPolicyRequest extends $dara.Model {
40257
41666
  usbSupplyRedirectRule?: ModifyCenterPolicyRequestUsbSupplyRedirectRule[];
40258
41667
  /**
40259
41668
  * @remarks
40260
- * The average bitrate for video encoding. Valid values: 1000 to 50000.
41669
+ * The average bitrate for video encoding. Unit: Kbit/s. Valid values: 1000 to 50000.
40261
41670
  *
40262
41671
  * @example
40263
41672
  * 2000
@@ -40281,7 +41690,7 @@ export declare class ModifyCenterPolicyRequest extends $dara.Model {
40281
41690
  videoEncMinQP?: number;
40282
41691
  /**
40283
41692
  * @remarks
40284
- * The peak bitrate for video encoding. Valid values: 1000 to 50000.
41693
+ * The peak bitrate allowed for video encoding. Unit: Kbit/s. Valid values: 1000 to 50000.
40285
41694
  *
40286
41695
  * @example
40287
41696
  * 2000
@@ -48258,12 +49667,16 @@ export default class Client extends OpenApi {
48258
49667
  */
48259
49668
  cancelCopyImage(request: CancelCopyImageRequest): Promise<CancelCopyImageResponse>;
48260
49669
  /**
49670
+ * Clones a policy based on an existing global policy.
49671
+ *
48261
49672
  * @param request - CloneCenterPolicyRequest
48262
49673
  * @param runtime - runtime options for this request RuntimeOptions
48263
49674
  * @returns CloneCenterPolicyResponse
48264
49675
  */
48265
49676
  cloneCenterPolicyWithOptions(request: CloneCenterPolicyRequest, runtime: $dara.RuntimeOptions): Promise<CloneCenterPolicyResponse>;
48266
49677
  /**
49678
+ * Clones a policy based on an existing global policy.
49679
+ *
48267
49680
  * @param request - CloneCenterPolicyRequest
48268
49681
  * @returns CloneCenterPolicyResponse
48269
49682
  */
@@ -48517,12 +49930,16 @@ export default class Client extends OpenApi {
48517
49930
  */
48518
49931
  createCdsFileShareLink(request: CreateCdsFileShareLinkRequest): Promise<CreateCdsFileShareLinkResponse>;
48519
49932
  /**
49933
+ * 创建无地域策略
49934
+ *
48520
49935
  * @param request - CreateCenterPolicyRequest
48521
49936
  * @param runtime - runtime options for this request RuntimeOptions
48522
49937
  * @returns CreateCenterPolicyResponse
48523
49938
  */
48524
49939
  createCenterPolicyWithOptions(request: CreateCenterPolicyRequest, runtime: $dara.RuntimeOptions): Promise<CreateCenterPolicyResponse>;
48525
49940
  /**
49941
+ * 创建无地域策略
49942
+ *
48526
49943
  * @param request - CreateCenterPolicyRequest
48527
49944
  * @returns CreateCenterPolicyResponse
48528
49945
  */
@@ -49248,7 +50665,7 @@ export default class Client extends OpenApi {
49248
50665
  */
49249
50666
  describeCens(request: DescribeCensRequest): Promise<DescribeCensResponse>;
49250
50667
  /**
49251
- * 查询中心化策略
50668
+ * Queries center policies.
49252
50669
  *
49253
50670
  * @param request - DescribeCenterPolicyListRequest
49254
50671
  * @param runtime - runtime options for this request RuntimeOptions
@@ -49256,7 +50673,7 @@ export default class Client extends OpenApi {
49256
50673
  */
49257
50674
  describeCenterPolicyListWithOptions(request: DescribeCenterPolicyListRequest, runtime: $dara.RuntimeOptions): Promise<DescribeCenterPolicyListResponse>;
49258
50675
  /**
49259
- * 查询中心化策略
50676
+ * Queries center policies.
49260
50677
  *
49261
50678
  * @param request - DescribeCenterPolicyListRequest
49262
50679
  * @returns DescribeCenterPolicyListResponse
@@ -49860,12 +51277,16 @@ export default class Client extends OpenApi {
49860
51277
  */
49861
51278
  describePriceForRenewDesktopOversoldGroup(request: DescribePriceForRenewDesktopOversoldGroupRequest): Promise<DescribePriceForRenewDesktopOversoldGroupResponse>;
49862
51279
  /**
51280
+ * Queries the details of screen recording files.
51281
+ *
49863
51282
  * @param request - DescribeRecordingsRequest
49864
51283
  * @param runtime - runtime options for this request RuntimeOptions
49865
51284
  * @returns DescribeRecordingsResponse
49866
51285
  */
49867
51286
  describeRecordingsWithOptions(request: DescribeRecordingsRequest, runtime: $dara.RuntimeOptions): Promise<DescribeRecordingsResponse>;
49868
51287
  /**
51288
+ * Queries the details of screen recording files.
51289
+ *
49869
51290
  * @param request - DescribeRecordingsRequest
49870
51291
  * @returns DescribeRecordingsResponse
49871
51292
  */
@@ -50160,7 +51581,7 @@ export default class Client extends OpenApi {
50160
51581
  */
50161
51582
  dissociateNetworkPackage(request: DissociateNetworkPackageRequest): Promise<DissociateNetworkPackageResponse>;
50162
51583
  /**
50163
- * CDS文件下载
51584
+ * Obtains the download link of the target file.
50164
51585
  *
50165
51586
  * @param request - DownloadCdsFileRequest
50166
51587
  * @param runtime - runtime options for this request RuntimeOptions
@@ -50168,7 +51589,7 @@ export default class Client extends OpenApi {
50168
51589
  */
50169
51590
  downloadCdsFileWithOptions(request: DownloadCdsFileRequest, runtime: $dara.RuntimeOptions): Promise<DownloadCdsFileResponse>;
50170
51591
  /**
50171
- * CDS文件下载
51592
+ * Obtains the download link of the target file.
50172
51593
  *
50173
51594
  * @param request - DownloadCdsFileRequest
50174
51595
  * @returns DownloadCdsFileResponse
@@ -50445,7 +51866,7 @@ export default class Client extends OpenApi {
50445
51866
  */
50446
51867
  listOfficeSiteOverview(request: ListOfficeSiteOverviewRequest): Promise<ListOfficeSiteOverviewResponse>;
50447
51868
  /**
50448
- * Queries information about Active Directory (AD) users after an enterprise AD office network (formerly workspace) interconnects to an AD domain.
51869
+ * Queries information about Active Directory (AD) accounts after an enterprise AD office network (formerly workspace) interconnects to an AD domain.
50449
51870
  *
50450
51871
  * @param request - ListOfficeSiteUsersRequest
50451
51872
  * @param runtime - runtime options for this request RuntimeOptions
@@ -50453,7 +51874,7 @@ export default class Client extends OpenApi {
50453
51874
  */
50454
51875
  listOfficeSiteUsersWithOptions(request: ListOfficeSiteUsersRequest, runtime: $dara.RuntimeOptions): Promise<ListOfficeSiteUsersResponse>;
50455
51876
  /**
50456
- * Queries information about Active Directory (AD) users after an enterprise AD office network (formerly workspace) interconnects to an AD domain.
51877
+ * Queries information about Active Directory (AD) accounts after an enterprise AD office network (formerly workspace) interconnects to an AD domain.
50457
51878
  *
50458
51879
  * @param request - ListOfficeSiteUsersRequest
50459
51880
  * @returns ListOfficeSiteUsersResponse
@@ -50676,12 +52097,16 @@ export default class Client extends OpenApi {
50676
52097
  */
50677
52098
  modifyCdsFileShareLink(request: ModifyCdsFileShareLinkRequest): Promise<ModifyCdsFileShareLinkResponse>;
50678
52099
  /**
52100
+ * Modifies a center policy.
52101
+ *
50679
52102
  * @param request - ModifyCenterPolicyRequest
50680
52103
  * @param runtime - runtime options for this request RuntimeOptions
50681
52104
  * @returns ModifyCenterPolicyResponse
50682
52105
  */
50683
52106
  modifyCenterPolicyWithOptions(request: ModifyCenterPolicyRequest, runtime: $dara.RuntimeOptions): Promise<ModifyCenterPolicyResponse>;
50684
52107
  /**
52108
+ * Modifies a center policy.
52109
+ *
50685
52110
  * @param request - ModifyCenterPolicyRequest
50686
52111
  * @returns ModifyCenterPolicyResponse
50687
52112
  */
@@ -51308,15 +52733,15 @@ export default class Client extends OpenApi {
51308
52733
  */
51309
52734
  rebootDesktops(request: RebootDesktopsRequest): Promise<RebootDesktopsResponse>;
51310
52735
  /**
51311
- * Recreates cloud computers.
52736
+ * Rebuilds images for one or more cloud computers.
51312
52737
  *
51313
52738
  * @remarks
51314
- * Take note of the following limits when you change an image:
51315
- * * You can select an image whose OS is different from the OS of the original image. The image change feature is not supported in the following regions: China (Hong Kong), Singapore, and Japan (Tokyo).
51316
- * * GPU images and non-GPU images cannot be exchanged. Graphic-based cloud computers can only use GPU-accelerated images. The other cloud computers can only use non-GPU-accelerated images.
51317
- * After the image of a cloud computer is changed, the system uses the new image to initialize the system disk of the cloud computer. This has the following impacts:
51318
- * * Data in the system disk of the original cloud computer is cleared. Snapshots that are created based on the system disk of the original cloud computer become unavailable. The system automatically deletes the snapshots.
51319
- * * If the OS of the image is changed, the data in the data disk of the original cloud computer is cleared, and the snapshots that are created based on the data disk of the original cloud computer can no longer be used. The system automatically deletes the snapshots. If the OS of the image is not changed, the data in the data disk of the original cloud computer is retained, and the snapshots that are created based on the data disk of the original cloud computer can still be used.
52739
+ * Before you proceed, take note of the following limits:
52740
+ * * You cannot convert a cloud computer\\"s operating system image from one type to another (e.g., Windows to Linux or vice versa) in China (Hong Kong) or overseas regions.
52741
+ * * GPU and non-GPU images are not interchangeable, as graphic-based cloud computers can only use GPU-accelerated images, while other cloud computers are limited to non-GPU-accelerated images.
52742
+ * When a cloud computer’s image is updated, the system initializes its system disk by using the new image, resulting in the following effects:
52743
+ * * All data on the original system disk is erased. Snapshots created from the original system disk become unavailable and are automatically deleted.
52744
+ * * If the OS changes, data on the original data disk is cleared, and snapshots created from the original data disk become unavailable and are automatically deleted. If the OS remains the same, data on the original data disk is retained, and snapshots from the original data disk remain available.
51320
52745
  *
51321
52746
  * @param request - RebuildDesktopsRequest
51322
52747
  * @param runtime - runtime options for this request RuntimeOptions
@@ -51324,15 +52749,15 @@ export default class Client extends OpenApi {
51324
52749
  */
51325
52750
  rebuildDesktopsWithOptions(request: RebuildDesktopsRequest, runtime: $dara.RuntimeOptions): Promise<RebuildDesktopsResponse>;
51326
52751
  /**
51327
- * Recreates cloud computers.
52752
+ * Rebuilds images for one or more cloud computers.
51328
52753
  *
51329
52754
  * @remarks
51330
- * Take note of the following limits when you change an image:
51331
- * * You can select an image whose OS is different from the OS of the original image. The image change feature is not supported in the following regions: China (Hong Kong), Singapore, and Japan (Tokyo).
51332
- * * GPU images and non-GPU images cannot be exchanged. Graphic-based cloud computers can only use GPU-accelerated images. The other cloud computers can only use non-GPU-accelerated images.
51333
- * After the image of a cloud computer is changed, the system uses the new image to initialize the system disk of the cloud computer. This has the following impacts:
51334
- * * Data in the system disk of the original cloud computer is cleared. Snapshots that are created based on the system disk of the original cloud computer become unavailable. The system automatically deletes the snapshots.
51335
- * * If the OS of the image is changed, the data in the data disk of the original cloud computer is cleared, and the snapshots that are created based on the data disk of the original cloud computer can no longer be used. The system automatically deletes the snapshots. If the OS of the image is not changed, the data in the data disk of the original cloud computer is retained, and the snapshots that are created based on the data disk of the original cloud computer can still be used.
52755
+ * Before you proceed, take note of the following limits:
52756
+ * * You cannot convert a cloud computer\\"s operating system image from one type to another (e.g., Windows to Linux or vice versa) in China (Hong Kong) or overseas regions.
52757
+ * * GPU and non-GPU images are not interchangeable, as graphic-based cloud computers can only use GPU-accelerated images, while other cloud computers are limited to non-GPU-accelerated images.
52758
+ * When a cloud computer’s image is updated, the system initializes its system disk by using the new image, resulting in the following effects:
52759
+ * * All data on the original system disk is erased. Snapshots created from the original system disk become unavailable and are automatically deleted.
52760
+ * * If the OS changes, data on the original data disk is cleared, and snapshots created from the original data disk become unavailable and are automatically deleted. If the OS remains the same, data on the original data disk is retained, and snapshots from the original data disk remain available.
51336
52761
  *
51337
52762
  * @param request - RebuildDesktopsRequest
51338
52763
  * @returns RebuildDesktopsResponse