tencentcloud-sdk-nodejs-intl-en 3.0.1067 → 3.0.1069
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/package.json +1 -1
- package/tencentcloud/cdn/v20180606/models.js +44 -44
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/cvm/v20170312/models.js +37 -40
- package/tencentcloud/cwp/v20180228/cwp_client.js +24 -43
- package/tencentcloud/cwp/v20180228/models.js +286 -489
- package/tencentcloud/kms/v20190118/kms_client.js +1 -1
- package/tencentcloud/kms/v20190118/models.js +1 -1
- package/tencentcloud/ssm/v20190923/models.js +1 -1
- package/tencentcloud/tcss/v20201101/models.js +337 -337
- package/tencentcloud/tcss/v20201101/tcss_client.js +18 -6
package/package.json
CHANGED
|
@@ -38,7 +38,7 @@ You can open the link to download a .gz log package that contains all log files
|
|
|
38
38
|
this.TotalCount = null;
|
|
39
39
|
|
|
40
40
|
/**
|
|
41
|
-
* The unique request ID,
|
|
41
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
42
42
|
* @type {string || null}
|
|
43
43
|
*/
|
|
44
44
|
this.RequestId = null;
|
|
@@ -475,7 +475,7 @@ class DescribePushQuotaResponse extends AbstractModel {
|
|
|
475
475
|
this.UrlPush = null;
|
|
476
476
|
|
|
477
477
|
/**
|
|
478
|
-
* The unique request ID,
|
|
478
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
479
479
|
* @type {string || null}
|
|
480
480
|
*/
|
|
481
481
|
this.RequestId = null;
|
|
@@ -524,7 +524,7 @@ class DescribePurgeQuotaResponse extends AbstractModel {
|
|
|
524
524
|
this.PathPurge = null;
|
|
525
525
|
|
|
526
526
|
/**
|
|
527
|
-
* The unique request ID,
|
|
527
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
528
528
|
* @type {string || null}
|
|
529
529
|
*/
|
|
530
530
|
this.RequestId = null;
|
|
@@ -1122,7 +1122,7 @@ Note: This field may return `null`, indicating that no valid value can be obtain
|
|
|
1122
1122
|
this.TopicId = null;
|
|
1123
1123
|
|
|
1124
1124
|
/**
|
|
1125
|
-
* The unique request ID,
|
|
1125
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1126
1126
|
* @type {string || null}
|
|
1127
1127
|
*/
|
|
1128
1128
|
this.RequestId = null;
|
|
@@ -1239,7 +1239,7 @@ class PurgePathCacheResponse extends AbstractModel {
|
|
|
1239
1239
|
this.TaskId = null;
|
|
1240
1240
|
|
|
1241
1241
|
/**
|
|
1242
|
-
* The unique request ID,
|
|
1242
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1243
1243
|
* @type {string || null}
|
|
1244
1244
|
*/
|
|
1245
1245
|
this.RequestId = null;
|
|
@@ -1334,7 +1334,7 @@ class DescribeCdnOriginIpResponse extends AbstractModel {
|
|
|
1334
1334
|
this.TotalCount = null;
|
|
1335
1335
|
|
|
1336
1336
|
/**
|
|
1337
|
-
* The unique request ID,
|
|
1337
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1338
1338
|
* @type {string || null}
|
|
1339
1339
|
*/
|
|
1340
1340
|
this.RequestId = null;
|
|
@@ -1629,7 +1629,7 @@ class DescribeCdnDataResponse extends AbstractModel {
|
|
|
1629
1629
|
this.Data = null;
|
|
1630
1630
|
|
|
1631
1631
|
/**
|
|
1632
|
-
* The unique request ID,
|
|
1632
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1633
1633
|
* @type {string || null}
|
|
1634
1634
|
*/
|
|
1635
1635
|
this.RequestId = null;
|
|
@@ -1861,7 +1861,7 @@ If you incur any usage when switching the billing mode, the new mode will take e
|
|
|
1861
1861
|
this.CurrentPayType = null;
|
|
1862
1862
|
|
|
1863
1863
|
/**
|
|
1864
|
-
* The unique request ID,
|
|
1864
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1865
1865
|
* @type {string || null}
|
|
1866
1866
|
*/
|
|
1867
1867
|
this.RequestId = null;
|
|
@@ -2183,7 +2183,7 @@ Used for paginated queries
|
|
|
2183
2183
|
this.TotalNumber = null;
|
|
2184
2184
|
|
|
2185
2185
|
/**
|
|
2186
|
-
* The unique request ID,
|
|
2186
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
2187
2187
|
* @type {string || null}
|
|
2188
2188
|
*/
|
|
2189
2189
|
this.RequestId = null;
|
|
@@ -2506,7 +2506,7 @@ class UpdateScdnDomainResponse extends AbstractModel {
|
|
|
2506
2506
|
this.Result = null;
|
|
2507
2507
|
|
|
2508
2508
|
/**
|
|
2509
|
-
* The unique request ID,
|
|
2509
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
2510
2510
|
* @type {string || null}
|
|
2511
2511
|
*/
|
|
2512
2512
|
this.RequestId = null;
|
|
@@ -3342,7 +3342,7 @@ class UpdatePayTypeResponse extends AbstractModel {
|
|
|
3342
3342
|
super();
|
|
3343
3343
|
|
|
3344
3344
|
/**
|
|
3345
|
-
* The unique request ID,
|
|
3345
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3346
3346
|
* @type {string || null}
|
|
3347
3347
|
*/
|
|
3348
3348
|
this.RequestId = null;
|
|
@@ -3553,7 +3553,7 @@ Used for paginated queries
|
|
|
3553
3553
|
this.TotalNumber = null;
|
|
3554
3554
|
|
|
3555
3555
|
/**
|
|
3556
|
-
* The unique request ID,
|
|
3556
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3557
3557
|
* @type {string || null}
|
|
3558
3558
|
*/
|
|
3559
3559
|
this.RequestId = null;
|
|
@@ -3897,7 +3897,7 @@ class DescribeReportDataResponse extends AbstractModel {
|
|
|
3897
3897
|
this.ProjectReport = null;
|
|
3898
3898
|
|
|
3899
3899
|
/**
|
|
3900
|
-
* The unique request ID,
|
|
3900
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3901
3901
|
* @type {string || null}
|
|
3902
3902
|
*/
|
|
3903
3903
|
this.RequestId = null;
|
|
@@ -4088,7 +4088,7 @@ Note: This field may return `null`, indicating that no valid value can be obtain
|
|
|
4088
4088
|
this.UpdateTime = null;
|
|
4089
4089
|
|
|
4090
4090
|
/**
|
|
4091
|
-
* The unique request ID,
|
|
4091
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
4092
4092
|
* @type {string || null}
|
|
4093
4093
|
*/
|
|
4094
4094
|
this.RequestId = null;
|
|
@@ -4353,7 +4353,7 @@ class DescribeIpVisitResponse extends AbstractModel {
|
|
|
4353
4353
|
this.Data = null;
|
|
4354
4354
|
|
|
4355
4355
|
/**
|
|
4356
|
-
* The unique request ID,
|
|
4356
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
4357
4357
|
* @type {string || null}
|
|
4358
4358
|
*/
|
|
4359
4359
|
this.RequestId = null;
|
|
@@ -4391,7 +4391,7 @@ class EnableClsLogTopicResponse extends AbstractModel {
|
|
|
4391
4391
|
super();
|
|
4392
4392
|
|
|
4393
4393
|
/**
|
|
4394
|
-
* The unique request ID,
|
|
4394
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
4395
4395
|
* @type {string || null}
|
|
4396
4396
|
*/
|
|
4397
4397
|
this.RequestId = null;
|
|
@@ -4439,7 +4439,7 @@ Note: this field may return `null`, indicating that no valid values can be obtai
|
|
|
4439
4439
|
this.ExtraLogset = null;
|
|
4440
4440
|
|
|
4441
4441
|
/**
|
|
4442
|
-
* The unique request ID,
|
|
4442
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
4443
4443
|
* @type {string || null}
|
|
4444
4444
|
*/
|
|
4445
4445
|
this.RequestId = null;
|
|
@@ -6895,7 +6895,7 @@ Note: This field may return `null`, indicating that no valid value can be obtain
|
|
|
6895
6895
|
this.CertifiedDomains = null;
|
|
6896
6896
|
|
|
6897
6897
|
/**
|
|
6898
|
-
* The unique request ID,
|
|
6898
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
6899
6899
|
* @type {string || null}
|
|
6900
6900
|
*/
|
|
6901
6901
|
this.RequestId = null;
|
|
@@ -7337,7 +7337,7 @@ Note: This field may return `null`, indicating that no valid value can be obtain
|
|
|
7337
7337
|
this.TotalCount = null;
|
|
7338
7338
|
|
|
7339
7339
|
/**
|
|
7340
|
-
* The unique request ID,
|
|
7340
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
7341
7341
|
* @type {string || null}
|
|
7342
7342
|
*/
|
|
7343
7343
|
this.RequestId = null;
|
|
@@ -7480,7 +7480,7 @@ class AddCdnDomainResponse extends AbstractModel {
|
|
|
7480
7480
|
super();
|
|
7481
7481
|
|
|
7482
7482
|
/**
|
|
7483
|
-
* The unique request ID,
|
|
7483
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
7484
7484
|
* @type {string || null}
|
|
7485
7485
|
*/
|
|
7486
7486
|
this.RequestId = null;
|
|
@@ -7793,7 +7793,7 @@ class AddCLSTopicDomainsResponse extends AbstractModel {
|
|
|
7793
7793
|
super();
|
|
7794
7794
|
|
|
7795
7795
|
/**
|
|
7796
|
-
* The unique request ID,
|
|
7796
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
7797
7797
|
* @type {string || null}
|
|
7798
7798
|
*/
|
|
7799
7799
|
this.RequestId = null;
|
|
@@ -7874,7 +7874,7 @@ class DisableClsLogTopicResponse extends AbstractModel {
|
|
|
7874
7874
|
super();
|
|
7875
7875
|
|
|
7876
7876
|
/**
|
|
7877
|
-
* The unique request ID,
|
|
7877
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
7878
7878
|
* @type {string || null}
|
|
7879
7879
|
*/
|
|
7880
7880
|
this.RequestId = null;
|
|
@@ -8897,7 +8897,7 @@ Note: This field may return `null`, indicating that no valid value can be obtain
|
|
|
8897
8897
|
this.TotalCount = null;
|
|
8898
8898
|
|
|
8899
8899
|
/**
|
|
8900
|
-
* The unique request ID,
|
|
8900
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
8901
8901
|
* @type {string || null}
|
|
8902
8902
|
*/
|
|
8903
8903
|
this.RequestId = null;
|
|
@@ -9859,7 +9859,7 @@ class SearchClsLogResponse extends AbstractModel {
|
|
|
9859
9859
|
this.Logs = null;
|
|
9860
9860
|
|
|
9861
9861
|
/**
|
|
9862
|
-
* The unique request ID,
|
|
9862
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
9863
9863
|
* @type {string || null}
|
|
9864
9864
|
*/
|
|
9865
9865
|
this.RequestId = null;
|
|
@@ -11019,7 +11019,7 @@ Note: This field may return `null`, indicating that no valid value can be obtain
|
|
|
11019
11019
|
this.ClientRegionRelation = null;
|
|
11020
11020
|
|
|
11021
11021
|
/**
|
|
11022
|
-
* The unique request ID,
|
|
11022
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
11023
11023
|
* @type {string || null}
|
|
11024
11024
|
*/
|
|
11025
11025
|
this.RequestId = null;
|
|
@@ -11118,7 +11118,7 @@ Note: This field may return `null`, indicating that no valid value can be obtain
|
|
|
11118
11118
|
this.TaskId = null;
|
|
11119
11119
|
|
|
11120
11120
|
/**
|
|
11121
|
-
* The unique request ID,
|
|
11121
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
11122
11122
|
* @type {string || null}
|
|
11123
11123
|
*/
|
|
11124
11124
|
this.RequestId = null;
|
|
@@ -11910,7 +11910,7 @@ class PurgeUrlsCacheResponse extends AbstractModel {
|
|
|
11910
11910
|
this.TaskId = null;
|
|
11911
11911
|
|
|
11912
11912
|
/**
|
|
11913
|
-
* The unique request ID,
|
|
11913
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
11914
11914
|
* @type {string || null}
|
|
11915
11915
|
*/
|
|
11916
11916
|
this.RequestId = null;
|
|
@@ -12006,7 +12006,7 @@ class DeleteClsLogTopicResponse extends AbstractModel {
|
|
|
12006
12006
|
super();
|
|
12007
12007
|
|
|
12008
12008
|
/**
|
|
12009
|
-
* The unique request ID,
|
|
12009
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
12010
12010
|
* @type {string || null}
|
|
12011
12011
|
*/
|
|
12012
12012
|
this.RequestId = null;
|
|
@@ -12050,7 +12050,7 @@ class DescribeBillingDataResponse extends AbstractModel {
|
|
|
12050
12050
|
this.Data = null;
|
|
12051
12051
|
|
|
12052
12052
|
/**
|
|
12053
|
-
* The unique request ID,
|
|
12053
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
12054
12054
|
* @type {string || null}
|
|
12055
12055
|
*/
|
|
12056
12056
|
this.RequestId = null;
|
|
@@ -12102,7 +12102,7 @@ Note: This field may return `null`, indicating that no valid value can be obtain
|
|
|
12102
12102
|
this.TaskId = null;
|
|
12103
12103
|
|
|
12104
12104
|
/**
|
|
12105
|
-
* The unique request ID,
|
|
12105
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
12106
12106
|
* @type {string || null}
|
|
12107
12107
|
*/
|
|
12108
12108
|
this.RequestId = null;
|
|
@@ -12322,7 +12322,7 @@ class DescribeCdnIpResponse extends AbstractModel {
|
|
|
12322
12322
|
this.Ips = null;
|
|
12323
12323
|
|
|
12324
12324
|
/**
|
|
12325
|
-
* The unique request ID,
|
|
12325
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
12326
12326
|
* @type {string || null}
|
|
12327
12327
|
*/
|
|
12328
12328
|
this.RequestId = null;
|
|
@@ -12427,7 +12427,7 @@ class DescribeIpStatusResponse extends AbstractModel {
|
|
|
12427
12427
|
this.TotalCount = null;
|
|
12428
12428
|
|
|
12429
12429
|
/**
|
|
12430
|
-
* The unique request ID,
|
|
12430
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
12431
12431
|
* @type {string || null}
|
|
12432
12432
|
*/
|
|
12433
12433
|
this.RequestId = null;
|
|
@@ -13356,7 +13356,7 @@ class ModifyDomainConfigResponse extends AbstractModel {
|
|
|
13356
13356
|
super();
|
|
13357
13357
|
|
|
13358
13358
|
/**
|
|
13359
|
-
* The unique request ID,
|
|
13359
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
13360
13360
|
* @type {string || null}
|
|
13361
13361
|
*/
|
|
13362
13362
|
this.RequestId = null;
|
|
@@ -13391,7 +13391,7 @@ class CreateScdnFailedLogTaskResponse extends AbstractModel {
|
|
|
13391
13391
|
this.Result = null;
|
|
13392
13392
|
|
|
13393
13393
|
/**
|
|
13394
|
-
* The unique request ID,
|
|
13394
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
13395
13395
|
* @type {string || null}
|
|
13396
13396
|
*/
|
|
13397
13397
|
this.RequestId = null;
|
|
@@ -13759,7 +13759,7 @@ class StartCdnDomainResponse extends AbstractModel {
|
|
|
13759
13759
|
super();
|
|
13760
13760
|
|
|
13761
13761
|
/**
|
|
13762
|
-
* The unique request ID,
|
|
13762
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
13763
13763
|
* @type {string || null}
|
|
13764
13764
|
*/
|
|
13765
13765
|
this.RequestId = null;
|
|
@@ -14150,7 +14150,7 @@ class PushUrlsCacheResponse extends AbstractModel {
|
|
|
14150
14150
|
this.TaskId = null;
|
|
14151
14151
|
|
|
14152
14152
|
/**
|
|
14153
|
-
* The unique request ID,
|
|
14153
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
14154
14154
|
* @type {string || null}
|
|
14155
14155
|
*/
|
|
14156
14156
|
this.RequestId = null;
|
|
@@ -14179,7 +14179,7 @@ class StopCdnDomainResponse extends AbstractModel {
|
|
|
14179
14179
|
super();
|
|
14180
14180
|
|
|
14181
14181
|
/**
|
|
14182
|
-
* The unique request ID,
|
|
14182
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
14183
14183
|
* @type {string || null}
|
|
14184
14184
|
*/
|
|
14185
14185
|
this.RequestId = null;
|
|
@@ -14272,7 +14272,7 @@ class ListTopDataResponse extends AbstractModel {
|
|
|
14272
14272
|
this.Data = null;
|
|
14273
14273
|
|
|
14274
14274
|
/**
|
|
14275
|
-
* The unique request ID,
|
|
14275
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
14276
14276
|
* @type {string || null}
|
|
14277
14277
|
*/
|
|
14278
14278
|
this.RequestId = null;
|
|
@@ -14369,7 +14369,7 @@ class UpdateDomainConfigResponse extends AbstractModel {
|
|
|
14369
14369
|
super();
|
|
14370
14370
|
|
|
14371
14371
|
/**
|
|
14372
|
-
* The unique request ID,
|
|
14372
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
14373
14373
|
* @type {string || null}
|
|
14374
14374
|
*/
|
|
14375
14375
|
this.RequestId = null;
|
|
@@ -14896,7 +14896,7 @@ class ManageClsTopicDomainsResponse extends AbstractModel {
|
|
|
14896
14896
|
super();
|
|
14897
14897
|
|
|
14898
14898
|
/**
|
|
14899
|
-
* The unique request ID,
|
|
14899
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
14900
14900
|
* @type {string || null}
|
|
14901
14901
|
*/
|
|
14902
14902
|
this.RequestId = null;
|
|
@@ -15123,7 +15123,7 @@ Note: This field may return `null`, indicating that no valid value can be obtain
|
|
|
15123
15123
|
this.TotalCount = null;
|
|
15124
15124
|
|
|
15125
15125
|
/**
|
|
15126
|
-
* The unique request ID,
|
|
15126
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
15127
15127
|
* @type {string || null}
|
|
15128
15128
|
*/
|
|
15129
15129
|
this.RequestId = null;
|
|
@@ -15354,7 +15354,7 @@ Note: This field may return `null`, indicating that no valid value can be obtain
|
|
|
15354
15354
|
this.TotalCount = null;
|
|
15355
15355
|
|
|
15356
15356
|
/**
|
|
15357
|
-
* The unique request ID,
|
|
15357
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
15358
15358
|
* @type {string || null}
|
|
15359
15359
|
*/
|
|
15360
15360
|
this.RequestId = null;
|
|
@@ -15494,7 +15494,7 @@ class DescribeOriginDataResponse extends AbstractModel {
|
|
|
15494
15494
|
this.Data = null;
|
|
15495
15495
|
|
|
15496
15496
|
/**
|
|
15497
|
-
* The unique request ID,
|
|
15497
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
15498
15498
|
* @type {string || null}
|
|
15499
15499
|
*/
|
|
15500
15500
|
this.RequestId = null;
|
|
@@ -15639,7 +15639,7 @@ class DeleteCdnDomainResponse extends AbstractModel {
|
|
|
15639
15639
|
super();
|
|
15640
15640
|
|
|
15641
15641
|
/**
|
|
15642
|
-
* The unique request ID,
|
|
15642
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
15643
15643
|
* @type {string || null}
|
|
15644
15644
|
*/
|
|
15645
15645
|
this.RequestId = null;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1069";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -1071,7 +1071,16 @@ class SystemDisk extends AbstractModel {
|
|
|
1071
1071
|
super();
|
|
1072
1072
|
|
|
1073
1073
|
/**
|
|
1074
|
-
* System disk type. For
|
|
1074
|
+
* System disk type. For the restrictions on the system disk type, refer to [Storage Overview] (https://intl.cloud.tencent.com/document/product/213/4952?from_cn_redirect=1). Value range:<br>
|
|
1075
|
+
<li>LOCAL_BASIC: Local Disk</li>
|
|
1076
|
+
<li>LOCAL_SSD: Local SSD Disk</li>
|
|
1077
|
+
<li>CLOUD_BASIC: HDD Cloud Disk</li>
|
|
1078
|
+
<li>CLOUD_SSD: Cloud SSD</li>
|
|
1079
|
+
<li>CLOUD_PREMIUM: Premium Cloud Disk</li>
|
|
1080
|
+
<li>CLOUD_BSSD: Balanced SSD</li>
|
|
1081
|
+
<li>CLOUD_HSSD: Enhanced SSD</li>
|
|
1082
|
+
<li>CLOUD_TSSD: ulTra SSD</li><br>
|
|
1083
|
+
Default value: Current disk types with inventory available.
|
|
1075
1084
|
* @type {string || null}
|
|
1076
1085
|
*/
|
|
1077
1086
|
this.DiskType = null;
|
|
@@ -1095,6 +1104,15 @@ It is only used as a response parameter for APIs such as `DescribeInstances`, an
|
|
|
1095
1104
|
*/
|
|
1096
1105
|
this.CdcId = null;
|
|
1097
1106
|
|
|
1107
|
+
/**
|
|
1108
|
+
* Disk name, with a length of not more than 128 characters.
|
|
1109
|
+
|
|
1110
|
+
This parameter is in invite-only testing and is not yet open for use.
|
|
1111
|
+
Note: This field may return null, indicating that no valid value is found.
|
|
1112
|
+
* @type {string || null}
|
|
1113
|
+
*/
|
|
1114
|
+
this.DiskName = null;
|
|
1115
|
+
|
|
1098
1116
|
}
|
|
1099
1117
|
|
|
1100
1118
|
/**
|
|
@@ -1108,6 +1126,7 @@ It is only used as a response parameter for APIs such as `DescribeInstances`, an
|
|
|
1108
1126
|
this.DiskId = 'DiskId' in params ? params.DiskId : null;
|
|
1109
1127
|
this.DiskSize = 'DiskSize' in params ? params.DiskSize : null;
|
|
1110
1128
|
this.CdcId = 'CdcId' in params ? params.CdcId : null;
|
|
1129
|
+
this.DiskName = 'DiskName' in params ? params.DiskName : null;
|
|
1111
1130
|
|
|
1112
1131
|
}
|
|
1113
1132
|
}
|
|
@@ -4463,37 +4482,7 @@ class DataDisk extends AbstractModel {
|
|
|
4463
4482
|
this.DiskSize = null;
|
|
4464
4483
|
|
|
4465
4484
|
/**
|
|
4466
|
-
* Data disk type. For restrictions on data disk
|
|
4467
|
-
<li>
|
|
4468
|
-
LOCAL_BASIC: local disk.<br/>
|
|
4469
|
-
<li>
|
|
4470
|
-
LOCAL_SSD: local SSD.<br/>
|
|
4471
|
-
<li>
|
|
4472
|
-
LOCAL_NVME: local NVMe disk, which is closely related to InstanceType, and cannot be specified.<br/>
|
|
4473
|
-
<li>
|
|
4474
|
-
LOCAL_PRO: local HDD, which is closely related to InstanceType, and cannot be specified.<br/>
|
|
4475
|
-
<li>
|
|
4476
|
-
CLOUD_BASIC: basic cloud disk.<br/>
|
|
4477
|
-
<li>
|
|
4478
|
-
CLOUD_PREMIUM: premium cloud disk.<br/>
|
|
4479
|
-
<li>
|
|
4480
|
-
CLOUD_SSD: cloud SSD.<br />
|
|
4481
|
-
<li>
|
|
4482
|
-
CLOUD_HSSD: enhanced SSD.<br/>
|
|
4483
|
-
<li>
|
|
4484
|
-
CLOUD_TSSD: tremendous SSD.<br/>
|
|
4485
|
-
<li>
|
|
4486
|
-
CLOUD_BSSD: balanced SSD.<br/><br/>Default value: LOCAL_BASIC.<br/><br/>This parameter is invalid for the `ResizeInstanceDisk` API.
|
|
4487
|
-
</li>
|
|
4488
|
-
</li>
|
|
4489
|
-
</li>
|
|
4490
|
-
</li>
|
|
4491
|
-
</li>
|
|
4492
|
-
</li>
|
|
4493
|
-
</li>
|
|
4494
|
-
</li>
|
|
4495
|
-
</li>
|
|
4496
|
-
</li>
|
|
4485
|
+
* Data disk type. For the detailed restrictions on the data disk type, refer to [Storage Overview] (https://intl.cloud.tencent.com/document/product/213/4952?from_cn_redirect=1). Value range: <br /><li>LOCAL_BASIC: Local Disk <br /><li>LOCAL_SSD: Local SSD Disk <br /><li>LOCAL_NVME: Local NVME Disk, which is strongly related with InstanceType and can not be specified <br /><li>LOCAL_PRO: Local HDD Disk, which is strongly related with InstanceType and can not be specified <br /><li>CLOUD_BASIC: HDD Cloud Disk <br /><li>CLOUD_PREMIUM: Premium Cloud Disk <br /><li>CLOUD_SSD: Cloud SSD <br /><li>CLOUD_HSSD: Enhanced SSD <br /><li>CLOUD_TSSD: ulTra SSD <br /><li>CLOUD_BSSD: Balanced SSD <br /><br />Default value: LOCAL_BASIC. <br /><br />This parameter is invalid for the `ResizeInstanceDisk` API.</li></li></li> </li> </li></li></li></li></li></li>
|
|
4497
4486
|
* @type {string || null}
|
|
4498
4487
|
*/
|
|
4499
4488
|
this.DiskType = null;
|
|
@@ -4506,12 +4495,12 @@ It is only used as a response parameter for APIs such as `DescribeInstances`, an
|
|
|
4506
4495
|
this.DiskId = null;
|
|
4507
4496
|
|
|
4508
4497
|
/**
|
|
4509
|
-
* Whether
|
|
4510
|
-
<li>
|
|
4498
|
+
* Whether the data disk is destroyed with the Cloud Virtual Machine (CVM). Value range:
|
|
4499
|
+
<li>true: Destroy the data disk when the CVM is destroyed. Only the pay-as-you-go cloud disk billed by hour is supported.</li>
|
|
4511
4500
|
<li>
|
|
4512
|
-
|
|
4513
|
-
Default value:
|
|
4514
|
-
This parameter is currently used
|
|
4501
|
+
false: Retain the data disk when the CVM is destroyed.<br />
|
|
4502
|
+
Default value: true.<br />
|
|
4503
|
+
This parameter is currently only used for the `RunInstances` API.
|
|
4515
4504
|
</li>
|
|
4516
4505
|
Note: This field may return null, indicating that no valid value is found.
|
|
4517
4506
|
* @type {boolean || null}
|
|
@@ -4570,6 +4559,14 @@ Note: This field may return null, indicating that no valid value is found.
|
|
|
4570
4559
|
*/
|
|
4571
4560
|
this.BurstPerformance = null;
|
|
4572
4561
|
|
|
4562
|
+
/**
|
|
4563
|
+
* Disk name, with a length of not more than 128 characters.
|
|
4564
|
+
|
|
4565
|
+
This parameter is in invite-only testing and is not yet open for use.
|
|
4566
|
+
* @type {string || null}
|
|
4567
|
+
*/
|
|
4568
|
+
this.DiskName = null;
|
|
4569
|
+
|
|
4573
4570
|
}
|
|
4574
4571
|
|
|
4575
4572
|
/**
|
|
@@ -4589,6 +4586,7 @@ Note: This field may return null, indicating that no valid value is found.
|
|
|
4589
4586
|
this.ThroughputPerformance = 'ThroughputPerformance' in params ? params.ThroughputPerformance : null;
|
|
4590
4587
|
this.CdcId = 'CdcId' in params ? params.CdcId : null;
|
|
4591
4588
|
this.BurstPerformance = 'BurstPerformance' in params ? params.BurstPerformance : null;
|
|
4589
|
+
this.DiskName = 'DiskName' in params ? params.DiskName : null;
|
|
4592
4590
|
|
|
4593
4591
|
}
|
|
4594
4592
|
}
|
|
@@ -10115,8 +10113,7 @@ class LoginSettings extends AbstractModel {
|
|
|
10115
10113
|
super();
|
|
10116
10114
|
|
|
10117
10115
|
/**
|
|
10118
|
-
*
|
|
10119
|
-
Note: This field may return `null`, indicating that no valid values can be obtained.
|
|
10116
|
+
* Instance login password. The password complexity limits vary with the operating system type as follows: <br><li>The Linux instance password must be 8 to 30 characters long and include at least two of the following: [a-z], [A-Z], [0-9], and special characters of [( ) \` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? / ]. <br><li>The Windows instance password must be 12 to 30 characters long and include at least three of the following: [a-z], [A-Z], [0-9], and special characters [( ) \` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? /]. <br><br>If this parameter is not specified, you need to set it before login by using the console to "reset password" or by calling the ResetInstancesPassword API.
|
|
10120
10117
|
* @type {string || null}
|
|
10121
10118
|
*/
|
|
10122
10119
|
this.Password = null;
|
|
@@ -10655,7 +10652,7 @@ class VirtualPrivateCloud extends AbstractModel {
|
|
|
10655
10652
|
super();
|
|
10656
10653
|
|
|
10657
10654
|
/**
|
|
10658
|
-
* VPC ID in the format of `vpc-xxx`. To obtain valid VPC IDs, you can log in to the [console](https://console.cloud.tencent.com/vpc/vpc?rid=1) or call the [
|
|
10655
|
+
* VPC ID in the format of `vpc-xxx`. To obtain valid VPC IDs, you can log in to the [console](https://console.cloud.tencent.com/vpc/vpc?rid=1) or call the [DescribeVpcs](https://www.tencentcloud.com/document/product/215/15778) API and look for the `unVpcId` fields in the response. If you specify `DEFAULT` for both `VpcId` and `SubnetId` when creating an instance, the default VPC will be used.
|
|
10659
10656
|
* @type {string || null}
|
|
10660
10657
|
*/
|
|
10661
10658
|
this.VpcId = null;
|