@alicloud/ecd20200930 4.25.5 → 5.0.0
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 +66 -103
- package/dist/client.js +104 -142
- package/dist/client.js.map +1 -1
- package/dist/models/CreateAndBindNasFileSystemRequest.d.ts +7 -19
- package/dist/models/CreateAndBindNasFileSystemRequest.js.map +1 -1
- package/dist/models/CreateDesktopsRequest.d.ts +106 -128
- package/dist/models/CreateDesktopsRequest.js +4 -0
- package/dist/models/CreateDesktopsRequest.js.map +1 -1
- package/dist/models/CreateDesktopsResponseBody.d.ts +2 -3
- package/dist/models/CreateDesktopsResponseBody.js.map +1 -1
- package/dist/models/CreateDesktopsShrinkRequest.d.ts +89 -99
- package/dist/models/CreateDesktopsShrinkRequest.js +4 -0
- package/dist/models/CreateDesktopsShrinkRequest.js.map +1 -1
- package/dist/models/CreateNetworkPackageRequest.d.ts +32 -25
- package/dist/models/CreateNetworkPackageRequest.js +27 -1
- package/dist/models/CreateNetworkPackageRequest.js.map +1 -1
- package/dist/models/CreateNetworkPackageResponseBody.d.ts +3 -3
- package/dist/models/DescribeCenterPolicyListRequest.d.ts +5 -4
- package/dist/models/DescribeCenterPolicyListRequest.js.map +1 -1
- package/dist/models/DescribeCenterPolicyListResponseBody.d.ts +85 -84
- package/dist/models/DescribeCenterPolicyListResponseBody.js +10 -0
- package/dist/models/DescribeCenterPolicyListResponseBody.js.map +1 -1
- package/dist/models/DescribeNetworkPackagesRequest.d.ts +22 -14
- package/dist/models/DescribeNetworkPackagesRequest.js +27 -1
- package/dist/models/DescribeNetworkPackagesRequest.js.map +1 -1
- package/dist/models/DescribeNetworkPackagesResponseBody.d.ts +36 -98
- package/dist/models/DescribeNetworkPackagesResponseBody.js +27 -1
- package/dist/models/DescribeNetworkPackagesResponseBody.js.map +1 -1
- package/dist/models/DescribeTemplatesRequest.d.ts +11 -11
- package/dist/models/DescribeTemplatesResponseBody.d.ts +45 -45
- package/dist/models/ListTagResourcesRequest.d.ts +7 -11
- package/dist/models/ListTagResourcesRequest.js.map +1 -1
- package/dist/models/ListTagResourcesResponseBody.d.ts +5 -9
- package/dist/models/ListTagResourcesResponseBody.js.map +1 -1
- package/dist/models/ModifyAutoSnapshotPolicyRequest.d.ts +11 -4
- package/dist/models/ModifyAutoSnapshotPolicyRequest.js.map +1 -1
- package/dist/models/SetDirectorySsoStatusRequest.d.ts +4 -6
- package/dist/models/SetDirectorySsoStatusRequest.js.map +1 -1
- package/dist/models/TagResourcesRequest.d.ts +6 -10
- package/dist/models/TagResourcesRequest.js.map +1 -1
- package/dist/models/UntagResourcesRequest.d.ts +2 -6
- package/dist/models/UntagResourcesRequest.js.map +1 -1
- package/dist/models/model.d.ts +3 -4
- package/dist/models/model.js +37 -39
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +108 -150
- package/src/models/CreateAndBindNasFileSystemRequest.ts +7 -19
- package/src/models/CreateDesktopsRequest.ts +110 -128
- package/src/models/CreateDesktopsResponseBody.ts +2 -3
- package/src/models/CreateDesktopsShrinkRequest.ts +93 -99
- package/src/models/CreateNetworkPackageRequest.ts +49 -25
- package/src/models/CreateNetworkPackageResponseBody.ts +3 -3
- package/src/models/DescribeCenterPolicyListRequest.ts +5 -4
- package/src/models/DescribeCenterPolicyListResponseBody.ts +95 -84
- package/src/models/DescribeNetworkPackagesRequest.ts +39 -14
- package/src/models/DescribeNetworkPackagesResponseBody.ts +53 -98
- package/src/models/DescribeTemplatesRequest.ts +11 -11
- package/src/models/DescribeTemplatesResponseBody.ts +45 -45
- package/src/models/ListTagResourcesRequest.ts +7 -11
- package/src/models/ListTagResourcesResponseBody.ts +5 -9
- package/src/models/ModifyAutoSnapshotPolicyRequest.ts +11 -4
- package/src/models/SetDirectorySsoStatusRequest.ts +4 -6
- package/src/models/TagResourcesRequest.ts +6 -10
- package/src/models/UntagResourcesRequest.ts +2 -6
- package/src/models/model.ts +3 -4
- package/dist/models/DescribeFlowStatisticRequest.d.ts +0 -76
- package/dist/models/DescribeFlowStatisticRequest.js +0 -68
- package/dist/models/DescribeFlowStatisticRequest.js.map +0 -1
- package/dist/models/DescribeFlowStatisticResponse.d.ts +0 -19
- package/dist/models/DescribeFlowStatisticResponse.js +0 -69
- package/dist/models/DescribeFlowStatisticResponse.js.map +0 -1
- package/dist/models/DescribeFlowStatisticResponseBody.d.ts +0 -78
- package/dist/models/DescribeFlowStatisticResponseBody.js +0 -90
- package/dist/models/DescribeFlowStatisticResponseBody.js.map +0 -1
- package/src/models/DescribeFlowStatisticRequest.ts +0 -99
- package/src/models/DescribeFlowStatisticResponse.ts +0 -40
- package/src/models/DescribeFlowStatisticResponseBody.ts +0 -114
package/dist/client.d.ts
CHANGED
|
@@ -552,7 +552,7 @@ export default class Client extends OpenApi {
|
|
|
552
552
|
*/
|
|
553
553
|
createADConnectorOfficeSite(request: $_model.CreateADConnectorOfficeSiteRequest): Promise<$_model.CreateADConnectorOfficeSiteResponse>;
|
|
554
554
|
/**
|
|
555
|
-
* Creates a NAS file system and
|
|
555
|
+
* Creates a NAS file system and binds it to the office network of a shared cloud computer.
|
|
556
556
|
*
|
|
557
557
|
* @param request - CreateAndBindNasFileSystemRequest
|
|
558
558
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -560,7 +560,7 @@ export default class Client extends OpenApi {
|
|
|
560
560
|
*/
|
|
561
561
|
createAndBindNasFileSystemWithOptions(request: $_model.CreateAndBindNasFileSystemRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateAndBindNasFileSystemResponse>;
|
|
562
562
|
/**
|
|
563
|
-
* Creates a NAS file system and
|
|
563
|
+
* Creates a NAS file system and binds it to the office network of a shared cloud computer.
|
|
564
564
|
*
|
|
565
565
|
* @param request - CreateAndBindNasFileSystemRequest
|
|
566
566
|
* @returns CreateAndBindNasFileSystemResponse
|
|
@@ -779,25 +779,23 @@ export default class Client extends OpenApi {
|
|
|
779
779
|
*/
|
|
780
780
|
createDesktopOversoldGroup(request: $_model.CreateDesktopOversoldGroupRequest): Promise<$_model.CreateDesktopOversoldGroupResponse>;
|
|
781
781
|
/**
|
|
782
|
-
* Creates one or more
|
|
782
|
+
* Creates one or more cloud desktops. If user information is specified during creation, the cloud desktops are directly assigned to the users.
|
|
783
783
|
*
|
|
784
784
|
* @remarks
|
|
785
|
-
* Before
|
|
786
|
-
* - Create an office
|
|
787
|
-
*
|
|
788
|
-
*
|
|
789
|
-
* - Call [CreatePolicyGroup](https://help.aliyun.com/document_detail/188889.html) to create a policy, or
|
|
790
|
-
* **
|
|
785
|
+
* Before creating cloud desktops, complete the following preparations:
|
|
786
|
+
* - Create an office network (formerly workspace) and users. For more information, see the following API operations or documentation:
|
|
787
|
+
* - Convenience office network: [CreateSimpleOfficeSite](https://help.aliyun.com/document_detail/215416.html) and [CreateUsers](https://help.aliyun.com/document_detail/437832.html).
|
|
788
|
+
* - AD office network: [CreateADConnectorOfficeSite](https://help.aliyun.com/document_detail/215417.html) and [Create AD users](https://help.aliyun.com/document_detail/188619.html).
|
|
789
|
+
* - Call [CreatePolicyGroup](https://help.aliyun.com/document_detail/188889.html) to create a policy, or confirm that an existing policy is available.
|
|
790
|
+
* **Call examples:**
|
|
791
791
|
* <details>
|
|
792
|
-
* <summary>
|
|
793
|
-
* Example: Create a cloud desktop from a bundle
|
|
794
|
-
* </summary>
|
|
792
|
+
* <summary>Example of creating with a template</summary>
|
|
795
793
|
* ```
|
|
796
794
|
* {
|
|
797
|
-
* "RegionId": "
|
|
795
|
+
* "RegionId": "ap-southeast-1",
|
|
798
796
|
* "DesktopName": "test-desktop-name",
|
|
799
797
|
* "Amount": "1",
|
|
800
|
-
* "OfficeSiteId": "
|
|
798
|
+
* "OfficeSiteId": "ap-southeast-1+dir-xxx",// Create an office network in advance
|
|
801
799
|
* "PolicyGroupId": "system-all-enabled-policy",
|
|
802
800
|
* "ChargeType": "PostPaid",
|
|
803
801
|
* "BundleId": "b-enterprise_office_8c16g_windows2022"
|
|
@@ -805,15 +803,13 @@ export default class Client extends OpenApi {
|
|
|
805
803
|
* ```
|
|
806
804
|
* </details>
|
|
807
805
|
* <details>
|
|
808
|
-
* <summary>
|
|
809
|
-
* Example: Create a cloud desktop with custom settings
|
|
810
|
-
* </summary>
|
|
806
|
+
* <summary>Example of creating without a template</summary>
|
|
811
807
|
* ```
|
|
812
808
|
* {
|
|
813
|
-
* "RegionId": "
|
|
809
|
+
* "RegionId": "ap-southeast-1",
|
|
814
810
|
* "DesktopName": "test-desktop-name",
|
|
815
811
|
* "Amount": "1",
|
|
816
|
-
* "OfficeSiteId": "
|
|
812
|
+
* "OfficeSiteId": "ap-southeast-1+dir-xxx",// Create an office network in advance
|
|
817
813
|
* "PolicyGroupId": "system-all-enabled-policy",
|
|
818
814
|
* "ChargeType": "PostPaid",
|
|
819
815
|
* "DesktopAttachment": {
|
|
@@ -827,15 +823,13 @@ export default class Client extends OpenApi {
|
|
|
827
823
|
* ```
|
|
828
824
|
* </details>
|
|
829
825
|
* <details>
|
|
830
|
-
* <summary>
|
|
831
|
-
* Example: Create a cloud desktop with a monthly usage package
|
|
832
|
-
* </summary>
|
|
826
|
+
* <summary>Example of creating a monthly hourly package</summary>
|
|
833
827
|
* ```
|
|
834
828
|
* {
|
|
835
|
-
* "RegionId": "
|
|
829
|
+
* "RegionId": "ap-southeast-1",
|
|
836
830
|
* "DesktopName": "test-desktop-name",
|
|
837
831
|
* "Amount": "1",
|
|
838
|
-
* "OfficeSiteId": "
|
|
832
|
+
* "OfficeSiteId": "ap-southeast-1+dir-xxx",// Create an office network in advance
|
|
839
833
|
* "PolicyGroupId": "system-all-enabled-policy",
|
|
840
834
|
* "ChargeType": "PostPaid",
|
|
841
835
|
* "DesktopAttachment": {
|
|
@@ -854,16 +848,14 @@ export default class Client extends OpenApi {
|
|
|
854
848
|
* ```
|
|
855
849
|
* </details>
|
|
856
850
|
* <details>
|
|
857
|
-
* <summary>
|
|
858
|
-
* Example: Create an agent resource
|
|
859
|
-
* </summary>
|
|
851
|
+
* <summary>Example of creating an Agent resource</summary>
|
|
860
852
|
* ```
|
|
861
853
|
* {
|
|
862
|
-
* "RegionId": "
|
|
854
|
+
* "RegionId": "ap-southeast-1",
|
|
863
855
|
* "BundleId": "b-openclaw-linux",
|
|
864
856
|
* "DesktopName": "test-desktop-name",
|
|
865
857
|
* "Amount": "1",
|
|
866
|
-
* "OfficeSiteId": "
|
|
858
|
+
* "OfficeSiteId": "ap-southeast-1+dir-xxx",// Create an office network in advance
|
|
867
859
|
* "ChargeType": "PostPaid",
|
|
868
860
|
* "DesktopAttachment": {
|
|
869
861
|
* "DesktopType": "cloud.space.4c.8g"
|
|
@@ -876,7 +868,7 @@ export default class Client extends OpenApi {
|
|
|
876
868
|
* }
|
|
877
869
|
* ```
|
|
878
870
|
* </details>
|
|
879
|
-
* To
|
|
871
|
+
* To have cloud desktops automatically run custom command scripts, use the `UserCommands` field to configure custom commands.
|
|
880
872
|
*
|
|
881
873
|
* @param tmpReq - CreateDesktopsRequest
|
|
882
874
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -884,25 +876,23 @@ export default class Client extends OpenApi {
|
|
|
884
876
|
*/
|
|
885
877
|
createDesktopsWithOptions(tmpReq: $_model.CreateDesktopsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateDesktopsResponse>;
|
|
886
878
|
/**
|
|
887
|
-
* Creates one or more
|
|
879
|
+
* Creates one or more cloud desktops. If user information is specified during creation, the cloud desktops are directly assigned to the users.
|
|
888
880
|
*
|
|
889
881
|
* @remarks
|
|
890
|
-
* Before
|
|
891
|
-
* - Create an office
|
|
892
|
-
*
|
|
893
|
-
*
|
|
894
|
-
* - Call [CreatePolicyGroup](https://help.aliyun.com/document_detail/188889.html) to create a policy, or
|
|
895
|
-
* **
|
|
882
|
+
* Before creating cloud desktops, complete the following preparations:
|
|
883
|
+
* - Create an office network (formerly workspace) and users. For more information, see the following API operations or documentation:
|
|
884
|
+
* - Convenience office network: [CreateSimpleOfficeSite](https://help.aliyun.com/document_detail/215416.html) and [CreateUsers](https://help.aliyun.com/document_detail/437832.html).
|
|
885
|
+
* - AD office network: [CreateADConnectorOfficeSite](https://help.aliyun.com/document_detail/215417.html) and [Create AD users](https://help.aliyun.com/document_detail/188619.html).
|
|
886
|
+
* - Call [CreatePolicyGroup](https://help.aliyun.com/document_detail/188889.html) to create a policy, or confirm that an existing policy is available.
|
|
887
|
+
* **Call examples:**
|
|
896
888
|
* <details>
|
|
897
|
-
* <summary>
|
|
898
|
-
* Example: Create a cloud desktop from a bundle
|
|
899
|
-
* </summary>
|
|
889
|
+
* <summary>Example of creating with a template</summary>
|
|
900
890
|
* ```
|
|
901
891
|
* {
|
|
902
|
-
* "RegionId": "
|
|
892
|
+
* "RegionId": "ap-southeast-1",
|
|
903
893
|
* "DesktopName": "test-desktop-name",
|
|
904
894
|
* "Amount": "1",
|
|
905
|
-
* "OfficeSiteId": "
|
|
895
|
+
* "OfficeSiteId": "ap-southeast-1+dir-xxx",// Create an office network in advance
|
|
906
896
|
* "PolicyGroupId": "system-all-enabled-policy",
|
|
907
897
|
* "ChargeType": "PostPaid",
|
|
908
898
|
* "BundleId": "b-enterprise_office_8c16g_windows2022"
|
|
@@ -910,15 +900,13 @@ export default class Client extends OpenApi {
|
|
|
910
900
|
* ```
|
|
911
901
|
* </details>
|
|
912
902
|
* <details>
|
|
913
|
-
* <summary>
|
|
914
|
-
* Example: Create a cloud desktop with custom settings
|
|
915
|
-
* </summary>
|
|
903
|
+
* <summary>Example of creating without a template</summary>
|
|
916
904
|
* ```
|
|
917
905
|
* {
|
|
918
|
-
* "RegionId": "
|
|
906
|
+
* "RegionId": "ap-southeast-1",
|
|
919
907
|
* "DesktopName": "test-desktop-name",
|
|
920
908
|
* "Amount": "1",
|
|
921
|
-
* "OfficeSiteId": "
|
|
909
|
+
* "OfficeSiteId": "ap-southeast-1+dir-xxx",// Create an office network in advance
|
|
922
910
|
* "PolicyGroupId": "system-all-enabled-policy",
|
|
923
911
|
* "ChargeType": "PostPaid",
|
|
924
912
|
* "DesktopAttachment": {
|
|
@@ -932,15 +920,13 @@ export default class Client extends OpenApi {
|
|
|
932
920
|
* ```
|
|
933
921
|
* </details>
|
|
934
922
|
* <details>
|
|
935
|
-
* <summary>
|
|
936
|
-
* Example: Create a cloud desktop with a monthly usage package
|
|
937
|
-
* </summary>
|
|
923
|
+
* <summary>Example of creating a monthly hourly package</summary>
|
|
938
924
|
* ```
|
|
939
925
|
* {
|
|
940
|
-
* "RegionId": "
|
|
926
|
+
* "RegionId": "ap-southeast-1",
|
|
941
927
|
* "DesktopName": "test-desktop-name",
|
|
942
928
|
* "Amount": "1",
|
|
943
|
-
* "OfficeSiteId": "
|
|
929
|
+
* "OfficeSiteId": "ap-southeast-1+dir-xxx",// Create an office network in advance
|
|
944
930
|
* "PolicyGroupId": "system-all-enabled-policy",
|
|
945
931
|
* "ChargeType": "PostPaid",
|
|
946
932
|
* "DesktopAttachment": {
|
|
@@ -959,16 +945,14 @@ export default class Client extends OpenApi {
|
|
|
959
945
|
* ```
|
|
960
946
|
* </details>
|
|
961
947
|
* <details>
|
|
962
|
-
* <summary>
|
|
963
|
-
* Example: Create an agent resource
|
|
964
|
-
* </summary>
|
|
948
|
+
* <summary>Example of creating an Agent resource</summary>
|
|
965
949
|
* ```
|
|
966
950
|
* {
|
|
967
|
-
* "RegionId": "
|
|
951
|
+
* "RegionId": "ap-southeast-1",
|
|
968
952
|
* "BundleId": "b-openclaw-linux",
|
|
969
953
|
* "DesktopName": "test-desktop-name",
|
|
970
954
|
* "Amount": "1",
|
|
971
|
-
* "OfficeSiteId": "
|
|
955
|
+
* "OfficeSiteId": "ap-southeast-1+dir-xxx",// Create an office network in advance
|
|
972
956
|
* "ChargeType": "PostPaid",
|
|
973
957
|
* "DesktopAttachment": {
|
|
974
958
|
* "DesktopType": "cloud.space.4c.8g"
|
|
@@ -981,7 +965,7 @@ export default class Client extends OpenApi {
|
|
|
981
965
|
* }
|
|
982
966
|
* ```
|
|
983
967
|
* </details>
|
|
984
|
-
* To
|
|
968
|
+
* To have cloud desktops automatically run custom command scripts, use the `UserCommands` field to configure custom commands.
|
|
985
969
|
*
|
|
986
970
|
* @param request - CreateDesktopsRequest
|
|
987
971
|
* @returns CreateDesktopsResponse
|
|
@@ -1117,7 +1101,7 @@ export default class Client extends OpenApi {
|
|
|
1117
1101
|
*/
|
|
1118
1102
|
createNatGateway(request: $_model.CreateNatGatewayRequest): Promise<$_model.CreateNatGatewayResponse>;
|
|
1119
1103
|
/**
|
|
1120
|
-
* Creates a
|
|
1104
|
+
* Creates a premium bandwidth plan for an office network.
|
|
1121
1105
|
*
|
|
1122
1106
|
* @param request - CreateNetworkPackageRequest
|
|
1123
1107
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1125,7 +1109,7 @@ export default class Client extends OpenApi {
|
|
|
1125
1109
|
*/
|
|
1126
1110
|
createNetworkPackageWithOptions(request: $_model.CreateNetworkPackageRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateNetworkPackageResponse>;
|
|
1127
1111
|
/**
|
|
1128
|
-
* Creates a
|
|
1112
|
+
* Creates a premium bandwidth plan for an office network.
|
|
1129
1113
|
*
|
|
1130
1114
|
* @param request - CreateNetworkPackageRequest
|
|
1131
1115
|
* @returns CreateNetworkPackageResponse
|
|
@@ -1925,7 +1909,7 @@ export default class Client extends OpenApi {
|
|
|
1925
1909
|
*/
|
|
1926
1910
|
describeCens(request: $_model.DescribeCensRequest): Promise<$_model.DescribeCensResponse>;
|
|
1927
1911
|
/**
|
|
1928
|
-
*
|
|
1912
|
+
* Queries the details of region-free policies.
|
|
1929
1913
|
*
|
|
1930
1914
|
* @param request - DescribeCenterPolicyListRequest
|
|
1931
1915
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1933,7 +1917,7 @@ export default class Client extends OpenApi {
|
|
|
1933
1917
|
*/
|
|
1934
1918
|
describeCenterPolicyListWithOptions(request: $_model.DescribeCenterPolicyListRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeCenterPolicyListResponse>;
|
|
1935
1919
|
/**
|
|
1936
|
-
*
|
|
1920
|
+
* Queries the details of region-free policies.
|
|
1937
1921
|
*
|
|
1938
1922
|
* @param request - DescribeCenterPolicyListRequest
|
|
1939
1923
|
* @returns DescribeCenterPolicyListResponse
|
|
@@ -2323,27 +2307,6 @@ export default class Client extends OpenApi {
|
|
|
2323
2307
|
* @returns DescribeFlowMetricResponse
|
|
2324
2308
|
*/
|
|
2325
2309
|
describeFlowMetric(request: $_model.DescribeFlowMetricRequest): Promise<$_model.DescribeFlowMetricResponse>;
|
|
2326
|
-
/**
|
|
2327
|
-
* Queries cloud computer-level traffic statistics of a single office network.
|
|
2328
|
-
*
|
|
2329
|
-
* @remarks
|
|
2330
|
-
* > You can query only the traffic data in the last 90 days.
|
|
2331
|
-
*
|
|
2332
|
-
* @param request - DescribeFlowStatisticRequest
|
|
2333
|
-
* @param runtime - runtime options for this request RuntimeOptions
|
|
2334
|
-
* @returns DescribeFlowStatisticResponse
|
|
2335
|
-
*/
|
|
2336
|
-
describeFlowStatisticWithOptions(request: $_model.DescribeFlowStatisticRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeFlowStatisticResponse>;
|
|
2337
|
-
/**
|
|
2338
|
-
* Queries cloud computer-level traffic statistics of a single office network.
|
|
2339
|
-
*
|
|
2340
|
-
* @remarks
|
|
2341
|
-
* > You can query only the traffic data in the last 90 days.
|
|
2342
|
-
*
|
|
2343
|
-
* @param request - DescribeFlowStatisticRequest
|
|
2344
|
-
* @returns DescribeFlowStatisticResponse
|
|
2345
|
-
*/
|
|
2346
|
-
describeFlowStatistic(request: $_model.DescribeFlowStatisticRequest): Promise<$_model.DescribeFlowStatisticResponse>;
|
|
2347
2310
|
/**
|
|
2348
2311
|
* 查询DNAT条目
|
|
2349
2312
|
*
|
|
@@ -2617,7 +2580,7 @@ export default class Client extends OpenApi {
|
|
|
2617
2580
|
*/
|
|
2618
2581
|
describeNatGateways(request: $_model.DescribeNatGatewaysRequest): Promise<$_model.DescribeNatGatewaysResponse>;
|
|
2619
2582
|
/**
|
|
2620
|
-
* Queries the details of one or more premium bandwidth plans.
|
|
2583
|
+
* Queries the details of one or more premium Internet bandwidth plans.
|
|
2621
2584
|
*
|
|
2622
2585
|
* @param request - DescribeNetworkPackagesRequest
|
|
2623
2586
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2625,7 +2588,7 @@ export default class Client extends OpenApi {
|
|
|
2625
2588
|
*/
|
|
2626
2589
|
describeNetworkPackagesWithOptions(request: $_model.DescribeNetworkPackagesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeNetworkPackagesResponse>;
|
|
2627
2590
|
/**
|
|
2628
|
-
* Queries the details of one or more premium bandwidth plans.
|
|
2591
|
+
* Queries the details of one or more premium Internet bandwidth plans.
|
|
2629
2592
|
*
|
|
2630
2593
|
* @param request - DescribeNetworkPackagesRequest
|
|
2631
2594
|
* @returns DescribeNetworkPackagesResponse
|
|
@@ -2961,7 +2924,7 @@ export default class Client extends OpenApi {
|
|
|
2961
2924
|
*/
|
|
2962
2925
|
describeSubnets(request: $_model.DescribeSubnetsRequest): Promise<$_model.DescribeSubnetsResponse>;
|
|
2963
2926
|
/**
|
|
2964
|
-
*
|
|
2927
|
+
* Queries the details of cloud computer templates.
|
|
2965
2928
|
*
|
|
2966
2929
|
* @param request - DescribeTemplatesRequest
|
|
2967
2930
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2969,7 +2932,7 @@ export default class Client extends OpenApi {
|
|
|
2969
2932
|
*/
|
|
2970
2933
|
describeTemplatesWithOptions(request: $_model.DescribeTemplatesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeTemplatesResponse>;
|
|
2971
2934
|
/**
|
|
2972
|
-
*
|
|
2935
|
+
* Queries the details of cloud computer templates.
|
|
2973
2936
|
*
|
|
2974
2937
|
* @param request - DescribeTemplatesRequest
|
|
2975
2938
|
* @returns DescribeTemplatesResponse
|
|
@@ -3479,10 +3442,10 @@ export default class Client extends OpenApi {
|
|
|
3479
3442
|
*/
|
|
3480
3443
|
listOfficeSiteUsers(request: $_model.ListOfficeSiteUsersRequest): Promise<$_model.ListOfficeSiteUsersResponse>;
|
|
3481
3444
|
/**
|
|
3482
|
-
* Queries the
|
|
3445
|
+
* Queries the list of tags that are added to cloud computers.
|
|
3483
3446
|
*
|
|
3484
3447
|
* @remarks
|
|
3485
|
-
* You must
|
|
3448
|
+
* You must specify at least one of the following parameters in the request to specify the query object: `ResourceId.N`, `Tag.N.Key`, or `Tag.N.Value`.
|
|
3486
3449
|
*
|
|
3487
3450
|
* @param request - ListTagResourcesRequest
|
|
3488
3451
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3490,10 +3453,10 @@ export default class Client extends OpenApi {
|
|
|
3490
3453
|
*/
|
|
3491
3454
|
listTagResourcesWithOptions(request: $_model.ListTagResourcesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListTagResourcesResponse>;
|
|
3492
3455
|
/**
|
|
3493
|
-
* Queries the
|
|
3456
|
+
* Queries the list of tags that are added to cloud computers.
|
|
3494
3457
|
*
|
|
3495
3458
|
* @remarks
|
|
3496
|
-
* You must
|
|
3459
|
+
* You must specify at least one of the following parameters in the request to specify the query object: `ResourceId.N`, `Tag.N.Key`, or `Tag.N.Value`.
|
|
3497
3460
|
*
|
|
3498
3461
|
* @param request - ListTagResourcesRequest
|
|
3499
3462
|
* @returns ListTagResourcesResponse
|
|
@@ -3659,7 +3622,7 @@ export default class Client extends OpenApi {
|
|
|
3659
3622
|
*/
|
|
3660
3623
|
modifyAclEntries(request: $_model.ModifyAclEntriesRequest): Promise<$_model.ModifyAclEntriesResponse>;
|
|
3661
3624
|
/**
|
|
3662
|
-
* Modifies the
|
|
3625
|
+
* Modifies the configuration items of an automatic snapshot policy, including the policy name and snapshot retention period.
|
|
3663
3626
|
*
|
|
3664
3627
|
* @param request - ModifyAutoSnapshotPolicyRequest
|
|
3665
3628
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3667,7 +3630,7 @@ export default class Client extends OpenApi {
|
|
|
3667
3630
|
*/
|
|
3668
3631
|
modifyAutoSnapshotPolicyWithOptions(request: $_model.ModifyAutoSnapshotPolicyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyAutoSnapshotPolicyResponse>;
|
|
3669
3632
|
/**
|
|
3670
|
-
* Modifies the
|
|
3633
|
+
* Modifies the configuration items of an automatic snapshot policy, including the policy name and snapshot retention period.
|
|
3671
3634
|
*
|
|
3672
3635
|
* @param request - ModifyAutoSnapshotPolicyRequest
|
|
3673
3636
|
* @returns ModifyAutoSnapshotPolicyResponse
|
|
@@ -4944,10 +4907,10 @@ export default class Client extends OpenApi {
|
|
|
4944
4907
|
*/
|
|
4945
4908
|
setDesktopMaintenance(request: $_model.SetDesktopMaintenanceRequest): Promise<$_model.SetDesktopMaintenanceResponse>;
|
|
4946
4909
|
/**
|
|
4947
|
-
* Enables or disables the single sign-on (SSO) feature for an
|
|
4910
|
+
* Enables or disables the single sign-on (SSO) feature for an AD-based office network.
|
|
4948
4911
|
*
|
|
4949
4912
|
* @remarks
|
|
4950
|
-
* This operation
|
|
4913
|
+
* This operation has the same effect as [SetOfficeSiteSsoStatus](~~SetOfficeSiteSsoStatus~~). Use the SetOfficeSiteSsoStatus operation instead.
|
|
4951
4914
|
*
|
|
4952
4915
|
* @param request - SetDirectorySsoStatusRequest
|
|
4953
4916
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4955,10 +4918,10 @@ export default class Client extends OpenApi {
|
|
|
4955
4918
|
*/
|
|
4956
4919
|
setDirectorySsoStatusWithOptions(request: $_model.SetDirectorySsoStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SetDirectorySsoStatusResponse>;
|
|
4957
4920
|
/**
|
|
4958
|
-
* Enables or disables the single sign-on (SSO) feature for an
|
|
4921
|
+
* Enables or disables the single sign-on (SSO) feature for an AD-based office network.
|
|
4959
4922
|
*
|
|
4960
4923
|
* @remarks
|
|
4961
|
-
* This operation
|
|
4924
|
+
* This operation has the same effect as [SetOfficeSiteSsoStatus](~~SetOfficeSiteSsoStatus~~). Use the SetOfficeSiteSsoStatus operation instead.
|
|
4962
4925
|
*
|
|
4963
4926
|
* @param request - SetDirectorySsoStatusRequest
|
|
4964
4927
|
* @returns SetDirectorySsoStatusResponse
|
|
@@ -5079,10 +5042,10 @@ export default class Client extends OpenApi {
|
|
|
5079
5042
|
*/
|
|
5080
5043
|
stopInvocation(request: $_model.StopInvocationRequest): Promise<$_model.StopInvocationResponse>;
|
|
5081
5044
|
/**
|
|
5082
|
-
* Adds tags to cloud
|
|
5045
|
+
* Adds tags to specified cloud desktops. This makes it easier to filter and manage cloud desktops by tag.
|
|
5083
5046
|
*
|
|
5084
5047
|
* @remarks
|
|
5085
|
-
* If TagKey
|
|
5048
|
+
* If the specified TagKey already exists, the new TagValue overwrites the original TagValue.
|
|
5086
5049
|
*
|
|
5087
5050
|
* @param request - TagResourcesRequest
|
|
5088
5051
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5090,10 +5053,10 @@ export default class Client extends OpenApi {
|
|
|
5090
5053
|
*/
|
|
5091
5054
|
tagResourcesWithOptions(request: $_model.TagResourcesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.TagResourcesResponse>;
|
|
5092
5055
|
/**
|
|
5093
|
-
* Adds tags to cloud
|
|
5056
|
+
* Adds tags to specified cloud desktops. This makes it easier to filter and manage cloud desktops by tag.
|
|
5094
5057
|
*
|
|
5095
5058
|
* @remarks
|
|
5096
|
-
* If TagKey
|
|
5059
|
+
* If the specified TagKey already exists, the new TagValue overwrites the original TagValue.
|
|
5097
5060
|
*
|
|
5098
5061
|
* @param request - TagResourcesRequest
|
|
5099
5062
|
* @returns TagResourcesResponse
|
|
@@ -5160,7 +5123,7 @@ export default class Client extends OpenApi {
|
|
|
5160
5123
|
*/
|
|
5161
5124
|
unlockVirtualMFADevice(request: $_model.UnlockVirtualMFADeviceRequest): Promise<$_model.UnlockVirtualMFADeviceResponse>;
|
|
5162
5125
|
/**
|
|
5163
|
-
* Removes tags from cloud
|
|
5126
|
+
* Removes tags from cloud desktops. After a tag is removed, if the tag is not added to any cloud desktop, the tag is automatically deleted.
|
|
5164
5127
|
*
|
|
5165
5128
|
* @param request - UntagResourcesRequest
|
|
5166
5129
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5168,7 +5131,7 @@ export default class Client extends OpenApi {
|
|
|
5168
5131
|
*/
|
|
5169
5132
|
untagResourcesWithOptions(request: $_model.UntagResourcesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UntagResourcesResponse>;
|
|
5170
5133
|
/**
|
|
5171
|
-
* Removes tags from cloud
|
|
5134
|
+
* Removes tags from cloud desktops. After a tag is removed, if the tag is not added to any cloud desktop, the tag is automatically deleted.
|
|
5172
5135
|
*
|
|
5173
5136
|
* @param request - UntagResourcesRequest
|
|
5174
5137
|
* @returns UntagResourcesResponse
|