@alicloud/ecd20200930 4.6.0 → 4.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +547 -148
- package/dist/client.js +30 -10
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +553 -148
package/dist/client.d.ts
CHANGED
|
@@ -692,7 +692,21 @@ export declare class CreateCenterPolicyRequestUsbSupplyRedirectRule extends $dar
|
|
|
692
692
|
});
|
|
693
693
|
}
|
|
694
694
|
export declare class CreateCloudDriveServiceResponseBodyConflictCdsAndOrderConflictCds extends $dara.Model {
|
|
695
|
+
/**
|
|
696
|
+
* @remarks
|
|
697
|
+
* The ID of the enterprise drive.
|
|
698
|
+
*
|
|
699
|
+
* @example
|
|
700
|
+
* cn-hangzhou+cds-778205****
|
|
701
|
+
*/
|
|
695
702
|
cdsId?: string;
|
|
703
|
+
/**
|
|
704
|
+
* @remarks
|
|
705
|
+
* 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.
|
|
706
|
+
*
|
|
707
|
+
* @example
|
|
708
|
+
* cn-hangzhou
|
|
709
|
+
*/
|
|
696
710
|
regionId?: string;
|
|
697
711
|
static names(): {
|
|
698
712
|
[key: string]: string;
|
|
@@ -706,8 +720,29 @@ export declare class CreateCloudDriveServiceResponseBodyConflictCdsAndOrderConfl
|
|
|
706
720
|
});
|
|
707
721
|
}
|
|
708
722
|
export declare class CreateCloudDriveServiceResponseBodyConflictCdsAndOrderConflictOrder extends $dara.Model {
|
|
723
|
+
/**
|
|
724
|
+
* @remarks
|
|
725
|
+
* The ID of the enterprise drive. The enterprise drive cannot be used if the order is unpaid.
|
|
726
|
+
*
|
|
727
|
+
* @example
|
|
728
|
+
* cn-hangzhou+cds-778205****
|
|
729
|
+
*/
|
|
709
730
|
cdsId?: string;
|
|
731
|
+
/**
|
|
732
|
+
* @remarks
|
|
733
|
+
* The ID of the order. You can obtain an order ID on the **Orders** page in the Expenses and Costs console.
|
|
734
|
+
*
|
|
735
|
+
* @example
|
|
736
|
+
* 22442411898****
|
|
737
|
+
*/
|
|
710
738
|
orderId?: string;
|
|
739
|
+
/**
|
|
740
|
+
* @remarks
|
|
741
|
+
* The ID of the region.
|
|
742
|
+
*
|
|
743
|
+
* @example
|
|
744
|
+
* cn-hangzhou
|
|
745
|
+
*/
|
|
711
746
|
regionId?: string;
|
|
712
747
|
static names(): {
|
|
713
748
|
[key: string]: string;
|
|
@@ -721,7 +756,15 @@ export declare class CreateCloudDriveServiceResponseBodyConflictCdsAndOrderConfl
|
|
|
721
756
|
});
|
|
722
757
|
}
|
|
723
758
|
export declare class CreateCloudDriveServiceResponseBodyConflictCdsAndOrder extends $dara.Model {
|
|
759
|
+
/**
|
|
760
|
+
* @remarks
|
|
761
|
+
* The conflicting enterprise drive.
|
|
762
|
+
*/
|
|
724
763
|
conflictCds?: CreateCloudDriveServiceResponseBodyConflictCdsAndOrderConflictCds[];
|
|
764
|
+
/**
|
|
765
|
+
* @remarks
|
|
766
|
+
* The subscription orders of the conflicting enterprise drives that are unpaid.
|
|
767
|
+
*/
|
|
725
768
|
conflictOrder?: CreateCloudDriveServiceResponseBodyConflictCdsAndOrderConflictOrder[];
|
|
726
769
|
static names(): {
|
|
727
770
|
[key: string]: string;
|
|
@@ -769,6 +812,7 @@ export declare class CreateConfigGroupRequestConfigTimers extends $dara.Model {
|
|
|
769
812
|
* 10
|
|
770
813
|
*/
|
|
771
814
|
interval?: number;
|
|
815
|
+
notificationTime?: number;
|
|
772
816
|
/**
|
|
773
817
|
* @remarks
|
|
774
818
|
* The type of the scheduled operation. If you set TimerType to NoConnect, you can specify this parameter.
|
|
@@ -4244,7 +4288,7 @@ export declare class DescribeDesktopGroupSessionsResponseBodySessions extends $d
|
|
|
4244
4288
|
export declare class DescribeDesktopGroupsRequestTag extends $dara.Model {
|
|
4245
4289
|
/**
|
|
4246
4290
|
* @remarks
|
|
4247
|
-
* The key
|
|
4291
|
+
* The tag key. You cannot specify an empty string as a tag key. A tag key can be up to 128 characters in length and cannot start with `acs:` or `aliyun`. It cannot contain `http://` or `https://`.
|
|
4248
4292
|
*
|
|
4249
4293
|
* @example
|
|
4250
4294
|
* TestKey
|
|
@@ -4252,7 +4296,7 @@ export declare class DescribeDesktopGroupsRequestTag extends $dara.Model {
|
|
|
4252
4296
|
key?: string;
|
|
4253
4297
|
/**
|
|
4254
4298
|
* @remarks
|
|
4255
|
-
* The value
|
|
4299
|
+
* The tag value. You can specify an empty string as a tag key. A tag value can be up to 128 characters in length and cannot start with `acs:`. It cannot contain `http://` or `https://`.
|
|
4256
4300
|
*
|
|
4257
4301
|
* @example
|
|
4258
4302
|
* TestValue
|
|
@@ -4366,7 +4410,7 @@ export declare class DescribeDesktopGroupsResponseBodyDesktopGroupsCountPerStatu
|
|
|
4366
4410
|
export declare class DescribeDesktopGroupsResponseBodyDesktopGroupsTags extends $dara.Model {
|
|
4367
4411
|
/**
|
|
4368
4412
|
* @remarks
|
|
4369
|
-
* The key
|
|
4413
|
+
* The tag key.
|
|
4370
4414
|
*
|
|
4371
4415
|
* @example
|
|
4372
4416
|
* desktop_group_name
|
|
@@ -4374,7 +4418,7 @@ export declare class DescribeDesktopGroupsResponseBodyDesktopGroupsTags extends
|
|
|
4374
4418
|
key?: string;
|
|
4375
4419
|
/**
|
|
4376
4420
|
* @remarks
|
|
4377
|
-
* The value
|
|
4421
|
+
* The tag value.
|
|
4378
4422
|
*
|
|
4379
4423
|
* @example
|
|
4380
4424
|
* ds-dq2mybjr23yw*****
|
|
@@ -4394,7 +4438,7 @@ export declare class DescribeDesktopGroupsResponseBodyDesktopGroupsTags extends
|
|
|
4394
4438
|
export declare class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model {
|
|
4395
4439
|
/**
|
|
4396
4440
|
* @remarks
|
|
4397
|
-
* The number of concurrent sessions
|
|
4441
|
+
* The number of concurrent sessions per cloud computer within the multi-session many-to-many share.
|
|
4398
4442
|
*
|
|
4399
4443
|
* @example
|
|
4400
4444
|
* 1
|
|
@@ -4402,8 +4446,8 @@ export declare class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dar
|
|
|
4402
4446
|
bindAmount?: number;
|
|
4403
4447
|
/**
|
|
4404
4448
|
* @remarks
|
|
4405
|
-
* *
|
|
4406
|
-
* * For
|
|
4449
|
+
* * For subscription cloud computer shares, this parameter indicates the number of purchased cloud computers. Valid values: 0 to 200.
|
|
4450
|
+
* * For pay-as-you-go cloud computer shares, this parameter indicates the minimum number of cloud computers created in the initial batch. Default value: 1. Valid values: 0 to `MaxDesktopsCount`.
|
|
4407
4451
|
*
|
|
4408
4452
|
* @example
|
|
4409
4453
|
* 5
|
|
@@ -4486,7 +4530,7 @@ export declare class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dar
|
|
|
4486
4530
|
desktopCount?: number;
|
|
4487
4531
|
/**
|
|
4488
4532
|
* @remarks
|
|
4489
|
-
* The ID of the cloud computer
|
|
4533
|
+
* The ID of the cloud computer share.
|
|
4490
4534
|
*
|
|
4491
4535
|
* @example
|
|
4492
4536
|
* dg-2i8qxpv6t1a03****
|
|
@@ -4494,7 +4538,7 @@ export declare class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dar
|
|
|
4494
4538
|
desktopGroupId?: string;
|
|
4495
4539
|
/**
|
|
4496
4540
|
* @remarks
|
|
4497
|
-
* The name of the cloud computer
|
|
4541
|
+
* The name of the cloud computer share.
|
|
4498
4542
|
*
|
|
4499
4543
|
* @example
|
|
4500
4544
|
* test1
|
|
@@ -4510,7 +4554,7 @@ export declare class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dar
|
|
|
4510
4554
|
desktopType?: string;
|
|
4511
4555
|
/**
|
|
4512
4556
|
* @remarks
|
|
4513
|
-
* The number of users
|
|
4557
|
+
* The number of users who can access the cloud computer share.
|
|
4514
4558
|
*
|
|
4515
4559
|
* @example
|
|
4516
4560
|
* 1
|
|
@@ -4518,7 +4562,7 @@ export declare class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dar
|
|
|
4518
4562
|
endUserCount?: number;
|
|
4519
4563
|
/**
|
|
4520
4564
|
* @remarks
|
|
4521
|
-
* The
|
|
4565
|
+
* The expiration date of the subscription cloud computer share.
|
|
4522
4566
|
*
|
|
4523
4567
|
* @example
|
|
4524
4568
|
* 2022-03-17T16:00:00Z
|
|
@@ -4576,7 +4620,7 @@ export declare class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dar
|
|
|
4576
4620
|
keepDuration?: number;
|
|
4577
4621
|
/**
|
|
4578
4622
|
* @remarks
|
|
4579
|
-
* The load balancing policy
|
|
4623
|
+
* The load balancing policy for the multi-session many-to-many share.
|
|
4580
4624
|
*
|
|
4581
4625
|
* Valid values:
|
|
4582
4626
|
*
|
|
@@ -4589,7 +4633,7 @@ export declare class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dar
|
|
|
4589
4633
|
loadPolicy?: number;
|
|
4590
4634
|
/**
|
|
4591
4635
|
* @remarks
|
|
4592
|
-
* The maximum number of cloud computers
|
|
4636
|
+
* The maximum number of cloud computers allowed in the pay-as-you-go cloud computer share.
|
|
4593
4637
|
*
|
|
4594
4638
|
* @example
|
|
4595
4639
|
* 10
|
|
@@ -4605,7 +4649,7 @@ export declare class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dar
|
|
|
4605
4649
|
memory?: number;
|
|
4606
4650
|
/**
|
|
4607
4651
|
* @remarks
|
|
4608
|
-
* The maximum number of cloud computers that can be automatically created in the subscription cloud computer
|
|
4652
|
+
* The maximum number of cloud computers that can be automatically created in the subscription cloud computer share.
|
|
4609
4653
|
*
|
|
4610
4654
|
* @example
|
|
4611
4655
|
* 1
|
|
@@ -4613,7 +4657,7 @@ export declare class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dar
|
|
|
4613
4657
|
minDesktopsCount?: number;
|
|
4614
4658
|
/**
|
|
4615
4659
|
* @remarks
|
|
4616
|
-
* The
|
|
4660
|
+
* The ID of the office network in which the cloud computer network resides.
|
|
4617
4661
|
*
|
|
4618
4662
|
* @example
|
|
4619
4663
|
* cn-hangzhou+dir-467671****
|
|
@@ -4621,7 +4665,7 @@ export declare class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dar
|
|
|
4621
4665
|
officeSiteId?: string;
|
|
4622
4666
|
/**
|
|
4623
4667
|
* @remarks
|
|
4624
|
-
* The ID of the office network
|
|
4668
|
+
* The ID of the office network in which the cloud computer share resides.
|
|
4625
4669
|
*
|
|
4626
4670
|
* @example
|
|
4627
4671
|
* testName
|
|
@@ -4686,12 +4730,12 @@ export declare class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dar
|
|
|
4686
4730
|
ownBundleName?: string;
|
|
4687
4731
|
/**
|
|
4688
4732
|
* @remarks
|
|
4689
|
-
* The type of the cloud computer
|
|
4733
|
+
* The type of the cloud computer share.
|
|
4690
4734
|
*
|
|
4691
4735
|
* Valid values:
|
|
4692
4736
|
*
|
|
4693
|
-
* * 0:
|
|
4694
|
-
* * 1:
|
|
4737
|
+
* * 0: a single-session many-to-many share.
|
|
4738
|
+
* * 1: a multi-session many-to-many share.
|
|
4695
4739
|
*
|
|
4696
4740
|
* @example
|
|
4697
4741
|
* 0
|
|
@@ -4712,7 +4756,7 @@ export declare class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dar
|
|
|
4712
4756
|
payType?: string;
|
|
4713
4757
|
/**
|
|
4714
4758
|
* @remarks
|
|
4715
|
-
* The ID of the policy
|
|
4759
|
+
* The ID of the applied policy.
|
|
4716
4760
|
*
|
|
4717
4761
|
* @example
|
|
4718
4762
|
* pg-53iyi2aar0nd6c8qj
|
|
@@ -4720,7 +4764,7 @@ export declare class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dar
|
|
|
4720
4764
|
policyGroupId?: string;
|
|
4721
4765
|
/**
|
|
4722
4766
|
* @remarks
|
|
4723
|
-
* The name of the policy
|
|
4767
|
+
* The name of the applied policy.
|
|
4724
4768
|
*
|
|
4725
4769
|
* @example
|
|
4726
4770
|
* test-policy
|
|
@@ -4754,11 +4798,11 @@ export declare class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dar
|
|
|
4754
4798
|
protocolType?: string;
|
|
4755
4799
|
/**
|
|
4756
4800
|
* @remarks
|
|
4757
|
-
* The threshold for the ratio of connected sessions
|
|
4801
|
+
* The threshold for the ratio of connected sessions, which triggers automatic scaling of cloud computers within the multi-session many-to-many share. To calculate the ratio of connected sessions, use the following formula:
|
|
4758
4802
|
*
|
|
4759
4803
|
* `Ratio of connected sessions = Number of connected sessions/(Total number of cloud computers × Maximum number of sessions allowed for each cloud computer) × 100%`.
|
|
4760
4804
|
*
|
|
4761
|
-
*
|
|
4805
|
+
* If the session ratio exceeds the threshold, new cloud computers are provisioned. If it falls below the threshold, additional cloud computers are removed.
|
|
4762
4806
|
*
|
|
4763
4807
|
* @example
|
|
4764
4808
|
* 0.85
|
|
@@ -4766,14 +4810,14 @@ export declare class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dar
|
|
|
4766
4810
|
ratioThreshold?: number;
|
|
4767
4811
|
/**
|
|
4768
4812
|
* @remarks
|
|
4769
|
-
* The
|
|
4813
|
+
* The reset option for the cloud computer share.
|
|
4770
4814
|
*
|
|
4771
4815
|
* Valid values:
|
|
4772
4816
|
*
|
|
4773
|
-
* * 0: does not reset
|
|
4774
|
-
* * 1: resets only the system
|
|
4775
|
-
* * 2: resets only the
|
|
4776
|
-
* * 3: resets the system
|
|
4817
|
+
* * 0: does not reset any disk.
|
|
4818
|
+
* * 1: resets only the system disk.
|
|
4819
|
+
* * 2: resets only the data disk.
|
|
4820
|
+
* * 3: resets the system disk and data disk.
|
|
4777
4821
|
*
|
|
4778
4822
|
* @example
|
|
4779
4823
|
* 0
|
|
@@ -4781,13 +4825,13 @@ export declare class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dar
|
|
|
4781
4825
|
resetType?: number;
|
|
4782
4826
|
/**
|
|
4783
4827
|
* @remarks
|
|
4784
|
-
* The
|
|
4828
|
+
* The status of the cloud computer share.
|
|
4785
4829
|
*
|
|
4786
4830
|
* Valid values:
|
|
4787
4831
|
*
|
|
4788
|
-
* * 0: unpaid
|
|
4789
|
-
* * 1:
|
|
4790
|
-
* * 2:
|
|
4832
|
+
* * 0: The cloud computer share is unpaid.
|
|
4833
|
+
* * 1: The cloud computer share is normal.
|
|
4834
|
+
* * 2: The cloud computer share expired, or your account has an overdue payment.
|
|
4791
4835
|
*
|
|
4792
4836
|
* @example
|
|
4793
4837
|
* 1
|
|
@@ -4833,13 +4877,20 @@ export declare class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dar
|
|
|
4833
4877
|
systemDiskSize?: number;
|
|
4834
4878
|
/**
|
|
4835
4879
|
* @remarks
|
|
4836
|
-
* The tags
|
|
4880
|
+
* The tags.
|
|
4837
4881
|
*/
|
|
4838
4882
|
tags?: DescribeDesktopGroupsResponseBodyDesktopGroupsTags[];
|
|
4883
|
+
/**
|
|
4884
|
+
* @remarks
|
|
4885
|
+
* 用户组织单元路径。
|
|
4886
|
+
*
|
|
4887
|
+
* @example
|
|
4888
|
+
* example.com\\wuying\\users
|
|
4889
|
+
*/
|
|
4839
4890
|
userOuPath?: string;
|
|
4840
4891
|
/**
|
|
4841
4892
|
* @remarks
|
|
4842
|
-
* The version number of the cloud computer
|
|
4893
|
+
* The version number of the cloud computer share.
|
|
4843
4894
|
*
|
|
4844
4895
|
* @example
|
|
4845
4896
|
* 2
|
|
@@ -8508,18 +8559,35 @@ export declare class DescribeKmsKeysResponseBodyKeys extends $dara.Model {
|
|
|
8508
8559
|
}
|
|
8509
8560
|
export declare class DescribeModificationPriceResponseBodyPriceInfoPricePromotions extends $dara.Model {
|
|
8510
8561
|
/**
|
|
8562
|
+
* @remarks
|
|
8563
|
+
* The description of the promotion rule.
|
|
8564
|
+
*
|
|
8511
8565
|
* @example
|
|
8512
8566
|
* test
|
|
8513
8567
|
*/
|
|
8514
8568
|
optionCode?: string;
|
|
8569
|
+
/**
|
|
8570
|
+
* @remarks
|
|
8571
|
+
* The promotion description.
|
|
8572
|
+
*/
|
|
8515
8573
|
promotionDesc?: string;
|
|
8516
8574
|
/**
|
|
8575
|
+
* @remarks
|
|
8576
|
+
* The ID of the promotion activity.
|
|
8577
|
+
*
|
|
8517
8578
|
* @example
|
|
8518
8579
|
* promo_option
|
|
8519
8580
|
*/
|
|
8520
8581
|
promotionId?: string;
|
|
8582
|
+
/**
|
|
8583
|
+
* @remarks
|
|
8584
|
+
* The name of the promotion activity.
|
|
8585
|
+
*/
|
|
8521
8586
|
promotionName?: string;
|
|
8522
8587
|
/**
|
|
8588
|
+
* @remarks
|
|
8589
|
+
* Indicates whether an item is selected.
|
|
8590
|
+
*
|
|
8523
8591
|
* @example
|
|
8524
8592
|
* false
|
|
8525
8593
|
*/
|
|
@@ -8537,25 +8605,45 @@ export declare class DescribeModificationPriceResponseBodyPriceInfoPricePromotio
|
|
|
8537
8605
|
}
|
|
8538
8606
|
export declare class DescribeModificationPriceResponseBodyPriceInfoPrice extends $dara.Model {
|
|
8539
8607
|
/**
|
|
8608
|
+
* @remarks
|
|
8609
|
+
* The unit of currency (USD).
|
|
8610
|
+
*
|
|
8540
8611
|
* @example
|
|
8541
8612
|
* CNY
|
|
8542
8613
|
*/
|
|
8543
8614
|
currency?: string;
|
|
8544
8615
|
/**
|
|
8616
|
+
* @remarks
|
|
8617
|
+
* The discounted amount.
|
|
8618
|
+
*
|
|
8545
8619
|
* @example
|
|
8546
8620
|
* 15.8
|
|
8547
8621
|
*/
|
|
8548
8622
|
discountPrice?: number;
|
|
8623
|
+
/**
|
|
8624
|
+
* @remarks
|
|
8625
|
+
* The orders.
|
|
8626
|
+
*/
|
|
8549
8627
|
orderLines?: {
|
|
8550
8628
|
[key: string]: string;
|
|
8551
8629
|
};
|
|
8552
8630
|
/**
|
|
8631
|
+
* @remarks
|
|
8632
|
+
* The original price.
|
|
8633
|
+
*
|
|
8553
8634
|
* @example
|
|
8554
8635
|
* 79.0
|
|
8555
8636
|
*/
|
|
8556
8637
|
originalPrice?: number;
|
|
8638
|
+
/**
|
|
8639
|
+
* @remarks
|
|
8640
|
+
* The promotion activities.
|
|
8641
|
+
*/
|
|
8557
8642
|
promotions?: DescribeModificationPriceResponseBodyPriceInfoPricePromotions[];
|
|
8558
8643
|
/**
|
|
8644
|
+
* @remarks
|
|
8645
|
+
* The actual price. The actual price is the original price minus the discount.
|
|
8646
|
+
*
|
|
8559
8647
|
* @example
|
|
8560
8648
|
* 63.2
|
|
8561
8649
|
*/
|
|
@@ -8572,8 +8660,15 @@ export declare class DescribeModificationPriceResponseBodyPriceInfoPrice extends
|
|
|
8572
8660
|
});
|
|
8573
8661
|
}
|
|
8574
8662
|
export declare class DescribeModificationPriceResponseBodyPriceInfoRules extends $dara.Model {
|
|
8663
|
+
/**
|
|
8664
|
+
* @remarks
|
|
8665
|
+
* The rule description.
|
|
8666
|
+
*/
|
|
8575
8667
|
description?: string;
|
|
8576
8668
|
/**
|
|
8669
|
+
* @remarks
|
|
8670
|
+
* The rule ID.
|
|
8671
|
+
*
|
|
8577
8672
|
* @example
|
|
8578
8673
|
* 14806
|
|
8579
8674
|
*/
|
|
@@ -8590,7 +8685,15 @@ export declare class DescribeModificationPriceResponseBodyPriceInfoRules extends
|
|
|
8590
8685
|
});
|
|
8591
8686
|
}
|
|
8592
8687
|
export declare class DescribeModificationPriceResponseBodyPriceInfo extends $dara.Model {
|
|
8688
|
+
/**
|
|
8689
|
+
* @remarks
|
|
8690
|
+
* The price information.
|
|
8691
|
+
*/
|
|
8593
8692
|
price?: DescribeModificationPriceResponseBodyPriceInfoPrice;
|
|
8693
|
+
/**
|
|
8694
|
+
* @remarks
|
|
8695
|
+
* The promotion rules.
|
|
8696
|
+
*/
|
|
8594
8697
|
rules?: DescribeModificationPriceResponseBodyPriceInfoRules[];
|
|
8595
8698
|
static names(): {
|
|
8596
8699
|
[key: string]: string;
|
|
@@ -11568,18 +11671,35 @@ export declare class DescribeRegionsResponseBodyRegions extends $dara.Model {
|
|
|
11568
11671
|
}
|
|
11569
11672
|
export declare class DescribeRenewalPriceResponseBodyPriceInfoPricePromotions extends $dara.Model {
|
|
11570
11673
|
/**
|
|
11674
|
+
* @remarks
|
|
11675
|
+
* The description of the promotion rule.
|
|
11676
|
+
*
|
|
11571
11677
|
* @example
|
|
11572
11678
|
* test
|
|
11573
11679
|
*/
|
|
11574
11680
|
optionCode?: string;
|
|
11681
|
+
/**
|
|
11682
|
+
* @remarks
|
|
11683
|
+
* The promotion description.
|
|
11684
|
+
*/
|
|
11575
11685
|
promotionDesc?: string;
|
|
11576
11686
|
/**
|
|
11687
|
+
* @remarks
|
|
11688
|
+
* The promotion ID.
|
|
11689
|
+
*
|
|
11577
11690
|
* @example
|
|
11578
11691
|
* promo_option
|
|
11579
11692
|
*/
|
|
11580
11693
|
promotionId?: string;
|
|
11694
|
+
/**
|
|
11695
|
+
* @remarks
|
|
11696
|
+
* The promotion name.
|
|
11697
|
+
*/
|
|
11581
11698
|
promotionName?: string;
|
|
11582
11699
|
/**
|
|
11700
|
+
* @remarks
|
|
11701
|
+
* Indicates whether an item is selected.
|
|
11702
|
+
*
|
|
11583
11703
|
* @example
|
|
11584
11704
|
* false
|
|
11585
11705
|
*/
|
|
@@ -11597,25 +11717,45 @@ export declare class DescribeRenewalPriceResponseBodyPriceInfoPricePromotions ex
|
|
|
11597
11717
|
}
|
|
11598
11718
|
export declare class DescribeRenewalPriceResponseBodyPriceInfoPrice extends $dara.Model {
|
|
11599
11719
|
/**
|
|
11720
|
+
* @remarks
|
|
11721
|
+
* The unit of currency (USD).
|
|
11722
|
+
*
|
|
11600
11723
|
* @example
|
|
11601
11724
|
* CNY
|
|
11602
11725
|
*/
|
|
11603
11726
|
currency?: string;
|
|
11604
11727
|
/**
|
|
11728
|
+
* @remarks
|
|
11729
|
+
* The discounted amount.
|
|
11730
|
+
*
|
|
11605
11731
|
* @example
|
|
11606
11732
|
* 15.8
|
|
11607
11733
|
*/
|
|
11608
11734
|
discountPrice?: number;
|
|
11735
|
+
/**
|
|
11736
|
+
* @remarks
|
|
11737
|
+
* The orders.
|
|
11738
|
+
*/
|
|
11609
11739
|
orderLines?: {
|
|
11610
11740
|
[key: string]: string;
|
|
11611
11741
|
};
|
|
11612
11742
|
/**
|
|
11743
|
+
* @remarks
|
|
11744
|
+
* The original price.
|
|
11745
|
+
*
|
|
11613
11746
|
* @example
|
|
11614
11747
|
* 79.0
|
|
11615
11748
|
*/
|
|
11616
11749
|
originalPrice?: number;
|
|
11750
|
+
/**
|
|
11751
|
+
* @remarks
|
|
11752
|
+
* The promotions.
|
|
11753
|
+
*/
|
|
11617
11754
|
promotions?: DescribeRenewalPriceResponseBodyPriceInfoPricePromotions[];
|
|
11618
11755
|
/**
|
|
11756
|
+
* @remarks
|
|
11757
|
+
* The actual price. The actual price is the original price minus the discount.
|
|
11758
|
+
*
|
|
11619
11759
|
* @example
|
|
11620
11760
|
* 63.2
|
|
11621
11761
|
*/
|
|
@@ -11632,8 +11772,15 @@ export declare class DescribeRenewalPriceResponseBodyPriceInfoPrice extends $dar
|
|
|
11632
11772
|
});
|
|
11633
11773
|
}
|
|
11634
11774
|
export declare class DescribeRenewalPriceResponseBodyPriceInfoRules extends $dara.Model {
|
|
11775
|
+
/**
|
|
11776
|
+
* @remarks
|
|
11777
|
+
* The rule description.
|
|
11778
|
+
*/
|
|
11635
11779
|
description?: string;
|
|
11636
11780
|
/**
|
|
11781
|
+
* @remarks
|
|
11782
|
+
* The rule ID.
|
|
11783
|
+
*
|
|
11637
11784
|
* @example
|
|
11638
11785
|
* 29644
|
|
11639
11786
|
*/
|
|
@@ -11650,7 +11797,15 @@ export declare class DescribeRenewalPriceResponseBodyPriceInfoRules extends $dar
|
|
|
11650
11797
|
});
|
|
11651
11798
|
}
|
|
11652
11799
|
export declare class DescribeRenewalPriceResponseBodyPriceInfo extends $dara.Model {
|
|
11800
|
+
/**
|
|
11801
|
+
* @remarks
|
|
11802
|
+
* The price.
|
|
11803
|
+
*/
|
|
11653
11804
|
price?: DescribeRenewalPriceResponseBodyPriceInfoPrice;
|
|
11805
|
+
/**
|
|
11806
|
+
* @remarks
|
|
11807
|
+
* The promotion rules.
|
|
11808
|
+
*/
|
|
11654
11809
|
rules?: DescribeRenewalPriceResponseBodyPriceInfoRules[];
|
|
11655
11810
|
static names(): {
|
|
11656
11811
|
[key: string]: string;
|
|
@@ -12105,6 +12260,7 @@ export declare class DescribeTimerGroupResponseBodyDataConfigTimers extends $dar
|
|
|
12105
12260
|
* 10
|
|
12106
12261
|
*/
|
|
12107
12262
|
interval?: number;
|
|
12263
|
+
notificationTime?: number;
|
|
12108
12264
|
/**
|
|
12109
12265
|
* @remarks
|
|
12110
12266
|
* The type of the scheduled disconnection task.
|
|
@@ -13187,12 +13343,12 @@ export declare class GetDesktopGroupDetailResponseBodyDesktopsScaleTimerInfos ex
|
|
|
13187
13343
|
keepDuration?: number;
|
|
13188
13344
|
/**
|
|
13189
13345
|
* @remarks
|
|
13190
|
-
* The load balancing policy
|
|
13346
|
+
* The load balancing policy for the multi-session many-to-many share.
|
|
13191
13347
|
*
|
|
13192
13348
|
* Valid values:
|
|
13193
13349
|
*
|
|
13194
|
-
* * 0: depth-first
|
|
13195
|
-
* * 1: breadth-first
|
|
13350
|
+
* * 0: depth-first.
|
|
13351
|
+
* * 1: breadth-first.
|
|
13196
13352
|
*
|
|
13197
13353
|
* @example
|
|
13198
13354
|
* 1
|
|
@@ -13216,11 +13372,11 @@ export declare class GetDesktopGroupDetailResponseBodyDesktopsScaleTimerInfos ex
|
|
|
13216
13372
|
minResAmount?: number;
|
|
13217
13373
|
/**
|
|
13218
13374
|
* @remarks
|
|
13219
|
-
* The threshold for the ratio of connected sessions
|
|
13375
|
+
* The threshold for the ratio of connected sessions, which triggers automatic scaling of cloud computers within the multi-session many-to-many share. To calculate the ratio of connected sessions, use the following formula:
|
|
13220
13376
|
*
|
|
13221
|
-
* `Ratio of connected sessions = Number of connected sessions/(Total number of cloud computers × Maximum number of sessions allowed for each cloud computer) × 100
|
|
13377
|
+
* `Ratio of connected sessions = Number of connected sessions/(Total number of cloud computers × Maximum number of sessions allowed for each cloud computer) × 100%`.
|
|
13222
13378
|
*
|
|
13223
|
-
* If the ratio
|
|
13379
|
+
* If the session ratio exceeds the threshold, new cloud computers are provisioned. If it falls below the threshold, additional cloud computers are removed.
|
|
13224
13380
|
*
|
|
13225
13381
|
* @example
|
|
13226
13382
|
* 0.5
|
|
@@ -13312,12 +13468,12 @@ export declare class GetDesktopGroupDetailResponseBodyDesktopsTimerInfos extends
|
|
|
13312
13468
|
export declare class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Model {
|
|
13313
13469
|
/**
|
|
13314
13470
|
* @remarks
|
|
13315
|
-
*
|
|
13471
|
+
* Specifies whether to enable batch-based automatic creation of cloud computers in the subscription cloud computer share.
|
|
13316
13472
|
*
|
|
13317
13473
|
* Valid values:
|
|
13318
13474
|
*
|
|
13319
|
-
* * 0:
|
|
13320
|
-
* * 1:
|
|
13475
|
+
* * 0: enables batch-based automatic creation of cloud computers.
|
|
13476
|
+
* * 1: disables batch-based automatic creation of cloud computers.
|
|
13321
13477
|
*
|
|
13322
13478
|
* @example
|
|
13323
13479
|
* 1
|
|
@@ -13325,10 +13481,10 @@ export declare class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Mod
|
|
|
13325
13481
|
allowAutoSetup?: number;
|
|
13326
13482
|
/**
|
|
13327
13483
|
* @remarks
|
|
13328
|
-
*
|
|
13484
|
+
* This parameter applies to pay-as-you-go cloud computer shares and specifies the number of standby cloud computers that can be reserved per cloud computer share. Valid values:
|
|
13329
13485
|
*
|
|
13330
|
-
* * 0: does not
|
|
13331
|
-
* * N:
|
|
13486
|
+
* * 0: does not reserve any cloud computers.
|
|
13487
|
+
* * N: reserves N cloud computers (1≤ N ≤ 100).
|
|
13332
13488
|
*
|
|
13333
13489
|
* @example
|
|
13334
13490
|
* 1
|
|
@@ -13336,7 +13492,7 @@ export declare class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Mod
|
|
|
13336
13492
|
allowBufferCount?: number;
|
|
13337
13493
|
/**
|
|
13338
13494
|
* @remarks
|
|
13339
|
-
* The number of concurrent sessions
|
|
13495
|
+
* The maximum number of concurrent sessions allowed per cloud computer within the multi-session many-to-many share.
|
|
13340
13496
|
*
|
|
13341
13497
|
* @example
|
|
13342
13498
|
* 1
|
|
@@ -13344,8 +13500,8 @@ export declare class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Mod
|
|
|
13344
13500
|
bindAmount?: number;
|
|
13345
13501
|
/**
|
|
13346
13502
|
* @remarks
|
|
13347
|
-
* *
|
|
13348
|
-
* *
|
|
13503
|
+
* * The number of purchased cloud computers in the subscription share. Valid values: 0 to 200.
|
|
13504
|
+
* * The minimum initial number of cloud computers created in the pay-as-you-go share. Default value: 1. Valid values: 0 to `MaxDesktopsCount`.
|
|
13349
13505
|
*
|
|
13350
13506
|
* @example
|
|
13351
13507
|
* 5
|
|
@@ -13409,7 +13565,7 @@ export declare class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Mod
|
|
|
13409
13565
|
dataDiskSize?: string;
|
|
13410
13566
|
/**
|
|
13411
13567
|
* @remarks
|
|
13412
|
-
* The ID of the cloud computer
|
|
13568
|
+
* The ID of the cloud computer share.
|
|
13413
13569
|
*
|
|
13414
13570
|
* @example
|
|
13415
13571
|
* dg-3uiojcc0j4kh7****
|
|
@@ -13417,7 +13573,7 @@ export declare class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Mod
|
|
|
13417
13573
|
desktopGroupId?: string;
|
|
13418
13574
|
/**
|
|
13419
13575
|
* @remarks
|
|
13420
|
-
* The name of the cloud computer
|
|
13576
|
+
* The name of the cloud computer share.
|
|
13421
13577
|
*
|
|
13422
13578
|
* @example
|
|
13423
13579
|
* DesktopGroupDemo
|
|
@@ -13441,7 +13597,7 @@ export declare class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Mod
|
|
|
13441
13597
|
directoryType?: string;
|
|
13442
13598
|
/**
|
|
13443
13599
|
* @remarks
|
|
13444
|
-
* The
|
|
13600
|
+
* The expiration date of the subscription cloud computer share.
|
|
13445
13601
|
*
|
|
13446
13602
|
* @example
|
|
13447
13603
|
* 2021-12-31T15:59Z
|
|
@@ -13491,12 +13647,12 @@ export declare class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Mod
|
|
|
13491
13647
|
keepDuration?: number;
|
|
13492
13648
|
/**
|
|
13493
13649
|
* @remarks
|
|
13494
|
-
* The load balancing policy
|
|
13650
|
+
* The load balancing policy for the multi-session many-to-many share.
|
|
13495
13651
|
*
|
|
13496
13652
|
* Valid values:
|
|
13497
13653
|
*
|
|
13498
|
-
* * 0: depth-first
|
|
13499
|
-
* * 1: breadth-first
|
|
13654
|
+
* * 0: depth-first.
|
|
13655
|
+
* * 1: breadth-first.
|
|
13500
13656
|
*
|
|
13501
13657
|
* @example
|
|
13502
13658
|
* 0
|
|
@@ -13504,7 +13660,7 @@ export declare class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Mod
|
|
|
13504
13660
|
loadPolicy?: number;
|
|
13505
13661
|
/**
|
|
13506
13662
|
* @remarks
|
|
13507
|
-
* The maximum number of cloud computers
|
|
13663
|
+
* The maximum number of cloud computers allowed in the pay-as-you-go cloud computer share.
|
|
13508
13664
|
*
|
|
13509
13665
|
* @example
|
|
13510
13666
|
* 10
|
|
@@ -13520,7 +13676,7 @@ export declare class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Mod
|
|
|
13520
13676
|
memory?: number;
|
|
13521
13677
|
/**
|
|
13522
13678
|
* @remarks
|
|
13523
|
-
* The
|
|
13679
|
+
* The number of cloud computers created in the initial batch within the subscription cloud computer share.
|
|
13524
13680
|
*
|
|
13525
13681
|
* @example
|
|
13526
13682
|
* 1
|
|
@@ -13552,7 +13708,7 @@ export declare class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Mod
|
|
|
13552
13708
|
officeSiteId?: string;
|
|
13553
13709
|
/**
|
|
13554
13710
|
* @remarks
|
|
13555
|
-
* The name of the office network in which the cloud computer
|
|
13711
|
+
* The name of the office network in which the cloud computer resides.
|
|
13556
13712
|
*
|
|
13557
13713
|
* @example
|
|
13558
13714
|
* test
|
|
@@ -13591,12 +13747,12 @@ export declare class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Mod
|
|
|
13591
13747
|
ownBundleName?: string;
|
|
13592
13748
|
/**
|
|
13593
13749
|
* @remarks
|
|
13594
|
-
* The type of the cloud computer
|
|
13750
|
+
* The type of the cloud computer share.
|
|
13595
13751
|
*
|
|
13596
13752
|
* Valid values:
|
|
13597
13753
|
*
|
|
13598
|
-
* * 0:
|
|
13599
|
-
* * 1:
|
|
13754
|
+
* * 0: a one-to-many share.
|
|
13755
|
+
* * 1: a many-to-many share.
|
|
13600
13756
|
*
|
|
13601
13757
|
* @example
|
|
13602
13758
|
* 0
|
|
@@ -13618,7 +13774,7 @@ export declare class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Mod
|
|
|
13618
13774
|
payType?: string;
|
|
13619
13775
|
/**
|
|
13620
13776
|
* @remarks
|
|
13621
|
-
* The ID of the policy
|
|
13777
|
+
* The ID of the applied policy.
|
|
13622
13778
|
*
|
|
13623
13779
|
* @example
|
|
13624
13780
|
* pg-9cktlowtxfl6****
|
|
@@ -13626,12 +13782,12 @@ export declare class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Mod
|
|
|
13626
13782
|
policyGroupId?: string;
|
|
13627
13783
|
/**
|
|
13628
13784
|
* @remarks
|
|
13629
|
-
* The IDs of
|
|
13785
|
+
* The IDs of the applied policies.
|
|
13630
13786
|
*/
|
|
13631
13787
|
policyGroupIds?: string[];
|
|
13632
13788
|
/**
|
|
13633
13789
|
* @remarks
|
|
13634
|
-
* The name of the policy
|
|
13790
|
+
* The name of the applied policy.
|
|
13635
13791
|
*
|
|
13636
13792
|
* @example
|
|
13637
13793
|
* test
|
|
@@ -13639,7 +13795,7 @@ export declare class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Mod
|
|
|
13639
13795
|
policyGroupName?: string;
|
|
13640
13796
|
/**
|
|
13641
13797
|
* @remarks
|
|
13642
|
-
* The names of
|
|
13798
|
+
* The names of the applied policies.
|
|
13643
13799
|
*/
|
|
13644
13800
|
policyGroupNames?: string[];
|
|
13645
13801
|
/**
|
|
@@ -13652,11 +13808,11 @@ export declare class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Mod
|
|
|
13652
13808
|
profileFollowSwitch?: boolean;
|
|
13653
13809
|
/**
|
|
13654
13810
|
* @remarks
|
|
13655
|
-
* The threshold for the ratio of connected sessions
|
|
13811
|
+
* The threshold for the ratio of connected sessions, which triggers automatic scaling of cloud computers within the multi-session many-to-many share. To calculate the ratio of connected sessions, use the following formula:
|
|
13656
13812
|
*
|
|
13657
|
-
* `Ratio of connected sessions = Number of connected sessions/(Total number of cloud computers × Maximum number of sessions allowed for each cloud computer) × 100
|
|
13813
|
+
* `Ratio of connected sessions = Number of connected sessions/(Total number of cloud computers × Maximum number of sessions allowed for each cloud computer) × 100%`.
|
|
13658
13814
|
*
|
|
13659
|
-
* If the ratio
|
|
13815
|
+
* If the session ratio exceeds the threshold, new cloud computers are provisioned. If it falls below the threshold, additional cloud computers are removed.
|
|
13660
13816
|
*
|
|
13661
13817
|
* @example
|
|
13662
13818
|
* 0.6
|
|
@@ -13691,18 +13847,18 @@ export declare class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Mod
|
|
|
13691
13847
|
resetType?: number;
|
|
13692
13848
|
/**
|
|
13693
13849
|
* @remarks
|
|
13694
|
-
*
|
|
13850
|
+
* The scheduled tasks.
|
|
13695
13851
|
*/
|
|
13696
13852
|
scaleTimerInfos?: GetDesktopGroupDetailResponseBodyDesktopsScaleTimerInfos[];
|
|
13697
13853
|
/**
|
|
13698
13854
|
* @remarks
|
|
13699
|
-
* The
|
|
13855
|
+
* The status of the cloud computer share.
|
|
13700
13856
|
*
|
|
13701
13857
|
* Valid values:
|
|
13702
13858
|
*
|
|
13703
|
-
* * 0: unpaid
|
|
13704
|
-
* * 1:
|
|
13705
|
-
* * 2:
|
|
13859
|
+
* * 0: The cloud computer share is unpaid.
|
|
13860
|
+
* * 1: The cloud computer share is normal.
|
|
13861
|
+
* * 2: The cloud computer share expired, or your account has an overdue payment.
|
|
13706
13862
|
*
|
|
13707
13863
|
* @example
|
|
13708
13864
|
* 1
|
|
@@ -13747,7 +13903,7 @@ export declare class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Mod
|
|
|
13747
13903
|
timingStrategyInfo?: string;
|
|
13748
13904
|
/**
|
|
13749
13905
|
* @remarks
|
|
13750
|
-
* The version number of the cloud computer
|
|
13906
|
+
* The version number of the cloud computer share.
|
|
13751
13907
|
*
|
|
13752
13908
|
* @example
|
|
13753
13909
|
* 1
|
|
@@ -15699,6 +15855,7 @@ export declare class ModifyTimerGroupRequestConfigTimers extends $dara.Model {
|
|
|
15699
15855
|
* 10
|
|
15700
15856
|
*/
|
|
15701
15857
|
interval?: number;
|
|
15858
|
+
notificationTime?: number;
|
|
15702
15859
|
/**
|
|
15703
15860
|
* @remarks
|
|
15704
15861
|
* The type of the scheduled operation. If you set TimerType to NoConnect, you can specify this parameter.
|
|
@@ -21095,30 +21252,81 @@ export declare class CreateCenterPolicyResponse extends $dara.Model {
|
|
|
21095
21252
|
});
|
|
21096
21253
|
}
|
|
21097
21254
|
export declare class CreateCloudDriveServiceRequest extends $dara.Model {
|
|
21255
|
+
/**
|
|
21256
|
+
* @remarks
|
|
21257
|
+
* Specifies whether to enable the auto-payment feature.
|
|
21258
|
+
*
|
|
21259
|
+
* Valid values:
|
|
21260
|
+
*
|
|
21261
|
+
* * true: enables the auto-payment feature. Ensure your Alibaba Cloud account has sufficient balance. Insufficient balance may result in abnormal orders.
|
|
21262
|
+
* * false (default): disables the auto-payment feature. The order is generated, but payment must be made manually. You can log on to the Alibaba Cloud Management Console and complete the payment based on the order ID on the Orders page.
|
|
21263
|
+
*
|
|
21264
|
+
* @example
|
|
21265
|
+
* false
|
|
21266
|
+
*/
|
|
21098
21267
|
autoPay?: boolean;
|
|
21268
|
+
/**
|
|
21269
|
+
* @remarks
|
|
21270
|
+
* Optional. Specifies whether to enable the auto-renewal feature. This parameter takes effect only if you set CdsChargeType to `Prepaid`.
|
|
21271
|
+
*
|
|
21272
|
+
* Valid values:
|
|
21273
|
+
*
|
|
21274
|
+
* * true
|
|
21275
|
+
* * false
|
|
21276
|
+
*
|
|
21277
|
+
* @example
|
|
21278
|
+
* false
|
|
21279
|
+
*/
|
|
21099
21280
|
autoRenew?: boolean;
|
|
21100
21281
|
/**
|
|
21101
21282
|
* @remarks
|
|
21102
|
-
*
|
|
21283
|
+
* > This parameter is not publicly available.
|
|
21103
21284
|
*
|
|
21104
21285
|
* @example
|
|
21105
21286
|
* 3
|
|
21106
21287
|
*/
|
|
21107
21288
|
bizType?: number;
|
|
21289
|
+
/**
|
|
21290
|
+
* @remarks
|
|
21291
|
+
* The billing method of the enterprise drive.
|
|
21292
|
+
*
|
|
21293
|
+
* Valid values:
|
|
21294
|
+
*
|
|
21295
|
+
* * PostPaid: pay-as-you-go.
|
|
21296
|
+
* * PrePaid: subscription.
|
|
21297
|
+
*
|
|
21298
|
+
* @example
|
|
21299
|
+
* PostPaid
|
|
21300
|
+
*/
|
|
21108
21301
|
cdsChargeType?: string;
|
|
21109
21302
|
/**
|
|
21303
|
+
* @remarks
|
|
21304
|
+
* The ID of the Cloud Enterprise Network (CEN) instance. This parameter takes effect only if you set `OfficeSiteType` to `AD_CONNECTOR`. If you have configured `OfficeSiteId`, you can leave this parameter empty.
|
|
21305
|
+
*
|
|
21110
21306
|
* @example
|
|
21111
21307
|
* cen-g4ba1mkji8nj6****
|
|
21112
21308
|
*/
|
|
21113
21309
|
cenId?: string;
|
|
21114
21310
|
/**
|
|
21311
|
+
* @remarks
|
|
21312
|
+
* The domain name of the enterprise AD office network. This parameter takes effect only if you set `OfficeSiteType` to `AD_CONNECTOR`. If you have configured `OfficeSiteId`, you can leave this parameter empty.
|
|
21313
|
+
*
|
|
21115
21314
|
* @example
|
|
21116
21315
|
* test.local
|
|
21117
21316
|
*/
|
|
21118
21317
|
domainName?: string;
|
|
21318
|
+
/**
|
|
21319
|
+
* @remarks
|
|
21320
|
+
* The user IDs.
|
|
21321
|
+
*/
|
|
21119
21322
|
endUserId?: string[];
|
|
21120
21323
|
/**
|
|
21121
21324
|
* @remarks
|
|
21325
|
+
* The maximum storage capacity of the enterprise drive.
|
|
21326
|
+
*
|
|
21327
|
+
* * For a pay-as-you-go enterprise drive, the unit is bytes.
|
|
21328
|
+
* * For a subscription enterprise drive, the unit is GiB. For example, to create a 500 GiB subscription drive, set the value to 500 GiB. To create a 2 TiB subscription drive, set the value to 2048 GiB.
|
|
21329
|
+
*
|
|
21122
21330
|
* This parameter is required.
|
|
21123
21331
|
*
|
|
21124
21332
|
* @example
|
|
@@ -21127,27 +21335,62 @@ export declare class CreateCloudDriveServiceRequest extends $dara.Model {
|
|
|
21127
21335
|
maxSize?: number;
|
|
21128
21336
|
/**
|
|
21129
21337
|
* @remarks
|
|
21130
|
-
* The name of the
|
|
21338
|
+
* The name of the enterprise drive
|
|
21131
21339
|
*
|
|
21132
21340
|
* @example
|
|
21133
21341
|
* wuying-pds
|
|
21134
21342
|
*/
|
|
21135
21343
|
name?: string;
|
|
21136
21344
|
/**
|
|
21345
|
+
* @remarks
|
|
21346
|
+
* The ID of the office network. This parameter takes effect only if you set OfficeSiteType to `AD_CONNECTOR`.
|
|
21347
|
+
*
|
|
21137
21348
|
* @example
|
|
21138
21349
|
* cn-hangzhou+dir-400695****
|
|
21139
21350
|
*/
|
|
21140
21351
|
officeSiteId?: string;
|
|
21141
21352
|
/**
|
|
21353
|
+
* @remarks
|
|
21354
|
+
* The type of the office network.
|
|
21355
|
+
*
|
|
21356
|
+
* Valid values:
|
|
21357
|
+
*
|
|
21358
|
+
* * SIMPLE: convenience office network.
|
|
21359
|
+
* * AD_CONNECTOR: enterprise Active Directory (AD) office network.
|
|
21360
|
+
*
|
|
21142
21361
|
* @example
|
|
21143
21362
|
* SIMPLE
|
|
21144
21363
|
*/
|
|
21145
21364
|
officeSiteType?: string;
|
|
21365
|
+
/**
|
|
21366
|
+
* @remarks
|
|
21367
|
+
* The subscription duration. The unit is specified by `PeriodUnit`. This parameter takes effect only if you set `CdsChargeType` to `PrePaid`.
|
|
21368
|
+
*
|
|
21369
|
+
* Valid values:
|
|
21370
|
+
*
|
|
21371
|
+
* * 1
|
|
21372
|
+
* * 2
|
|
21373
|
+
* * 3
|
|
21374
|
+
*
|
|
21375
|
+
* @example
|
|
21376
|
+
* 1
|
|
21377
|
+
*/
|
|
21146
21378
|
period?: number;
|
|
21379
|
+
/**
|
|
21380
|
+
* @remarks
|
|
21381
|
+
* Required. The unit of the subscription duration. This parameter takes effect only if you set `CdsChargeType` to `PrePaid`.
|
|
21382
|
+
*
|
|
21383
|
+
* Valid value:
|
|
21384
|
+
*
|
|
21385
|
+
* * Year
|
|
21386
|
+
*
|
|
21387
|
+
* @example
|
|
21388
|
+
* Year
|
|
21389
|
+
*/
|
|
21147
21390
|
periodUnit?: string;
|
|
21148
21391
|
/**
|
|
21149
21392
|
* @remarks
|
|
21150
|
-
* The region
|
|
21393
|
+
* 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 Enterprise Drive Service is available.
|
|
21151
21394
|
*
|
|
21152
21395
|
* This parameter is required.
|
|
21153
21396
|
*
|
|
@@ -21157,14 +21400,30 @@ export declare class CreateCloudDriveServiceRequest extends $dara.Model {
|
|
|
21157
21400
|
regionId?: string;
|
|
21158
21401
|
/**
|
|
21159
21402
|
* @remarks
|
|
21160
|
-
*
|
|
21403
|
+
* > This parameter is not publicly available.
|
|
21161
21404
|
*
|
|
21162
21405
|
* @example
|
|
21163
21406
|
* co-0esnf8kb8zpfbqmvt
|
|
21164
21407
|
*/
|
|
21165
21408
|
solutionId?: string;
|
|
21409
|
+
/**
|
|
21410
|
+
* @remarks
|
|
21411
|
+
* Required. The maximum number of users allowed on the enterprise drive. This parameter takes effect only if you set `CdsChargeType` to `PrePaid`.
|
|
21412
|
+
*
|
|
21413
|
+
* Valid values:
|
|
21414
|
+
*
|
|
21415
|
+
* * 5 when the value of MaxSize is 500 GiB.
|
|
21416
|
+
* * 20 when the value of MaxSize is 2048 GiB.
|
|
21417
|
+
* * 50 when the value of MaxSize is 5120 GiB.
|
|
21418
|
+
*
|
|
21419
|
+
* @example
|
|
21420
|
+
* 5
|
|
21421
|
+
*/
|
|
21166
21422
|
userCount?: number;
|
|
21167
21423
|
/**
|
|
21424
|
+
* @remarks
|
|
21425
|
+
* The maximum storage capacity of the user\\"s personal disk when allocated. Unit: bytes.
|
|
21426
|
+
*
|
|
21168
21427
|
* @example
|
|
21169
21428
|
* 1024000
|
|
21170
21429
|
*/
|
|
@@ -21183,7 +21442,7 @@ export declare class CreateCloudDriveServiceRequest extends $dara.Model {
|
|
|
21183
21442
|
export declare class CreateCloudDriveServiceResponseBody extends $dara.Model {
|
|
21184
21443
|
/**
|
|
21185
21444
|
* @remarks
|
|
21186
|
-
* The ID of the
|
|
21445
|
+
* The ID of the enterprise drive.
|
|
21187
21446
|
*
|
|
21188
21447
|
* @example
|
|
21189
21448
|
* cn-hangzhou+cds-7782057786
|
|
@@ -21198,30 +21457,64 @@ export declare class CreateCloudDriveServiceResponseBody extends $dara.Model {
|
|
|
21198
21457
|
*/
|
|
21199
21458
|
cdsName?: string;
|
|
21200
21459
|
/**
|
|
21460
|
+
* @remarks
|
|
21461
|
+
* The ID of the CEN instance.
|
|
21462
|
+
*
|
|
21463
|
+
* > To allow end users to connect to cloud computers via virtual private clouds (VPCs), attach your office network to a CEN instance. The CEN instance connects to your on-premises network through VPN Gateway or Express Connect.
|
|
21464
|
+
*
|
|
21201
21465
|
* @example
|
|
21202
21466
|
* cen-638u3wxds9snyc****
|
|
21203
21467
|
*/
|
|
21204
21468
|
cenId?: string;
|
|
21469
|
+
/**
|
|
21470
|
+
* @remarks
|
|
21471
|
+
* The existing enterprise drive or its order that conflicts with the enterprise drive being created.
|
|
21472
|
+
*/
|
|
21205
21473
|
conflictCdsAndOrder?: CreateCloudDriveServiceResponseBodyConflictCdsAndOrder;
|
|
21206
21474
|
/**
|
|
21475
|
+
* @remarks
|
|
21476
|
+
* The domain name of the enterprise AD office network.
|
|
21477
|
+
*
|
|
21207
21478
|
* @example
|
|
21208
21479
|
* test1.local
|
|
21209
21480
|
*/
|
|
21210
21481
|
domainName?: string;
|
|
21482
|
+
/**
|
|
21483
|
+
* @remarks
|
|
21484
|
+
* The error code.
|
|
21485
|
+
*
|
|
21486
|
+
* @example
|
|
21487
|
+
* ExistConflictCds
|
|
21488
|
+
*/
|
|
21211
21489
|
errorCode?: string;
|
|
21212
21490
|
/**
|
|
21213
21491
|
* @remarks
|
|
21214
|
-
* The maximum capacity of
|
|
21492
|
+
* The maximum storage capacity of the enterprise drive. Unit: bytes.
|
|
21215
21493
|
*
|
|
21216
21494
|
* @example
|
|
21217
21495
|
* 213674622976
|
|
21218
21496
|
*/
|
|
21219
21497
|
maxSize?: string;
|
|
21220
21498
|
/**
|
|
21499
|
+
* @remarks
|
|
21500
|
+
* The type of the office network.
|
|
21501
|
+
*
|
|
21502
|
+
* Valid values:
|
|
21503
|
+
*
|
|
21504
|
+
* * SIMPLE: convenience office network.
|
|
21505
|
+
* * AD_CONNECTOR: enterprise AD office network.
|
|
21506
|
+
*
|
|
21221
21507
|
* @example
|
|
21222
21508
|
* AD_CONNECTOR
|
|
21223
21509
|
*/
|
|
21224
21510
|
officeSiteType?: string;
|
|
21511
|
+
/**
|
|
21512
|
+
* @remarks
|
|
21513
|
+
* The ID of the order. You can obtain an order ID on the Orders page in the Expenses and Costs console.
|
|
21514
|
+
*
|
|
21515
|
+
* @example
|
|
21516
|
+
* 214552063030752
|
|
21517
|
+
*/
|
|
21225
21518
|
orderId?: string;
|
|
21226
21519
|
/**
|
|
21227
21520
|
* @remarks
|
|
@@ -28192,7 +28485,7 @@ export declare class DescribeDesktopGroupsRequest extends $dara.Model {
|
|
|
28192
28485
|
bundleId?: string[];
|
|
28193
28486
|
/**
|
|
28194
28487
|
* @remarks
|
|
28195
|
-
* The ID of the cloud computer
|
|
28488
|
+
* The ID of the cloud computer share.
|
|
28196
28489
|
*
|
|
28197
28490
|
* @example
|
|
28198
28491
|
* dg-2i8qxpv6t1a03****
|
|
@@ -28205,7 +28498,7 @@ export declare class DescribeDesktopGroupsRequest extends $dara.Model {
|
|
|
28205
28498
|
desktopGroupIds?: string[];
|
|
28206
28499
|
/**
|
|
28207
28500
|
* @remarks
|
|
28208
|
-
* The name of the cloud computer
|
|
28501
|
+
* The name of the cloud computer share that you want to query. Fuzzy search is supported.
|
|
28209
28502
|
*
|
|
28210
28503
|
* @example
|
|
28211
28504
|
* testName
|
|
@@ -28213,7 +28506,7 @@ export declare class DescribeDesktopGroupsRequest extends $dara.Model {
|
|
|
28213
28506
|
desktopGroupName?: string;
|
|
28214
28507
|
/**
|
|
28215
28508
|
* @remarks
|
|
28216
|
-
* The
|
|
28509
|
+
* The IDs of the users who can access the cloud computer share.
|
|
28217
28510
|
*/
|
|
28218
28511
|
endUserIds?: string[];
|
|
28219
28512
|
/**
|
|
@@ -28260,7 +28553,7 @@ export declare class DescribeDesktopGroupsRequest extends $dara.Model {
|
|
|
28260
28553
|
nextToken?: string;
|
|
28261
28554
|
/**
|
|
28262
28555
|
* @remarks
|
|
28263
|
-
* The ID of the office network
|
|
28556
|
+
* The ID of the office network in which the cloud computer share resides.
|
|
28264
28557
|
*
|
|
28265
28558
|
* @example
|
|
28266
28559
|
* cn-hangzhou+dir-467671****
|
|
@@ -28268,14 +28561,14 @@ export declare class DescribeDesktopGroupsRequest extends $dara.Model {
|
|
|
28268
28561
|
officeSiteId?: string;
|
|
28269
28562
|
/**
|
|
28270
28563
|
* @remarks
|
|
28271
|
-
* The type of the cloud computer
|
|
28564
|
+
* The type of the cloud computer share.
|
|
28272
28565
|
*
|
|
28273
28566
|
* > This parameter is not publicly available.
|
|
28274
28567
|
*
|
|
28275
28568
|
* Valid values:
|
|
28276
28569
|
*
|
|
28277
|
-
* * 0:
|
|
28278
|
-
* * 1:
|
|
28570
|
+
* * 0: a single-session many-to-many share.
|
|
28571
|
+
* * 1: a multi-session many-to-many share.
|
|
28279
28572
|
*
|
|
28280
28573
|
* @example
|
|
28281
28574
|
* 0
|
|
@@ -28283,16 +28576,16 @@ export declare class DescribeDesktopGroupsRequest extends $dara.Model {
|
|
|
28283
28576
|
ownType?: number;
|
|
28284
28577
|
/**
|
|
28285
28578
|
* @remarks
|
|
28286
|
-
* The subscription duration of the cloud computer
|
|
28579
|
+
* The subscription duration of the cloud computer share. The unit is specified by `PeriodUnit`.
|
|
28287
28580
|
*
|
|
28288
|
-
* * Valid values if
|
|
28581
|
+
* * Valid values if you set `PeriodUnit` to `Month`:
|
|
28289
28582
|
*
|
|
28290
28583
|
* * 1
|
|
28291
28584
|
* * 2
|
|
28292
28585
|
* * 3
|
|
28293
28586
|
* * 6
|
|
28294
28587
|
*
|
|
28295
|
-
* * Valid values if
|
|
28588
|
+
* * Valid values if you set `PeriodUnit` to `Year`:
|
|
28296
28589
|
*
|
|
28297
28590
|
* * 1
|
|
28298
28591
|
* * 2
|
|
@@ -28314,7 +28607,7 @@ export declare class DescribeDesktopGroupsRequest extends $dara.Model {
|
|
|
28314
28607
|
periodUnit?: string;
|
|
28315
28608
|
/**
|
|
28316
28609
|
* @remarks
|
|
28317
|
-
* The ID of the policy
|
|
28610
|
+
* The ID of the applied policy.
|
|
28318
28611
|
*
|
|
28319
28612
|
* @example
|
|
28320
28613
|
* pg-53iyi2aar0nd6****
|
|
@@ -28358,13 +28651,13 @@ export declare class DescribeDesktopGroupsRequest extends $dara.Model {
|
|
|
28358
28651
|
regionId?: string;
|
|
28359
28652
|
/**
|
|
28360
28653
|
* @remarks
|
|
28361
|
-
* The
|
|
28654
|
+
* The status of the cloud computer share.
|
|
28362
28655
|
*
|
|
28363
28656
|
* Valid values:
|
|
28364
28657
|
*
|
|
28365
|
-
* * 0: unpaid
|
|
28366
|
-
* * 1:
|
|
28367
|
-
* * 2:
|
|
28658
|
+
* * 0: The cloud computer share is unpaid.
|
|
28659
|
+
* * 1: The cloud computer share is normal.
|
|
28660
|
+
* * 2: The cloud computer share expired, or your account has an overdue payment.
|
|
28368
28661
|
*
|
|
28369
28662
|
* @example
|
|
28370
28663
|
* 1
|
|
@@ -28372,7 +28665,7 @@ export declare class DescribeDesktopGroupsRequest extends $dara.Model {
|
|
|
28372
28665
|
status?: number;
|
|
28373
28666
|
/**
|
|
28374
28667
|
* @remarks
|
|
28375
|
-
* The tags
|
|
28668
|
+
* The tags that you want to add to the cloud computer share. You can specify 1 to 20 tags.
|
|
28376
28669
|
*/
|
|
28377
28670
|
tag?: DescribeDesktopGroupsRequestTag[];
|
|
28378
28671
|
static names(): {
|
|
@@ -28389,7 +28682,7 @@ export declare class DescribeDesktopGroupsRequest extends $dara.Model {
|
|
|
28389
28682
|
export declare class DescribeDesktopGroupsResponseBody extends $dara.Model {
|
|
28390
28683
|
/**
|
|
28391
28684
|
* @remarks
|
|
28392
|
-
* The cloud computer
|
|
28685
|
+
* The cloud computer shares.
|
|
28393
28686
|
*/
|
|
28394
28687
|
desktopGroups?: DescribeDesktopGroupsResponseBodyDesktopGroups[];
|
|
28395
28688
|
/**
|
|
@@ -31487,22 +31780,58 @@ export declare class DescribeKmsKeysResponse extends $dara.Model {
|
|
|
31487
31780
|
}
|
|
31488
31781
|
export declare class DescribeModificationPriceRequest extends $dara.Model {
|
|
31489
31782
|
/**
|
|
31783
|
+
* @remarks
|
|
31784
|
+
* The maximum public bandwidth. Unit: Mbit/s.
|
|
31785
|
+
*
|
|
31786
|
+
* > Valid values when PayByTraffic is set to PayByBandwidth: 10 to 1000.
|
|
31787
|
+
*
|
|
31490
31788
|
* @example
|
|
31491
31789
|
* 20
|
|
31492
31790
|
*/
|
|
31493
31791
|
bandwidth?: number;
|
|
31494
31792
|
/**
|
|
31793
|
+
* @remarks
|
|
31794
|
+
* The ID of either the monthly subscription cloud computer with unlimited hours or the premium bandwidth plan.
|
|
31795
|
+
*
|
|
31495
31796
|
* @example
|
|
31496
31797
|
* ecd-0gfv2z3sf95zvt****
|
|
31497
31798
|
*/
|
|
31498
31799
|
instanceId?: string;
|
|
31499
31800
|
/**
|
|
31801
|
+
* @remarks
|
|
31802
|
+
* The specifications.
|
|
31803
|
+
*
|
|
31804
|
+
* * Valid values when you set `ResourceType` to `Desktop`:
|
|
31805
|
+
*
|
|
31806
|
+
* * ecd.basic.small
|
|
31807
|
+
* * ecd.basic.large
|
|
31808
|
+
* * ecd.advanced.large
|
|
31809
|
+
* * ecd.advanced.xlarge
|
|
31810
|
+
* * ecd.performance.2xlarge
|
|
31811
|
+
* * ecd.graphics.xlarge
|
|
31812
|
+
* * ecd.graphics.2xlarge
|
|
31813
|
+
* * ecd.advanced.xlarge_s8d2
|
|
31814
|
+
* * ecd.advanced.xlarge_s8d7
|
|
31815
|
+
* * ecd.graphics.1g72c
|
|
31816
|
+
* * eds.general.2c2g
|
|
31817
|
+
* * eds.general.2c4g
|
|
31818
|
+
* * eds.general.2c8g
|
|
31819
|
+
* * eds.general.4c8g
|
|
31820
|
+
* * eds.general.4c16g
|
|
31821
|
+
* * eds.general.8c16g
|
|
31822
|
+
* * eds.general.8c32g
|
|
31823
|
+
* * eds.general.16c32g
|
|
31824
|
+
*
|
|
31825
|
+
* * You can skip this parameter if `ResourceType` is set to `NetworkPackage`.
|
|
31826
|
+
*
|
|
31500
31827
|
* @example
|
|
31501
31828
|
* eds.enterprise_office.8c16g
|
|
31502
31829
|
*/
|
|
31503
31830
|
instanceType?: string;
|
|
31504
31831
|
/**
|
|
31505
31832
|
* @remarks
|
|
31833
|
+
* The region ID. You can call the [DescribeRegions](~~DescribeRegions~~) operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
|
|
31834
|
+
*
|
|
31506
31835
|
* This parameter is required.
|
|
31507
31836
|
*
|
|
31508
31837
|
* @example
|
|
@@ -31510,16 +31839,33 @@ export declare class DescribeModificationPriceRequest extends $dara.Model {
|
|
|
31510
31839
|
*/
|
|
31511
31840
|
regionId?: string;
|
|
31512
31841
|
/**
|
|
31842
|
+
* @remarks
|
|
31843
|
+
* The resource type. The required parameters depend on the resource type.
|
|
31844
|
+
*
|
|
31845
|
+
* * When `ResourceType` is set to `Desktop`, the required parameters are `InstanceType`, `RootDiskSizeGib`, and `UserDiskSizeGib`.
|
|
31846
|
+
* * When `ResourceType` is set to `NetworkPackage`, the required parameter is `Bandwidth`.
|
|
31847
|
+
*
|
|
31848
|
+
* Valid values:
|
|
31849
|
+
*
|
|
31850
|
+
* * Desktop (default): cloud computers.
|
|
31851
|
+
* * NetworkPackage: premium bandwidth plans.
|
|
31852
|
+
*
|
|
31513
31853
|
* @example
|
|
31514
31854
|
* Desktop
|
|
31515
31855
|
*/
|
|
31516
31856
|
resourceType?: string;
|
|
31517
31857
|
/**
|
|
31858
|
+
* @remarks
|
|
31859
|
+
* The size of the system disk. Unit: GiB.
|
|
31860
|
+
*
|
|
31518
31861
|
* @example
|
|
31519
31862
|
* 80
|
|
31520
31863
|
*/
|
|
31521
31864
|
rootDiskSizeGib?: number;
|
|
31522
31865
|
/**
|
|
31866
|
+
* @remarks
|
|
31867
|
+
* The size of the data disk. Unit: GiB.
|
|
31868
|
+
*
|
|
31523
31869
|
* @example
|
|
31524
31870
|
* 50
|
|
31525
31871
|
*/
|
|
@@ -31536,8 +31882,15 @@ export declare class DescribeModificationPriceRequest extends $dara.Model {
|
|
|
31536
31882
|
});
|
|
31537
31883
|
}
|
|
31538
31884
|
export declare class DescribeModificationPriceResponseBody extends $dara.Model {
|
|
31885
|
+
/**
|
|
31886
|
+
* @remarks
|
|
31887
|
+
* The price details.
|
|
31888
|
+
*/
|
|
31539
31889
|
priceInfo?: DescribeModificationPriceResponseBodyPriceInfo;
|
|
31540
31890
|
/**
|
|
31891
|
+
* @remarks
|
|
31892
|
+
* The request ID.
|
|
31893
|
+
*
|
|
31541
31894
|
* @example
|
|
31542
31895
|
* 48174475-5EB2-5F99-A9E9-6F892D645****
|
|
31543
31896
|
*/
|
|
@@ -32791,23 +33144,52 @@ export declare class DescribeRegionsResponse extends $dara.Model {
|
|
|
32791
33144
|
}
|
|
32792
33145
|
export declare class DescribeRenewalPriceRequest extends $dara.Model {
|
|
32793
33146
|
/**
|
|
33147
|
+
* @remarks
|
|
33148
|
+
* The instance ID. The value you specify depends on the resource type (ResourceType) you\\"re querying the renewal price for.
|
|
33149
|
+
*
|
|
33150
|
+
* * When `ResourceType` is set to `Desktop`, you must provide the cloud computer ID as the value of `InstanceId`.
|
|
33151
|
+
* * When `ResourceType` is set to `DesktopGroup`, you must provide the share ID as the value of `InstanceId`.
|
|
33152
|
+
* * When `ResourceType` is set to `Bandwidth`, you must provide the ID of the premium bandwidth plan as the value of `InstanceId`.
|
|
33153
|
+
*
|
|
32794
33154
|
* @example
|
|
32795
33155
|
* ecd-6ldllk9zxcpfhs****
|
|
32796
33156
|
*/
|
|
32797
33157
|
instanceId?: string;
|
|
33158
|
+
/**
|
|
33159
|
+
* @remarks
|
|
33160
|
+
* The instance IDs. The value you specify depends on the resource type (ResourceType) you\\"re querying the renewal price for.
|
|
33161
|
+
*/
|
|
32798
33162
|
instanceIds?: string[];
|
|
32799
33163
|
/**
|
|
33164
|
+
* @remarks
|
|
33165
|
+
* The renewal duration. The valid values for this parameter depend on the value of `PeriodUnit`.
|
|
33166
|
+
*
|
|
33167
|
+
* * If you set `PeriodUnit` to `Month`, set the value of this parameter to 1, 2, 3, or 6.
|
|
33168
|
+
* * If you set `PeriodUnit` to `Year`, set the value of this parameter to 1, 2, or 3.
|
|
33169
|
+
*
|
|
33170
|
+
* Default value: 1.
|
|
33171
|
+
*
|
|
32800
33172
|
* @example
|
|
32801
33173
|
* 1
|
|
32802
33174
|
*/
|
|
32803
33175
|
period?: number;
|
|
32804
33176
|
/**
|
|
33177
|
+
* @remarks
|
|
33178
|
+
* The unit of the renewal duration specified by `Period`.
|
|
33179
|
+
*
|
|
33180
|
+
* Valid values:
|
|
33181
|
+
*
|
|
33182
|
+
* * Month (default)
|
|
33183
|
+
* * Year
|
|
33184
|
+
*
|
|
32805
33185
|
* @example
|
|
32806
33186
|
* Month
|
|
32807
33187
|
*/
|
|
32808
33188
|
periodUnit?: string;
|
|
32809
33189
|
/**
|
|
32810
33190
|
* @remarks
|
|
33191
|
+
* The region ID. You can call the [DescribeRegions](~~DescribeRegions~~) operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
|
|
33192
|
+
*
|
|
32811
33193
|
* This parameter is required.
|
|
32812
33194
|
*
|
|
32813
33195
|
* @example
|
|
@@ -32815,6 +33197,15 @@ export declare class DescribeRenewalPriceRequest extends $dara.Model {
|
|
|
32815
33197
|
*/
|
|
32816
33198
|
regionId?: string;
|
|
32817
33199
|
/**
|
|
33200
|
+
* @remarks
|
|
33201
|
+
* The resource type.
|
|
33202
|
+
*
|
|
33203
|
+
* Valid values:
|
|
33204
|
+
*
|
|
33205
|
+
* * Desktop (default): cloud computers.
|
|
33206
|
+
* * Bandwidth: premium bandwidth plans.
|
|
33207
|
+
* * DesktopGroup: cloud computer shares.
|
|
33208
|
+
*
|
|
32818
33209
|
* @example
|
|
32819
33210
|
* Desktop
|
|
32820
33211
|
*/
|
|
@@ -32831,8 +33222,15 @@ export declare class DescribeRenewalPriceRequest extends $dara.Model {
|
|
|
32831
33222
|
});
|
|
32832
33223
|
}
|
|
32833
33224
|
export declare class DescribeRenewalPriceResponseBody extends $dara.Model {
|
|
33225
|
+
/**
|
|
33226
|
+
* @remarks
|
|
33227
|
+
* The price details.
|
|
33228
|
+
*/
|
|
32834
33229
|
priceInfo?: DescribeRenewalPriceResponseBodyPriceInfo;
|
|
32835
33230
|
/**
|
|
33231
|
+
* @remarks
|
|
33232
|
+
* The request ID.
|
|
33233
|
+
*
|
|
32836
33234
|
* @example
|
|
32837
33235
|
* 72E47B1E-6B11-5A11-A27C-7A80F866****
|
|
32838
33236
|
*/
|
|
@@ -35695,7 +36093,7 @@ export declare class GetCoordinateTicketResponse extends $dara.Model {
|
|
|
35695
36093
|
export declare class GetDesktopGroupDetailRequest extends $dara.Model {
|
|
35696
36094
|
/**
|
|
35697
36095
|
* @remarks
|
|
35698
|
-
* The ID of the cloud computer
|
|
36096
|
+
* The ID of the cloud computer share.
|
|
35699
36097
|
*
|
|
35700
36098
|
* This parameter is required.
|
|
35701
36099
|
*
|
|
@@ -35727,7 +36125,7 @@ export declare class GetDesktopGroupDetailRequest extends $dara.Model {
|
|
|
35727
36125
|
export declare class GetDesktopGroupDetailResponseBody extends $dara.Model {
|
|
35728
36126
|
/**
|
|
35729
36127
|
* @remarks
|
|
35730
|
-
* The
|
|
36128
|
+
* The cloud computers within the share.
|
|
35731
36129
|
*/
|
|
35732
36130
|
desktops?: GetDesktopGroupDetailResponseBodyDesktops;
|
|
35733
36131
|
/**
|
|
@@ -39778,12 +40176,12 @@ export declare class ModifyDesktopChargeTypeResponse extends $dara.Model {
|
|
|
39778
40176
|
export declare class ModifyDesktopGroupRequest extends $dara.Model {
|
|
39779
40177
|
/**
|
|
39780
40178
|
* @remarks
|
|
39781
|
-
* Specifies whether
|
|
40179
|
+
* Specifies whether to enable auto-creation of cloud computers for the subscription cloud computer share. You must specify this parameter when `ChargeType` is set to `PrePaid`.
|
|
39782
40180
|
*
|
|
39783
40181
|
* Valid values:
|
|
39784
40182
|
*
|
|
39785
|
-
* * 0:
|
|
39786
|
-
* * 1:
|
|
40183
|
+
* * 0: disable auto-creation of cloud computers.
|
|
40184
|
+
* * 1: enables auto-creation of cloud computers.
|
|
39787
40185
|
*
|
|
39788
40186
|
* @example
|
|
39789
40187
|
* 1
|
|
@@ -39791,12 +40189,12 @@ export declare class ModifyDesktopGroupRequest extends $dara.Model {
|
|
|
39791
40189
|
allowAutoSetup?: number;
|
|
39792
40190
|
/**
|
|
39793
40191
|
* @remarks
|
|
39794
|
-
* The number of cloud computers that can be reserved
|
|
40192
|
+
* The maximum number of standby cloud computers that can be reserved within the pay-as-you-go cloud computer share. You must specify this property only when `ChargeType` is set to `PostPaid`. Valid values:
|
|
39795
40193
|
*
|
|
39796
|
-
* * 0: does not
|
|
39797
|
-
* * N:
|
|
40194
|
+
* * 0: does not reserve any cloud computer.
|
|
40195
|
+
* * N: reserves N cloud computers (1≤ N ≤ 100).
|
|
39798
40196
|
*
|
|
39799
|
-
* >
|
|
40197
|
+
* > Setting this parameter to 0 means no cloud computers will be reserved within the cloud computer share. In this case, the system must create, start, and assign cloud computers to end users upon request, which can be time-consuming. To improve user experience, we recommend that you reserve a specific number of cloud computers.
|
|
39800
40198
|
*
|
|
39801
40199
|
* @example
|
|
39802
40200
|
* 1
|
|
@@ -39804,9 +40202,9 @@ export declare class ModifyDesktopGroupRequest extends $dara.Model {
|
|
|
39804
40202
|
allowBufferCount?: number;
|
|
39805
40203
|
/**
|
|
39806
40204
|
* @remarks
|
|
39807
|
-
* The number of concurrent sessions
|
|
40205
|
+
* The number of concurrent sessions allowed for each cloud computer within the multi-session many-to-many share.
|
|
39808
40206
|
*
|
|
39809
|
-
* > This parameter is
|
|
40207
|
+
* > This parameter is not publicly available.
|
|
39810
40208
|
*
|
|
39811
40209
|
* @example
|
|
39812
40210
|
* 1
|
|
@@ -39814,8 +40212,8 @@ export declare class ModifyDesktopGroupRequest extends $dara.Model {
|
|
|
39814
40212
|
bindAmount?: number;
|
|
39815
40213
|
/**
|
|
39816
40214
|
* @remarks
|
|
39817
|
-
* *
|
|
39818
|
-
* * For
|
|
40215
|
+
* * For subscription cloud computer shares, this parameter specifies the number of purchased cloud computers. Valid values: 0 to 200.
|
|
40216
|
+
* * For pay-as-you-go cloud computer shares, this parameter specifies the minimum number of cloud computers created in the initial batch. Default value: 1. Valid values: 0 to `MaxDesktopsCount`.
|
|
39819
40217
|
*
|
|
39820
40218
|
* @example
|
|
39821
40219
|
* 5
|
|
@@ -39823,27 +40221,14 @@ export declare class ModifyDesktopGroupRequest extends $dara.Model {
|
|
|
39823
40221
|
buyDesktopsCount?: number;
|
|
39824
40222
|
/**
|
|
39825
40223
|
* @remarks
|
|
39826
|
-
* The
|
|
40224
|
+
* The type of the cloud computer share.
|
|
39827
40225
|
*
|
|
39828
|
-
* > This parameter is
|
|
40226
|
+
* > This parameter is not publicly available.
|
|
39829
40227
|
*
|
|
39830
40228
|
* Valid values:
|
|
39831
40229
|
*
|
|
39832
|
-
* * teacher
|
|
39833
|
-
*
|
|
39834
|
-
* <!-- -->
|
|
39835
|
-
*
|
|
39836
|
-
* <!-- -->
|
|
39837
|
-
*
|
|
39838
|
-
* <!-- -->
|
|
39839
|
-
*
|
|
39840
|
-
* * student
|
|
39841
|
-
*
|
|
39842
|
-
* <!-- -->
|
|
39843
|
-
*
|
|
39844
|
-
* <!-- -->
|
|
39845
|
-
*
|
|
39846
|
-
* <!-- -->
|
|
40230
|
+
* * teacher: teacher-oriented.
|
|
40231
|
+
* * student: student-oriented.
|
|
39847
40232
|
*
|
|
39848
40233
|
* @example
|
|
39849
40234
|
* teacher
|
|
@@ -39867,7 +40252,7 @@ export declare class ModifyDesktopGroupRequest extends $dara.Model {
|
|
|
39867
40252
|
connectDuration?: number;
|
|
39868
40253
|
/**
|
|
39869
40254
|
* @remarks
|
|
39870
|
-
* The ID of the cloud computer
|
|
40255
|
+
* The ID of the cloud computer share.
|
|
39871
40256
|
*
|
|
39872
40257
|
* This parameter is required.
|
|
39873
40258
|
*
|
|
@@ -39877,7 +40262,7 @@ export declare class ModifyDesktopGroupRequest extends $dara.Model {
|
|
|
39877
40262
|
desktopGroupId?: string;
|
|
39878
40263
|
/**
|
|
39879
40264
|
* @remarks
|
|
39880
|
-
* The name of the cloud computer
|
|
40265
|
+
* The name of the cloud computer share.
|
|
39881
40266
|
*
|
|
39882
40267
|
* @example
|
|
39883
40268
|
* desktopGroupName1
|
|
@@ -39933,14 +40318,14 @@ export declare class ModifyDesktopGroupRequest extends $dara.Model {
|
|
|
39933
40318
|
keepDuration?: number;
|
|
39934
40319
|
/**
|
|
39935
40320
|
* @remarks
|
|
39936
|
-
* The load balancing policy
|
|
40321
|
+
* The load balancing policy for the multi-session many-to-many share.
|
|
39937
40322
|
*
|
|
39938
|
-
* > This parameter is
|
|
40323
|
+
* > This parameter is not publicly available.
|
|
39939
40324
|
*
|
|
39940
40325
|
* Valid values:
|
|
39941
40326
|
*
|
|
39942
|
-
* * 0: depth
|
|
39943
|
-
* * 1: breadth
|
|
40327
|
+
* * 0: depth first.
|
|
40328
|
+
* * 1: breadth first.
|
|
39944
40329
|
*
|
|
39945
40330
|
* @example
|
|
39946
40331
|
* 0
|
|
@@ -39948,7 +40333,7 @@ export declare class ModifyDesktopGroupRequest extends $dara.Model {
|
|
|
39948
40333
|
loadPolicy?: number;
|
|
39949
40334
|
/**
|
|
39950
40335
|
* @remarks
|
|
39951
|
-
* The maximum number of cloud computers
|
|
40336
|
+
* The maximum number of cloud computers allowed in the pay-as-you-go cloud computer share. Valid values: 0 to 500.
|
|
39952
40337
|
*
|
|
39953
40338
|
* @example
|
|
39954
40339
|
* 10
|
|
@@ -39956,7 +40341,7 @@ export declare class ModifyDesktopGroupRequest extends $dara.Model {
|
|
|
39956
40341
|
maxDesktopsCount?: number;
|
|
39957
40342
|
/**
|
|
39958
40343
|
* @remarks
|
|
39959
|
-
* The maximum number of cloud computers
|
|
40344
|
+
* The maximum number of auto-created cloud computers allowed in the subscription cloud computer share. You must specify this parameter when `ChargeType` is set to `PrePaid`. Default value: 1. Valid values: 0 to `MaxDesktopsCount`.
|
|
39960
40345
|
*
|
|
39961
40346
|
* @example
|
|
39962
40347
|
* 1
|
|
@@ -39995,13 +40380,13 @@ export declare class ModifyDesktopGroupRequest extends $dara.Model {
|
|
|
39995
40380
|
profileFollowSwitch?: boolean;
|
|
39996
40381
|
/**
|
|
39997
40382
|
* @remarks
|
|
39998
|
-
* The threshold for the ratio of connected sessions
|
|
40383
|
+
* The threshold for the ratio of connected sessions, which triggers automatic scaling of cloud computers within the multi-session many-to-many share. To calculate the ratio of connected sessions, use the following formula:
|
|
39999
40384
|
*
|
|
40000
40385
|
* `Ratio of connected sessions = Number of connected sessions/(Total number of cloud computers × Maximum number of sessions allowed for each cloud computer) × 100%`
|
|
40001
40386
|
*
|
|
40002
|
-
* If the ratio
|
|
40387
|
+
* If the session ratio exceeds the threshold, new cloud computers are provisioned. If it falls below the threshold, additional cloud computers are removed.
|
|
40003
40388
|
*
|
|
40004
|
-
* > This parameter is
|
|
40389
|
+
* > This parameter is not publicly available.
|
|
40005
40390
|
*
|
|
40006
40391
|
* @example
|
|
40007
40392
|
* 0.5
|
|
@@ -47091,7 +47476,10 @@ export default class Client extends OpenApi {
|
|
|
47091
47476
|
*/
|
|
47092
47477
|
createCenterPolicy(request: CreateCenterPolicyRequest): Promise<CreateCenterPolicyResponse>;
|
|
47093
47478
|
/**
|
|
47094
|
-
* Creates
|
|
47479
|
+
* Creates an enterprise drive.
|
|
47480
|
+
*
|
|
47481
|
+
* @remarks
|
|
47482
|
+
* Before you call this operation, make sure that you understand the billing methods and pricing of Enterprise Drive Service (formerly Cloud Drive Service). For more information, see [Overview](https://help.aliyun.com/document_detail/386301.html).
|
|
47095
47483
|
*
|
|
47096
47484
|
* @param request - CreateCloudDriveServiceRequest
|
|
47097
47485
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -47099,7 +47487,10 @@ export default class Client extends OpenApi {
|
|
|
47099
47487
|
*/
|
|
47100
47488
|
createCloudDriveServiceWithOptions(request: CreateCloudDriveServiceRequest, runtime: $dara.RuntimeOptions): Promise<CreateCloudDriveServiceResponse>;
|
|
47101
47489
|
/**
|
|
47102
|
-
* Creates
|
|
47490
|
+
* Creates an enterprise drive.
|
|
47491
|
+
*
|
|
47492
|
+
* @remarks
|
|
47493
|
+
* Before you call this operation, make sure that you understand the billing methods and pricing of Enterprise Drive Service (formerly Cloud Drive Service). For more information, see [Overview](https://help.aliyun.com/document_detail/386301.html).
|
|
47103
47494
|
*
|
|
47104
47495
|
* @param request - CreateCloudDriveServiceRequest
|
|
47105
47496
|
* @returns CreateCloudDriveServiceResponse
|
|
@@ -47923,7 +48314,7 @@ export default class Client extends OpenApi {
|
|
|
47923
48314
|
*/
|
|
47924
48315
|
describeDesktopGroupSessions(request: DescribeDesktopGroupSessionsRequest): Promise<DescribeDesktopGroupSessionsResponse>;
|
|
47925
48316
|
/**
|
|
47926
|
-
* Queries
|
|
48317
|
+
* Queries cloud computer shares.
|
|
47927
48318
|
*
|
|
47928
48319
|
* @param request - DescribeDesktopGroupsRequest
|
|
47929
48320
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -47931,7 +48322,7 @@ export default class Client extends OpenApi {
|
|
|
47931
48322
|
*/
|
|
47932
48323
|
describeDesktopGroupsWithOptions(request: DescribeDesktopGroupsRequest, runtime: $dara.RuntimeOptions): Promise<DescribeDesktopGroupsResponse>;
|
|
47933
48324
|
/**
|
|
47934
|
-
* Queries
|
|
48325
|
+
* Queries cloud computer shares.
|
|
47935
48326
|
*
|
|
47936
48327
|
* @param request - DescribeDesktopGroupsRequest
|
|
47937
48328
|
* @returns DescribeDesktopGroupsResponse
|
|
@@ -48262,12 +48653,16 @@ export default class Client extends OpenApi {
|
|
|
48262
48653
|
*/
|
|
48263
48654
|
describeKmsKeys(request: DescribeKmsKeysRequest): Promise<DescribeKmsKeysResponse>;
|
|
48264
48655
|
/**
|
|
48656
|
+
* Queries the price for changing the specifications of a monthly subscription cloud computer with unlimited hours or a premium bandwidth plan.
|
|
48657
|
+
*
|
|
48265
48658
|
* @param request - DescribeModificationPriceRequest
|
|
48266
48659
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
48267
48660
|
* @returns DescribeModificationPriceResponse
|
|
48268
48661
|
*/
|
|
48269
48662
|
describeModificationPriceWithOptions(request: DescribeModificationPriceRequest, runtime: $dara.RuntimeOptions): Promise<DescribeModificationPriceResponse>;
|
|
48270
48663
|
/**
|
|
48664
|
+
* Queries the price for changing the specifications of a monthly subscription cloud computer with unlimited hours or a premium bandwidth plan.
|
|
48665
|
+
*
|
|
48271
48666
|
* @param request - DescribeModificationPriceRequest
|
|
48272
48667
|
* @returns DescribeModificationPriceResponse
|
|
48273
48668
|
*/
|
|
@@ -48450,12 +48845,16 @@ export default class Client extends OpenApi {
|
|
|
48450
48845
|
*/
|
|
48451
48846
|
describeRegions(request: DescribeRegionsRequest): Promise<DescribeRegionsResponse>;
|
|
48452
48847
|
/**
|
|
48848
|
+
* Queries the renewal price of an Alibaba Cloud Workspace service.
|
|
48849
|
+
*
|
|
48453
48850
|
* @param request - DescribeRenewalPriceRequest
|
|
48454
48851
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
48455
48852
|
* @returns DescribeRenewalPriceResponse
|
|
48456
48853
|
*/
|
|
48457
48854
|
describeRenewalPriceWithOptions(request: DescribeRenewalPriceRequest, runtime: $dara.RuntimeOptions): Promise<DescribeRenewalPriceResponse>;
|
|
48458
48855
|
/**
|
|
48856
|
+
* Queries the renewal price of an Alibaba Cloud Workspace service.
|
|
48857
|
+
*
|
|
48459
48858
|
* @param request - DescribeRenewalPriceRequest
|
|
48460
48859
|
* @returns DescribeRenewalPriceResponse
|
|
48461
48860
|
*/
|
|
@@ -48852,7 +49251,7 @@ export default class Client extends OpenApi {
|
|
|
48852
49251
|
*/
|
|
48853
49252
|
getCoordinateTicket(request: GetCoordinateTicketRequest): Promise<GetCoordinateTicketResponse>;
|
|
48854
49253
|
/**
|
|
48855
|
-
* Queries the information about a cloud computer
|
|
49254
|
+
* Queries the information about a cloud computer share.
|
|
48856
49255
|
*
|
|
48857
49256
|
* @param request - GetDesktopGroupDetailRequest
|
|
48858
49257
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -48860,7 +49259,7 @@ export default class Client extends OpenApi {
|
|
|
48860
49259
|
*/
|
|
48861
49260
|
getDesktopGroupDetailWithOptions(request: GetDesktopGroupDetailRequest, runtime: $dara.RuntimeOptions): Promise<GetDesktopGroupDetailResponse>;
|
|
48862
49261
|
/**
|
|
48863
|
-
* Queries the information about a cloud computer
|
|
49262
|
+
* Queries the information about a cloud computer share.
|
|
48864
49263
|
*
|
|
48865
49264
|
* @param request - GetDesktopGroupDetailRequest
|
|
48866
49265
|
* @returns GetDesktopGroupDetailResponse
|
|
@@ -49332,10 +49731,10 @@ export default class Client extends OpenApi {
|
|
|
49332
49731
|
*/
|
|
49333
49732
|
modifyDesktopChargeType(request: ModifyDesktopChargeTypeRequest): Promise<ModifyDesktopChargeTypeResponse>;
|
|
49334
49733
|
/**
|
|
49335
|
-
* Modifies
|
|
49734
|
+
* Modifies a cloud computer share.
|
|
49336
49735
|
*
|
|
49337
49736
|
* @remarks
|
|
49338
|
-
*
|
|
49737
|
+
* Once a cloud computer share is created, the system automatically provisions cloud computers according to the auto-scaling policy and user connections, all based on the same template and security policy. You can adjust the cloud computer share\\"s configurations, including the share name, template, and policy, for different business scenarios.
|
|
49339
49738
|
*
|
|
49340
49739
|
* @param request - ModifyDesktopGroupRequest
|
|
49341
49740
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -49343,10 +49742,10 @@ export default class Client extends OpenApi {
|
|
|
49343
49742
|
*/
|
|
49344
49743
|
modifyDesktopGroupWithOptions(request: ModifyDesktopGroupRequest, runtime: $dara.RuntimeOptions): Promise<ModifyDesktopGroupResponse>;
|
|
49345
49744
|
/**
|
|
49346
|
-
* Modifies
|
|
49745
|
+
* Modifies a cloud computer share.
|
|
49347
49746
|
*
|
|
49348
49747
|
* @remarks
|
|
49349
|
-
*
|
|
49748
|
+
* Once a cloud computer share is created, the system automatically provisions cloud computers according to the auto-scaling policy and user connections, all based on the same template and security policy. You can adjust the cloud computer share\\"s configurations, including the share name, template, and policy, for different business scenarios.
|
|
49350
49749
|
*
|
|
49351
49750
|
* @param request - ModifyDesktopGroupRequest
|
|
49352
49751
|
* @returns ModifyDesktopGroupResponse
|