@alicloud/ecd20200930 4.6.1 → 4.6.2
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 +264 -86
- package/dist/client.js +33 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +295 -86
package/dist/client.d.ts
CHANGED
|
@@ -780,7 +780,7 @@ export declare class CreateCloudDriveServiceResponseBodyConflictCdsAndOrder exte
|
|
|
780
780
|
export declare class CreateConfigGroupRequestConfigTimers extends $dara.Model {
|
|
781
781
|
/**
|
|
782
782
|
* @remarks
|
|
783
|
-
* Specifies whether to allow end users to configure scheduled
|
|
783
|
+
* Specifies whether to allow end users to configure the scheduled task.
|
|
784
784
|
*
|
|
785
785
|
* @example
|
|
786
786
|
* true
|
|
@@ -788,7 +788,7 @@ export declare class CreateConfigGroupRequestConfigTimers extends $dara.Model {
|
|
|
788
788
|
allowClientSetting?: boolean;
|
|
789
789
|
/**
|
|
790
790
|
* @remarks
|
|
791
|
-
* The
|
|
791
|
+
* The cron expression specified in the scheduled task.
|
|
792
792
|
*
|
|
793
793
|
* > 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
|
|
794
794
|
*
|
|
@@ -798,7 +798,7 @@ export declare class CreateConfigGroupRequestConfigTimers extends $dara.Model {
|
|
|
798
798
|
cronExpression?: string;
|
|
799
799
|
/**
|
|
800
800
|
* @remarks
|
|
801
|
-
* Specifies whether to
|
|
801
|
+
* Specifies whether to forcefully execute the scheduled task.
|
|
802
802
|
*
|
|
803
803
|
* @example
|
|
804
804
|
* true
|
|
@@ -828,18 +828,18 @@ export declare class CreateConfigGroupRequestConfigTimers extends $dara.Model {
|
|
|
828
828
|
operationType?: string;
|
|
829
829
|
/**
|
|
830
830
|
* @remarks
|
|
831
|
-
* The process whitelist. If whitelisted processes are running, the scheduled task
|
|
831
|
+
* The process whitelist. If whitelisted processes are running, the scheduled task does not take effect.
|
|
832
832
|
*/
|
|
833
833
|
processWhitelist?: string[];
|
|
834
834
|
/**
|
|
835
835
|
* @remarks
|
|
836
|
-
* The reset
|
|
836
|
+
* The reset option.
|
|
837
837
|
*
|
|
838
838
|
* Valid values:
|
|
839
839
|
*
|
|
840
|
-
* * RESET_TYPE_SYSTEM: resets only the system
|
|
841
|
-
* * RESET_TYPE_USER_DISK: resets only the data
|
|
842
|
-
* * RESET_TYPE_BOTH: resets the system
|
|
840
|
+
* * RESET_TYPE_SYSTEM: resets only the system disk.
|
|
841
|
+
* * RESET_TYPE_USER_DISK: resets only the data disk.
|
|
842
|
+
* * RESET_TYPE_BOTH: resets the system and data disks.
|
|
843
843
|
*
|
|
844
844
|
* @example
|
|
845
845
|
* RESET_TYPE_SYSTEM
|
|
@@ -847,7 +847,7 @@ export declare class CreateConfigGroupRequestConfigTimers extends $dara.Model {
|
|
|
847
847
|
resetType?: string;
|
|
848
848
|
/**
|
|
849
849
|
* @remarks
|
|
850
|
-
* The
|
|
850
|
+
* The scheduled task type.
|
|
851
851
|
*
|
|
852
852
|
* Valid values:
|
|
853
853
|
*
|
|
@@ -4608,6 +4608,7 @@ export declare class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dar
|
|
|
4608
4608
|
* m-gq15cq5ydlvwn****
|
|
4609
4609
|
*/
|
|
4610
4610
|
imageId?: string;
|
|
4611
|
+
isLdap?: boolean;
|
|
4611
4612
|
/**
|
|
4612
4613
|
* @remarks
|
|
4613
4614
|
* The keep-alive duration of a session after the session is disconnected. Valid values: 180000 (3 minutes) to 345600000 (4 days). Unit: milliseconds. If you set this parameter to 0, the session is permanently retained after it is disconnected.
|
|
@@ -5972,6 +5973,7 @@ export declare class DescribeDesktopsResponseBodyDesktops extends $dara.Model {
|
|
|
5972
5973
|
* m-4zfb6zj728hhr****
|
|
5973
5974
|
*/
|
|
5974
5975
|
imageId?: string;
|
|
5976
|
+
isLdap?: boolean;
|
|
5975
5977
|
/**
|
|
5976
5978
|
* @remarks
|
|
5977
5979
|
* The flag that is used to manage the cloud computer.
|
|
@@ -9332,7 +9334,7 @@ export declare class DescribeOfficeSitesResponseBodyOfficeSitesLogs extends $dar
|
|
|
9332
9334
|
export declare class DescribeOfficeSitesResponseBodyOfficeSitesResourceAmounts extends $dara.Model {
|
|
9333
9335
|
/**
|
|
9334
9336
|
* @remarks
|
|
9335
|
-
* The
|
|
9337
|
+
* The number of resources.
|
|
9336
9338
|
*
|
|
9337
9339
|
* @example
|
|
9338
9340
|
* 1
|
|
@@ -9340,10 +9342,12 @@ export declare class DescribeOfficeSitesResponseBodyOfficeSitesResourceAmounts e
|
|
|
9340
9342
|
amount?: number;
|
|
9341
9343
|
/**
|
|
9342
9344
|
* @remarks
|
|
9343
|
-
* The resource type.
|
|
9345
|
+
* The resource type.
|
|
9346
|
+
*
|
|
9347
|
+
* Valid values:
|
|
9344
9348
|
*
|
|
9345
|
-
*
|
|
9346
|
-
*
|
|
9349
|
+
* * desktop: the cloud computer.
|
|
9350
|
+
* * DesktopGroup: the cloud computer share.
|
|
9347
9351
|
*
|
|
9348
9352
|
* @example
|
|
9349
9353
|
* desktop
|
|
@@ -9454,7 +9458,7 @@ export declare class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Mo
|
|
|
9454
9458
|
creationTime?: string;
|
|
9455
9459
|
/**
|
|
9456
9460
|
* @remarks
|
|
9457
|
-
* The custom gateway.
|
|
9461
|
+
* The custom endpoint of the access gateway.
|
|
9458
9462
|
*
|
|
9459
9463
|
* @example
|
|
9460
9464
|
* gw-****.com
|
|
@@ -9462,7 +9466,7 @@ export declare class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Mo
|
|
|
9462
9466
|
customAccessPoint?: string;
|
|
9463
9467
|
/**
|
|
9464
9468
|
* @remarks
|
|
9465
|
-
* The
|
|
9469
|
+
* The custom DNS addresses.
|
|
9466
9470
|
*/
|
|
9467
9471
|
customDnsAddress?: string[];
|
|
9468
9472
|
/**
|
|
@@ -9507,7 +9511,7 @@ export declare class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Mo
|
|
|
9507
9511
|
desktopVpcEndpoint?: string;
|
|
9508
9512
|
/**
|
|
9509
9513
|
* @remarks
|
|
9510
|
-
* The
|
|
9514
|
+
* The DNS addresses for the AD domains.
|
|
9511
9515
|
*/
|
|
9512
9516
|
dnsAddress?: string[];
|
|
9513
9517
|
/**
|
|
@@ -9636,10 +9640,12 @@ export declare class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Mo
|
|
|
9636
9640
|
networkPackageId?: string;
|
|
9637
9641
|
/**
|
|
9638
9642
|
* @remarks
|
|
9639
|
-
* The network version.
|
|
9643
|
+
* The network version. The new version supports App Streaming.
|
|
9644
|
+
*
|
|
9645
|
+
* Valid values:
|
|
9640
9646
|
*
|
|
9641
|
-
*
|
|
9642
|
-
*
|
|
9647
|
+
* * DEFAULT: the old version.
|
|
9648
|
+
* * NM: the new version.
|
|
9643
9649
|
*
|
|
9644
9650
|
* @example
|
|
9645
9651
|
* NM
|
|
@@ -9713,7 +9719,7 @@ export declare class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Mo
|
|
|
9713
9719
|
rdsLicenseStatus?: string;
|
|
9714
9720
|
/**
|
|
9715
9721
|
* @remarks
|
|
9716
|
-
* The
|
|
9722
|
+
* The number of resources.
|
|
9717
9723
|
*/
|
|
9718
9724
|
resourceAmounts?: DescribeOfficeSitesResponseBodyOfficeSitesResourceAmounts[];
|
|
9719
9725
|
/**
|
|
@@ -9771,7 +9777,7 @@ export declare class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Mo
|
|
|
9771
9777
|
status?: string;
|
|
9772
9778
|
/**
|
|
9773
9779
|
* @remarks
|
|
9774
|
-
*
|
|
9780
|
+
* The DNS addresses for the AD subdomains.
|
|
9775
9781
|
*/
|
|
9776
9782
|
subDnsAddress?: string[];
|
|
9777
9783
|
/**
|
|
@@ -9805,7 +9811,7 @@ export declare class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Mo
|
|
|
9805
9811
|
totalEdsCount?: number;
|
|
9806
9812
|
/**
|
|
9807
9813
|
* @remarks
|
|
9808
|
-
* The number of
|
|
9814
|
+
* The number of cloud computers in the cloud computer share.
|
|
9809
9815
|
*
|
|
9810
9816
|
* @example
|
|
9811
9817
|
* 0
|
|
@@ -9813,7 +9819,7 @@ export declare class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Mo
|
|
|
9813
9819
|
totalEdsCountForGroup?: number;
|
|
9814
9820
|
/**
|
|
9815
9821
|
* @remarks
|
|
9816
|
-
* The
|
|
9822
|
+
* The number of network interface controllers (NICs).
|
|
9817
9823
|
*
|
|
9818
9824
|
* @example
|
|
9819
9825
|
* 1
|
|
@@ -11820,11 +11826,17 @@ export declare class DescribeRenewalPriceResponseBodyPriceInfo extends $dara.Mod
|
|
|
11820
11826
|
}
|
|
11821
11827
|
export declare class DescribeResourceByCenterPolicyIdResponseBodyResourceModelListAppModelList extends $dara.Model {
|
|
11822
11828
|
/**
|
|
11829
|
+
* @remarks
|
|
11830
|
+
* The application ID. This parameter is only applicable to cloud applications.
|
|
11831
|
+
*
|
|
11823
11832
|
* @example
|
|
11824
11833
|
* 18
|
|
11825
11834
|
*/
|
|
11826
11835
|
appId?: string;
|
|
11827
11836
|
/**
|
|
11837
|
+
* @remarks
|
|
11838
|
+
* The application name.
|
|
11839
|
+
*
|
|
11828
11840
|
* @example
|
|
11829
11841
|
* alipic-powergem
|
|
11830
11842
|
*/
|
|
@@ -11841,84 +11853,140 @@ export declare class DescribeResourceByCenterPolicyIdResponseBodyResourceModelLi
|
|
|
11841
11853
|
});
|
|
11842
11854
|
}
|
|
11843
11855
|
export declare class DescribeResourceByCenterPolicyIdResponseBodyResourceModelList extends $dara.Model {
|
|
11856
|
+
/**
|
|
11857
|
+
* @remarks
|
|
11858
|
+
* The cloud applications.
|
|
11859
|
+
*/
|
|
11844
11860
|
appModelList?: DescribeResourceByCenterPolicyIdResponseBodyResourceModelListAppModelList[];
|
|
11845
11861
|
/**
|
|
11862
|
+
* @remarks
|
|
11863
|
+
* The number of vCPUs.
|
|
11864
|
+
*
|
|
11846
11865
|
* @example
|
|
11847
11866
|
* 64
|
|
11848
11867
|
*/
|
|
11849
11868
|
cpu?: number;
|
|
11850
11869
|
/**
|
|
11870
|
+
* @remarks
|
|
11871
|
+
* The cloud computer type. You can call the [DescribeDesktopTypes](https://help.aliyun.com/document_detail/188882.html) operation to query the IDs of the cloud computer types supported by Alibaba Cloud Workspace.
|
|
11872
|
+
*
|
|
11851
11873
|
* @example
|
|
11852
11874
|
* eds.enterprise_office.8c32g
|
|
11853
11875
|
*/
|
|
11854
11876
|
desktopType?: string;
|
|
11855
11877
|
/**
|
|
11878
|
+
* @remarks
|
|
11879
|
+
* The number of GPUs.
|
|
11880
|
+
*
|
|
11856
11881
|
* @example
|
|
11857
11882
|
* 0.125
|
|
11858
11883
|
*/
|
|
11859
11884
|
gpuCount?: number;
|
|
11860
11885
|
/**
|
|
11886
|
+
* @remarks
|
|
11887
|
+
* The GPU type.
|
|
11888
|
+
*
|
|
11861
11889
|
* @example
|
|
11862
11890
|
* 2GiB
|
|
11863
11891
|
*/
|
|
11864
11892
|
gpuSpec?: string;
|
|
11865
11893
|
/**
|
|
11894
|
+
* @remarks
|
|
11895
|
+
* The memory size. Unit: MiB.
|
|
11896
|
+
*
|
|
11866
11897
|
* @example
|
|
11867
11898
|
* 10240
|
|
11868
11899
|
*/
|
|
11869
11900
|
memory?: number;
|
|
11870
11901
|
/**
|
|
11902
|
+
* @remarks
|
|
11903
|
+
* The OS type.
|
|
11904
|
+
*
|
|
11871
11905
|
* @example
|
|
11872
11906
|
* Linux
|
|
11873
11907
|
*/
|
|
11874
11908
|
osType?: string;
|
|
11875
11909
|
/**
|
|
11910
|
+
* @remarks
|
|
11911
|
+
* The billing method.
|
|
11912
|
+
*
|
|
11876
11913
|
* @example
|
|
11877
11914
|
* postPaid
|
|
11878
11915
|
*/
|
|
11879
11916
|
payType?: string;
|
|
11880
11917
|
/**
|
|
11918
|
+
* @remarks
|
|
11919
|
+
* The service type.
|
|
11920
|
+
*
|
|
11881
11921
|
* @example
|
|
11882
11922
|
* desktop
|
|
11883
11923
|
*/
|
|
11884
11924
|
productType?: string;
|
|
11885
11925
|
/**
|
|
11926
|
+
* @remarks
|
|
11927
|
+
* The protocol type.
|
|
11928
|
+
*
|
|
11886
11929
|
* @example
|
|
11887
11930
|
* ASP
|
|
11888
11931
|
*/
|
|
11889
11932
|
protocolType?: string;
|
|
11890
11933
|
/**
|
|
11934
|
+
* @remarks
|
|
11935
|
+
* The resource group ID.
|
|
11936
|
+
*
|
|
11891
11937
|
* @example
|
|
11892
11938
|
* rg-d7pasxsd3b9nhq**
|
|
11893
11939
|
*/
|
|
11894
11940
|
resourceGroupId?: string;
|
|
11895
11941
|
/**
|
|
11942
|
+
* @remarks
|
|
11943
|
+
* The resource group name.
|
|
11944
|
+
*
|
|
11896
11945
|
* @example
|
|
11897
11946
|
* test
|
|
11898
11947
|
*/
|
|
11899
11948
|
resourceGroupName?: string;
|
|
11900
11949
|
/**
|
|
11950
|
+
* @remarks
|
|
11951
|
+
* The number of associated resource groups
|
|
11952
|
+
*
|
|
11901
11953
|
* @example
|
|
11902
11954
|
* 10
|
|
11903
11955
|
*/
|
|
11904
11956
|
resourceGroupRelCount?: number;
|
|
11905
11957
|
/**
|
|
11958
|
+
* @remarks
|
|
11959
|
+
* The resource ID.
|
|
11960
|
+
*
|
|
11906
11961
|
* @example
|
|
11907
11962
|
* ecd-7o96aa08fr****
|
|
11908
11963
|
*/
|
|
11909
11964
|
resourceId?: string;
|
|
11965
|
+
/**
|
|
11966
|
+
* @remarks
|
|
11967
|
+
* The resource name.
|
|
11968
|
+
*/
|
|
11910
11969
|
resourceName?: string;
|
|
11911
11970
|
/**
|
|
11971
|
+
* @remarks
|
|
11972
|
+
* The region ID of the resource.
|
|
11973
|
+
*
|
|
11912
11974
|
* @example
|
|
11913
11975
|
* cn-shenzhen
|
|
11914
11976
|
*/
|
|
11915
11977
|
resourceRegionId?: string;
|
|
11916
11978
|
/**
|
|
11979
|
+
* @remarks
|
|
11980
|
+
* The resource type.
|
|
11981
|
+
*
|
|
11917
11982
|
* @example
|
|
11918
11983
|
* desktop
|
|
11919
11984
|
*/
|
|
11920
11985
|
resourceType?: string;
|
|
11921
11986
|
/**
|
|
11987
|
+
* @remarks
|
|
11988
|
+
* The resource status.
|
|
11989
|
+
*
|
|
11922
11990
|
* @example
|
|
11923
11991
|
* Stopped
|
|
11924
11992
|
*/
|
|
@@ -12355,7 +12423,7 @@ export declare class DescribeTimerGroupResponseBodyData extends $dara.Model {
|
|
|
12355
12423
|
};
|
|
12356
12424
|
/**
|
|
12357
12425
|
* @remarks
|
|
12358
|
-
* The scheduled task
|
|
12426
|
+
* The scheduled task configurations.
|
|
12359
12427
|
*/
|
|
12360
12428
|
configTimers?: DescribeTimerGroupResponseBodyDataConfigTimers[];
|
|
12361
12429
|
/**
|
|
@@ -12825,6 +12893,7 @@ export declare class DescribeUsersInGroupResponseBodyEndUsers extends $dara.Mode
|
|
|
12825
12893
|
* alice
|
|
12826
12894
|
*/
|
|
12827
12895
|
displayName?: string;
|
|
12896
|
+
displayNameNew?: string;
|
|
12828
12897
|
/**
|
|
12829
12898
|
* @remarks
|
|
12830
12899
|
* The email address of the authorized user.
|
|
@@ -12891,6 +12960,7 @@ export declare class DescribeUsersInGroupResponseBodyEndUsers extends $dara.Mode
|
|
|
12891
12960
|
* ud-i896ze8hazpvl****
|
|
12892
12961
|
*/
|
|
12893
12962
|
userDesktopId?: string;
|
|
12963
|
+
userPrincipalName?: string;
|
|
12894
12964
|
/**
|
|
12895
12965
|
* @remarks
|
|
12896
12966
|
* Details about the seats of users.
|
|
@@ -14117,6 +14187,7 @@ export declare class ListDirectoryUsersResponseBodyUsers extends $dara.Model {
|
|
|
14117
14187
|
* Alice
|
|
14118
14188
|
*/
|
|
14119
14189
|
displayName?: string;
|
|
14190
|
+
displayNameNew?: string;
|
|
14120
14191
|
/**
|
|
14121
14192
|
* @remarks
|
|
14122
14193
|
* The email address.
|
|
@@ -14141,6 +14212,7 @@ export declare class ListDirectoryUsersResponseBodyUsers extends $dara.Model {
|
|
|
14141
14212
|
* 130********
|
|
14142
14213
|
*/
|
|
14143
14214
|
phone?: string;
|
|
14215
|
+
userPrincipalName?: string;
|
|
14144
14216
|
static names(): {
|
|
14145
14217
|
[key: string]: string;
|
|
14146
14218
|
};
|
|
@@ -14358,6 +14430,7 @@ export declare class ListOfficeSiteUsersResponseBodyUsers extends $dara.Model {
|
|
|
14358
14430
|
* Alice
|
|
14359
14431
|
*/
|
|
14360
14432
|
displayName?: string;
|
|
14433
|
+
displayNameNew?: string;
|
|
14361
14434
|
email?: string;
|
|
14362
14435
|
/**
|
|
14363
14436
|
* @remarks
|
|
@@ -14368,6 +14441,7 @@ export declare class ListOfficeSiteUsersResponseBodyUsers extends $dara.Model {
|
|
|
14368
14441
|
*/
|
|
14369
14442
|
endUser?: string;
|
|
14370
14443
|
phone?: string;
|
|
14444
|
+
userPrincipalName?: string;
|
|
14371
14445
|
static names(): {
|
|
14372
14446
|
[key: string]: string;
|
|
14373
14447
|
};
|
|
@@ -15800,11 +15874,17 @@ export declare class ModifyPolicyGroupRequestUsbSupplyRedirectRule extends $dara
|
|
|
15800
15874
|
}
|
|
15801
15875
|
export declare class ModifyResourceCenterPolicyResponseBodyModifyResults extends $dara.Model {
|
|
15802
15876
|
/**
|
|
15877
|
+
* @remarks
|
|
15878
|
+
* The verification result.
|
|
15879
|
+
*
|
|
15803
15880
|
* @example
|
|
15804
15881
|
* true
|
|
15805
15882
|
*/
|
|
15806
15883
|
checkResult?: boolean;
|
|
15807
15884
|
/**
|
|
15885
|
+
* @remarks
|
|
15886
|
+
* The resource ID.
|
|
15887
|
+
*
|
|
15808
15888
|
* @example
|
|
15809
15889
|
* ecd-e254cpyt9bb*****
|
|
15810
15890
|
*/
|
|
@@ -15831,7 +15911,7 @@ export declare class ModifyTimerGroupRequestConfigTimers extends $dara.Model {
|
|
|
15831
15911
|
allowClientSetting?: boolean;
|
|
15832
15912
|
/**
|
|
15833
15913
|
* @remarks
|
|
15834
|
-
* The
|
|
15914
|
+
* The cron expression specified in the scheduled task.
|
|
15835
15915
|
*
|
|
15836
15916
|
* > 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.
|
|
15837
15917
|
*
|
|
@@ -15871,12 +15951,12 @@ export declare class ModifyTimerGroupRequestConfigTimers extends $dara.Model {
|
|
|
15871
15951
|
operationType?: string;
|
|
15872
15952
|
/**
|
|
15873
15953
|
* @remarks
|
|
15874
|
-
* The process whitelist. If whitelisted processes are running, the scheduled task
|
|
15954
|
+
* The process whitelist. If whitelisted processes are running, the scheduled task triggered by inactivity does not take effect.
|
|
15875
15955
|
*/
|
|
15876
15956
|
processWhitelist?: string[];
|
|
15877
15957
|
/**
|
|
15878
15958
|
* @remarks
|
|
15879
|
-
* The reset
|
|
15959
|
+
* The reset option.
|
|
15880
15960
|
*
|
|
15881
15961
|
* Valid values:
|
|
15882
15962
|
*
|
|
@@ -15890,7 +15970,7 @@ export declare class ModifyTimerGroupRequestConfigTimers extends $dara.Model {
|
|
|
15890
15970
|
resetType?: string;
|
|
15891
15971
|
/**
|
|
15892
15972
|
* @remarks
|
|
15893
|
-
* The
|
|
15973
|
+
* The scheduled task type.
|
|
15894
15974
|
*
|
|
15895
15975
|
* Valid values:
|
|
15896
15976
|
*
|
|
@@ -17132,7 +17212,7 @@ export declare class AddUserToDesktopGroupRequest extends $dara.Model {
|
|
|
17132
17212
|
desktopGroupIds?: string[];
|
|
17133
17213
|
/**
|
|
17134
17214
|
* @remarks
|
|
17135
|
-
* The
|
|
17215
|
+
* The IDs of the users to whom you want to grant permissions.
|
|
17136
17216
|
*/
|
|
17137
17217
|
endUserIds?: string[];
|
|
17138
17218
|
/**
|
|
@@ -18349,6 +18429,11 @@ export declare class CancelCopyImageResponse extends $dara.Model {
|
|
|
18349
18429
|
export declare class CloneCenterPolicyRequest extends $dara.Model {
|
|
18350
18430
|
/**
|
|
18351
18431
|
* @remarks
|
|
18432
|
+
* The business type. Valid values:
|
|
18433
|
+
*
|
|
18434
|
+
* * 1: public cloud.
|
|
18435
|
+
* * 8: commercial edition.
|
|
18436
|
+
*
|
|
18352
18437
|
* This parameter is required.
|
|
18353
18438
|
*
|
|
18354
18439
|
* @example
|
|
@@ -18357,6 +18442,8 @@ export declare class CloneCenterPolicyRequest extends $dara.Model {
|
|
|
18357
18442
|
businessType?: number;
|
|
18358
18443
|
/**
|
|
18359
18444
|
* @remarks
|
|
18445
|
+
* The name of the cloud computer policy that you want to clone.
|
|
18446
|
+
*
|
|
18360
18447
|
* This parameter is required.
|
|
18361
18448
|
*
|
|
18362
18449
|
* @example
|
|
@@ -18365,6 +18452,8 @@ export declare class CloneCenterPolicyRequest extends $dara.Model {
|
|
|
18365
18452
|
name?: string;
|
|
18366
18453
|
/**
|
|
18367
18454
|
* @remarks
|
|
18455
|
+
* The ID of the cloud computer policy that you want to clone.
|
|
18456
|
+
*
|
|
18368
18457
|
* This parameter is required.
|
|
18369
18458
|
*
|
|
18370
18459
|
* @example
|
|
@@ -18373,6 +18462,8 @@ export declare class CloneCenterPolicyRequest extends $dara.Model {
|
|
|
18373
18462
|
policyGroupId?: string;
|
|
18374
18463
|
/**
|
|
18375
18464
|
* @remarks
|
|
18465
|
+
* The region ID. You can call the [DescribeRegions](~~DescribeRegions~~) operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
|
|
18466
|
+
*
|
|
18376
18467
|
* This parameter is required.
|
|
18377
18468
|
*
|
|
18378
18469
|
* @example
|
|
@@ -18381,6 +18472,11 @@ export declare class CloneCenterPolicyRequest extends $dara.Model {
|
|
|
18381
18472
|
regionId?: string;
|
|
18382
18473
|
/**
|
|
18383
18474
|
* @remarks
|
|
18475
|
+
* The resource type. Valid values:
|
|
18476
|
+
*
|
|
18477
|
+
* * desktop: cloud computers.
|
|
18478
|
+
* * app: cloud applications.
|
|
18479
|
+
*
|
|
18384
18480
|
* This parameter is required.
|
|
18385
18481
|
*
|
|
18386
18482
|
* @example
|
|
@@ -18400,11 +18496,17 @@ export declare class CloneCenterPolicyRequest extends $dara.Model {
|
|
|
18400
18496
|
}
|
|
18401
18497
|
export declare class CloneCenterPolicyResponseBody extends $dara.Model {
|
|
18402
18498
|
/**
|
|
18499
|
+
* @remarks
|
|
18500
|
+
* The ID of the duplicated cloud computer policy.
|
|
18501
|
+
*
|
|
18403
18502
|
* @example
|
|
18404
18503
|
* pg-gx2x1dhsmthe9****
|
|
18405
18504
|
*/
|
|
18406
18505
|
policyGroupId?: string;
|
|
18407
18506
|
/**
|
|
18507
|
+
* @remarks
|
|
18508
|
+
* The request ID.
|
|
18509
|
+
*
|
|
18408
18510
|
* @example
|
|
18409
18511
|
* 1CBAFFAB-B697-4049-A9B1-67E1FC5F****
|
|
18410
18512
|
*/
|
|
@@ -21641,7 +21743,7 @@ export declare class CreateCloudDriveUsersResponse extends $dara.Model {
|
|
|
21641
21743
|
export declare class CreateConfigGroupRequest extends $dara.Model {
|
|
21642
21744
|
/**
|
|
21643
21745
|
* @remarks
|
|
21644
|
-
* The
|
|
21746
|
+
* The scheduled task groups.
|
|
21645
21747
|
*/
|
|
21646
21748
|
configTimers?: CreateConfigGroupRequestConfigTimers[];
|
|
21647
21749
|
/**
|
|
@@ -21686,11 +21788,11 @@ export declare class CreateConfigGroupRequest extends $dara.Model {
|
|
|
21686
21788
|
regionId?: string;
|
|
21687
21789
|
/**
|
|
21688
21790
|
* @remarks
|
|
21689
|
-
* The type
|
|
21791
|
+
* The group type.
|
|
21690
21792
|
*
|
|
21691
21793
|
* Valid value:
|
|
21692
21794
|
*
|
|
21693
|
-
* * Timer:
|
|
21795
|
+
* * Timer: a scheduled task group.
|
|
21694
21796
|
*
|
|
21695
21797
|
* This parameter is required.
|
|
21696
21798
|
*
|
|
@@ -23334,6 +23436,7 @@ export declare class CreateImageRequest extends $dara.Model {
|
|
|
23334
23436
|
* false
|
|
23335
23437
|
*/
|
|
23336
23438
|
autoCleanUserdata?: boolean;
|
|
23439
|
+
dataSnapshotIds?: string[];
|
|
23337
23440
|
/**
|
|
23338
23441
|
* @remarks
|
|
23339
23442
|
* The description of the custom image. The description must be 2 to 256 characters in length. It cannot start with `http://` or `https://`.
|
|
@@ -25516,6 +25619,13 @@ export declare class DeleteCdsFileResponse extends $dara.Model {
|
|
|
25516
25619
|
export declare class DeleteCenterPolicyRequest extends $dara.Model {
|
|
25517
25620
|
/**
|
|
25518
25621
|
* @remarks
|
|
25622
|
+
* The business type.
|
|
25623
|
+
*
|
|
25624
|
+
* Valid values:
|
|
25625
|
+
*
|
|
25626
|
+
* * 1: public cloud.
|
|
25627
|
+
* * 8: commercial edition.
|
|
25628
|
+
*
|
|
25519
25629
|
* This parameter is required.
|
|
25520
25630
|
*
|
|
25521
25631
|
* @example
|
|
@@ -25524,11 +25634,15 @@ export declare class DeleteCenterPolicyRequest extends $dara.Model {
|
|
|
25524
25634
|
businessType?: number;
|
|
25525
25635
|
/**
|
|
25526
25636
|
* @remarks
|
|
25637
|
+
* The policy IDs.
|
|
25638
|
+
*
|
|
25527
25639
|
* This parameter is required.
|
|
25528
25640
|
*/
|
|
25529
25641
|
policyGroupIds?: string[];
|
|
25530
25642
|
/**
|
|
25531
25643
|
* @remarks
|
|
25644
|
+
* The region ID. You can call the [DescribeRegions](~~DescribeRegions~~) operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
|
|
25645
|
+
*
|
|
25532
25646
|
* This parameter is required.
|
|
25533
25647
|
*
|
|
25534
25648
|
* @example
|
|
@@ -25537,6 +25651,13 @@ export declare class DeleteCenterPolicyRequest extends $dara.Model {
|
|
|
25537
25651
|
regionId?: string;
|
|
25538
25652
|
/**
|
|
25539
25653
|
* @remarks
|
|
25654
|
+
* The resource type.
|
|
25655
|
+
*
|
|
25656
|
+
* Valid values:
|
|
25657
|
+
*
|
|
25658
|
+
* * app: cloud applications.
|
|
25659
|
+
* * desktop: cloud computers.
|
|
25660
|
+
*
|
|
25540
25661
|
* This parameter is required.
|
|
25541
25662
|
*
|
|
25542
25663
|
* @example
|
|
@@ -25556,6 +25677,9 @@ export declare class DeleteCenterPolicyRequest extends $dara.Model {
|
|
|
25556
25677
|
}
|
|
25557
25678
|
export declare class DeleteCenterPolicyResponseBody extends $dara.Model {
|
|
25558
25679
|
/**
|
|
25680
|
+
* @remarks
|
|
25681
|
+
* The request ID.
|
|
25682
|
+
*
|
|
25559
25683
|
* @example
|
|
25560
25684
|
* 72E47B1E-6B11-5A11-A27C-7A80F866****
|
|
25561
25685
|
*/
|
|
@@ -32333,7 +32457,7 @@ export declare class DescribeOfficeSitesResponseBody extends $dara.Model {
|
|
|
32333
32457
|
nextToken?: string;
|
|
32334
32458
|
/**
|
|
32335
32459
|
* @remarks
|
|
32336
|
-
* The
|
|
32460
|
+
* The office networks.
|
|
32337
32461
|
*/
|
|
32338
32462
|
officeSites?: DescribeOfficeSitesResponseBodyOfficeSites[];
|
|
32339
32463
|
/**
|
|
@@ -33265,17 +33389,28 @@ export declare class DescribeRenewalPriceResponse extends $dara.Model {
|
|
|
33265
33389
|
}
|
|
33266
33390
|
export declare class DescribeResourceByCenterPolicyIdRequest extends $dara.Model {
|
|
33267
33391
|
/**
|
|
33392
|
+
* @remarks
|
|
33393
|
+
* The number of entries per page.
|
|
33394
|
+
*
|
|
33395
|
+
* * Maximum value: 100.
|
|
33396
|
+
* * Default value: 10.
|
|
33397
|
+
*
|
|
33268
33398
|
* @example
|
|
33269
33399
|
* 10
|
|
33270
33400
|
*/
|
|
33271
33401
|
maxResults?: number;
|
|
33272
33402
|
/**
|
|
33403
|
+
* @remarks
|
|
33404
|
+
* A pagination token.
|
|
33405
|
+
*
|
|
33273
33406
|
* @example
|
|
33274
33407
|
* AAAAAV3MpHK1AP0pfERHZN5pu6l69tQX7yFxx6/4dbooBAOc
|
|
33275
33408
|
*/
|
|
33276
33409
|
nextToken?: string;
|
|
33277
33410
|
/**
|
|
33278
33411
|
* @remarks
|
|
33412
|
+
* The policy ID.
|
|
33413
|
+
*
|
|
33279
33414
|
* This parameter is required.
|
|
33280
33415
|
*
|
|
33281
33416
|
* @example
|
|
@@ -33283,11 +33418,24 @@ export declare class DescribeResourceByCenterPolicyIdRequest extends $dara.Model
|
|
|
33283
33418
|
*/
|
|
33284
33419
|
policyGroupId?: string;
|
|
33285
33420
|
/**
|
|
33421
|
+
* @remarks
|
|
33422
|
+
* The service type.
|
|
33423
|
+
*
|
|
33424
|
+
* Valid values:
|
|
33425
|
+
*
|
|
33426
|
+
* * app: cloud applications.
|
|
33427
|
+
* * resourceGroup: resource groups.
|
|
33428
|
+
* * desktop: cloud computers.
|
|
33429
|
+
* * desktopGroup: cloud computer shares.
|
|
33430
|
+
*
|
|
33286
33431
|
* @example
|
|
33287
33432
|
* desktop
|
|
33288
33433
|
*/
|
|
33289
33434
|
productType?: string;
|
|
33290
33435
|
/**
|
|
33436
|
+
* @remarks
|
|
33437
|
+
* The resource ID.
|
|
33438
|
+
*
|
|
33291
33439
|
* @example
|
|
33292
33440
|
* ecd-ia2zw38bi6cm7****
|
|
33293
33441
|
*/
|
|
@@ -33305,20 +33453,33 @@ export declare class DescribeResourceByCenterPolicyIdRequest extends $dara.Model
|
|
|
33305
33453
|
}
|
|
33306
33454
|
export declare class DescribeResourceByCenterPolicyIdResponseBody extends $dara.Model {
|
|
33307
33455
|
/**
|
|
33456
|
+
* @remarks
|
|
33457
|
+
* The total number of resources.
|
|
33458
|
+
*
|
|
33308
33459
|
* @example
|
|
33309
33460
|
* 2
|
|
33310
33461
|
*/
|
|
33311
33462
|
count?: string;
|
|
33312
33463
|
/**
|
|
33464
|
+
* @remarks
|
|
33465
|
+
* 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.
|
|
33466
|
+
*
|
|
33313
33467
|
* @example
|
|
33314
33468
|
* caeba0bbb2be03f84eb48b699f0a4883
|
|
33315
33469
|
*/
|
|
33316
33470
|
nextToken?: string;
|
|
33317
33471
|
/**
|
|
33472
|
+
* @remarks
|
|
33473
|
+
* The request ID.
|
|
33474
|
+
*
|
|
33318
33475
|
* @example
|
|
33319
33476
|
* 48174475-5EB2-5F99-A9E9-6F892D645****
|
|
33320
33477
|
*/
|
|
33321
33478
|
requestId?: string;
|
|
33479
|
+
/**
|
|
33480
|
+
* @remarks
|
|
33481
|
+
* The resources.
|
|
33482
|
+
*/
|
|
33322
33483
|
resourceModelList?: DescribeResourceByCenterPolicyIdResponseBodyResourceModelList[];
|
|
33323
33484
|
static names(): {
|
|
33324
33485
|
[key: string]: string;
|
|
@@ -33515,7 +33676,7 @@ export declare class DescribeSnapshotsRequest extends $dara.Model {
|
|
|
33515
33676
|
nextToken?: string;
|
|
33516
33677
|
/**
|
|
33517
33678
|
* @remarks
|
|
33518
|
-
* The region ID. You can call the [DescribeRegions](
|
|
33679
|
+
* The region ID. You can call the [DescribeRegions](~~DescribeRegions~~) operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
|
|
33519
33680
|
*
|
|
33520
33681
|
* This parameter is required.
|
|
33521
33682
|
*
|
|
@@ -33575,27 +33736,14 @@ export declare class DescribeSnapshotsRequest extends $dara.Model {
|
|
|
33575
33736
|
snapshotType?: string;
|
|
33576
33737
|
/**
|
|
33577
33738
|
* @remarks
|
|
33578
|
-
* The
|
|
33739
|
+
* The disk for which you want to create a snapshot.
|
|
33579
33740
|
*
|
|
33580
33741
|
* > The value of this parameter is not case-sensitive.
|
|
33581
33742
|
*
|
|
33582
33743
|
* Valid values:
|
|
33583
33744
|
*
|
|
33584
|
-
* * Data: data disk
|
|
33585
|
-
*
|
|
33586
|
-
* <!-- -->
|
|
33587
|
-
*
|
|
33588
|
-
* <!-- -->
|
|
33589
|
-
*
|
|
33590
|
-
* <!-- -->
|
|
33591
|
-
*
|
|
33592
|
-
* * System: system disk
|
|
33593
|
-
*
|
|
33594
|
-
* <!-- -->
|
|
33595
|
-
*
|
|
33596
|
-
* <!-- -->
|
|
33597
|
-
*
|
|
33598
|
-
* <!-- -->
|
|
33745
|
+
* * Data: the data disk.
|
|
33746
|
+
* * System: the system disk.
|
|
33599
33747
|
*
|
|
33600
33748
|
* @example
|
|
33601
33749
|
* system
|
|
@@ -33639,7 +33787,7 @@ export declare class DescribeSnapshotsResponseBody extends $dara.Model {
|
|
|
33639
33787
|
requestId?: string;
|
|
33640
33788
|
/**
|
|
33641
33789
|
* @remarks
|
|
33642
|
-
*
|
|
33790
|
+
* The snapshots.
|
|
33643
33791
|
*/
|
|
33644
33792
|
snapshots?: DescribeSnapshotsResponseBodySnapshots[];
|
|
33645
33793
|
static names(): {
|
|
@@ -33703,7 +33851,7 @@ export declare class DescribeTimerGroupRequest extends $dara.Model {
|
|
|
33703
33851
|
export declare class DescribeTimerGroupResponseBody extends $dara.Model {
|
|
33704
33852
|
/**
|
|
33705
33853
|
* @remarks
|
|
33706
|
-
* The information about the
|
|
33854
|
+
* The information about the scheduled task group.
|
|
33707
33855
|
*/
|
|
33708
33856
|
data?: DescribeTimerGroupResponseBodyData;
|
|
33709
33857
|
/**
|
|
@@ -34162,21 +34310,8 @@ export declare class DescribeUsersInGroupRequest extends $dara.Model {
|
|
|
34162
34310
|
* Valid values:
|
|
34163
34311
|
*
|
|
34164
34312
|
* * true (default)
|
|
34165
|
-
*
|
|
34166
|
-
* <!-- -->
|
|
34167
|
-
*
|
|
34168
|
-
* <!-- -->
|
|
34169
|
-
*
|
|
34170
|
-
* <!-- -->
|
|
34171
|
-
*
|
|
34172
34313
|
* * false
|
|
34173
34314
|
*
|
|
34174
|
-
* <!-- -->
|
|
34175
|
-
*
|
|
34176
|
-
* <!-- -->
|
|
34177
|
-
*
|
|
34178
|
-
* <!-- -->
|
|
34179
|
-
*
|
|
34180
34315
|
* @example
|
|
34181
34316
|
* false
|
|
34182
34317
|
*/
|
|
@@ -35007,7 +35142,7 @@ export declare class DownloadCdsFileResponse extends $dara.Model {
|
|
|
35007
35142
|
export declare class ExportClientEventsRequest extends $dara.Model {
|
|
35008
35143
|
/**
|
|
35009
35144
|
* @remarks
|
|
35010
|
-
* The
|
|
35145
|
+
* The cloud computer ID.
|
|
35011
35146
|
*
|
|
35012
35147
|
* @example
|
|
35013
35148
|
* ecd-gx2x1dhsmucyy****
|
|
@@ -35015,7 +35150,7 @@ export declare class ExportClientEventsRequest extends $dara.Model {
|
|
|
35015
35150
|
desktopId?: string;
|
|
35016
35151
|
/**
|
|
35017
35152
|
* @remarks
|
|
35018
|
-
* The
|
|
35153
|
+
* The cloud computer name.
|
|
35019
35154
|
*
|
|
35020
35155
|
* @example
|
|
35021
35156
|
* testName
|
|
@@ -35041,17 +35176,18 @@ export declare class ExportClientEventsRequest extends $dara.Model {
|
|
|
35041
35176
|
endUserId?: string;
|
|
35042
35177
|
/**
|
|
35043
35178
|
* @remarks
|
|
35044
|
-
* The type of event that you want to query.
|
|
35179
|
+
* The type of the event that you want to query. If you provide multiple values for EventTypes, the response will include events of all the specified types. If you provide no values for EventTypes and EventType, the response will include all events in the designated region.
|
|
35045
35180
|
*
|
|
35046
|
-
*
|
|
35047
|
-
* * DESKTOP_DISCONNECT: The desktop session is disconnected.
|
|
35048
|
-
* * DESKTOP_REBOOT: The cloud desktop is restarted.
|
|
35049
|
-
* * CLIENT_AD_LOGIN: The AD user logs on to the client.
|
|
35050
|
-
* * GET_CONNECTION_TICKET: The request to connect to the cloud desktop is sent.
|
|
35051
|
-
* * DESKTOP_START: The cloud desktop is started.
|
|
35052
|
-
* * DESKTOP_STOP: The cloud desktop is stopped.
|
|
35181
|
+
* Valid values:
|
|
35053
35182
|
*
|
|
35054
|
-
*
|
|
35183
|
+
* * DESKTOP_STOP: the shutdown event.
|
|
35184
|
+
* * GET_LITE_CONNECTION_TICKET: the event of retrieving the connection ticket.
|
|
35185
|
+
* * DESKTOP_DISCONNECT: the session disconnection event.
|
|
35186
|
+
* * CLIENT_LOGIN: the user logon event.
|
|
35187
|
+
* * GET_CONNECTION_TICKET: the connection credential retrieval event.
|
|
35188
|
+
* * DESKTOP_REBOOT: the restart event.
|
|
35189
|
+
* * DESKTOP_CONNECT: the session establishment event.
|
|
35190
|
+
* * DESKTOP_START: the start event.
|
|
35055
35191
|
*
|
|
35056
35192
|
* @example
|
|
35057
35193
|
* CLIENT_LOGIN
|
|
@@ -35059,17 +35195,17 @@ export declare class ExportClientEventsRequest extends $dara.Model {
|
|
|
35059
35195
|
eventType?: string;
|
|
35060
35196
|
/**
|
|
35061
35197
|
* @remarks
|
|
35062
|
-
* The types of event.
|
|
35198
|
+
* The types of the events that you want to query. You can include multiple event types, and the response will return events matching the specified types or all events if none are specified.
|
|
35063
35199
|
*/
|
|
35064
35200
|
eventTypes?: string[];
|
|
35065
35201
|
/**
|
|
35066
35202
|
* @remarks
|
|
35067
|
-
* The language
|
|
35203
|
+
* The language displayed on the frontend page. The backend uses this setting to define the language of exported files.
|
|
35068
35204
|
*
|
|
35069
|
-
*
|
|
35070
|
-
* * `en-GB`: English (United Kingdom)
|
|
35205
|
+
* Valid values:
|
|
35071
35206
|
*
|
|
35072
|
-
*
|
|
35207
|
+
* * zh-CN: Simplified Chinese.
|
|
35208
|
+
* * en-GB: British English.
|
|
35073
35209
|
*
|
|
35074
35210
|
* @example
|
|
35075
35211
|
* zh-CN
|
|
@@ -35088,7 +35224,7 @@ export declare class ExportClientEventsRequest extends $dara.Model {
|
|
|
35088
35224
|
maxResults?: number;
|
|
35089
35225
|
/**
|
|
35090
35226
|
* @remarks
|
|
35091
|
-
* The
|
|
35227
|
+
* The office network ID.
|
|
35092
35228
|
*
|
|
35093
35229
|
* @example
|
|
35094
35230
|
* cn-hangzhou+dir-363353****
|
|
@@ -35096,7 +35232,7 @@ export declare class ExportClientEventsRequest extends $dara.Model {
|
|
|
35096
35232
|
officeSiteId?: string;
|
|
35097
35233
|
/**
|
|
35098
35234
|
* @remarks
|
|
35099
|
-
* The
|
|
35235
|
+
* The office network name.
|
|
35100
35236
|
*
|
|
35101
35237
|
* @example
|
|
35102
35238
|
* test
|
|
@@ -35104,7 +35240,7 @@ export declare class ExportClientEventsRequest extends $dara.Model {
|
|
|
35104
35240
|
officeSiteName?: string;
|
|
35105
35241
|
/**
|
|
35106
35242
|
* @remarks
|
|
35107
|
-
* The ID
|
|
35243
|
+
* The region ID. You can call the [DescribeRegions](~~DescribeRegions~~) operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
|
|
35108
35244
|
*
|
|
35109
35245
|
* This parameter is required.
|
|
35110
35246
|
*
|
|
@@ -35144,7 +35280,7 @@ export declare class ExportClientEventsResponseBody extends $dara.Model {
|
|
|
35144
35280
|
requestId?: string;
|
|
35145
35281
|
/**
|
|
35146
35282
|
* @remarks
|
|
35147
|
-
* The download
|
|
35283
|
+
* The download URL of the exported files.
|
|
35148
35284
|
*
|
|
35149
35285
|
* @example
|
|
35150
35286
|
* https://cn-shanghai-servicemanager.oss-cn-shanghai.aliyuncs.com/A0_CLIENT_EVENT/EDS_Events%20List_20220519234611_w5HuD83KGs.csv?Expires=1652975773&OSSAccessKeyId=****&Signature=4erMG*********k%3D
|
|
@@ -42926,11 +43062,21 @@ export declare class ModifyPolicyGroupResponse extends $dara.Model {
|
|
|
42926
43062
|
export declare class ModifyResourceCenterPolicyRequest extends $dara.Model {
|
|
42927
43063
|
/**
|
|
42928
43064
|
* @remarks
|
|
43065
|
+
* The IDs of the cloud computer policies that you want to associate with cloud computers.
|
|
43066
|
+
*
|
|
43067
|
+
* > You can specify up to one cloud computer policy that takes effect globally, and up to four cloud computer policies that apply to specific IP addresses. If multiple cloud computer policies are configured for global enforcement, only the earliest-associated policy will take effect
|
|
43068
|
+
*
|
|
42929
43069
|
* This parameter is required.
|
|
42930
43070
|
*/
|
|
42931
43071
|
policyGroupIds?: string[];
|
|
42932
43072
|
/**
|
|
42933
43073
|
* @remarks
|
|
43074
|
+
* The policy type.
|
|
43075
|
+
*
|
|
43076
|
+
* Valid values:
|
|
43077
|
+
*
|
|
43078
|
+
* * general: a general policy.
|
|
43079
|
+
*
|
|
42934
43080
|
* This parameter is required.
|
|
42935
43081
|
*
|
|
42936
43082
|
* @example
|
|
@@ -42939,6 +43085,15 @@ export declare class ModifyResourceCenterPolicyRequest extends $dara.Model {
|
|
|
42939
43085
|
policyGroupType?: string;
|
|
42940
43086
|
/**
|
|
42941
43087
|
* @remarks
|
|
43088
|
+
* The service type.
|
|
43089
|
+
*
|
|
43090
|
+
* Valid values:
|
|
43091
|
+
*
|
|
43092
|
+
* * app: cloud applications.
|
|
43093
|
+
* * resourceGroup: resource groups.
|
|
43094
|
+
* * desktop: cloud computers.
|
|
43095
|
+
* * desktopGroup: cloud computer shares.
|
|
43096
|
+
*
|
|
42942
43097
|
* This parameter is required.
|
|
42943
43098
|
*
|
|
42944
43099
|
* @example
|
|
@@ -42947,11 +43102,15 @@ export declare class ModifyResourceCenterPolicyRequest extends $dara.Model {
|
|
|
42947
43102
|
productType?: string;
|
|
42948
43103
|
/**
|
|
42949
43104
|
* @remarks
|
|
43105
|
+
* The resource IDs. You can specify up to 100 resource IDs.
|
|
43106
|
+
*
|
|
42950
43107
|
* This parameter is required.
|
|
42951
43108
|
*/
|
|
42952
43109
|
resourceIds?: string[];
|
|
42953
43110
|
/**
|
|
42954
43111
|
* @remarks
|
|
43112
|
+
* The region ID of the resource.
|
|
43113
|
+
*
|
|
42955
43114
|
* This parameter is required.
|
|
42956
43115
|
*
|
|
42957
43116
|
* @example
|
|
@@ -42960,6 +43119,13 @@ export declare class ModifyResourceCenterPolicyRequest extends $dara.Model {
|
|
|
42960
43119
|
resourceRegionId?: string;
|
|
42961
43120
|
/**
|
|
42962
43121
|
* @remarks
|
|
43122
|
+
* The resource type.
|
|
43123
|
+
*
|
|
43124
|
+
* Valid values:
|
|
43125
|
+
*
|
|
43126
|
+
* * app: cloud applications.
|
|
43127
|
+
* * desktop: cloud computers.
|
|
43128
|
+
*
|
|
42963
43129
|
* This parameter is required.
|
|
42964
43130
|
*
|
|
42965
43131
|
* @example
|
|
@@ -42978,8 +43144,15 @@ export declare class ModifyResourceCenterPolicyRequest extends $dara.Model {
|
|
|
42978
43144
|
});
|
|
42979
43145
|
}
|
|
42980
43146
|
export declare class ModifyResourceCenterPolicyResponseBody extends $dara.Model {
|
|
43147
|
+
/**
|
|
43148
|
+
* @remarks
|
|
43149
|
+
* The modification results.
|
|
43150
|
+
*/
|
|
42981
43151
|
modifyResults?: ModifyResourceCenterPolicyResponseBodyModifyResults[];
|
|
42982
43152
|
/**
|
|
43153
|
+
* @remarks
|
|
43154
|
+
* The request ID.
|
|
43155
|
+
*
|
|
42983
43156
|
* @example
|
|
42984
43157
|
* 51592A88-0F2C-55E6-AD2C-2AD9C10D****
|
|
42985
43158
|
*/
|
|
@@ -43015,7 +43188,7 @@ export declare class ModifyResourceCenterPolicyResponse extends $dara.Model {
|
|
|
43015
43188
|
export declare class ModifyTimerGroupRequest extends $dara.Model {
|
|
43016
43189
|
/**
|
|
43017
43190
|
* @remarks
|
|
43018
|
-
* The
|
|
43191
|
+
* The scheduled task groups.
|
|
43019
43192
|
*/
|
|
43020
43193
|
configTimers?: ModifyTimerGroupRequestConfigTimers[];
|
|
43021
43194
|
/**
|
|
@@ -43523,6 +43696,7 @@ export declare class RebootDesktopsResponse extends $dara.Model {
|
|
|
43523
43696
|
});
|
|
43524
43697
|
}
|
|
43525
43698
|
export declare class RebuildDesktopsRequest extends $dara.Model {
|
|
43699
|
+
afterStatus?: string;
|
|
43526
43700
|
/**
|
|
43527
43701
|
* @remarks
|
|
43528
43702
|
* The cloud computer IDs. You can specify the IDs of 1 to 20 cloud computers.
|
|
@@ -47809,12 +47983,16 @@ export default class Client extends OpenApi {
|
|
|
47809
47983
|
*/
|
|
47810
47984
|
deleteCdsFile(request: DeleteCdsFileRequest): Promise<DeleteCdsFileResponse>;
|
|
47811
47985
|
/**
|
|
47986
|
+
* Deletes a center policy
|
|
47987
|
+
*
|
|
47812
47988
|
* @param request - DeleteCenterPolicyRequest
|
|
47813
47989
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
47814
47990
|
* @returns DeleteCenterPolicyResponse
|
|
47815
47991
|
*/
|
|
47816
47992
|
deleteCenterPolicyWithOptions(request: DeleteCenterPolicyRequest, runtime: $dara.RuntimeOptions): Promise<DeleteCenterPolicyResponse>;
|
|
47817
47993
|
/**
|
|
47994
|
+
* Deletes a center policy
|
|
47995
|
+
*
|
|
47818
47996
|
* @param request - DeleteCenterPolicyRequest
|
|
47819
47997
|
* @returns DeleteCenterPolicyResponse
|
|
47820
47998
|
*/
|