@alicloud/ecd20200930 4.6.1 → 4.6.3
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 +269 -86
- package/dist/client.js +46 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +314 -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
|
/**
|
|
@@ -9584,6 +9588,8 @@ export declare class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Mo
|
|
|
9584
9588
|
* An array of File Storage NAS (NAS) file system IDs.
|
|
9585
9589
|
*/
|
|
9586
9590
|
fileSystemIds?: string[];
|
|
9591
|
+
isLdap?: boolean;
|
|
9592
|
+
ldapUrl?: string;
|
|
9587
9593
|
/**
|
|
9588
9594
|
* @remarks
|
|
9589
9595
|
* Details about registration logs.
|
|
@@ -9636,10 +9642,12 @@ export declare class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Mo
|
|
|
9636
9642
|
networkPackageId?: string;
|
|
9637
9643
|
/**
|
|
9638
9644
|
* @remarks
|
|
9639
|
-
* The network version.
|
|
9645
|
+
* The network version. The new version supports App Streaming.
|
|
9646
|
+
*
|
|
9647
|
+
* Valid values:
|
|
9640
9648
|
*
|
|
9641
|
-
*
|
|
9642
|
-
*
|
|
9649
|
+
* * DEFAULT: the old version.
|
|
9650
|
+
* * NM: the new version.
|
|
9643
9651
|
*
|
|
9644
9652
|
* @example
|
|
9645
9653
|
* NM
|
|
@@ -9713,7 +9721,7 @@ export declare class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Mo
|
|
|
9713
9721
|
rdsLicenseStatus?: string;
|
|
9714
9722
|
/**
|
|
9715
9723
|
* @remarks
|
|
9716
|
-
* The
|
|
9724
|
+
* The number of resources.
|
|
9717
9725
|
*/
|
|
9718
9726
|
resourceAmounts?: DescribeOfficeSitesResponseBodyOfficeSitesResourceAmounts[];
|
|
9719
9727
|
/**
|
|
@@ -9771,7 +9779,7 @@ export declare class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Mo
|
|
|
9771
9779
|
status?: string;
|
|
9772
9780
|
/**
|
|
9773
9781
|
* @remarks
|
|
9774
|
-
*
|
|
9782
|
+
* The DNS addresses for the AD subdomains.
|
|
9775
9783
|
*/
|
|
9776
9784
|
subDnsAddress?: string[];
|
|
9777
9785
|
/**
|
|
@@ -9805,7 +9813,7 @@ export declare class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Mo
|
|
|
9805
9813
|
totalEdsCount?: number;
|
|
9806
9814
|
/**
|
|
9807
9815
|
* @remarks
|
|
9808
|
-
* The number of
|
|
9816
|
+
* The number of cloud computers in the cloud computer share.
|
|
9809
9817
|
*
|
|
9810
9818
|
* @example
|
|
9811
9819
|
* 0
|
|
@@ -9813,7 +9821,7 @@ export declare class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Mo
|
|
|
9813
9821
|
totalEdsCountForGroup?: number;
|
|
9814
9822
|
/**
|
|
9815
9823
|
* @remarks
|
|
9816
|
-
* The
|
|
9824
|
+
* The number of network interface controllers (NICs).
|
|
9817
9825
|
*
|
|
9818
9826
|
* @example
|
|
9819
9827
|
* 1
|
|
@@ -11820,11 +11828,17 @@ export declare class DescribeRenewalPriceResponseBodyPriceInfo extends $dara.Mod
|
|
|
11820
11828
|
}
|
|
11821
11829
|
export declare class DescribeResourceByCenterPolicyIdResponseBodyResourceModelListAppModelList extends $dara.Model {
|
|
11822
11830
|
/**
|
|
11831
|
+
* @remarks
|
|
11832
|
+
* The application ID. This parameter is only applicable to cloud applications.
|
|
11833
|
+
*
|
|
11823
11834
|
* @example
|
|
11824
11835
|
* 18
|
|
11825
11836
|
*/
|
|
11826
11837
|
appId?: string;
|
|
11827
11838
|
/**
|
|
11839
|
+
* @remarks
|
|
11840
|
+
* The application name.
|
|
11841
|
+
*
|
|
11828
11842
|
* @example
|
|
11829
11843
|
* alipic-powergem
|
|
11830
11844
|
*/
|
|
@@ -11841,84 +11855,140 @@ export declare class DescribeResourceByCenterPolicyIdResponseBodyResourceModelLi
|
|
|
11841
11855
|
});
|
|
11842
11856
|
}
|
|
11843
11857
|
export declare class DescribeResourceByCenterPolicyIdResponseBodyResourceModelList extends $dara.Model {
|
|
11858
|
+
/**
|
|
11859
|
+
* @remarks
|
|
11860
|
+
* The cloud applications.
|
|
11861
|
+
*/
|
|
11844
11862
|
appModelList?: DescribeResourceByCenterPolicyIdResponseBodyResourceModelListAppModelList[];
|
|
11845
11863
|
/**
|
|
11864
|
+
* @remarks
|
|
11865
|
+
* The number of vCPUs.
|
|
11866
|
+
*
|
|
11846
11867
|
* @example
|
|
11847
11868
|
* 64
|
|
11848
11869
|
*/
|
|
11849
11870
|
cpu?: number;
|
|
11850
11871
|
/**
|
|
11872
|
+
* @remarks
|
|
11873
|
+
* 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.
|
|
11874
|
+
*
|
|
11851
11875
|
* @example
|
|
11852
11876
|
* eds.enterprise_office.8c32g
|
|
11853
11877
|
*/
|
|
11854
11878
|
desktopType?: string;
|
|
11855
11879
|
/**
|
|
11880
|
+
* @remarks
|
|
11881
|
+
* The number of GPUs.
|
|
11882
|
+
*
|
|
11856
11883
|
* @example
|
|
11857
11884
|
* 0.125
|
|
11858
11885
|
*/
|
|
11859
11886
|
gpuCount?: number;
|
|
11860
11887
|
/**
|
|
11888
|
+
* @remarks
|
|
11889
|
+
* The GPU type.
|
|
11890
|
+
*
|
|
11861
11891
|
* @example
|
|
11862
11892
|
* 2GiB
|
|
11863
11893
|
*/
|
|
11864
11894
|
gpuSpec?: string;
|
|
11865
11895
|
/**
|
|
11896
|
+
* @remarks
|
|
11897
|
+
* The memory size. Unit: MiB.
|
|
11898
|
+
*
|
|
11866
11899
|
* @example
|
|
11867
11900
|
* 10240
|
|
11868
11901
|
*/
|
|
11869
11902
|
memory?: number;
|
|
11870
11903
|
/**
|
|
11904
|
+
* @remarks
|
|
11905
|
+
* The OS type.
|
|
11906
|
+
*
|
|
11871
11907
|
* @example
|
|
11872
11908
|
* Linux
|
|
11873
11909
|
*/
|
|
11874
11910
|
osType?: string;
|
|
11875
11911
|
/**
|
|
11912
|
+
* @remarks
|
|
11913
|
+
* The billing method.
|
|
11914
|
+
*
|
|
11876
11915
|
* @example
|
|
11877
11916
|
* postPaid
|
|
11878
11917
|
*/
|
|
11879
11918
|
payType?: string;
|
|
11880
11919
|
/**
|
|
11920
|
+
* @remarks
|
|
11921
|
+
* The service type.
|
|
11922
|
+
*
|
|
11881
11923
|
* @example
|
|
11882
11924
|
* desktop
|
|
11883
11925
|
*/
|
|
11884
11926
|
productType?: string;
|
|
11885
11927
|
/**
|
|
11928
|
+
* @remarks
|
|
11929
|
+
* The protocol type.
|
|
11930
|
+
*
|
|
11886
11931
|
* @example
|
|
11887
11932
|
* ASP
|
|
11888
11933
|
*/
|
|
11889
11934
|
protocolType?: string;
|
|
11890
11935
|
/**
|
|
11936
|
+
* @remarks
|
|
11937
|
+
* The resource group ID.
|
|
11938
|
+
*
|
|
11891
11939
|
* @example
|
|
11892
11940
|
* rg-d7pasxsd3b9nhq**
|
|
11893
11941
|
*/
|
|
11894
11942
|
resourceGroupId?: string;
|
|
11895
11943
|
/**
|
|
11944
|
+
* @remarks
|
|
11945
|
+
* The resource group name.
|
|
11946
|
+
*
|
|
11896
11947
|
* @example
|
|
11897
11948
|
* test
|
|
11898
11949
|
*/
|
|
11899
11950
|
resourceGroupName?: string;
|
|
11900
11951
|
/**
|
|
11952
|
+
* @remarks
|
|
11953
|
+
* The number of associated resource groups
|
|
11954
|
+
*
|
|
11901
11955
|
* @example
|
|
11902
11956
|
* 10
|
|
11903
11957
|
*/
|
|
11904
11958
|
resourceGroupRelCount?: number;
|
|
11905
11959
|
/**
|
|
11960
|
+
* @remarks
|
|
11961
|
+
* The resource ID.
|
|
11962
|
+
*
|
|
11906
11963
|
* @example
|
|
11907
11964
|
* ecd-7o96aa08fr****
|
|
11908
11965
|
*/
|
|
11909
11966
|
resourceId?: string;
|
|
11967
|
+
/**
|
|
11968
|
+
* @remarks
|
|
11969
|
+
* The resource name.
|
|
11970
|
+
*/
|
|
11910
11971
|
resourceName?: string;
|
|
11911
11972
|
/**
|
|
11973
|
+
* @remarks
|
|
11974
|
+
* The region ID of the resource.
|
|
11975
|
+
*
|
|
11912
11976
|
* @example
|
|
11913
11977
|
* cn-shenzhen
|
|
11914
11978
|
*/
|
|
11915
11979
|
resourceRegionId?: string;
|
|
11916
11980
|
/**
|
|
11981
|
+
* @remarks
|
|
11982
|
+
* The resource type.
|
|
11983
|
+
*
|
|
11917
11984
|
* @example
|
|
11918
11985
|
* desktop
|
|
11919
11986
|
*/
|
|
11920
11987
|
resourceType?: string;
|
|
11921
11988
|
/**
|
|
11989
|
+
* @remarks
|
|
11990
|
+
* The resource status.
|
|
11991
|
+
*
|
|
11922
11992
|
* @example
|
|
11923
11993
|
* Stopped
|
|
11924
11994
|
*/
|
|
@@ -12030,6 +12100,8 @@ export declare class DescribeSnapshotsResponseBodySnapshots extends $dara.Model
|
|
|
12030
12100
|
* Running
|
|
12031
12101
|
*/
|
|
12032
12102
|
desktopStatus?: string;
|
|
12103
|
+
diskStatus?: string;
|
|
12104
|
+
osType?: string;
|
|
12033
12105
|
/**
|
|
12034
12106
|
* @remarks
|
|
12035
12107
|
* The progress of creating the snapshot. Unit: %.
|
|
@@ -12355,7 +12427,7 @@ export declare class DescribeTimerGroupResponseBodyData extends $dara.Model {
|
|
|
12355
12427
|
};
|
|
12356
12428
|
/**
|
|
12357
12429
|
* @remarks
|
|
12358
|
-
* The scheduled task
|
|
12430
|
+
* The scheduled task configurations.
|
|
12359
12431
|
*/
|
|
12360
12432
|
configTimers?: DescribeTimerGroupResponseBodyDataConfigTimers[];
|
|
12361
12433
|
/**
|
|
@@ -12825,6 +12897,7 @@ export declare class DescribeUsersInGroupResponseBodyEndUsers extends $dara.Mode
|
|
|
12825
12897
|
* alice
|
|
12826
12898
|
*/
|
|
12827
12899
|
displayName?: string;
|
|
12900
|
+
displayNameNew?: string;
|
|
12828
12901
|
/**
|
|
12829
12902
|
* @remarks
|
|
12830
12903
|
* The email address of the authorized user.
|
|
@@ -12891,6 +12964,7 @@ export declare class DescribeUsersInGroupResponseBodyEndUsers extends $dara.Mode
|
|
|
12891
12964
|
* ud-i896ze8hazpvl****
|
|
12892
12965
|
*/
|
|
12893
12966
|
userDesktopId?: string;
|
|
12967
|
+
userPrincipalName?: string;
|
|
12894
12968
|
/**
|
|
12895
12969
|
* @remarks
|
|
12896
12970
|
* Details about the seats of users.
|
|
@@ -14117,6 +14191,7 @@ export declare class ListDirectoryUsersResponseBodyUsers extends $dara.Model {
|
|
|
14117
14191
|
* Alice
|
|
14118
14192
|
*/
|
|
14119
14193
|
displayName?: string;
|
|
14194
|
+
displayNameNew?: string;
|
|
14120
14195
|
/**
|
|
14121
14196
|
* @remarks
|
|
14122
14197
|
* The email address.
|
|
@@ -14141,6 +14216,7 @@ export declare class ListDirectoryUsersResponseBodyUsers extends $dara.Model {
|
|
|
14141
14216
|
* 130********
|
|
14142
14217
|
*/
|
|
14143
14218
|
phone?: string;
|
|
14219
|
+
userPrincipalName?: string;
|
|
14144
14220
|
static names(): {
|
|
14145
14221
|
[key: string]: string;
|
|
14146
14222
|
};
|
|
@@ -14358,6 +14434,7 @@ export declare class ListOfficeSiteUsersResponseBodyUsers extends $dara.Model {
|
|
|
14358
14434
|
* Alice
|
|
14359
14435
|
*/
|
|
14360
14436
|
displayName?: string;
|
|
14437
|
+
displayNameNew?: string;
|
|
14361
14438
|
email?: string;
|
|
14362
14439
|
/**
|
|
14363
14440
|
* @remarks
|
|
@@ -14368,6 +14445,7 @@ export declare class ListOfficeSiteUsersResponseBodyUsers extends $dara.Model {
|
|
|
14368
14445
|
*/
|
|
14369
14446
|
endUser?: string;
|
|
14370
14447
|
phone?: string;
|
|
14448
|
+
userPrincipalName?: string;
|
|
14371
14449
|
static names(): {
|
|
14372
14450
|
[key: string]: string;
|
|
14373
14451
|
};
|
|
@@ -15800,11 +15878,17 @@ export declare class ModifyPolicyGroupRequestUsbSupplyRedirectRule extends $dara
|
|
|
15800
15878
|
}
|
|
15801
15879
|
export declare class ModifyResourceCenterPolicyResponseBodyModifyResults extends $dara.Model {
|
|
15802
15880
|
/**
|
|
15881
|
+
* @remarks
|
|
15882
|
+
* The verification result.
|
|
15883
|
+
*
|
|
15803
15884
|
* @example
|
|
15804
15885
|
* true
|
|
15805
15886
|
*/
|
|
15806
15887
|
checkResult?: boolean;
|
|
15807
15888
|
/**
|
|
15889
|
+
* @remarks
|
|
15890
|
+
* The resource ID.
|
|
15891
|
+
*
|
|
15808
15892
|
* @example
|
|
15809
15893
|
* ecd-e254cpyt9bb*****
|
|
15810
15894
|
*/
|
|
@@ -15831,7 +15915,7 @@ export declare class ModifyTimerGroupRequestConfigTimers extends $dara.Model {
|
|
|
15831
15915
|
allowClientSetting?: boolean;
|
|
15832
15916
|
/**
|
|
15833
15917
|
* @remarks
|
|
15834
|
-
* The
|
|
15918
|
+
* The cron expression specified in the scheduled task.
|
|
15835
15919
|
*
|
|
15836
15920
|
* > 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
15921
|
*
|
|
@@ -15871,12 +15955,12 @@ export declare class ModifyTimerGroupRequestConfigTimers extends $dara.Model {
|
|
|
15871
15955
|
operationType?: string;
|
|
15872
15956
|
/**
|
|
15873
15957
|
* @remarks
|
|
15874
|
-
* The process whitelist. If whitelisted processes are running, the scheduled task
|
|
15958
|
+
* The process whitelist. If whitelisted processes are running, the scheduled task triggered by inactivity does not take effect.
|
|
15875
15959
|
*/
|
|
15876
15960
|
processWhitelist?: string[];
|
|
15877
15961
|
/**
|
|
15878
15962
|
* @remarks
|
|
15879
|
-
* The reset
|
|
15963
|
+
* The reset option.
|
|
15880
15964
|
*
|
|
15881
15965
|
* Valid values:
|
|
15882
15966
|
*
|
|
@@ -15890,7 +15974,7 @@ export declare class ModifyTimerGroupRequestConfigTimers extends $dara.Model {
|
|
|
15890
15974
|
resetType?: string;
|
|
15891
15975
|
/**
|
|
15892
15976
|
* @remarks
|
|
15893
|
-
* The
|
|
15977
|
+
* The scheduled task type.
|
|
15894
15978
|
*
|
|
15895
15979
|
* Valid values:
|
|
15896
15980
|
*
|
|
@@ -17132,7 +17216,7 @@ export declare class AddUserToDesktopGroupRequest extends $dara.Model {
|
|
|
17132
17216
|
desktopGroupIds?: string[];
|
|
17133
17217
|
/**
|
|
17134
17218
|
* @remarks
|
|
17135
|
-
* The
|
|
17219
|
+
* The IDs of the users to whom you want to grant permissions.
|
|
17136
17220
|
*/
|
|
17137
17221
|
endUserIds?: string[];
|
|
17138
17222
|
/**
|
|
@@ -18349,6 +18433,11 @@ export declare class CancelCopyImageResponse extends $dara.Model {
|
|
|
18349
18433
|
export declare class CloneCenterPolicyRequest extends $dara.Model {
|
|
18350
18434
|
/**
|
|
18351
18435
|
* @remarks
|
|
18436
|
+
* The business type. Valid values:
|
|
18437
|
+
*
|
|
18438
|
+
* * 1: public cloud.
|
|
18439
|
+
* * 8: commercial edition.
|
|
18440
|
+
*
|
|
18352
18441
|
* This parameter is required.
|
|
18353
18442
|
*
|
|
18354
18443
|
* @example
|
|
@@ -18357,6 +18446,8 @@ export declare class CloneCenterPolicyRequest extends $dara.Model {
|
|
|
18357
18446
|
businessType?: number;
|
|
18358
18447
|
/**
|
|
18359
18448
|
* @remarks
|
|
18449
|
+
* The name of the cloud computer policy that you want to clone.
|
|
18450
|
+
*
|
|
18360
18451
|
* This parameter is required.
|
|
18361
18452
|
*
|
|
18362
18453
|
* @example
|
|
@@ -18365,6 +18456,8 @@ export declare class CloneCenterPolicyRequest extends $dara.Model {
|
|
|
18365
18456
|
name?: string;
|
|
18366
18457
|
/**
|
|
18367
18458
|
* @remarks
|
|
18459
|
+
* The ID of the cloud computer policy that you want to clone.
|
|
18460
|
+
*
|
|
18368
18461
|
* This parameter is required.
|
|
18369
18462
|
*
|
|
18370
18463
|
* @example
|
|
@@ -18373,6 +18466,8 @@ export declare class CloneCenterPolicyRequest extends $dara.Model {
|
|
|
18373
18466
|
policyGroupId?: string;
|
|
18374
18467
|
/**
|
|
18375
18468
|
* @remarks
|
|
18469
|
+
* The region ID. You can call the [DescribeRegions](~~DescribeRegions~~) operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
|
|
18470
|
+
*
|
|
18376
18471
|
* This parameter is required.
|
|
18377
18472
|
*
|
|
18378
18473
|
* @example
|
|
@@ -18381,6 +18476,11 @@ export declare class CloneCenterPolicyRequest extends $dara.Model {
|
|
|
18381
18476
|
regionId?: string;
|
|
18382
18477
|
/**
|
|
18383
18478
|
* @remarks
|
|
18479
|
+
* The resource type. Valid values:
|
|
18480
|
+
*
|
|
18481
|
+
* * desktop: cloud computers.
|
|
18482
|
+
* * app: cloud applications.
|
|
18483
|
+
*
|
|
18384
18484
|
* This parameter is required.
|
|
18385
18485
|
*
|
|
18386
18486
|
* @example
|
|
@@ -18400,11 +18500,17 @@ export declare class CloneCenterPolicyRequest extends $dara.Model {
|
|
|
18400
18500
|
}
|
|
18401
18501
|
export declare class CloneCenterPolicyResponseBody extends $dara.Model {
|
|
18402
18502
|
/**
|
|
18503
|
+
* @remarks
|
|
18504
|
+
* The ID of the duplicated cloud computer policy.
|
|
18505
|
+
*
|
|
18403
18506
|
* @example
|
|
18404
18507
|
* pg-gx2x1dhsmthe9****
|
|
18405
18508
|
*/
|
|
18406
18509
|
policyGroupId?: string;
|
|
18407
18510
|
/**
|
|
18511
|
+
* @remarks
|
|
18512
|
+
* The request ID.
|
|
18513
|
+
*
|
|
18408
18514
|
* @example
|
|
18409
18515
|
* 1CBAFFAB-B697-4049-A9B1-67E1FC5F****
|
|
18410
18516
|
*/
|
|
@@ -21641,7 +21747,7 @@ export declare class CreateCloudDriveUsersResponse extends $dara.Model {
|
|
|
21641
21747
|
export declare class CreateConfigGroupRequest extends $dara.Model {
|
|
21642
21748
|
/**
|
|
21643
21749
|
* @remarks
|
|
21644
|
-
* The
|
|
21750
|
+
* The scheduled task groups.
|
|
21645
21751
|
*/
|
|
21646
21752
|
configTimers?: CreateConfigGroupRequestConfigTimers[];
|
|
21647
21753
|
/**
|
|
@@ -21686,11 +21792,11 @@ export declare class CreateConfigGroupRequest extends $dara.Model {
|
|
|
21686
21792
|
regionId?: string;
|
|
21687
21793
|
/**
|
|
21688
21794
|
* @remarks
|
|
21689
|
-
* The type
|
|
21795
|
+
* The group type.
|
|
21690
21796
|
*
|
|
21691
21797
|
* Valid value:
|
|
21692
21798
|
*
|
|
21693
|
-
* * Timer:
|
|
21799
|
+
* * Timer: a scheduled task group.
|
|
21694
21800
|
*
|
|
21695
21801
|
* This parameter is required.
|
|
21696
21802
|
*
|
|
@@ -23334,6 +23440,7 @@ export declare class CreateImageRequest extends $dara.Model {
|
|
|
23334
23440
|
* false
|
|
23335
23441
|
*/
|
|
23336
23442
|
autoCleanUserdata?: boolean;
|
|
23443
|
+
dataSnapshotIds?: string[];
|
|
23337
23444
|
/**
|
|
23338
23445
|
* @remarks
|
|
23339
23446
|
* 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 +25623,13 @@ export declare class DeleteCdsFileResponse extends $dara.Model {
|
|
|
25516
25623
|
export declare class DeleteCenterPolicyRequest extends $dara.Model {
|
|
25517
25624
|
/**
|
|
25518
25625
|
* @remarks
|
|
25626
|
+
* The business type.
|
|
25627
|
+
*
|
|
25628
|
+
* Valid values:
|
|
25629
|
+
*
|
|
25630
|
+
* * 1: public cloud.
|
|
25631
|
+
* * 8: commercial edition.
|
|
25632
|
+
*
|
|
25519
25633
|
* This parameter is required.
|
|
25520
25634
|
*
|
|
25521
25635
|
* @example
|
|
@@ -25524,11 +25638,15 @@ export declare class DeleteCenterPolicyRequest extends $dara.Model {
|
|
|
25524
25638
|
businessType?: number;
|
|
25525
25639
|
/**
|
|
25526
25640
|
* @remarks
|
|
25641
|
+
* The policy IDs.
|
|
25642
|
+
*
|
|
25527
25643
|
* This parameter is required.
|
|
25528
25644
|
*/
|
|
25529
25645
|
policyGroupIds?: string[];
|
|
25530
25646
|
/**
|
|
25531
25647
|
* @remarks
|
|
25648
|
+
* The region ID. You can call the [DescribeRegions](~~DescribeRegions~~) operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
|
|
25649
|
+
*
|
|
25532
25650
|
* This parameter is required.
|
|
25533
25651
|
*
|
|
25534
25652
|
* @example
|
|
@@ -25537,6 +25655,13 @@ export declare class DeleteCenterPolicyRequest extends $dara.Model {
|
|
|
25537
25655
|
regionId?: string;
|
|
25538
25656
|
/**
|
|
25539
25657
|
* @remarks
|
|
25658
|
+
* The resource type.
|
|
25659
|
+
*
|
|
25660
|
+
* Valid values:
|
|
25661
|
+
*
|
|
25662
|
+
* * app: cloud applications.
|
|
25663
|
+
* * desktop: cloud computers.
|
|
25664
|
+
*
|
|
25540
25665
|
* This parameter is required.
|
|
25541
25666
|
*
|
|
25542
25667
|
* @example
|
|
@@ -25556,6 +25681,9 @@ export declare class DeleteCenterPolicyRequest extends $dara.Model {
|
|
|
25556
25681
|
}
|
|
25557
25682
|
export declare class DeleteCenterPolicyResponseBody extends $dara.Model {
|
|
25558
25683
|
/**
|
|
25684
|
+
* @remarks
|
|
25685
|
+
* The request ID.
|
|
25686
|
+
*
|
|
25559
25687
|
* @example
|
|
25560
25688
|
* 72E47B1E-6B11-5A11-A27C-7A80F866****
|
|
25561
25689
|
*/
|
|
@@ -32333,7 +32461,7 @@ export declare class DescribeOfficeSitesResponseBody extends $dara.Model {
|
|
|
32333
32461
|
nextToken?: string;
|
|
32334
32462
|
/**
|
|
32335
32463
|
* @remarks
|
|
32336
|
-
* The
|
|
32464
|
+
* The office networks.
|
|
32337
32465
|
*/
|
|
32338
32466
|
officeSites?: DescribeOfficeSitesResponseBodyOfficeSites[];
|
|
32339
32467
|
/**
|
|
@@ -33265,17 +33393,28 @@ export declare class DescribeRenewalPriceResponse extends $dara.Model {
|
|
|
33265
33393
|
}
|
|
33266
33394
|
export declare class DescribeResourceByCenterPolicyIdRequest extends $dara.Model {
|
|
33267
33395
|
/**
|
|
33396
|
+
* @remarks
|
|
33397
|
+
* The number of entries per page.
|
|
33398
|
+
*
|
|
33399
|
+
* * Maximum value: 100.
|
|
33400
|
+
* * Default value: 10.
|
|
33401
|
+
*
|
|
33268
33402
|
* @example
|
|
33269
33403
|
* 10
|
|
33270
33404
|
*/
|
|
33271
33405
|
maxResults?: number;
|
|
33272
33406
|
/**
|
|
33407
|
+
* @remarks
|
|
33408
|
+
* A pagination token.
|
|
33409
|
+
*
|
|
33273
33410
|
* @example
|
|
33274
33411
|
* AAAAAV3MpHK1AP0pfERHZN5pu6l69tQX7yFxx6/4dbooBAOc
|
|
33275
33412
|
*/
|
|
33276
33413
|
nextToken?: string;
|
|
33277
33414
|
/**
|
|
33278
33415
|
* @remarks
|
|
33416
|
+
* The policy ID.
|
|
33417
|
+
*
|
|
33279
33418
|
* This parameter is required.
|
|
33280
33419
|
*
|
|
33281
33420
|
* @example
|
|
@@ -33283,11 +33422,24 @@ export declare class DescribeResourceByCenterPolicyIdRequest extends $dara.Model
|
|
|
33283
33422
|
*/
|
|
33284
33423
|
policyGroupId?: string;
|
|
33285
33424
|
/**
|
|
33425
|
+
* @remarks
|
|
33426
|
+
* The service type.
|
|
33427
|
+
*
|
|
33428
|
+
* Valid values:
|
|
33429
|
+
*
|
|
33430
|
+
* * app: cloud applications.
|
|
33431
|
+
* * resourceGroup: resource groups.
|
|
33432
|
+
* * desktop: cloud computers.
|
|
33433
|
+
* * desktopGroup: cloud computer shares.
|
|
33434
|
+
*
|
|
33286
33435
|
* @example
|
|
33287
33436
|
* desktop
|
|
33288
33437
|
*/
|
|
33289
33438
|
productType?: string;
|
|
33290
33439
|
/**
|
|
33440
|
+
* @remarks
|
|
33441
|
+
* The resource ID.
|
|
33442
|
+
*
|
|
33291
33443
|
* @example
|
|
33292
33444
|
* ecd-ia2zw38bi6cm7****
|
|
33293
33445
|
*/
|
|
@@ -33305,20 +33457,33 @@ export declare class DescribeResourceByCenterPolicyIdRequest extends $dara.Model
|
|
|
33305
33457
|
}
|
|
33306
33458
|
export declare class DescribeResourceByCenterPolicyIdResponseBody extends $dara.Model {
|
|
33307
33459
|
/**
|
|
33460
|
+
* @remarks
|
|
33461
|
+
* The total number of resources.
|
|
33462
|
+
*
|
|
33308
33463
|
* @example
|
|
33309
33464
|
* 2
|
|
33310
33465
|
*/
|
|
33311
33466
|
count?: string;
|
|
33312
33467
|
/**
|
|
33468
|
+
* @remarks
|
|
33469
|
+
* 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.
|
|
33470
|
+
*
|
|
33313
33471
|
* @example
|
|
33314
33472
|
* caeba0bbb2be03f84eb48b699f0a4883
|
|
33315
33473
|
*/
|
|
33316
33474
|
nextToken?: string;
|
|
33317
33475
|
/**
|
|
33476
|
+
* @remarks
|
|
33477
|
+
* The request ID.
|
|
33478
|
+
*
|
|
33318
33479
|
* @example
|
|
33319
33480
|
* 48174475-5EB2-5F99-A9E9-6F892D645****
|
|
33320
33481
|
*/
|
|
33321
33482
|
requestId?: string;
|
|
33483
|
+
/**
|
|
33484
|
+
* @remarks
|
|
33485
|
+
* The resources.
|
|
33486
|
+
*/
|
|
33322
33487
|
resourceModelList?: DescribeResourceByCenterPolicyIdResponseBodyResourceModelList[];
|
|
33323
33488
|
static names(): {
|
|
33324
33489
|
[key: string]: string;
|
|
@@ -33513,9 +33678,10 @@ export declare class DescribeSnapshotsRequest extends $dara.Model {
|
|
|
33513
33678
|
* 8051af8d01b5479bec9f5ddf02e4a8fbd0ab6e7e43f8****
|
|
33514
33679
|
*/
|
|
33515
33680
|
nextToken?: string;
|
|
33681
|
+
osType?: string;
|
|
33516
33682
|
/**
|
|
33517
33683
|
* @remarks
|
|
33518
|
-
* The region ID. You can call the [DescribeRegions](
|
|
33684
|
+
* 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
33685
|
*
|
|
33520
33686
|
* This parameter is required.
|
|
33521
33687
|
*
|
|
@@ -33575,27 +33741,14 @@ export declare class DescribeSnapshotsRequest extends $dara.Model {
|
|
|
33575
33741
|
snapshotType?: string;
|
|
33576
33742
|
/**
|
|
33577
33743
|
* @remarks
|
|
33578
|
-
* The
|
|
33744
|
+
* The disk for which you want to create a snapshot.
|
|
33579
33745
|
*
|
|
33580
33746
|
* > The value of this parameter is not case-sensitive.
|
|
33581
33747
|
*
|
|
33582
33748
|
* Valid values:
|
|
33583
33749
|
*
|
|
33584
|
-
* * Data: data disk
|
|
33585
|
-
*
|
|
33586
|
-
* <!-- -->
|
|
33587
|
-
*
|
|
33588
|
-
* <!-- -->
|
|
33589
|
-
*
|
|
33590
|
-
* <!-- -->
|
|
33591
|
-
*
|
|
33592
|
-
* * System: system disk
|
|
33593
|
-
*
|
|
33594
|
-
* <!-- -->
|
|
33595
|
-
*
|
|
33596
|
-
* <!-- -->
|
|
33597
|
-
*
|
|
33598
|
-
* <!-- -->
|
|
33750
|
+
* * Data: the data disk.
|
|
33751
|
+
* * System: the system disk.
|
|
33599
33752
|
*
|
|
33600
33753
|
* @example
|
|
33601
33754
|
* system
|
|
@@ -33639,7 +33792,7 @@ export declare class DescribeSnapshotsResponseBody extends $dara.Model {
|
|
|
33639
33792
|
requestId?: string;
|
|
33640
33793
|
/**
|
|
33641
33794
|
* @remarks
|
|
33642
|
-
*
|
|
33795
|
+
* The snapshots.
|
|
33643
33796
|
*/
|
|
33644
33797
|
snapshots?: DescribeSnapshotsResponseBodySnapshots[];
|
|
33645
33798
|
static names(): {
|
|
@@ -33703,7 +33856,7 @@ export declare class DescribeTimerGroupRequest extends $dara.Model {
|
|
|
33703
33856
|
export declare class DescribeTimerGroupResponseBody extends $dara.Model {
|
|
33704
33857
|
/**
|
|
33705
33858
|
* @remarks
|
|
33706
|
-
* The information about the
|
|
33859
|
+
* The information about the scheduled task group.
|
|
33707
33860
|
*/
|
|
33708
33861
|
data?: DescribeTimerGroupResponseBodyData;
|
|
33709
33862
|
/**
|
|
@@ -34162,21 +34315,8 @@ export declare class DescribeUsersInGroupRequest extends $dara.Model {
|
|
|
34162
34315
|
* Valid values:
|
|
34163
34316
|
*
|
|
34164
34317
|
* * true (default)
|
|
34165
|
-
*
|
|
34166
|
-
* <!-- -->
|
|
34167
|
-
*
|
|
34168
|
-
* <!-- -->
|
|
34169
|
-
*
|
|
34170
|
-
* <!-- -->
|
|
34171
|
-
*
|
|
34172
34318
|
* * false
|
|
34173
34319
|
*
|
|
34174
|
-
* <!-- -->
|
|
34175
|
-
*
|
|
34176
|
-
* <!-- -->
|
|
34177
|
-
*
|
|
34178
|
-
* <!-- -->
|
|
34179
|
-
*
|
|
34180
34320
|
* @example
|
|
34181
34321
|
* false
|
|
34182
34322
|
*/
|
|
@@ -35007,7 +35147,7 @@ export declare class DownloadCdsFileResponse extends $dara.Model {
|
|
|
35007
35147
|
export declare class ExportClientEventsRequest extends $dara.Model {
|
|
35008
35148
|
/**
|
|
35009
35149
|
* @remarks
|
|
35010
|
-
* The
|
|
35150
|
+
* The cloud computer ID.
|
|
35011
35151
|
*
|
|
35012
35152
|
* @example
|
|
35013
35153
|
* ecd-gx2x1dhsmucyy****
|
|
@@ -35015,7 +35155,7 @@ export declare class ExportClientEventsRequest extends $dara.Model {
|
|
|
35015
35155
|
desktopId?: string;
|
|
35016
35156
|
/**
|
|
35017
35157
|
* @remarks
|
|
35018
|
-
* The
|
|
35158
|
+
* The cloud computer name.
|
|
35019
35159
|
*
|
|
35020
35160
|
* @example
|
|
35021
35161
|
* testName
|
|
@@ -35041,17 +35181,18 @@ export declare class ExportClientEventsRequest extends $dara.Model {
|
|
|
35041
35181
|
endUserId?: string;
|
|
35042
35182
|
/**
|
|
35043
35183
|
* @remarks
|
|
35044
|
-
* The type of event that you want to query.
|
|
35184
|
+
* 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
35185
|
*
|
|
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.
|
|
35186
|
+
* Valid values:
|
|
35053
35187
|
*
|
|
35054
|
-
*
|
|
35188
|
+
* * DESKTOP_STOP: the shutdown event.
|
|
35189
|
+
* * GET_LITE_CONNECTION_TICKET: the event of retrieving the connection ticket.
|
|
35190
|
+
* * DESKTOP_DISCONNECT: the session disconnection event.
|
|
35191
|
+
* * CLIENT_LOGIN: the user logon event.
|
|
35192
|
+
* * GET_CONNECTION_TICKET: the connection credential retrieval event.
|
|
35193
|
+
* * DESKTOP_REBOOT: the restart event.
|
|
35194
|
+
* * DESKTOP_CONNECT: the session establishment event.
|
|
35195
|
+
* * DESKTOP_START: the start event.
|
|
35055
35196
|
*
|
|
35056
35197
|
* @example
|
|
35057
35198
|
* CLIENT_LOGIN
|
|
@@ -35059,17 +35200,17 @@ export declare class ExportClientEventsRequest extends $dara.Model {
|
|
|
35059
35200
|
eventType?: string;
|
|
35060
35201
|
/**
|
|
35061
35202
|
* @remarks
|
|
35062
|
-
* The types of event.
|
|
35203
|
+
* 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
35204
|
*/
|
|
35064
35205
|
eventTypes?: string[];
|
|
35065
35206
|
/**
|
|
35066
35207
|
* @remarks
|
|
35067
|
-
* The language
|
|
35208
|
+
* The language displayed on the frontend page. The backend uses this setting to define the language of exported files.
|
|
35068
35209
|
*
|
|
35069
|
-
*
|
|
35070
|
-
* * `en-GB`: English (United Kingdom)
|
|
35210
|
+
* Valid values:
|
|
35071
35211
|
*
|
|
35072
|
-
*
|
|
35212
|
+
* * zh-CN: Simplified Chinese.
|
|
35213
|
+
* * en-GB: British English.
|
|
35073
35214
|
*
|
|
35074
35215
|
* @example
|
|
35075
35216
|
* zh-CN
|
|
@@ -35088,7 +35229,7 @@ export declare class ExportClientEventsRequest extends $dara.Model {
|
|
|
35088
35229
|
maxResults?: number;
|
|
35089
35230
|
/**
|
|
35090
35231
|
* @remarks
|
|
35091
|
-
* The
|
|
35232
|
+
* The office network ID.
|
|
35092
35233
|
*
|
|
35093
35234
|
* @example
|
|
35094
35235
|
* cn-hangzhou+dir-363353****
|
|
@@ -35096,7 +35237,7 @@ export declare class ExportClientEventsRequest extends $dara.Model {
|
|
|
35096
35237
|
officeSiteId?: string;
|
|
35097
35238
|
/**
|
|
35098
35239
|
* @remarks
|
|
35099
|
-
* The
|
|
35240
|
+
* The office network name.
|
|
35100
35241
|
*
|
|
35101
35242
|
* @example
|
|
35102
35243
|
* test
|
|
@@ -35104,7 +35245,7 @@ export declare class ExportClientEventsRequest extends $dara.Model {
|
|
|
35104
35245
|
officeSiteName?: string;
|
|
35105
35246
|
/**
|
|
35106
35247
|
* @remarks
|
|
35107
|
-
* The ID
|
|
35248
|
+
* 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
35249
|
*
|
|
35109
35250
|
* This parameter is required.
|
|
35110
35251
|
*
|
|
@@ -35144,7 +35285,7 @@ export declare class ExportClientEventsResponseBody extends $dara.Model {
|
|
|
35144
35285
|
requestId?: string;
|
|
35145
35286
|
/**
|
|
35146
35287
|
* @remarks
|
|
35147
|
-
* The download
|
|
35288
|
+
* The download URL of the exported files.
|
|
35148
35289
|
*
|
|
35149
35290
|
* @example
|
|
35150
35291
|
* 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 +43067,21 @@ export declare class ModifyPolicyGroupResponse extends $dara.Model {
|
|
|
42926
43067
|
export declare class ModifyResourceCenterPolicyRequest extends $dara.Model {
|
|
42927
43068
|
/**
|
|
42928
43069
|
* @remarks
|
|
43070
|
+
* The IDs of the cloud computer policies that you want to associate with cloud computers.
|
|
43071
|
+
*
|
|
43072
|
+
* > 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
|
|
43073
|
+
*
|
|
42929
43074
|
* This parameter is required.
|
|
42930
43075
|
*/
|
|
42931
43076
|
policyGroupIds?: string[];
|
|
42932
43077
|
/**
|
|
42933
43078
|
* @remarks
|
|
43079
|
+
* The policy type.
|
|
43080
|
+
*
|
|
43081
|
+
* Valid values:
|
|
43082
|
+
*
|
|
43083
|
+
* * general: a general policy.
|
|
43084
|
+
*
|
|
42934
43085
|
* This parameter is required.
|
|
42935
43086
|
*
|
|
42936
43087
|
* @example
|
|
@@ -42939,6 +43090,15 @@ export declare class ModifyResourceCenterPolicyRequest extends $dara.Model {
|
|
|
42939
43090
|
policyGroupType?: string;
|
|
42940
43091
|
/**
|
|
42941
43092
|
* @remarks
|
|
43093
|
+
* The service type.
|
|
43094
|
+
*
|
|
43095
|
+
* Valid values:
|
|
43096
|
+
*
|
|
43097
|
+
* * app: cloud applications.
|
|
43098
|
+
* * resourceGroup: resource groups.
|
|
43099
|
+
* * desktop: cloud computers.
|
|
43100
|
+
* * desktopGroup: cloud computer shares.
|
|
43101
|
+
*
|
|
42942
43102
|
* This parameter is required.
|
|
42943
43103
|
*
|
|
42944
43104
|
* @example
|
|
@@ -42947,11 +43107,15 @@ export declare class ModifyResourceCenterPolicyRequest extends $dara.Model {
|
|
|
42947
43107
|
productType?: string;
|
|
42948
43108
|
/**
|
|
42949
43109
|
* @remarks
|
|
43110
|
+
* The resource IDs. You can specify up to 100 resource IDs.
|
|
43111
|
+
*
|
|
42950
43112
|
* This parameter is required.
|
|
42951
43113
|
*/
|
|
42952
43114
|
resourceIds?: string[];
|
|
42953
43115
|
/**
|
|
42954
43116
|
* @remarks
|
|
43117
|
+
* The region ID of the resource.
|
|
43118
|
+
*
|
|
42955
43119
|
* This parameter is required.
|
|
42956
43120
|
*
|
|
42957
43121
|
* @example
|
|
@@ -42960,6 +43124,13 @@ export declare class ModifyResourceCenterPolicyRequest extends $dara.Model {
|
|
|
42960
43124
|
resourceRegionId?: string;
|
|
42961
43125
|
/**
|
|
42962
43126
|
* @remarks
|
|
43127
|
+
* The resource type.
|
|
43128
|
+
*
|
|
43129
|
+
* Valid values:
|
|
43130
|
+
*
|
|
43131
|
+
* * app: cloud applications.
|
|
43132
|
+
* * desktop: cloud computers.
|
|
43133
|
+
*
|
|
42963
43134
|
* This parameter is required.
|
|
42964
43135
|
*
|
|
42965
43136
|
* @example
|
|
@@ -42978,8 +43149,15 @@ export declare class ModifyResourceCenterPolicyRequest extends $dara.Model {
|
|
|
42978
43149
|
});
|
|
42979
43150
|
}
|
|
42980
43151
|
export declare class ModifyResourceCenterPolicyResponseBody extends $dara.Model {
|
|
43152
|
+
/**
|
|
43153
|
+
* @remarks
|
|
43154
|
+
* The modification results.
|
|
43155
|
+
*/
|
|
42981
43156
|
modifyResults?: ModifyResourceCenterPolicyResponseBodyModifyResults[];
|
|
42982
43157
|
/**
|
|
43158
|
+
* @remarks
|
|
43159
|
+
* The request ID.
|
|
43160
|
+
*
|
|
42983
43161
|
* @example
|
|
42984
43162
|
* 51592A88-0F2C-55E6-AD2C-2AD9C10D****
|
|
42985
43163
|
*/
|
|
@@ -43015,7 +43193,7 @@ export declare class ModifyResourceCenterPolicyResponse extends $dara.Model {
|
|
|
43015
43193
|
export declare class ModifyTimerGroupRequest extends $dara.Model {
|
|
43016
43194
|
/**
|
|
43017
43195
|
* @remarks
|
|
43018
|
-
* The
|
|
43196
|
+
* The scheduled task groups.
|
|
43019
43197
|
*/
|
|
43020
43198
|
configTimers?: ModifyTimerGroupRequestConfigTimers[];
|
|
43021
43199
|
/**
|
|
@@ -43523,6 +43701,7 @@ export declare class RebootDesktopsResponse extends $dara.Model {
|
|
|
43523
43701
|
});
|
|
43524
43702
|
}
|
|
43525
43703
|
export declare class RebuildDesktopsRequest extends $dara.Model {
|
|
43704
|
+
afterStatus?: string;
|
|
43526
43705
|
/**
|
|
43527
43706
|
* @remarks
|
|
43528
43707
|
* The cloud computer IDs. You can specify the IDs of 1 to 20 cloud computers.
|
|
@@ -47809,12 +47988,16 @@ export default class Client extends OpenApi {
|
|
|
47809
47988
|
*/
|
|
47810
47989
|
deleteCdsFile(request: DeleteCdsFileRequest): Promise<DeleteCdsFileResponse>;
|
|
47811
47990
|
/**
|
|
47991
|
+
* Deletes a center policy
|
|
47992
|
+
*
|
|
47812
47993
|
* @param request - DeleteCenterPolicyRequest
|
|
47813
47994
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
47814
47995
|
* @returns DeleteCenterPolicyResponse
|
|
47815
47996
|
*/
|
|
47816
47997
|
deleteCenterPolicyWithOptions(request: DeleteCenterPolicyRequest, runtime: $dara.RuntimeOptions): Promise<DeleteCenterPolicyResponse>;
|
|
47817
47998
|
/**
|
|
47999
|
+
* Deletes a center policy
|
|
48000
|
+
*
|
|
47818
48001
|
* @param request - DeleteCenterPolicyRequest
|
|
47819
48002
|
* @returns DeleteCenterPolicyResponse
|
|
47820
48003
|
*/
|