@alicloud/ecd20200930 3.4.3 → 3.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +424 -150
- package/dist/client.js +2826 -2407
- package/dist/client.js.map +1 -1
- package/package.json +4 -4
- package/src/client.ts +622 -150
package/dist/client.d.ts
CHANGED
|
@@ -1477,6 +1477,7 @@ export declare class CreateCloudDriveServiceResponseBody extends $tea.Model {
|
|
|
1477
1477
|
cdsId?: string;
|
|
1478
1478
|
cdsName?: string;
|
|
1479
1479
|
cenId?: string;
|
|
1480
|
+
conflictCdsAndOrder?: CreateCloudDriveServiceResponseBodyConflictCdsAndOrder;
|
|
1480
1481
|
domainName?: string;
|
|
1481
1482
|
errorCode?: string;
|
|
1482
1483
|
maxSize?: string;
|
|
@@ -1637,7 +1638,9 @@ export declare class CreateDesktopOversoldGroupRequest extends $tea.Model {
|
|
|
1637
1638
|
description?: string;
|
|
1638
1639
|
desktopType?: string;
|
|
1639
1640
|
directoryId?: string;
|
|
1641
|
+
idleDisconnectDuration?: number;
|
|
1640
1642
|
imageId?: string;
|
|
1643
|
+
keepDuration?: number;
|
|
1641
1644
|
name?: string;
|
|
1642
1645
|
oversoldUserCount?: number;
|
|
1643
1646
|
oversoldWarn?: number;
|
|
@@ -3676,6 +3679,8 @@ export declare class DescribeDesktopOversoldUserGroupResponse extends $tea.Model
|
|
|
3676
3679
|
});
|
|
3677
3680
|
}
|
|
3678
3681
|
export declare class DescribeDesktopSessionsRequest extends $tea.Model {
|
|
3682
|
+
desktopId?: string[];
|
|
3683
|
+
desktopName?: string;
|
|
3679
3684
|
endTime?: string;
|
|
3680
3685
|
endUserId?: string;
|
|
3681
3686
|
officeSiteId?: string;
|
|
@@ -4864,6 +4869,56 @@ export declare class DescribePriceForRenewDesktopOversoldGroupResponse extends $
|
|
|
4864
4869
|
[key: string]: any;
|
|
4865
4870
|
});
|
|
4866
4871
|
}
|
|
4872
|
+
export declare class DescribeRecordingsRequest extends $tea.Model {
|
|
4873
|
+
desktopId?: string;
|
|
4874
|
+
endTime?: string;
|
|
4875
|
+
maxResults?: number;
|
|
4876
|
+
needSignedUrl?: boolean;
|
|
4877
|
+
nextToken?: string;
|
|
4878
|
+
policyGroupId?: string;
|
|
4879
|
+
regionId?: string;
|
|
4880
|
+
signedUrlExpireMinutes?: number;
|
|
4881
|
+
startTime?: string;
|
|
4882
|
+
static names(): {
|
|
4883
|
+
[key: string]: string;
|
|
4884
|
+
};
|
|
4885
|
+
static types(): {
|
|
4886
|
+
[key: string]: any;
|
|
4887
|
+
};
|
|
4888
|
+
constructor(map?: {
|
|
4889
|
+
[key: string]: any;
|
|
4890
|
+
});
|
|
4891
|
+
}
|
|
4892
|
+
export declare class DescribeRecordingsResponseBody extends $tea.Model {
|
|
4893
|
+
nextToken?: string;
|
|
4894
|
+
recordings?: DescribeRecordingsResponseBodyRecordings[];
|
|
4895
|
+
requestId?: string;
|
|
4896
|
+
static names(): {
|
|
4897
|
+
[key: string]: string;
|
|
4898
|
+
};
|
|
4899
|
+
static types(): {
|
|
4900
|
+
[key: string]: any;
|
|
4901
|
+
};
|
|
4902
|
+
constructor(map?: {
|
|
4903
|
+
[key: string]: any;
|
|
4904
|
+
});
|
|
4905
|
+
}
|
|
4906
|
+
export declare class DescribeRecordingsResponse extends $tea.Model {
|
|
4907
|
+
headers?: {
|
|
4908
|
+
[key: string]: string;
|
|
4909
|
+
};
|
|
4910
|
+
statusCode?: number;
|
|
4911
|
+
body?: DescribeRecordingsResponseBody;
|
|
4912
|
+
static names(): {
|
|
4913
|
+
[key: string]: string;
|
|
4914
|
+
};
|
|
4915
|
+
static types(): {
|
|
4916
|
+
[key: string]: any;
|
|
4917
|
+
};
|
|
4918
|
+
constructor(map?: {
|
|
4919
|
+
[key: string]: any;
|
|
4920
|
+
});
|
|
4921
|
+
}
|
|
4867
4922
|
export declare class DescribeRegionsRequest extends $tea.Model {
|
|
4868
4923
|
acceptLanguage?: string;
|
|
4869
4924
|
regionId?: string;
|
|
@@ -7222,7 +7277,9 @@ export declare class ModifyDesktopNameResponse extends $tea.Model {
|
|
|
7222
7277
|
export declare class ModifyDesktopOversoldGroupRequest extends $tea.Model {
|
|
7223
7278
|
concurrenceCount?: number;
|
|
7224
7279
|
description?: string;
|
|
7280
|
+
idleDisconnectDuration?: number;
|
|
7225
7281
|
imageId?: string;
|
|
7282
|
+
keepDuration?: number;
|
|
7226
7283
|
name?: string;
|
|
7227
7284
|
oversoldGroupId?: string;
|
|
7228
7285
|
oversoldUserCount?: number;
|
|
@@ -9709,6 +9766,46 @@ export declare class CreateCdsFileResponseBodyFileModel extends $tea.Model {
|
|
|
9709
9766
|
[key: string]: any;
|
|
9710
9767
|
});
|
|
9711
9768
|
}
|
|
9769
|
+
export declare class CreateCloudDriveServiceResponseBodyConflictCdsAndOrderConflictCds extends $tea.Model {
|
|
9770
|
+
cdsId?: string;
|
|
9771
|
+
regionId?: string;
|
|
9772
|
+
static names(): {
|
|
9773
|
+
[key: string]: string;
|
|
9774
|
+
};
|
|
9775
|
+
static types(): {
|
|
9776
|
+
[key: string]: any;
|
|
9777
|
+
};
|
|
9778
|
+
constructor(map?: {
|
|
9779
|
+
[key: string]: any;
|
|
9780
|
+
});
|
|
9781
|
+
}
|
|
9782
|
+
export declare class CreateCloudDriveServiceResponseBodyConflictCdsAndOrderConflictOrder extends $tea.Model {
|
|
9783
|
+
cdsId?: string;
|
|
9784
|
+
orderId?: string;
|
|
9785
|
+
regionId?: string;
|
|
9786
|
+
static names(): {
|
|
9787
|
+
[key: string]: string;
|
|
9788
|
+
};
|
|
9789
|
+
static types(): {
|
|
9790
|
+
[key: string]: any;
|
|
9791
|
+
};
|
|
9792
|
+
constructor(map?: {
|
|
9793
|
+
[key: string]: any;
|
|
9794
|
+
});
|
|
9795
|
+
}
|
|
9796
|
+
export declare class CreateCloudDriveServiceResponseBodyConflictCdsAndOrder extends $tea.Model {
|
|
9797
|
+
conflictCds?: CreateCloudDriveServiceResponseBodyConflictCdsAndOrderConflictCds[];
|
|
9798
|
+
conflictOrder?: CreateCloudDriveServiceResponseBodyConflictCdsAndOrderConflictOrder[];
|
|
9799
|
+
static names(): {
|
|
9800
|
+
[key: string]: string;
|
|
9801
|
+
};
|
|
9802
|
+
static types(): {
|
|
9803
|
+
[key: string]: any;
|
|
9804
|
+
};
|
|
9805
|
+
constructor(map?: {
|
|
9806
|
+
[key: string]: any;
|
|
9807
|
+
});
|
|
9808
|
+
}
|
|
9712
9809
|
export declare class CreateDesktopOversoldGroupResponseBodyData extends $tea.Model {
|
|
9713
9810
|
orderId?: number;
|
|
9714
9811
|
oversoldGroupId?: string;
|
|
@@ -10242,7 +10339,9 @@ export declare class DescribeDesktopOversoldGroupResponseBodyData extends $tea.M
|
|
|
10242
10339
|
desktopType?: string;
|
|
10243
10340
|
directoryId?: string;
|
|
10244
10341
|
expireTime?: string;
|
|
10342
|
+
idleDisconnectDuration?: string;
|
|
10245
10343
|
imageId?: string;
|
|
10344
|
+
keepDuration?: string;
|
|
10246
10345
|
name?: string;
|
|
10247
10346
|
oversoldGroupId?: string;
|
|
10248
10347
|
oversoldUserCount?: number;
|
|
@@ -11304,6 +11403,27 @@ export declare class DescribePriceForRenewDesktopOversoldGroupResponseBodyData e
|
|
|
11304
11403
|
[key: string]: any;
|
|
11305
11404
|
});
|
|
11306
11405
|
}
|
|
11406
|
+
export declare class DescribeRecordingsResponseBodyRecordings extends $tea.Model {
|
|
11407
|
+
desktopId?: string;
|
|
11408
|
+
desktopName?: string;
|
|
11409
|
+
endTime?: string;
|
|
11410
|
+
endUserIds?: string[];
|
|
11411
|
+
filePath?: string;
|
|
11412
|
+
policyGroupId?: string;
|
|
11413
|
+
recordingSize?: number;
|
|
11414
|
+
recordingType?: string;
|
|
11415
|
+
signedUrl?: string;
|
|
11416
|
+
startTime?: string;
|
|
11417
|
+
static names(): {
|
|
11418
|
+
[key: string]: string;
|
|
11419
|
+
};
|
|
11420
|
+
static types(): {
|
|
11421
|
+
[key: string]: any;
|
|
11422
|
+
};
|
|
11423
|
+
constructor(map?: {
|
|
11424
|
+
[key: string]: any;
|
|
11425
|
+
});
|
|
11426
|
+
}
|
|
11307
11427
|
export declare class DescribeRegionsResponseBodyRegions extends $tea.Model {
|
|
11308
11428
|
localName?: string;
|
|
11309
11429
|
regionEndpoint?: string;
|
|
@@ -12183,7 +12303,7 @@ export default class Client extends OpenApi {
|
|
|
12183
12303
|
[key: string]: string;
|
|
12184
12304
|
}, endpoint: string): string;
|
|
12185
12305
|
/**
|
|
12186
|
-
*
|
|
12306
|
+
* If you do not create any cloud computer in a convenience office network within 15 days, the office network is automatically locked and virtual private cloud (VPC) resources are released. If you want to resume the office network, you can call this operation to unlock the office network.
|
|
12187
12307
|
*
|
|
12188
12308
|
* @param request ActivateOfficeSiteRequest
|
|
12189
12309
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -12191,7 +12311,7 @@ export default class Client extends OpenApi {
|
|
|
12191
12311
|
*/
|
|
12192
12312
|
activateOfficeSiteWithOptions(request: ActivateOfficeSiteRequest, runtime: $Util.RuntimeOptions): Promise<ActivateOfficeSiteResponse>;
|
|
12193
12313
|
/**
|
|
12194
|
-
*
|
|
12314
|
+
* If you do not create any cloud computer in a convenience office network within 15 days, the office network is automatically locked and virtual private cloud (VPC) resources are released. If you want to resume the office network, you can call this operation to unlock the office network.
|
|
12195
12315
|
*
|
|
12196
12316
|
* @param request ActivateOfficeSiteRequest
|
|
12197
12317
|
* @return ActivateOfficeSiteResponse
|
|
@@ -12254,15 +12374,28 @@ export default class Client extends OpenApi {
|
|
|
12254
12374
|
applyCoordinatePrivilege(request: ApplyCoordinatePrivilegeRequest): Promise<ApplyCoordinatePrivilegeResponse>;
|
|
12255
12375
|
applyCoordinationForMonitoringWithOptions(request: ApplyCoordinationForMonitoringRequest, runtime: $Util.RuntimeOptions): Promise<ApplyCoordinationForMonitoringResponse>;
|
|
12256
12376
|
applyCoordinationForMonitoring(request: ApplyCoordinationForMonitoringRequest): Promise<ApplyCoordinationForMonitoringResponse>;
|
|
12377
|
+
/**
|
|
12378
|
+
* The cloud computers for which you want to allow image updates must be in the Running state.
|
|
12379
|
+
*
|
|
12380
|
+
* @param request ApproveFotaUpdateRequest
|
|
12381
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
12382
|
+
* @return ApproveFotaUpdateResponse
|
|
12383
|
+
*/
|
|
12257
12384
|
approveFotaUpdateWithOptions(request: ApproveFotaUpdateRequest, runtime: $Util.RuntimeOptions): Promise<ApproveFotaUpdateResponse>;
|
|
12385
|
+
/**
|
|
12386
|
+
* The cloud computers for which you want to allow image updates must be in the Running state.
|
|
12387
|
+
*
|
|
12388
|
+
* @param request ApproveFotaUpdateRequest
|
|
12389
|
+
* @return ApproveFotaUpdateResponse
|
|
12390
|
+
*/
|
|
12258
12391
|
approveFotaUpdate(request: ApproveFotaUpdateRequest): Promise<ApproveFotaUpdateResponse>;
|
|
12259
12392
|
associateNetworkPackageWithOptions(request: AssociateNetworkPackageRequest, runtime: $Util.RuntimeOptions): Promise<AssociateNetworkPackageResponse>;
|
|
12260
12393
|
associateNetworkPackage(request: AssociateNetworkPackageRequest): Promise<AssociateNetworkPackageResponse>;
|
|
12261
12394
|
/**
|
|
12262
12395
|
* Prerequisites
|
|
12263
12396
|
* * A CEN instance is created.
|
|
12264
|
-
* *
|
|
12265
|
-
* >
|
|
12397
|
+
* * The office network is an advanced office network, and the account system type is convenient account.
|
|
12398
|
+
* > The office network is added to the CEN instance when you create the instance. An office network can be added to only one CEN instance.
|
|
12266
12399
|
*
|
|
12267
12400
|
* @param request AttachCenRequest
|
|
12268
12401
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -12272,8 +12405,8 @@ export default class Client extends OpenApi {
|
|
|
12272
12405
|
/**
|
|
12273
12406
|
* Prerequisites
|
|
12274
12407
|
* * A CEN instance is created.
|
|
12275
|
-
* *
|
|
12276
|
-
* >
|
|
12408
|
+
* * The office network is an advanced office network, and the account system type is convenient account.
|
|
12409
|
+
* > The office network is added to the CEN instance when you create the instance. An office network can be added to only one CEN instance.
|
|
12277
12410
|
*
|
|
12278
12411
|
* @param request AttachCenRequest
|
|
12279
12412
|
* @return AttachCenResponse
|
|
@@ -12302,7 +12435,7 @@ export default class Client extends OpenApi {
|
|
|
12302
12435
|
copyImageWithOptions(request: CopyImageRequest, runtime: $Util.RuntimeOptions): Promise<CopyImageResponse>;
|
|
12303
12436
|
copyImage(request: CopyImageRequest): Promise<CopyImageResponse>;
|
|
12304
12437
|
/**
|
|
12305
|
-
* AD
|
|
12438
|
+
* An AD directory is used to connect to an enterprise\\"s existing Active Directory and is suitable for large-scale cloud computer deployment. You are charged directory fees when you connect your AD to cloud computers. For more information, see [Billing overview](~~188395~~).
|
|
12306
12439
|
*
|
|
12307
12440
|
* @param request CreateADConnectorDirectoryRequest
|
|
12308
12441
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -12310,18 +12443,20 @@ export default class Client extends OpenApi {
|
|
|
12310
12443
|
*/
|
|
12311
12444
|
createADConnectorDirectoryWithOptions(request: CreateADConnectorDirectoryRequest, runtime: $Util.RuntimeOptions): Promise<CreateADConnectorDirectoryResponse>;
|
|
12312
12445
|
/**
|
|
12313
|
-
* AD
|
|
12446
|
+
* An AD directory is used to connect to an enterprise\\"s existing Active Directory and is suitable for large-scale cloud computer deployment. You are charged directory fees when you connect your AD to cloud computers. For more information, see [Billing overview](~~188395~~).
|
|
12314
12447
|
*
|
|
12315
12448
|
* @param request CreateADConnectorDirectoryRequest
|
|
12316
12449
|
* @return CreateADConnectorDirectoryResponse
|
|
12317
12450
|
*/
|
|
12318
12451
|
createADConnectorDirectory(request: CreateADConnectorDirectoryRequest): Promise<CreateADConnectorDirectoryResponse>;
|
|
12319
12452
|
/**
|
|
12320
|
-
*
|
|
12321
|
-
*
|
|
12322
|
-
*
|
|
12323
|
-
*
|
|
12324
|
-
*
|
|
12453
|
+
* When you create an enterprise AD office network, the system automatically creates an AD connector to connect to an enterprise AD. You are charged for the AD connector. For more information, see [Billing overview](~~188395~~).
|
|
12454
|
+
* After you call this operation to create an AD office network, you must perform the following steps to complete AD domain setting:
|
|
12455
|
+
* 1. Configure a conditional forwarder in a Domain Name System (DNS) server.
|
|
12456
|
+
* 2. Configure a trust relationship in an AD domain controller and call the [ConfigADConnectorTrust](~~311258~~) operation to configure the trust relationship with the AD office network.
|
|
12457
|
+
* 3. Call the [ListUserAdOrganizationUnits](~~311259~~) operation to query a list of organizational units (OUs) of the AD domain, and call the [ConfigADConnectorUser](~~311262~~) operation to specify an OU and administrator for the AD office network.
|
|
12458
|
+
* > When you create the AD office network, take note of the DomainUserName and DomainPassword parameters. If you specify the parameters, you need to only configure a conditional forwarder. If you do not specify the parameters, you must configure a conditional forwarder, trust relationship, and OU as prompted.
|
|
12459
|
+
* For more information, see [Create and manage enterprise AD office networks](~~214469~~).
|
|
12325
12460
|
*
|
|
12326
12461
|
* @param request CreateADConnectorOfficeSiteRequest
|
|
12327
12462
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -12329,11 +12464,13 @@ export default class Client extends OpenApi {
|
|
|
12329
12464
|
*/
|
|
12330
12465
|
createADConnectorOfficeSiteWithOptions(request: CreateADConnectorOfficeSiteRequest, runtime: $Util.RuntimeOptions): Promise<CreateADConnectorOfficeSiteResponse>;
|
|
12331
12466
|
/**
|
|
12332
|
-
*
|
|
12333
|
-
*
|
|
12334
|
-
*
|
|
12335
|
-
*
|
|
12336
|
-
*
|
|
12467
|
+
* When you create an enterprise AD office network, the system automatically creates an AD connector to connect to an enterprise AD. You are charged for the AD connector. For more information, see [Billing overview](~~188395~~).
|
|
12468
|
+
* After you call this operation to create an AD office network, you must perform the following steps to complete AD domain setting:
|
|
12469
|
+
* 1. Configure a conditional forwarder in a Domain Name System (DNS) server.
|
|
12470
|
+
* 2. Configure a trust relationship in an AD domain controller and call the [ConfigADConnectorTrust](~~311258~~) operation to configure the trust relationship with the AD office network.
|
|
12471
|
+
* 3. Call the [ListUserAdOrganizationUnits](~~311259~~) operation to query a list of organizational units (OUs) of the AD domain, and call the [ConfigADConnectorUser](~~311262~~) operation to specify an OU and administrator for the AD office network.
|
|
12472
|
+
* > When you create the AD office network, take note of the DomainUserName and DomainPassword parameters. If you specify the parameters, you need to only configure a conditional forwarder. If you do not specify the parameters, you must configure a conditional forwarder, trust relationship, and OU as prompted.
|
|
12473
|
+
* For more information, see [Create and manage enterprise AD office networks](~~214469~~).
|
|
12337
12474
|
*
|
|
12338
12475
|
* @param request CreateADConnectorOfficeSiteRequest
|
|
12339
12476
|
* @return CreateADConnectorOfficeSiteResponse
|
|
@@ -12357,7 +12494,7 @@ export default class Client extends OpenApi {
|
|
|
12357
12494
|
*/
|
|
12358
12495
|
createAutoSnapshotPolicy(request: CreateAutoSnapshotPolicyRequest): Promise<CreateAutoSnapshotPolicyResponse>;
|
|
12359
12496
|
/**
|
|
12360
|
-
*
|
|
12497
|
+
* Cloud computer templates include system templates and custom templates. A system template is the default template provided by Alibaba Cloud. You can call this operation to create a custom template.
|
|
12361
12498
|
*
|
|
12362
12499
|
* @param request CreateBundleRequest
|
|
12363
12500
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -12365,7 +12502,7 @@ export default class Client extends OpenApi {
|
|
|
12365
12502
|
*/
|
|
12366
12503
|
createBundleWithOptions(request: CreateBundleRequest, runtime: $Util.RuntimeOptions): Promise<CreateBundleResponse>;
|
|
12367
12504
|
/**
|
|
12368
|
-
*
|
|
12505
|
+
* Cloud computer templates include system templates and custom templates. A system template is the default template provided by Alibaba Cloud. You can call this operation to create a custom template.
|
|
12369
12506
|
*
|
|
12370
12507
|
* @param request CreateBundleRequest
|
|
12371
12508
|
* @return CreateBundleResponse
|
|
@@ -12393,7 +12530,6 @@ export default class Client extends OpenApi {
|
|
|
12393
12530
|
createCloudDriveUsersWithOptions(request: CreateCloudDriveUsersRequest, runtime: $Util.RuntimeOptions): Promise<CreateCloudDriveUsersResponse>;
|
|
12394
12531
|
createCloudDriveUsers(request: CreateCloudDriveUsersRequest): Promise<CreateCloudDriveUsersResponse>;
|
|
12395
12532
|
/**
|
|
12396
|
-
* # Description
|
|
12397
12533
|
* Before you call this operation to create a desktop group, make sure that the following operations are complete:
|
|
12398
12534
|
* * You are familiar with the features, usage limits, and scaling policies of desktop groups. For more information, see [Overview](~~290959~~) of desktop groups.
|
|
12399
12535
|
* * Resources, such as workspaces, users, desktop templates, and policies, are created.
|
|
@@ -12404,7 +12540,6 @@ export default class Client extends OpenApi {
|
|
|
12404
12540
|
*/
|
|
12405
12541
|
createDesktopGroupWithOptions(request: CreateDesktopGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateDesktopGroupResponse>;
|
|
12406
12542
|
/**
|
|
12407
|
-
* # Description
|
|
12408
12543
|
* Before you call this operation to create a desktop group, make sure that the following operations are complete:
|
|
12409
12544
|
* * You are familiar with the features, usage limits, and scaling policies of desktop groups. For more information, see [Overview](~~290959~~) of desktop groups.
|
|
12410
12545
|
* * Resources, such as workspaces, users, desktop templates, and policies, are created.
|
|
@@ -12416,13 +12551,13 @@ export default class Client extends OpenApi {
|
|
|
12416
12551
|
createDesktopOversoldGroupWithOptions(request: CreateDesktopOversoldGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateDesktopOversoldGroupResponse>;
|
|
12417
12552
|
createDesktopOversoldGroup(request: CreateDesktopOversoldGroupRequest): Promise<CreateDesktopOversoldGroupResponse>;
|
|
12418
12553
|
/**
|
|
12419
|
-
*
|
|
12420
|
-
* *
|
|
12421
|
-
* *
|
|
12422
|
-
* *
|
|
12423
|
-
* *
|
|
12424
|
-
* *
|
|
12425
|
-
*
|
|
12554
|
+
* Before you create cloud computers, complete the following preparations:
|
|
12555
|
+
* * An office network (formerly called workspace) and users are created. For more information, see:
|
|
12556
|
+
* * Convenience office network: [CreateSimpleOfficeSite](~~215416~~) and [CreateUsers](~~437832~~).
|
|
12557
|
+
* * Active Directory (AD) office network: [CreateADConnectorOfficeSite](~~215417~~) and [Create an AD user](~~188619~~).
|
|
12558
|
+
* * Make sure a cloud computer template exists. If no cloud computer template exists, call the [CreateBundle](~~188883~~) operation to create a template.
|
|
12559
|
+
* * Make sure a policy exists. If no policy exists, call the [CreatePolicyGroup](~~188889~~) operation to create a policy.
|
|
12560
|
+
* If you want the cloud computers to automatically execute a custom command script, you can use the `UserCommands` field to configure a custom command.
|
|
12426
12561
|
*
|
|
12427
12562
|
* @param request CreateDesktopsRequest
|
|
12428
12563
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -12430,13 +12565,13 @@ export default class Client extends OpenApi {
|
|
|
12430
12565
|
*/
|
|
12431
12566
|
createDesktopsWithOptions(request: CreateDesktopsRequest, runtime: $Util.RuntimeOptions): Promise<CreateDesktopsResponse>;
|
|
12432
12567
|
/**
|
|
12433
|
-
*
|
|
12434
|
-
* *
|
|
12435
|
-
* *
|
|
12436
|
-
* *
|
|
12437
|
-
* *
|
|
12438
|
-
* *
|
|
12439
|
-
*
|
|
12568
|
+
* Before you create cloud computers, complete the following preparations:
|
|
12569
|
+
* * An office network (formerly called workspace) and users are created. For more information, see:
|
|
12570
|
+
* * Convenience office network: [CreateSimpleOfficeSite](~~215416~~) and [CreateUsers](~~437832~~).
|
|
12571
|
+
* * Active Directory (AD) office network: [CreateADConnectorOfficeSite](~~215417~~) and [Create an AD user](~~188619~~).
|
|
12572
|
+
* * Make sure a cloud computer template exists. If no cloud computer template exists, call the [CreateBundle](~~188883~~) operation to create a template.
|
|
12573
|
+
* * Make sure a policy exists. If no policy exists, call the [CreatePolicyGroup](~~188889~~) operation to create a policy.
|
|
12574
|
+
* If you want the cloud computers to automatically execute a custom command script, you can use the `UserCommands` field to configure a custom command.
|
|
12440
12575
|
*
|
|
12441
12576
|
* @param request CreateDesktopsRequest
|
|
12442
12577
|
* @return CreateDesktopsResponse
|
|
@@ -12466,9 +12601,9 @@ export default class Client extends OpenApi {
|
|
|
12466
12601
|
*/
|
|
12467
12602
|
createPolicyGroup(request: CreatePolicyGroupRequest): Promise<CreatePolicyGroupResponse>;
|
|
12468
12603
|
/**
|
|
12469
|
-
* Before you create a RAM directory,
|
|
12470
|
-
* *
|
|
12471
|
-
* *
|
|
12604
|
+
* Before you create a RAM directory, complete the following preparations:
|
|
12605
|
+
* * Call the `CreateVpc` operation to create a virtual private cloud (VPC) in a region supported by WUYING Workspace.
|
|
12606
|
+
* * Call the `CreateVSwitch` operation to create a vSwitch in the VPC. The vSwitch is in a zone that is supported by WUYING Workspace. You can call the [DescribeZones](~~196648~~) operation to obtain the most recent zone list for a region supported by WUYING Workspace.
|
|
12472
12607
|
*
|
|
12473
12608
|
* @param request CreateRAMDirectoryRequest
|
|
12474
12609
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -12476,9 +12611,9 @@ export default class Client extends OpenApi {
|
|
|
12476
12611
|
*/
|
|
12477
12612
|
createRAMDirectoryWithOptions(request: CreateRAMDirectoryRequest, runtime: $Util.RuntimeOptions): Promise<CreateRAMDirectoryResponse>;
|
|
12478
12613
|
/**
|
|
12479
|
-
* Before you create a RAM directory,
|
|
12480
|
-
* *
|
|
12481
|
-
* *
|
|
12614
|
+
* Before you create a RAM directory, complete the following preparations:
|
|
12615
|
+
* * Call the `CreateVpc` operation to create a virtual private cloud (VPC) in a region supported by WUYING Workspace.
|
|
12616
|
+
* * Call the `CreateVSwitch` operation to create a vSwitch in the VPC. The vSwitch is in a zone that is supported by WUYING Workspace. You can call the [DescribeZones](~~196648~~) operation to obtain the most recent zone list for a region supported by WUYING Workspace.
|
|
12482
12617
|
*
|
|
12483
12618
|
* @param request CreateRAMDirectoryRequest
|
|
12484
12619
|
* @return CreateRAMDirectoryResponse
|
|
@@ -12487,7 +12622,7 @@ export default class Client extends OpenApi {
|
|
|
12487
12622
|
createSimpleOfficeSiteWithOptions(request: CreateSimpleOfficeSiteRequest, runtime: $Util.RuntimeOptions): Promise<CreateSimpleOfficeSiteResponse>;
|
|
12488
12623
|
createSimpleOfficeSite(request: CreateSimpleOfficeSiteRequest): Promise<CreateSimpleOfficeSiteResponse>;
|
|
12489
12624
|
/**
|
|
12490
|
-
* The cloud
|
|
12625
|
+
* The cloud computer must be in the **Running** or **Stopped** state.
|
|
12491
12626
|
*
|
|
12492
12627
|
* @param request CreateSnapshotRequest
|
|
12493
12628
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -12495,7 +12630,7 @@ export default class Client extends OpenApi {
|
|
|
12495
12630
|
*/
|
|
12496
12631
|
createSnapshotWithOptions(request: CreateSnapshotRequest, runtime: $Util.RuntimeOptions): Promise<CreateSnapshotResponse>;
|
|
12497
12632
|
/**
|
|
12498
|
-
* The cloud
|
|
12633
|
+
* The cloud computer must be in the **Running** or **Stopped** state.
|
|
12499
12634
|
*
|
|
12500
12635
|
* @param request CreateSnapshotRequest
|
|
12501
12636
|
* @return CreateSnapshotResponse
|
|
@@ -12511,7 +12646,24 @@ export default class Client extends OpenApi {
|
|
|
12511
12646
|
deleteCloudDriveGroups(request: DeleteCloudDriveGroupsRequest): Promise<DeleteCloudDriveGroupsResponse>;
|
|
12512
12647
|
deleteCloudDriveUsersWithOptions(request: DeleteCloudDriveUsersRequest, runtime: $Util.RuntimeOptions): Promise<DeleteCloudDriveUsersResponse>;
|
|
12513
12648
|
deleteCloudDriveUsers(request: DeleteCloudDriveUsersRequest): Promise<DeleteCloudDriveUsersResponse>;
|
|
12649
|
+
/**
|
|
12650
|
+
* * Before you delete a desktop group, make sure that cloud desktops in the desktop group are not connected and no users are authorized to use the cloud desktops.
|
|
12651
|
+
* * You cannot delete a subscription desktop group when cloud desktops in the group are in valid period.
|
|
12652
|
+
* * If you delete a pay-as-you-go desktop group, cloud desktops in the group are deleted.
|
|
12653
|
+
*
|
|
12654
|
+
* @param request DeleteDesktopGroupRequest
|
|
12655
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
12656
|
+
* @return DeleteDesktopGroupResponse
|
|
12657
|
+
*/
|
|
12514
12658
|
deleteDesktopGroupWithOptions(request: DeleteDesktopGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDesktopGroupResponse>;
|
|
12659
|
+
/**
|
|
12660
|
+
* * Before you delete a desktop group, make sure that cloud desktops in the desktop group are not connected and no users are authorized to use the cloud desktops.
|
|
12661
|
+
* * You cannot delete a subscription desktop group when cloud desktops in the group are in valid period.
|
|
12662
|
+
* * If you delete a pay-as-you-go desktop group, cloud desktops in the group are deleted.
|
|
12663
|
+
*
|
|
12664
|
+
* @param request DeleteDesktopGroupRequest
|
|
12665
|
+
* @return DeleteDesktopGroupResponse
|
|
12666
|
+
*/
|
|
12515
12667
|
deleteDesktopGroup(request: DeleteDesktopGroupRequest): Promise<DeleteDesktopGroupResponse>;
|
|
12516
12668
|
deleteDesktopsWithOptions(request: DeleteDesktopsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDesktopsResponse>;
|
|
12517
12669
|
deleteDesktops(request: DeleteDesktopsRequest): Promise<DeleteDesktopsResponse>;
|
|
@@ -12531,7 +12683,7 @@ export default class Client extends OpenApi {
|
|
|
12531
12683
|
*/
|
|
12532
12684
|
deleteDevices(request: DeleteDevicesRequest): Promise<DeleteDevicesResponse>;
|
|
12533
12685
|
/**
|
|
12534
|
-
* You cannot delete
|
|
12686
|
+
* You cannot delete a directory that has a cloud computer or is used by a cloud computer.
|
|
12535
12687
|
*
|
|
12536
12688
|
* @param request DeleteDirectoriesRequest
|
|
12537
12689
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -12539,7 +12691,7 @@ export default class Client extends OpenApi {
|
|
|
12539
12691
|
*/
|
|
12540
12692
|
deleteDirectoriesWithOptions(request: DeleteDirectoriesRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDirectoriesResponse>;
|
|
12541
12693
|
/**
|
|
12542
|
-
* You cannot delete
|
|
12694
|
+
* You cannot delete a directory that has a cloud computer or is used by a cloud computer.
|
|
12543
12695
|
*
|
|
12544
12696
|
* @param request DeleteDirectoriesRequest
|
|
12545
12697
|
* @return DeleteDirectoriesResponse
|
|
@@ -12549,7 +12701,7 @@ export default class Client extends OpenApi {
|
|
|
12549
12701
|
deleteEduRoom(request: DeleteEduRoomRequest): Promise<DeleteEduRoomResponse>;
|
|
12550
12702
|
/**
|
|
12551
12703
|
* * Images include system images and custom images. System images cannot be deleted.
|
|
12552
|
-
* * If an image to delete is referenced by a
|
|
12704
|
+
* * If an image that you want to delete is referenced by a cloud computer template, call the [DeleteBundles](~~436972~~) operation to delete the cloud computer template before you delete the image.
|
|
12553
12705
|
*
|
|
12554
12706
|
* @param request DeleteImagesRequest
|
|
12555
12707
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -12558,7 +12710,7 @@ export default class Client extends OpenApi {
|
|
|
12558
12710
|
deleteImagesWithOptions(request: DeleteImagesRequest, runtime: $Util.RuntimeOptions): Promise<DeleteImagesResponse>;
|
|
12559
12711
|
/**
|
|
12560
12712
|
* * Images include system images and custom images. System images cannot be deleted.
|
|
12561
|
-
* * If an image to delete is referenced by a
|
|
12713
|
+
* * If an image that you want to delete is referenced by a cloud computer template, call the [DeleteBundles](~~436972~~) operation to delete the cloud computer template before you delete the image.
|
|
12562
12714
|
*
|
|
12563
12715
|
* @param request DeleteImagesRequest
|
|
12564
12716
|
* @return DeleteImagesResponse
|
|
@@ -12566,8 +12718,7 @@ export default class Client extends OpenApi {
|
|
|
12566
12718
|
deleteImages(request: DeleteImagesRequest): Promise<DeleteImagesResponse>;
|
|
12567
12719
|
/**
|
|
12568
12720
|
* Before you delete an Apsara File Storage NAS (NAS) file system, make sure that the data you want to retain is backed up.
|
|
12569
|
-
*
|
|
12570
|
-
* **Warning** If a NAS file system is deleted, data stored in the NAS file system cannot be restored. Proceed with caution when you delete NAS file systems.
|
|
12721
|
+
* ><warning>If a NAS file system is deleted, data stored in the NAS file system cannot be restored. Proceed with caution when you delete NAS file systems.></warning>
|
|
12571
12722
|
*
|
|
12572
12723
|
* @param request DeleteNASFileSystemsRequest
|
|
12573
12724
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -12576,8 +12727,7 @@ export default class Client extends OpenApi {
|
|
|
12576
12727
|
deleteNASFileSystemsWithOptions(request: DeleteNASFileSystemsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteNASFileSystemsResponse>;
|
|
12577
12728
|
/**
|
|
12578
12729
|
* Before you delete an Apsara File Storage NAS (NAS) file system, make sure that the data you want to retain is backed up.
|
|
12579
|
-
*
|
|
12580
|
-
* **Warning** If a NAS file system is deleted, data stored in the NAS file system cannot be restored. Proceed with caution when you delete NAS file systems.
|
|
12730
|
+
* ><warning>If a NAS file system is deleted, data stored in the NAS file system cannot be restored. Proceed with caution when you delete NAS file systems.></warning>
|
|
12581
12731
|
*
|
|
12582
12732
|
* @param request DeleteNASFileSystemsRequest
|
|
12583
12733
|
* @return DeleteNASFileSystemsResponse
|
|
@@ -12586,10 +12736,10 @@ export default class Client extends OpenApi {
|
|
|
12586
12736
|
deleteNetworkPackagesWithOptions(request: DeleteNetworkPackagesRequest, runtime: $Util.RuntimeOptions): Promise<DeleteNetworkPackagesResponse>;
|
|
12587
12737
|
deleteNetworkPackages(request: DeleteNetworkPackagesRequest): Promise<DeleteNetworkPackagesResponse>;
|
|
12588
12738
|
/**
|
|
12589
|
-
* Before you delete
|
|
12590
|
-
* * All cloud
|
|
12739
|
+
* Before you delete an office network, make sure that the following operations are complete:
|
|
12740
|
+
* * All cloud computers in the office network are released.
|
|
12591
12741
|
* * The data that you want to retain is backed up.
|
|
12592
|
-
*
|
|
12742
|
+
* > Resources and data on cloud computers in an office network cannot be restored after you delete it. Proceed with caution.
|
|
12593
12743
|
*
|
|
12594
12744
|
* @param request DeleteOfficeSitesRequest
|
|
12595
12745
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -12597,10 +12747,10 @@ export default class Client extends OpenApi {
|
|
|
12597
12747
|
*/
|
|
12598
12748
|
deleteOfficeSitesWithOptions(request: DeleteOfficeSitesRequest, runtime: $Util.RuntimeOptions): Promise<DeleteOfficeSitesResponse>;
|
|
12599
12749
|
/**
|
|
12600
|
-
* Before you delete
|
|
12601
|
-
* * All cloud
|
|
12750
|
+
* Before you delete an office network, make sure that the following operations are complete:
|
|
12751
|
+
* * All cloud computers in the office network are released.
|
|
12602
12752
|
* * The data that you want to retain is backed up.
|
|
12603
|
-
*
|
|
12753
|
+
* > Resources and data on cloud computers in an office network cannot be restored after you delete it. Proceed with caution.
|
|
12604
12754
|
*
|
|
12605
12755
|
* @param request DeleteOfficeSitesRequest
|
|
12606
12756
|
* @return DeleteOfficeSitesResponse
|
|
@@ -12624,7 +12774,7 @@ export default class Client extends OpenApi {
|
|
|
12624
12774
|
*/
|
|
12625
12775
|
deleteSnapshot(request: DeleteSnapshotRequest): Promise<DeleteSnapshotResponse>;
|
|
12626
12776
|
/**
|
|
12627
|
-
* If an MFA device is deleted, the device is unbound, reset, and disabled. When
|
|
12777
|
+
* If an MFA device is deleted, the device is unbound, reset, and disabled. When an Active Directory (AD) user wants to connect to the cloud desktop that is bound to the MFA device, the AD user must bind a new MFA device.
|
|
12628
12778
|
*
|
|
12629
12779
|
* @param request DeleteVirtualMFADeviceRequest
|
|
12630
12780
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -12632,7 +12782,7 @@ export default class Client extends OpenApi {
|
|
|
12632
12782
|
*/
|
|
12633
12783
|
deleteVirtualMFADeviceWithOptions(request: DeleteVirtualMFADeviceRequest, runtime: $Util.RuntimeOptions): Promise<DeleteVirtualMFADeviceResponse>;
|
|
12634
12784
|
/**
|
|
12635
|
-
* If an MFA device is deleted, the device is unbound, reset, and disabled. When
|
|
12785
|
+
* If an MFA device is deleted, the device is unbound, reset, and disabled. When an Active Directory (AD) user wants to connect to the cloud desktop that is bound to the MFA device, the AD user must bind a new MFA device.
|
|
12636
12786
|
*
|
|
12637
12787
|
* @param request DeleteVirtualMFADeviceRequest
|
|
12638
12788
|
* @return DeleteVirtualMFADeviceResponse
|
|
@@ -12760,7 +12910,7 @@ export default class Client extends OpenApi {
|
|
|
12760
12910
|
describeImageModifiedRecordsWithOptions(request: DescribeImageModifiedRecordsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeImageModifiedRecordsResponse>;
|
|
12761
12911
|
describeImageModifiedRecords(request: DescribeImageModifiedRecordsRequest): Promise<DescribeImageModifiedRecordsResponse>;
|
|
12762
12912
|
/**
|
|
12763
|
-
* You can call the ModifyImagePermission operation to share
|
|
12913
|
+
* You can call the [ModifyImagePermission](~~436982~~) operation to share an image with another cloud computer user or unshare an image. You can call the DescribeImagePermission operation to obtain the Alibaba Cloud accounts with which the current image is shared.
|
|
12764
12914
|
*
|
|
12765
12915
|
* @param request DescribeImagePermissionRequest
|
|
12766
12916
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -12768,7 +12918,7 @@ export default class Client extends OpenApi {
|
|
|
12768
12918
|
*/
|
|
12769
12919
|
describeImagePermissionWithOptions(request: DescribeImagePermissionRequest, runtime: $Util.RuntimeOptions): Promise<DescribeImagePermissionResponse>;
|
|
12770
12920
|
/**
|
|
12771
|
-
* You can call the ModifyImagePermission operation to share
|
|
12921
|
+
* You can call the [ModifyImagePermission](~~436982~~) operation to share an image with another cloud computer user or unshare an image. You can call the DescribeImagePermission operation to obtain the Alibaba Cloud accounts with which the current image is shared.
|
|
12772
12922
|
*
|
|
12773
12923
|
* @param request DescribeImagePermissionRequest
|
|
12774
12924
|
* @return DescribeImagePermissionResponse
|
|
@@ -12834,6 +12984,8 @@ export default class Client extends OpenApi {
|
|
|
12834
12984
|
describePriceForModifyDesktopOversoldGroupSale(request: DescribePriceForModifyDesktopOversoldGroupSaleRequest): Promise<DescribePriceForModifyDesktopOversoldGroupSaleResponse>;
|
|
12835
12985
|
describePriceForRenewDesktopOversoldGroupWithOptions(request: DescribePriceForRenewDesktopOversoldGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribePriceForRenewDesktopOversoldGroupResponse>;
|
|
12836
12986
|
describePriceForRenewDesktopOversoldGroup(request: DescribePriceForRenewDesktopOversoldGroupRequest): Promise<DescribePriceForRenewDesktopOversoldGroupResponse>;
|
|
12987
|
+
describeRecordingsWithOptions(request: DescribeRecordingsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRecordingsResponse>;
|
|
12988
|
+
describeRecordings(request: DescribeRecordingsRequest): Promise<DescribeRecordingsResponse>;
|
|
12837
12989
|
describeRegionsWithOptions(request: DescribeRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse>;
|
|
12838
12990
|
describeRegions(request: DescribeRegionsRequest): Promise<DescribeRegionsResponse>;
|
|
12839
12991
|
/**
|
|
@@ -12884,7 +13036,22 @@ export default class Client extends OpenApi {
|
|
|
12884
13036
|
exportDesktopGroupInfoWithOptions(request: ExportDesktopGroupInfoRequest, runtime: $Util.RuntimeOptions): Promise<ExportDesktopGroupInfoResponse>;
|
|
12885
13037
|
exportDesktopGroupInfo(request: ExportDesktopGroupInfoRequest): Promise<ExportDesktopGroupInfoResponse>;
|
|
12886
13038
|
/**
|
|
12887
|
-
* The
|
|
13039
|
+
* The cloud computer list exported by calling this operation is saved as a CSV file. Each entry of data of a cloud computer includes the following fields:
|
|
13040
|
+
* * Cloud computer ID and name
|
|
13041
|
+
* * Office network ID and name
|
|
13042
|
+
* * The instance type, OS and protocol of the cloud computer
|
|
13043
|
+
* * System disk and data disk of the cloud computer
|
|
13044
|
+
* * The status
|
|
13045
|
+
* * Purchase method
|
|
13046
|
+
* * The time when the cloud computer expires
|
|
13047
|
+
* * Remaining duration and total duration
|
|
13048
|
+
* * Number of assigned users and number of current users
|
|
13049
|
+
* * Office network type
|
|
13050
|
+
* * The time when the cloud computer was created
|
|
13051
|
+
* * Tags
|
|
13052
|
+
* * Encryption status
|
|
13053
|
+
* * IP
|
|
13054
|
+
* * The hostname
|
|
12888
13055
|
*
|
|
12889
13056
|
* @param request ExportDesktopListInfoRequest
|
|
12890
13057
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -12892,7 +13059,22 @@ export default class Client extends OpenApi {
|
|
|
12892
13059
|
*/
|
|
12893
13060
|
exportDesktopListInfoWithOptions(request: ExportDesktopListInfoRequest, runtime: $Util.RuntimeOptions): Promise<ExportDesktopListInfoResponse>;
|
|
12894
13061
|
/**
|
|
12895
|
-
* The
|
|
13062
|
+
* The cloud computer list exported by calling this operation is saved as a CSV file. Each entry of data of a cloud computer includes the following fields:
|
|
13063
|
+
* * Cloud computer ID and name
|
|
13064
|
+
* * Office network ID and name
|
|
13065
|
+
* * The instance type, OS and protocol of the cloud computer
|
|
13066
|
+
* * System disk and data disk of the cloud computer
|
|
13067
|
+
* * The status
|
|
13068
|
+
* * Purchase method
|
|
13069
|
+
* * The time when the cloud computer expires
|
|
13070
|
+
* * Remaining duration and total duration
|
|
13071
|
+
* * Number of assigned users and number of current users
|
|
13072
|
+
* * Office network type
|
|
13073
|
+
* * The time when the cloud computer was created
|
|
13074
|
+
* * Tags
|
|
13075
|
+
* * Encryption status
|
|
13076
|
+
* * IP
|
|
13077
|
+
* * The hostname
|
|
12896
13078
|
*
|
|
12897
13079
|
* @param request ExportDesktopListInfoRequest
|
|
12898
13080
|
* @return ExportDesktopListInfoResponse
|
|
@@ -12900,7 +13082,20 @@ export default class Client extends OpenApi {
|
|
|
12900
13082
|
exportDesktopListInfo(request: ExportDesktopListInfoRequest): Promise<ExportDesktopListInfoResponse>;
|
|
12901
13083
|
getAsyncTaskWithOptions(request: GetAsyncTaskRequest, runtime: $Util.RuntimeOptions): Promise<GetAsyncTaskResponse>;
|
|
12902
13084
|
getAsyncTask(request: GetAsyncTaskRequest): Promise<GetAsyncTaskResponse>;
|
|
13085
|
+
/**
|
|
13086
|
+
* The cloud computer must be in the Running state.
|
|
13087
|
+
*
|
|
13088
|
+
* @param request GetConnectionTicketRequest
|
|
13089
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
13090
|
+
* @return GetConnectionTicketResponse
|
|
13091
|
+
*/
|
|
12903
13092
|
getConnectionTicketWithOptions(request: GetConnectionTicketRequest, runtime: $Util.RuntimeOptions): Promise<GetConnectionTicketResponse>;
|
|
13093
|
+
/**
|
|
13094
|
+
* The cloud computer must be in the Running state.
|
|
13095
|
+
*
|
|
13096
|
+
* @param request GetConnectionTicketRequest
|
|
13097
|
+
* @return GetConnectionTicketResponse
|
|
13098
|
+
*/
|
|
12904
13099
|
getConnectionTicket(request: GetConnectionTicketRequest): Promise<GetConnectionTicketResponse>;
|
|
12905
13100
|
getCoordinateTicketWithOptions(request: GetCoordinateTicketRequest, runtime: $Util.RuntimeOptions): Promise<GetCoordinateTicketResponse>;
|
|
12906
13101
|
getCoordinateTicket(request: GetCoordinateTicketRequest): Promise<GetCoordinateTicketResponse>;
|
|
@@ -12962,7 +13157,7 @@ export default class Client extends OpenApi {
|
|
|
12962
13157
|
listOfficeSiteUsersWithOptions(request: ListOfficeSiteUsersRequest, runtime: $Util.RuntimeOptions): Promise<ListOfficeSiteUsersResponse>;
|
|
12963
13158
|
listOfficeSiteUsers(request: ListOfficeSiteUsersRequest): Promise<ListOfficeSiteUsersResponse>;
|
|
12964
13159
|
/**
|
|
12965
|
-
* You must
|
|
13160
|
+
* You must use at least one of the following parameters in the request to determine the object that you want to query: `ResourceId.N`, `Tag.N.Key`, and `Tag.N.Value`.
|
|
12966
13161
|
*
|
|
12967
13162
|
* @param request ListTagResourcesRequest
|
|
12968
13163
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -12970,7 +13165,7 @@ export default class Client extends OpenApi {
|
|
|
12970
13165
|
*/
|
|
12971
13166
|
listTagResourcesWithOptions(request: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
|
|
12972
13167
|
/**
|
|
12973
|
-
* You must
|
|
13168
|
+
* You must use at least one of the following parameters in the request to determine the object that you want to query: `ResourceId.N`, `Tag.N.Key`, and `Tag.N.Value`.
|
|
12974
13169
|
*
|
|
12975
13170
|
* @param request ListTagResourcesRequest
|
|
12976
13171
|
* @return ListTagResourcesResponse
|
|
@@ -12979,7 +13174,7 @@ export default class Client extends OpenApi {
|
|
|
12979
13174
|
listUserAdOrganizationUnitsWithOptions(request: ListUserAdOrganizationUnitsRequest, runtime: $Util.RuntimeOptions): Promise<ListUserAdOrganizationUnitsResponse>;
|
|
12980
13175
|
listUserAdOrganizationUnits(request: ListUserAdOrganizationUnitsRequest): Promise<ListUserAdOrganizationUnitsResponse>;
|
|
12981
13176
|
/**
|
|
12982
|
-
* After a virtual MFA device is locked, its status changes to LOCKED. The AD user who uses the virtual MFA device is unable to pass MFA and is therefore unable to log on to the client. You can call the [UnlockVirtualMFADevice](~~206212~~) operation to unlock the device.
|
|
13177
|
+
* After a virtual MFA device is locked, its status changes to LOCKED. The Active Directory (AD) user who uses the virtual MFA device is unable to pass MFA and is therefore unable to log on to the client. You can call the [UnlockVirtualMFADevice](~~206212~~) operation to unlock the device.
|
|
12983
13178
|
*
|
|
12984
13179
|
* @param request LockVirtualMFADeviceRequest
|
|
12985
13180
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -12987,7 +13182,7 @@ export default class Client extends OpenApi {
|
|
|
12987
13182
|
*/
|
|
12988
13183
|
lockVirtualMFADeviceWithOptions(request: LockVirtualMFADeviceRequest, runtime: $Util.RuntimeOptions): Promise<LockVirtualMFADeviceResponse>;
|
|
12989
13184
|
/**
|
|
12990
|
-
* After a virtual MFA device is locked, its status changes to LOCKED. The AD user who uses the virtual MFA device is unable to pass MFA and is therefore unable to log on to the client. You can call the [UnlockVirtualMFADevice](~~206212~~) operation to unlock the device.
|
|
13185
|
+
* After a virtual MFA device is locked, its status changes to LOCKED. The Active Directory (AD) user who uses the virtual MFA device is unable to pass MFA and is therefore unable to log on to the client. You can call the [UnlockVirtualMFADevice](~~206212~~) operation to unlock the device.
|
|
12991
13186
|
*
|
|
12992
13187
|
* @param request LockVirtualMFADeviceRequest
|
|
12993
13188
|
* @return LockVirtualMFADeviceResponse
|
|
@@ -12997,11 +13192,50 @@ export default class Client extends OpenApi {
|
|
|
12997
13192
|
migrateDesktops(request: MigrateDesktopsRequest): Promise<MigrateDesktopsResponse>;
|
|
12998
13193
|
migrateImageProtocolWithOptions(request: MigrateImageProtocolRequest, runtime: $Util.RuntimeOptions): Promise<MigrateImageProtocolResponse>;
|
|
12999
13194
|
migrateImageProtocol(request: MigrateImageProtocolRequest): Promise<MigrateImageProtocolResponse>;
|
|
13195
|
+
/**
|
|
13196
|
+
* You can modify the following domain name- and Domain Name System (DNS)-related parameters only for Active Directory (AD) directories that are in the ERROR or REGISTERING state: `DomainName`, `SubDomainName`, `DnsAddress.N`, and `SubDomainDnsAddress`.
|
|
13197
|
+
*
|
|
13198
|
+
* @param request ModifyADConnectorDirectoryRequest
|
|
13199
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
13200
|
+
* @return ModifyADConnectorDirectoryResponse
|
|
13201
|
+
*/
|
|
13000
13202
|
modifyADConnectorDirectoryWithOptions(request: ModifyADConnectorDirectoryRequest, runtime: $Util.RuntimeOptions): Promise<ModifyADConnectorDirectoryResponse>;
|
|
13203
|
+
/**
|
|
13204
|
+
* You can modify the following domain name- and Domain Name System (DNS)-related parameters only for Active Directory (AD) directories that are in the ERROR or REGISTERING state: `DomainName`, `SubDomainName`, `DnsAddress.N`, and `SubDomainDnsAddress`.
|
|
13205
|
+
*
|
|
13206
|
+
* @param request ModifyADConnectorDirectoryRequest
|
|
13207
|
+
* @return ModifyADConnectorDirectoryResponse
|
|
13208
|
+
*/
|
|
13001
13209
|
modifyADConnectorDirectory(request: ModifyADConnectorDirectoryRequest): Promise<ModifyADConnectorDirectoryResponse>;
|
|
13210
|
+
/**
|
|
13211
|
+
* You can modify parameters of domain names and Domain Name System (DNS) for enterprise AD office networks that are in the `ERROR` or `REGISTERED` state. The parameters include `DomainName`, `SubDomainName`, `DnsAddress.N`, and `SubDomainDnsAddress.N`.
|
|
13212
|
+
*
|
|
13213
|
+
* @param request ModifyADConnectorOfficeSiteRequest
|
|
13214
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
13215
|
+
* @return ModifyADConnectorOfficeSiteResponse
|
|
13216
|
+
*/
|
|
13002
13217
|
modifyADConnectorOfficeSiteWithOptions(request: ModifyADConnectorOfficeSiteRequest, runtime: $Util.RuntimeOptions): Promise<ModifyADConnectorOfficeSiteResponse>;
|
|
13218
|
+
/**
|
|
13219
|
+
* You can modify parameters of domain names and Domain Name System (DNS) for enterprise AD office networks that are in the `ERROR` or `REGISTERED` state. The parameters include `DomainName`, `SubDomainName`, `DnsAddress.N`, and `SubDomainDnsAddress.N`.
|
|
13220
|
+
*
|
|
13221
|
+
* @param request ModifyADConnectorOfficeSiteRequest
|
|
13222
|
+
* @return ModifyADConnectorOfficeSiteResponse
|
|
13223
|
+
*/
|
|
13003
13224
|
modifyADConnectorOfficeSite(request: ModifyADConnectorOfficeSiteRequest): Promise<ModifyADConnectorOfficeSiteResponse>;
|
|
13225
|
+
/**
|
|
13226
|
+
* You can set different Internet access control policies at different granularities to achieve the effect of composite policies. For example, you can disable the Internet access on the office network granularity and enable the Internet access on specific cloud computer granularity. The effect is that all cloud computers in the office network except the specified cloud computers are not allowed to access the Internet.
|
|
13227
|
+
*
|
|
13228
|
+
* @param request ModifyAclEntriesRequest
|
|
13229
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
13230
|
+
* @return ModifyAclEntriesResponse
|
|
13231
|
+
*/
|
|
13004
13232
|
modifyAclEntriesWithOptions(request: ModifyAclEntriesRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAclEntriesResponse>;
|
|
13233
|
+
/**
|
|
13234
|
+
* You can set different Internet access control policies at different granularities to achieve the effect of composite policies. For example, you can disable the Internet access on the office network granularity and enable the Internet access on specific cloud computer granularity. The effect is that all cloud computers in the office network except the specified cloud computers are not allowed to access the Internet.
|
|
13235
|
+
*
|
|
13236
|
+
* @param request ModifyAclEntriesRequest
|
|
13237
|
+
* @return ModifyAclEntriesResponse
|
|
13238
|
+
*/
|
|
13005
13239
|
modifyAclEntries(request: ModifyAclEntriesRequest): Promise<ModifyAclEntriesResponse>;
|
|
13006
13240
|
modifyAutoSnapshotPolicyWithOptions(request: ModifyAutoSnapshotPolicyRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAutoSnapshotPolicyResponse>;
|
|
13007
13241
|
modifyAutoSnapshotPolicy(request: ModifyAutoSnapshotPolicyRequest): Promise<ModifyAutoSnapshotPolicyResponse>;
|
|
@@ -13033,10 +13267,9 @@ export default class Client extends OpenApi {
|
|
|
13033
13267
|
modifyCustomizedListHeadersWithOptions(request: ModifyCustomizedListHeadersRequest, runtime: $Util.RuntimeOptions): Promise<ModifyCustomizedListHeadersResponse>;
|
|
13034
13268
|
modifyCustomizedListHeaders(request: ModifyCustomizedListHeadersRequest): Promise<ModifyCustomizedListHeadersResponse>;
|
|
13035
13269
|
/**
|
|
13036
|
-
* * Before you call this operation, make sure that you
|
|
13037
|
-
* * Before you call this operation, make sure that the cloud
|
|
13038
|
-
* * After the order payment is completed, the system starts to change the billing method of the cloud
|
|
13039
|
-
* * After you change the billing method of the cloud desktop from subscription to pay-as-you-go, you may get a refund. For more information, see [Change a subscription cloud desktop to a pay-as-you-go one](https://help.aliyun.com/document_detail/439964.html).
|
|
13270
|
+
* * Before you call this operation, make sure that you fully understand the billing methods of cloud computers. For more information, see [Billing overview](~~188395~~).
|
|
13271
|
+
* * Before you call this operation, make sure that the cloud computers whose billing method you want to change are in the Running or Stopped state and you have no overdue payments in your Alibaba Cloud account.
|
|
13272
|
+
* * After the order payment is completed, the system starts to change the billing method of the cloud computers. During the change, you cannot perform operations, such as starting or stopping the cloud computers, and changing configurations of the cloud computers.
|
|
13040
13273
|
*
|
|
13041
13274
|
* @param request ModifyDesktopChargeTypeRequest
|
|
13042
13275
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -13044,21 +13277,16 @@ export default class Client extends OpenApi {
|
|
|
13044
13277
|
*/
|
|
13045
13278
|
modifyDesktopChargeTypeWithOptions(request: ModifyDesktopChargeTypeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDesktopChargeTypeResponse>;
|
|
13046
13279
|
/**
|
|
13047
|
-
* * Before you call this operation, make sure that you
|
|
13048
|
-
* * Before you call this operation, make sure that the cloud
|
|
13049
|
-
* * After the order payment is completed, the system starts to change the billing method of the cloud
|
|
13050
|
-
* * After you change the billing method of the cloud desktop from subscription to pay-as-you-go, you may get a refund. For more information, see [Change a subscription cloud desktop to a pay-as-you-go one](https://help.aliyun.com/document_detail/439964.html).
|
|
13280
|
+
* * Before you call this operation, make sure that you fully understand the billing methods of cloud computers. For more information, see [Billing overview](~~188395~~).
|
|
13281
|
+
* * Before you call this operation, make sure that the cloud computers whose billing method you want to change are in the Running or Stopped state and you have no overdue payments in your Alibaba Cloud account.
|
|
13282
|
+
* * After the order payment is completed, the system starts to change the billing method of the cloud computers. During the change, you cannot perform operations, such as starting or stopping the cloud computers, and changing configurations of the cloud computers.
|
|
13051
13283
|
*
|
|
13052
13284
|
* @param request ModifyDesktopChargeTypeRequest
|
|
13053
13285
|
* @return ModifyDesktopChargeTypeResponse
|
|
13054
13286
|
*/
|
|
13055
13287
|
modifyDesktopChargeType(request: ModifyDesktopChargeTypeRequest): Promise<ModifyDesktopChargeTypeResponse>;
|
|
13056
13288
|
/**
|
|
13057
|
-
* After
|
|
13058
|
-
* * By default, a desktop group has the same name as all cloud desktops in the group. You can modify the desktop group name, which is specified by the DesktopGroupName parameter, to distinguish the desktop group from the cloud desktops.
|
|
13059
|
-
* * If the number of vCPUs and memory size of the cloud desktop cannot meet your business requirements in high performance scenarios, you can change the desktop template that is used to create the cloud desktop to a desktop template (OwnBundleId) that has higher specifications.
|
|
13060
|
-
* * If a security policy that is associated with the desktop group cannot meet your requirements on security, you can change the policy to another policy (PolicyGroupId) that provides higher security.
|
|
13061
|
-
* * If the number of cloud desktops in the desktop group is insufficient to meet the business requirements of end users, you can modify the parameter settings in the scaling policy. The parameters include MinDesktopsCount, MaxDesktopsCount, and AllowBufferCount.
|
|
13289
|
+
* After a cloud computer pool is created, the system creates a specific number of cloud computers in the pool based on the auto scaling policy and user connections. Cloud computers are created by using the same cloud computer template and security policy. You can modify the configurations of the pool, including the pool name, cloud computer template, and policy, in different business scenarios.
|
|
13062
13290
|
*
|
|
13063
13291
|
* @param request ModifyDesktopGroupRequest
|
|
13064
13292
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -13066,18 +13294,14 @@ export default class Client extends OpenApi {
|
|
|
13066
13294
|
*/
|
|
13067
13295
|
modifyDesktopGroupWithOptions(request: ModifyDesktopGroupRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDesktopGroupResponse>;
|
|
13068
13296
|
/**
|
|
13069
|
-
* After
|
|
13070
|
-
* * By default, a desktop group has the same name as all cloud desktops in the group. You can modify the desktop group name, which is specified by the DesktopGroupName parameter, to distinguish the desktop group from the cloud desktops.
|
|
13071
|
-
* * If the number of vCPUs and memory size of the cloud desktop cannot meet your business requirements in high performance scenarios, you can change the desktop template that is used to create the cloud desktop to a desktop template (OwnBundleId) that has higher specifications.
|
|
13072
|
-
* * If a security policy that is associated with the desktop group cannot meet your requirements on security, you can change the policy to another policy (PolicyGroupId) that provides higher security.
|
|
13073
|
-
* * If the number of cloud desktops in the desktop group is insufficient to meet the business requirements of end users, you can modify the parameter settings in the scaling policy. The parameters include MinDesktopsCount, MaxDesktopsCount, and AllowBufferCount.
|
|
13297
|
+
* After a cloud computer pool is created, the system creates a specific number of cloud computers in the pool based on the auto scaling policy and user connections. Cloud computers are created by using the same cloud computer template and security policy. You can modify the configurations of the pool, including the pool name, cloud computer template, and policy, in different business scenarios.
|
|
13074
13298
|
*
|
|
13075
13299
|
* @param request ModifyDesktopGroupRequest
|
|
13076
13300
|
* @return ModifyDesktopGroupResponse
|
|
13077
13301
|
*/
|
|
13078
13302
|
modifyDesktopGroup(request: ModifyDesktopGroupRequest): Promise<ModifyDesktopGroupResponse>;
|
|
13079
13303
|
/**
|
|
13080
|
-
*
|
|
13304
|
+
* The Windows cloud computer whose hostname you want to modify must be in an AD office network. After the hostname is modified, the cloud computer is re-created.
|
|
13081
13305
|
*
|
|
13082
13306
|
* @param request ModifyDesktopHostNameRequest
|
|
13083
13307
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -13085,7 +13309,7 @@ export default class Client extends OpenApi {
|
|
|
13085
13309
|
*/
|
|
13086
13310
|
modifyDesktopHostNameWithOptions(request: ModifyDesktopHostNameRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDesktopHostNameResponse>;
|
|
13087
13311
|
/**
|
|
13088
|
-
*
|
|
13312
|
+
* The Windows cloud computer whose hostname you want to modify must be in an AD office network. After the hostname is modified, the cloud computer is re-created.
|
|
13089
13313
|
*
|
|
13090
13314
|
* @param request ModifyDesktopHostNameRequest
|
|
13091
13315
|
* @return ModifyDesktopHostNameResponse
|
|
@@ -13100,16 +13324,16 @@ export default class Client extends OpenApi {
|
|
|
13100
13324
|
modifyDesktopOversoldUserGroupWithOptions(request: ModifyDesktopOversoldUserGroupRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDesktopOversoldUserGroupResponse>;
|
|
13101
13325
|
modifyDesktopOversoldUserGroup(request: ModifyDesktopOversoldUserGroupRequest): Promise<ModifyDesktopOversoldUserGroupResponse>;
|
|
13102
13326
|
/**
|
|
13103
|
-
*
|
|
13104
|
-
* * Before you
|
|
13105
|
-
* *
|
|
13106
|
-
* *
|
|
13107
|
-
* * You cannot change a cloud
|
|
13108
|
-
* *
|
|
13109
|
-
* * If
|
|
13110
|
-
* *
|
|
13111
|
-
* *
|
|
13112
|
-
* *
|
|
13327
|
+
* Changing the configurations of a cloud computer includes changing the instance type of the cloud computer and scaling up the disks of the cloud computer.
|
|
13328
|
+
* * Before you change the configurations of a cloud computer, you must understand the instance types and disk sizes supported by cloud computers. For more information, see [Cloud computer types](~~188609~~). You can call the [DescribeDesktopTypes](~~188882~~) operation to query the instance types supported by cloud computers.
|
|
13329
|
+
* * You must change at least one of the following configurations: instance type, system disk size, and data disk size of the cloud computer. You must specify at least one of the following parameters: `DesktopType`, `RootDiskSizeGib`, and `UserDiskSizeGib`. Take note of the following items:
|
|
13330
|
+
* * The instance type of a cloud computer includes the configurations of vCPUs, memory, and GPUs. You can only change an instance type to another. You cannot change only one of the configurations.
|
|
13331
|
+
* * You cannot change a cloud computer between the General Office type and the non-General Office type. You cannot yet change a cloud computer between the Graphics type and the non-Graphics type.
|
|
13332
|
+
* * The system disk and data disks of a cloud computer can only be scaled up and cannot be scaled down.
|
|
13333
|
+
* * If the billing method of the cloud computer is subscription, the system calculates the price difference based on the configuration difference between the original cloud computer and the new cloud computer. You must make up for the price difference or receive a refund for the price difference.
|
|
13334
|
+
* * We recommend that you do not change the configurations of a cloud computer twice within 5 minutes.
|
|
13335
|
+
* * When you change the configurations of a cloud computer, the cloud computer must be in the Stopped state.
|
|
13336
|
+
* * After you change the configurations of a cloud computer, the personal data on the cloud computer is not affected.
|
|
13113
13337
|
*
|
|
13114
13338
|
* @param request ModifyDesktopSpecRequest
|
|
13115
13339
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -13117,16 +13341,16 @@ export default class Client extends OpenApi {
|
|
|
13117
13341
|
*/
|
|
13118
13342
|
modifyDesktopSpecWithOptions(request: ModifyDesktopSpecRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDesktopSpecResponse>;
|
|
13119
13343
|
/**
|
|
13120
|
-
*
|
|
13121
|
-
* * Before you
|
|
13122
|
-
* *
|
|
13123
|
-
* *
|
|
13124
|
-
* * You cannot change a cloud
|
|
13125
|
-
* *
|
|
13126
|
-
* * If
|
|
13127
|
-
* *
|
|
13128
|
-
* *
|
|
13129
|
-
* *
|
|
13344
|
+
* Changing the configurations of a cloud computer includes changing the instance type of the cloud computer and scaling up the disks of the cloud computer.
|
|
13345
|
+
* * Before you change the configurations of a cloud computer, you must understand the instance types and disk sizes supported by cloud computers. For more information, see [Cloud computer types](~~188609~~). You can call the [DescribeDesktopTypes](~~188882~~) operation to query the instance types supported by cloud computers.
|
|
13346
|
+
* * You must change at least one of the following configurations: instance type, system disk size, and data disk size of the cloud computer. You must specify at least one of the following parameters: `DesktopType`, `RootDiskSizeGib`, and `UserDiskSizeGib`. Take note of the following items:
|
|
13347
|
+
* * The instance type of a cloud computer includes the configurations of vCPUs, memory, and GPUs. You can only change an instance type to another. You cannot change only one of the configurations.
|
|
13348
|
+
* * You cannot change a cloud computer between the General Office type and the non-General Office type. You cannot yet change a cloud computer between the Graphics type and the non-Graphics type.
|
|
13349
|
+
* * The system disk and data disks of a cloud computer can only be scaled up and cannot be scaled down.
|
|
13350
|
+
* * If the billing method of the cloud computer is subscription, the system calculates the price difference based on the configuration difference between the original cloud computer and the new cloud computer. You must make up for the price difference or receive a refund for the price difference.
|
|
13351
|
+
* * We recommend that you do not change the configurations of a cloud computer twice within 5 minutes.
|
|
13352
|
+
* * When you change the configurations of a cloud computer, the cloud computer must be in the Stopped state.
|
|
13353
|
+
* * After you change the configurations of a cloud computer, the personal data on the cloud computer is not affected.
|
|
13130
13354
|
*
|
|
13131
13355
|
* @param request ModifyDesktopSpecRequest
|
|
13132
13356
|
* @return ModifyDesktopSpecResponse
|
|
@@ -13135,7 +13359,7 @@ export default class Client extends OpenApi {
|
|
|
13135
13359
|
modifyDesktopTimerWithOptions(request: ModifyDesktopTimerRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDesktopTimerResponse>;
|
|
13136
13360
|
modifyDesktopTimer(request: ModifyDesktopTimerRequest): Promise<ModifyDesktopTimerResponse>;
|
|
13137
13361
|
/**
|
|
13138
|
-
* The cloud
|
|
13362
|
+
* The cloud desktops that you want to restart by calling this operation must be in the Running state.
|
|
13139
13363
|
*
|
|
13140
13364
|
* @param request ModifyDesktopsPolicyGroupRequest
|
|
13141
13365
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -13143,7 +13367,7 @@ export default class Client extends OpenApi {
|
|
|
13143
13367
|
*/
|
|
13144
13368
|
modifyDesktopsPolicyGroupWithOptions(request: ModifyDesktopsPolicyGroupRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDesktopsPolicyGroupResponse>;
|
|
13145
13369
|
/**
|
|
13146
|
-
* The cloud
|
|
13370
|
+
* The cloud desktops that you want to restart by calling this operation must be in the Running state.
|
|
13147
13371
|
*
|
|
13148
13372
|
* @param request ModifyDesktopsPolicyGroupRequest
|
|
13149
13373
|
* @return ModifyDesktopsPolicyGroupResponse
|
|
@@ -13183,7 +13407,9 @@ export default class Client extends OpenApi {
|
|
|
13183
13407
|
*/
|
|
13184
13408
|
modifyDiskSpec(request: ModifyDiskSpecRequest): Promise<ModifyDiskSpecResponse>;
|
|
13185
13409
|
/**
|
|
13186
|
-
* The cloud
|
|
13410
|
+
* * The cloud computer must be in the Running state.
|
|
13411
|
+
* * After you call this operation, the assignment result is immediately returned. You can call the [DescribeDesktops](~~436815~~) operation to query the assignment of the cloud computer. The value of the `ManagementFlags` response parameter indicates the assignment of the cloud computer. A value of `ASSIGNING` indicates that the cloud computer is being assigned, and other values indicate that the cloud computer is assigned.
|
|
13412
|
+
* * We recommend that you check the assignment every 2 to 5 seconds and perform the checks within 50 seconds. Typically, 1 to 5 seconds are required to complete the assignment.
|
|
13187
13413
|
*
|
|
13188
13414
|
* @param request ModifyEntitlementRequest
|
|
13189
13415
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -13191,7 +13417,9 @@ export default class Client extends OpenApi {
|
|
|
13191
13417
|
*/
|
|
13192
13418
|
modifyEntitlementWithOptions(request: ModifyEntitlementRequest, runtime: $Util.RuntimeOptions): Promise<ModifyEntitlementResponse>;
|
|
13193
13419
|
/**
|
|
13194
|
-
* The cloud
|
|
13420
|
+
* * The cloud computer must be in the Running state.
|
|
13421
|
+
* * After you call this operation, the assignment result is immediately returned. You can call the [DescribeDesktops](~~436815~~) operation to query the assignment of the cloud computer. The value of the `ManagementFlags` response parameter indicates the assignment of the cloud computer. A value of `ASSIGNING` indicates that the cloud computer is being assigned, and other values indicate that the cloud computer is assigned.
|
|
13422
|
+
* * We recommend that you check the assignment every 2 to 5 seconds and perform the checks within 50 seconds. Typically, 1 to 5 seconds are required to complete the assignment.
|
|
13195
13423
|
*
|
|
13196
13424
|
* @param request ModifyEntitlementRequest
|
|
13197
13425
|
* @return ModifyEntitlementResponse
|
|
@@ -13212,7 +13440,44 @@ export default class Client extends OpenApi {
|
|
|
13212
13440
|
* @return ModifyImageAttributeResponse
|
|
13213
13441
|
*/
|
|
13214
13442
|
modifyImageAttribute(request: ModifyImageAttributeRequest): Promise<ModifyImageAttributeResponse>;
|
|
13443
|
+
/**
|
|
13444
|
+
* ### [](#)Security of shared images
|
|
13445
|
+
* WUYING Workspace cannot guarantee the integrity and security of shared images. When you use a shared image, you must make sure that the image comes from a trusted sharer or account, and you are legally responsible for using the shared image.
|
|
13446
|
+
* ### [](#)Quota and billing
|
|
13447
|
+
* * A shared image does not count against the image quotas of principals to which the image is shared.
|
|
13448
|
+
* * After a principal uses a shared image to create a cloud computer, the sharer is not charged for the shared image.
|
|
13449
|
+
* * You are not charged for shared images.
|
|
13450
|
+
* ### [](#)Supported sharing behaviors
|
|
13451
|
+
* * You can share custom images with other Alibaba Cloud accounts.
|
|
13452
|
+
* * You can share custom images between accounts in the China site (aliyun.com) and the international site (alibabacloud.com).
|
|
13453
|
+
* ### [](#)Unsupported sharing behaviors
|
|
13454
|
+
* * You cannot share images that are shared by other Alibaba Cloud accounts.
|
|
13455
|
+
* * You cannot share encrypted images.
|
|
13456
|
+
* * You cannot share images across regions. If you want to share an image across regions, you must copy the image to the destination region and then share the image. For more information, see [CopyImage](~~436978~~).
|
|
13457
|
+
*
|
|
13458
|
+
* @param request ModifyImagePermissionRequest
|
|
13459
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
13460
|
+
* @return ModifyImagePermissionResponse
|
|
13461
|
+
*/
|
|
13215
13462
|
modifyImagePermissionWithOptions(request: ModifyImagePermissionRequest, runtime: $Util.RuntimeOptions): Promise<ModifyImagePermissionResponse>;
|
|
13463
|
+
/**
|
|
13464
|
+
* ### [](#)Security of shared images
|
|
13465
|
+
* WUYING Workspace cannot guarantee the integrity and security of shared images. When you use a shared image, you must make sure that the image comes from a trusted sharer or account, and you are legally responsible for using the shared image.
|
|
13466
|
+
* ### [](#)Quota and billing
|
|
13467
|
+
* * A shared image does not count against the image quotas of principals to which the image is shared.
|
|
13468
|
+
* * After a principal uses a shared image to create a cloud computer, the sharer is not charged for the shared image.
|
|
13469
|
+
* * You are not charged for shared images.
|
|
13470
|
+
* ### [](#)Supported sharing behaviors
|
|
13471
|
+
* * You can share custom images with other Alibaba Cloud accounts.
|
|
13472
|
+
* * You can share custom images between accounts in the China site (aliyun.com) and the international site (alibabacloud.com).
|
|
13473
|
+
* ### [](#)Unsupported sharing behaviors
|
|
13474
|
+
* * You cannot share images that are shared by other Alibaba Cloud accounts.
|
|
13475
|
+
* * You cannot share encrypted images.
|
|
13476
|
+
* * You cannot share images across regions. If you want to share an image across regions, you must copy the image to the destination region and then share the image. For more information, see [CopyImage](~~436978~~).
|
|
13477
|
+
*
|
|
13478
|
+
* @param request ModifyImagePermissionRequest
|
|
13479
|
+
* @return ModifyImagePermissionResponse
|
|
13480
|
+
*/
|
|
13216
13481
|
modifyImagePermission(request: ModifyImagePermissionRequest): Promise<ModifyImagePermissionResponse>;
|
|
13217
13482
|
/**
|
|
13218
13483
|
* When you create a NAS file system, a mount target is automatically generated. By default, the mount target does not need to be changed. If the mount target is deleted by misoperation, you must specify a new mount target for the NAS file system in the workspace. You can call the [CreateMountTarget](~~62621~~) operation to create a mount target.
|
|
@@ -13232,7 +13497,7 @@ export default class Client extends OpenApi {
|
|
|
13232
13497
|
modifyNetworkPackageBandwidthWithOptions(request: ModifyNetworkPackageBandwidthRequest, runtime: $Util.RuntimeOptions): Promise<ModifyNetworkPackageBandwidthResponse>;
|
|
13233
13498
|
modifyNetworkPackageBandwidth(request: ModifyNetworkPackageBandwidthRequest): Promise<ModifyNetworkPackageBandwidthResponse>;
|
|
13234
13499
|
/**
|
|
13235
|
-
* If you want to temporarily disable Internet access
|
|
13500
|
+
* If you want to temporarily disable the Internet access of your cloud computer after the Internet access is enabled for your cloud computer, you can disable the premium bandwidth plan and restore it as needed.
|
|
13236
13501
|
*
|
|
13237
13502
|
* @param request ModifyNetworkPackageEnabledRequest
|
|
13238
13503
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -13240,7 +13505,7 @@ export default class Client extends OpenApi {
|
|
|
13240
13505
|
*/
|
|
13241
13506
|
modifyNetworkPackageEnabledWithOptions(request: ModifyNetworkPackageEnabledRequest, runtime: $Util.RuntimeOptions): Promise<ModifyNetworkPackageEnabledResponse>;
|
|
13242
13507
|
/**
|
|
13243
|
-
* If you want to temporarily disable Internet access
|
|
13508
|
+
* If you want to temporarily disable the Internet access of your cloud computer after the Internet access is enabled for your cloud computer, you can disable the premium bandwidth plan and restore it as needed.
|
|
13244
13509
|
*
|
|
13245
13510
|
* @param request ModifyNetworkPackageEnabledRequest
|
|
13246
13511
|
* @return ModifyNetworkPackageEnabledResponse
|
|
@@ -13255,7 +13520,7 @@ export default class Client extends OpenApi {
|
|
|
13255
13520
|
modifyPolicyGroupWithOptions(request: ModifyPolicyGroupRequest, runtime: $Util.RuntimeOptions): Promise<ModifyPolicyGroupResponse>;
|
|
13256
13521
|
modifyPolicyGroup(request: ModifyPolicyGroupRequest): Promise<ModifyPolicyGroupResponse>;
|
|
13257
13522
|
/**
|
|
13258
|
-
* You can modify
|
|
13523
|
+
* You can modify end users only for cloud computers that are in the Running state.
|
|
13259
13524
|
*
|
|
13260
13525
|
* @param request ModifyUserEntitlementRequest
|
|
13261
13526
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -13263,7 +13528,7 @@ export default class Client extends OpenApi {
|
|
|
13263
13528
|
*/
|
|
13264
13529
|
modifyUserEntitlementWithOptions(request: ModifyUserEntitlementRequest, runtime: $Util.RuntimeOptions): Promise<ModifyUserEntitlementResponse>;
|
|
13265
13530
|
/**
|
|
13266
|
-
* You can modify
|
|
13531
|
+
* You can modify end users only for cloud computers that are in the Running state.
|
|
13267
13532
|
*
|
|
13268
13533
|
* @param request ModifyUserEntitlementRequest
|
|
13269
13534
|
* @return ModifyUserEntitlementResponse
|
|
@@ -13274,7 +13539,7 @@ export default class Client extends OpenApi {
|
|
|
13274
13539
|
moveCdsFileWithOptions(request: MoveCdsFileRequest, runtime: $Util.RuntimeOptions): Promise<MoveCdsFileResponse>;
|
|
13275
13540
|
moveCdsFile(request: MoveCdsFileRequest): Promise<MoveCdsFileResponse>;
|
|
13276
13541
|
/**
|
|
13277
|
-
* The cloud
|
|
13542
|
+
* The cloud computers that you want to restart must be in the Running state.
|
|
13278
13543
|
*
|
|
13279
13544
|
* @param request RebootDesktopsRequest
|
|
13280
13545
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -13282,19 +13547,19 @@ export default class Client extends OpenApi {
|
|
|
13282
13547
|
*/
|
|
13283
13548
|
rebootDesktopsWithOptions(request: RebootDesktopsRequest, runtime: $Util.RuntimeOptions): Promise<RebootDesktopsResponse>;
|
|
13284
13549
|
/**
|
|
13285
|
-
* The cloud
|
|
13550
|
+
* The cloud computers that you want to restart must be in the Running state.
|
|
13286
13551
|
*
|
|
13287
13552
|
* @param request RebootDesktopsRequest
|
|
13288
13553
|
* @return RebootDesktopsResponse
|
|
13289
13554
|
*/
|
|
13290
13555
|
rebootDesktops(request: RebootDesktopsRequest): Promise<RebootDesktopsResponse>;
|
|
13291
13556
|
/**
|
|
13292
|
-
* Before you change the image of a cloud
|
|
13293
|
-
* * You can select the OS of
|
|
13294
|
-
* *
|
|
13295
|
-
* After
|
|
13296
|
-
* *
|
|
13297
|
-
* * If
|
|
13557
|
+
* Before you change the image of a cloud computer, take note of the following limits:
|
|
13558
|
+
* * You can select an image whose OS is different from the OS of the original image. The image change feature is not supported in the following regions: China (Hong Kong), Australia (Sydney), Singapore, and Japan (Tokyo).
|
|
13559
|
+
* * GPU images and non-GPU images cannot be exchanged. Graphical cloud computers can only use GPU-accelerated images. Non-graphical cloud computers can only use non-GPU-accelerated images.
|
|
13560
|
+
* After the image is changed, the system uses the new image to initialize the system disk of the cloud computer. This has the following impacts:
|
|
13561
|
+
* * Data in the system disk of the original cloud computer is cleared. Snapshots that are created based on the system disk of the original cloud computer can no longer be used. The system automatically deletes the snapshots.
|
|
13562
|
+
* * If the OS of the image is changed, the data in the data disks of the original cloud computer is cleared, and the snapshots that are created based on the data disks of the original cloud computer can no longer be used. The system automatically deletes the snapshots. If the OS of the image is not changed, the data in the data disks of the original cloud computer is retained, and the snapshots that are created based on the data disks of the original cloud computer can still be used.
|
|
13298
13563
|
*
|
|
13299
13564
|
* @param request RebuildDesktopsRequest
|
|
13300
13565
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -13302,12 +13567,12 @@ export default class Client extends OpenApi {
|
|
|
13302
13567
|
*/
|
|
13303
13568
|
rebuildDesktopsWithOptions(request: RebuildDesktopsRequest, runtime: $Util.RuntimeOptions): Promise<RebuildDesktopsResponse>;
|
|
13304
13569
|
/**
|
|
13305
|
-
* Before you change the image of a cloud
|
|
13306
|
-
* * You can select the OS of
|
|
13307
|
-
* *
|
|
13308
|
-
* After
|
|
13309
|
-
* *
|
|
13310
|
-
* * If
|
|
13570
|
+
* Before you change the image of a cloud computer, take note of the following limits:
|
|
13571
|
+
* * You can select an image whose OS is different from the OS of the original image. The image change feature is not supported in the following regions: China (Hong Kong), Australia (Sydney), Singapore, and Japan (Tokyo).
|
|
13572
|
+
* * GPU images and non-GPU images cannot be exchanged. Graphical cloud computers can only use GPU-accelerated images. Non-graphical cloud computers can only use non-GPU-accelerated images.
|
|
13573
|
+
* After the image is changed, the system uses the new image to initialize the system disk of the cloud computer. This has the following impacts:
|
|
13574
|
+
* * Data in the system disk of the original cloud computer is cleared. Snapshots that are created based on the system disk of the original cloud computer can no longer be used. The system automatically deletes the snapshots.
|
|
13575
|
+
* * If the OS of the image is changed, the data in the data disks of the original cloud computer is cleared, and the snapshots that are created based on the data disks of the original cloud computer can no longer be used. The system automatically deletes the snapshots. If the OS of the image is not changed, the data in the data disks of the original cloud computer is retained, and the snapshots that are created based on the data disks of the original cloud computer can still be used.
|
|
13311
13576
|
*
|
|
13312
13577
|
* @param request RebuildDesktopsRequest
|
|
13313
13578
|
* @return RebuildDesktopsResponse
|
|
@@ -13326,7 +13591,7 @@ export default class Client extends OpenApi {
|
|
|
13326
13591
|
renewNetworkPackagesWithOptions(request: RenewNetworkPackagesRequest, runtime: $Util.RuntimeOptions): Promise<RenewNetworkPackagesResponse>;
|
|
13327
13592
|
renewNetworkPackages(request: RenewNetworkPackagesRequest): Promise<RenewNetworkPackagesResponse>;
|
|
13328
13593
|
/**
|
|
13329
|
-
* > You can call this operation to reset only cloud
|
|
13594
|
+
* > You can call this operation to reset only cloud computers in a cloud computer pool.
|
|
13330
13595
|
*
|
|
13331
13596
|
* @param request ResetDesktopsRequest
|
|
13332
13597
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -13334,7 +13599,7 @@ export default class Client extends OpenApi {
|
|
|
13334
13599
|
*/
|
|
13335
13600
|
resetDesktopsWithOptions(request: ResetDesktopsRequest, runtime: $Util.RuntimeOptions): Promise<ResetDesktopsResponse>;
|
|
13336
13601
|
/**
|
|
13337
|
-
* > You can call this operation to reset only cloud
|
|
13602
|
+
* > You can call this operation to reset only cloud computers in a cloud computer pool.
|
|
13338
13603
|
*
|
|
13339
13604
|
* @param request ResetDesktopsRequest
|
|
13340
13605
|
* @return ResetDesktopsResponse
|
|
@@ -13357,10 +13622,9 @@ export default class Client extends OpenApi {
|
|
|
13357
13622
|
resetNASDefaultMountTarget(request: ResetNASDefaultMountTargetRequest): Promise<ResetNASDefaultMountTargetResponse>;
|
|
13358
13623
|
/**
|
|
13359
13624
|
* Before you call this operation, make sure that the following operations are performed:
|
|
13360
|
-
* * The data that you want to retain
|
|
13361
|
-
*
|
|
13362
|
-
*
|
|
13363
|
-
* * The cloud desktop whose disk you want to restore is stopped.
|
|
13625
|
+
* * The data that you want to retain is backed up.
|
|
13626
|
+
* > The disk restoration operation is irreversible. After you call this operation, the disk is restored to the status at the point in time when the snapshot was created. Data that is generated between the snapshot creation time and the current time is lost. Before you restore the disk based on the snapshot, make sure that you back up data.
|
|
13627
|
+
* * The cloud computer to which the disk belongs is stopped.
|
|
13364
13628
|
*
|
|
13365
13629
|
* @param request ResetSnapshotRequest
|
|
13366
13630
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -13369,10 +13633,9 @@ export default class Client extends OpenApi {
|
|
|
13369
13633
|
resetSnapshotWithOptions(request: ResetSnapshotRequest, runtime: $Util.RuntimeOptions): Promise<ResetSnapshotResponse>;
|
|
13370
13634
|
/**
|
|
13371
13635
|
* Before you call this operation, make sure that the following operations are performed:
|
|
13372
|
-
* * The data that you want to retain
|
|
13373
|
-
*
|
|
13374
|
-
*
|
|
13375
|
-
* * The cloud desktop whose disk you want to restore is stopped.
|
|
13636
|
+
* * The data that you want to retain is backed up.
|
|
13637
|
+
* > The disk restoration operation is irreversible. After you call this operation, the disk is restored to the status at the point in time when the snapshot was created. Data that is generated between the snapshot creation time and the current time is lost. Before you restore the disk based on the snapshot, make sure that you back up data.
|
|
13638
|
+
* * The cloud computer to which the disk belongs is stopped.
|
|
13376
13639
|
*
|
|
13377
13640
|
* @param request ResetSnapshotRequest
|
|
13378
13641
|
* @return ResetSnapshotResponse
|
|
@@ -13396,8 +13659,7 @@ export default class Client extends OpenApi {
|
|
|
13396
13659
|
*/
|
|
13397
13660
|
runCommand(request: RunCommandRequest): Promise<RunCommandResponse>;
|
|
13398
13661
|
/**
|
|
13399
|
-
*
|
|
13400
|
-
* When you attach your workspace network to a Cloud Enterprise Network (CEN) instance in another Alibaba Cloud account, you need to call this operation to obtain a verification code. After the call is successful, the system sends a verification code to the email address associated with the Alibaba Cloud account.
|
|
13662
|
+
* You must call this operation to obtain the verification code that is required when you bind an advanced office network to a CEN instance that belongs to another Alibaba Cloud account. After you call this operation, the system sends a verification code to the email address associated with the Alibaba Cloud account to which the CEN instance belongs.
|
|
13401
13663
|
*
|
|
13402
13664
|
* @param request SendVerifyCodeRequest
|
|
13403
13665
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -13405,8 +13667,7 @@ export default class Client extends OpenApi {
|
|
|
13405
13667
|
*/
|
|
13406
13668
|
sendVerifyCodeWithOptions(request: SendVerifyCodeRequest, runtime: $Util.RuntimeOptions): Promise<SendVerifyCodeResponse>;
|
|
13407
13669
|
/**
|
|
13408
|
-
*
|
|
13409
|
-
* When you attach your workspace network to a Cloud Enterprise Network (CEN) instance in another Alibaba Cloud account, you need to call this operation to obtain a verification code. After the call is successful, the system sends a verification code to the email address associated with the Alibaba Cloud account.
|
|
13670
|
+
* You must call this operation to obtain the verification code that is required when you bind an advanced office network to a CEN instance that belongs to another Alibaba Cloud account. After you call this operation, the system sends a verification code to the email address associated with the Alibaba Cloud account to which the CEN instance belongs.
|
|
13410
13671
|
*
|
|
13411
13672
|
* @param request SendVerifyCodeRequest
|
|
13412
13673
|
* @return SendVerifyCodeResponse
|
|
@@ -13453,7 +13714,7 @@ export default class Client extends OpenApi {
|
|
|
13453
13714
|
setUserProfilePathRulesWithOptions(tmpReq: SetUserProfilePathRulesRequest, runtime: $Util.RuntimeOptions): Promise<SetUserProfilePathRulesResponse>;
|
|
13454
13715
|
setUserProfilePathRules(request: SetUserProfilePathRulesRequest): Promise<SetUserProfilePathRulesResponse>;
|
|
13455
13716
|
/**
|
|
13456
|
-
* The cloud
|
|
13717
|
+
* The cloud computers that you want to start must be in the Stopped state.
|
|
13457
13718
|
*
|
|
13458
13719
|
* @param request StartDesktopsRequest
|
|
13459
13720
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -13461,14 +13722,14 @@ export default class Client extends OpenApi {
|
|
|
13461
13722
|
*/
|
|
13462
13723
|
startDesktopsWithOptions(request: StartDesktopsRequest, runtime: $Util.RuntimeOptions): Promise<StartDesktopsResponse>;
|
|
13463
13724
|
/**
|
|
13464
|
-
* The cloud
|
|
13725
|
+
* The cloud computers that you want to start must be in the Stopped state.
|
|
13465
13726
|
*
|
|
13466
13727
|
* @param request StartDesktopsRequest
|
|
13467
13728
|
* @return StartDesktopsResponse
|
|
13468
13729
|
*/
|
|
13469
13730
|
startDesktops(request: StartDesktopsRequest): Promise<StartDesktopsResponse>;
|
|
13470
13731
|
/**
|
|
13471
|
-
* The cloud
|
|
13732
|
+
* The cloud computers that you want to stop must be in the Running state.
|
|
13472
13733
|
*
|
|
13473
13734
|
* @param request StopDesktopsRequest
|
|
13474
13735
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -13476,7 +13737,7 @@ export default class Client extends OpenApi {
|
|
|
13476
13737
|
*/
|
|
13477
13738
|
stopDesktopsWithOptions(request: StopDesktopsRequest, runtime: $Util.RuntimeOptions): Promise<StopDesktopsResponse>;
|
|
13478
13739
|
/**
|
|
13479
|
-
* The cloud
|
|
13740
|
+
* The cloud computers that you want to stop must be in the Running state.
|
|
13480
13741
|
*
|
|
13481
13742
|
* @param request StopDesktopsRequest
|
|
13482
13743
|
* @return StopDesktopsResponse
|
|
@@ -13518,10 +13779,23 @@ export default class Client extends OpenApi {
|
|
|
13518
13779
|
unlockVirtualMFADevice(request: UnlockVirtualMFADeviceRequest): Promise<UnlockVirtualMFADeviceResponse>;
|
|
13519
13780
|
untagResourcesWithOptions(request: UntagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<UntagResourcesResponse>;
|
|
13520
13781
|
untagResources(request: UntagResourcesRequest): Promise<UntagResourcesResponse>;
|
|
13782
|
+
/**
|
|
13783
|
+
* You can call this operation to manage each image update task. This operation is valid only when the auto-update switch in the image update module for global image updates is turned off. If the auto-update switch is turned on, the switches for each image update task are always turned on. If you want to turn on or off the auto-update switch, go to the WUYING Workspace console and choose **Operations > Image Updates** in the left-side navigation pane.
|
|
13784
|
+
*
|
|
13785
|
+
* @param request UpdateFotaTaskRequest
|
|
13786
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
13787
|
+
* @return UpdateFotaTaskResponse
|
|
13788
|
+
*/
|
|
13521
13789
|
updateFotaTaskWithOptions(request: UpdateFotaTaskRequest, runtime: $Util.RuntimeOptions): Promise<UpdateFotaTaskResponse>;
|
|
13790
|
+
/**
|
|
13791
|
+
* You can call this operation to manage each image update task. This operation is valid only when the auto-update switch in the image update module for global image updates is turned off. If the auto-update switch is turned on, the switches for each image update task are always turned on. If you want to turn on or off the auto-update switch, go to the WUYING Workspace console and choose **Operations > Image Updates** in the left-side navigation pane.
|
|
13792
|
+
*
|
|
13793
|
+
* @param request UpdateFotaTaskRequest
|
|
13794
|
+
* @return UpdateFotaTaskResponse
|
|
13795
|
+
*/
|
|
13522
13796
|
updateFotaTask(request: UpdateFotaTaskRequest): Promise<UpdateFotaTaskResponse>;
|
|
13523
13797
|
/**
|
|
13524
|
-
* >
|
|
13798
|
+
* > You can upload only Windows images.
|
|
13525
13799
|
*
|
|
13526
13800
|
* @param request UploadImageRequest
|
|
13527
13801
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -13529,7 +13803,7 @@ export default class Client extends OpenApi {
|
|
|
13529
13803
|
*/
|
|
13530
13804
|
uploadImageWithOptions(request: UploadImageRequest, runtime: $Util.RuntimeOptions): Promise<UploadImageResponse>;
|
|
13531
13805
|
/**
|
|
13532
|
-
* >
|
|
13806
|
+
* > You can upload only Windows images.
|
|
13533
13807
|
*
|
|
13534
13808
|
* @param request UploadImageRequest
|
|
13535
13809
|
* @return UploadImageResponse
|