tencentcloud-sdk-nodejs-intl-en 3.0.1171 → 3.0.1173
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
CHANGED
|
@@ -1670,15 +1670,19 @@ class SystemDisk extends AbstractModel {
|
|
|
1670
1670
|
super();
|
|
1671
1671
|
|
|
1672
1672
|
/**
|
|
1673
|
-
* System disk type. For
|
|
1674
|
-
|
|
1673
|
+
* System disk type. For restrictions on the system disk type, see [cloud block storage types](https://intl.cloud.tencent.com/document/product/362/2353?from_cn_redirect=1). Valid values:
|
|
1674
|
+
<li>LOCAL_BASIC: Local Disk.</li>
|
|
1675
|
+
<li>LOCAL_SSD: Local SSD.</li>
|
|
1676
|
+
<li>CLOUD_BASIC: Basic Cloud Disk.</li>
|
|
1677
|
+
<li>CLOUD_PREMIUM: Premium Disk.</li>
|
|
1678
|
+
<li>CLOUD_SSD: Cloud SSD.</li>
|
|
1679
|
+
<li>Default value: CLOUD_PREMIUM.</li>
|
|
1675
1680
|
* @type {string || null}
|
|
1676
1681
|
*/
|
|
1677
1682
|
this.DiskType = null;
|
|
1678
1683
|
|
|
1679
1684
|
/**
|
|
1680
|
-
* System disk size in GB. Default value: 50
|
|
1681
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1685
|
+
* System disk size, in GB. Default value: 50.
|
|
1682
1686
|
* @type {number || null}
|
|
1683
1687
|
*/
|
|
1684
1688
|
this.DiskSize = null;
|
|
@@ -1713,8 +1717,7 @@ class SpotMarketOptions extends AbstractModel {
|
|
|
1713
1717
|
this.MaxPrice = null;
|
|
1714
1718
|
|
|
1715
1719
|
/**
|
|
1716
|
-
*
|
|
1717
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1720
|
+
* Spot instance type. The value can only be one-time currently. Default value: one-time.
|
|
1718
1721
|
* @type {string || null}
|
|
1719
1722
|
*/
|
|
1720
1723
|
this.SpotInstanceType = null;
|
|
@@ -2993,8 +2996,9 @@ Note that this project ID is not the same as the project ID of the scaling group
|
|
|
2993
2996
|
|
|
2994
2997
|
/**
|
|
2995
2998
|
* Instance billing mode. CVM instances take `POSTPAID_BY_HOUR` by default. Valid values:
|
|
2996
|
-
<
|
|
2997
|
-
<
|
|
2999
|
+
<li>POSTPAID_BY_HOUR: pay-as-you-go hourly</li>
|
|
3000
|
+
<li>SPOTPAID: spot instance</li>
|
|
3001
|
+
<li> CDCPAID: dedicated cluster</li>
|
|
2998
3002
|
* @type {string || null}
|
|
2999
3003
|
*/
|
|
3000
3004
|
this.InstanceChargeType = null;
|
|
@@ -3868,11 +3872,17 @@ class DescribeAutoScalingGroupLastActivitiesRequest extends AbstractModel {
|
|
|
3868
3872
|
super();
|
|
3869
3873
|
|
|
3870
3874
|
/**
|
|
3871
|
-
* ID list of
|
|
3875
|
+
* ID list of auto scaling groups.
|
|
3872
3876
|
* @type {Array.<string> || null}
|
|
3873
3877
|
*/
|
|
3874
3878
|
this.AutoScalingGroupIds = null;
|
|
3875
3879
|
|
|
3880
|
+
/**
|
|
3881
|
+
* Excludes cancelled type activities when querying. Default value is false, which means cancelled type activities are not excluded.
|
|
3882
|
+
* @type {boolean || null}
|
|
3883
|
+
*/
|
|
3884
|
+
this.ExcludeCancelledActivity = null;
|
|
3885
|
+
|
|
3876
3886
|
}
|
|
3877
3887
|
|
|
3878
3888
|
/**
|
|
@@ -3883,6 +3893,7 @@ class DescribeAutoScalingGroupLastActivitiesRequest extends AbstractModel {
|
|
|
3883
3893
|
return;
|
|
3884
3894
|
}
|
|
3885
3895
|
this.AutoScalingGroupIds = 'AutoScalingGroupIds' in params ? params.AutoScalingGroupIds : null;
|
|
3896
|
+
this.ExcludeCancelledActivity = 'ExcludeCancelledActivity' in params ? params.ExcludeCancelledActivity : null;
|
|
3886
3897
|
|
|
3887
3898
|
}
|
|
3888
3899
|
}
|
|
@@ -4301,42 +4312,36 @@ class InvocationResult extends AbstractModel {
|
|
|
4301
4312
|
|
|
4302
4313
|
/**
|
|
4303
4314
|
* Instance ID.
|
|
4304
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4305
4315
|
* @type {string || null}
|
|
4306
4316
|
*/
|
|
4307
4317
|
this.InstanceId = null;
|
|
4308
4318
|
|
|
4309
4319
|
/**
|
|
4310
4320
|
* Execution activity ID.
|
|
4311
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4312
4321
|
* @type {string || null}
|
|
4313
4322
|
*/
|
|
4314
4323
|
this.InvocationId = null;
|
|
4315
4324
|
|
|
4316
4325
|
/**
|
|
4317
|
-
*
|
|
4318
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4326
|
+
* Task ID.
|
|
4319
4327
|
* @type {string || null}
|
|
4320
4328
|
*/
|
|
4321
4329
|
this.InvocationTaskId = null;
|
|
4322
4330
|
|
|
4323
4331
|
/**
|
|
4324
4332
|
* Command ID.
|
|
4325
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4326
4333
|
* @type {string || null}
|
|
4327
4334
|
*/
|
|
4328
4335
|
this.CommandId = null;
|
|
4329
4336
|
|
|
4330
4337
|
/**
|
|
4331
|
-
*
|
|
4332
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4338
|
+
* Specifies the execution task status.
|
|
4333
4339
|
* @type {string || null}
|
|
4334
4340
|
*/
|
|
4335
4341
|
this.TaskStatus = null;
|
|
4336
4342
|
|
|
4337
4343
|
/**
|
|
4338
|
-
*
|
|
4339
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4344
|
+
* Specifies the exception information during execution.
|
|
4340
4345
|
* @type {string || null}
|
|
4341
4346
|
*/
|
|
4342
4347
|
this.ErrorMessage = null;
|
|
@@ -4479,8 +4484,7 @@ class InstanceMarketOptionsRequest extends AbstractModel {
|
|
|
4479
4484
|
this.SpotOptions = null;
|
|
4480
4485
|
|
|
4481
4486
|
/**
|
|
4482
|
-
* Market option type.
|
|
4483
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4487
|
+
* Market option type. The value can only be spot currently.
|
|
4484
4488
|
* @type {string || null}
|
|
4485
4489
|
*/
|
|
4486
4490
|
this.MarketType = null;
|
|
@@ -5381,23 +5385,21 @@ class DataDisk extends AbstractModel {
|
|
|
5381
5385
|
super();
|
|
5382
5386
|
|
|
5383
5387
|
/**
|
|
5384
|
-
* Data disk type. For restrictions on data disk type, see [
|
|
5385
|
-
<li>LOCAL_BASIC: Local
|
|
5388
|
+
* Data disk type. For restrictions on the data disk type, see [cloud block storage types](https://intl.cloud.tencent.com/document/product/362/2353?from_cn_redirect=1). Valid values:
|
|
5389
|
+
<li>LOCAL_BASIC: Local Disk.</li>
|
|
5386
5390
|
<li>LOCAL_SSD: Local SSD.</li>
|
|
5387
|
-
<li>CLOUD_BASIC:
|
|
5388
|
-
<li>CLOUD_PREMIUM: Premium
|
|
5391
|
+
<li>CLOUD_BASIC: Basic Cloud Disk.</li>
|
|
5392
|
+
<li>CLOUD_PREMIUM: Premium Disk.</li>
|
|
5389
5393
|
<li>CLOUD_SSD: Cloud SSD.</li>
|
|
5390
5394
|
<li>CLOUD_HSSD: Enhanced SSD.</li>
|
|
5391
|
-
<li>CLOUD_TSSD:
|
|
5395
|
+
<li>CLOUD_TSSD: Tremendous SSD.</li>
|
|
5392
5396
|
The default value is consistent with the system disk type (SystemDisk.DiskType).
|
|
5393
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
5394
5397
|
* @type {string || null}
|
|
5395
5398
|
*/
|
|
5396
5399
|
this.DiskType = null;
|
|
5397
5400
|
|
|
5398
5401
|
/**
|
|
5399
|
-
* Data disk size
|
|
5400
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
5402
|
+
* Data disk size, in GB. The minimum adjustment step size is 10 GB. The value range varies according to the data disk type. For specific restrictions, see [CVM instance configuration](https://intl.cloud.tencent.com/document/product/213/2177?from_cn_redirect=1). Default value: 0, which means that no data disk is purchased. For more restrictions, see the product documentation.
|
|
5401
5403
|
* @type {number || null}
|
|
5402
5404
|
*/
|
|
5403
5405
|
this.DiskSize = null;
|
|
@@ -6089,11 +6091,10 @@ class RunSecurityServiceEnabled extends AbstractModel {
|
|
|
6089
6091
|
super();
|
|
6090
6092
|
|
|
6091
6093
|
/**
|
|
6092
|
-
* Whether to enable
|
|
6093
|
-
<li>TRUE: enable.</li>
|
|
6094
|
-
<li>FALSE: disable.</li>
|
|
6094
|
+
* Whether to enable [Cloud Workload Protection Platform (CWPP)](https://intl.cloud.tencent.com/document/product/296?from_cn_redirect=1). Valid values:
|
|
6095
|
+
<li>TRUE: enable CWPP.</li>
|
|
6096
|
+
<li>FALSE: disable CWPP.</li>
|
|
6095
6097
|
Default value: TRUE.
|
|
6096
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
6097
6098
|
* @type {boolean || null}
|
|
6098
6099
|
*/
|
|
6099
6100
|
this.Enabled = null;
|
|
@@ -9139,11 +9140,10 @@ class RunMonitorServiceEnabled extends AbstractModel {
|
|
|
9139
9140
|
super();
|
|
9140
9141
|
|
|
9141
9142
|
/**
|
|
9142
|
-
* Whether [
|
|
9143
|
-
<li>TRUE:
|
|
9144
|
-
<li>FALSE:
|
|
9143
|
+
* Whether to enable [Tencent Cloud Observability Platform (formerly Cloud Monitor)](https://intl.cloud.tencent.com/document/product/248?from_cn_redirect=1) (TCOP). Valid values:
|
|
9144
|
+
<li>TRUE: enable TCOP.</li>
|
|
9145
|
+
<li>FALSE: disable TCOP.</li>
|
|
9145
9146
|
Default value: TRUE.
|
|
9146
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
9147
9147
|
* @type {boolean || null}
|
|
9148
9148
|
*/
|
|
9149
9149
|
this.Enabled = null;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1173";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -70,6 +70,7 @@ const ListKeyDetailRequest = models.ListKeyDetailRequest;
|
|
|
70
70
|
const DeleteWhiteBoxKeyRequest = models.DeleteWhiteBoxKeyRequest;
|
|
71
71
|
const AlgorithmInfo = models.AlgorithmInfo;
|
|
72
72
|
const GetRegionsResponse = models.GetRegionsResponse;
|
|
73
|
+
const ExclusiveHSM = models.ExclusiveHSM;
|
|
73
74
|
const GenerateDataKeyResponse = models.GenerateDataKeyResponse;
|
|
74
75
|
const CreateWhiteBoxKeyRequest = models.CreateWhiteBoxKeyRequest;
|
|
75
76
|
const OverwriteWhiteBoxDeviceFingerprintsResponse = models.OverwriteWhiteBoxDeviceFingerprintsResponse;
|
|
@@ -171,8 +171,7 @@ class DescribeWhiteBoxKeyDetailsResponse extends AbstractModel {
|
|
|
171
171
|
this.KeyInfos = null;
|
|
172
172
|
|
|
173
173
|
/**
|
|
174
|
-
* Total white-box keys.
|
|
175
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
174
|
+
* Total number of white-box keys.
|
|
176
175
|
* @type {number || null}
|
|
177
176
|
*/
|
|
178
177
|
this.TotalCount = null;
|
|
@@ -514,8 +513,7 @@ class WhiteboxKeyInfo extends AbstractModel {
|
|
|
514
513
|
this.ResourceId = null;
|
|
515
514
|
|
|
516
515
|
/**
|
|
517
|
-
*
|
|
518
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
516
|
+
* Specifies whether there is a device fingerprint bound to the current key.
|
|
519
517
|
* @type {boolean || null}
|
|
520
518
|
*/
|
|
521
519
|
this.DeviceFingerprintBind = null;
|
|
@@ -925,8 +923,7 @@ class ListKeyDetailResponse extends AbstractModel {
|
|
|
925
923
|
this.TotalCount = null;
|
|
926
924
|
|
|
927
925
|
/**
|
|
928
|
-
*
|
|
929
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
926
|
+
* Specifies the returned attribute information list.
|
|
930
927
|
* @type {Array.<KeyMetadata> || null}
|
|
931
928
|
*/
|
|
932
929
|
this.KeyMetadatas = null;
|
|
@@ -1493,13 +1490,13 @@ class CreateWhiteBoxKeyResponse extends AbstractModel {
|
|
|
1493
1490
|
this.KeyId = null;
|
|
1494
1491
|
|
|
1495
1492
|
/**
|
|
1496
|
-
* Tag operation
|
|
1493
|
+
* Return code of Tag operation. `0`: success; `1`: internal error; `2`: business processing error.
|
|
1497
1494
|
* @type {number || null}
|
|
1498
1495
|
*/
|
|
1499
1496
|
this.TagCode = null;
|
|
1500
1497
|
|
|
1501
1498
|
/**
|
|
1502
|
-
* Tag operation
|
|
1499
|
+
* Response information of Tag operation.
|
|
1503
1500
|
* @type {string || null}
|
|
1504
1501
|
*/
|
|
1505
1502
|
this.TagMsg = null;
|
|
@@ -1692,8 +1689,7 @@ class DescribeKeysResponse extends AbstractModel {
|
|
|
1692
1689
|
super();
|
|
1693
1690
|
|
|
1694
1691
|
/**
|
|
1695
|
-
*
|
|
1696
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
1692
|
+
* The attribute information list returned.
|
|
1697
1693
|
* @type {Array.<KeyMetadata> || null}
|
|
1698
1694
|
*/
|
|
1699
1695
|
this.KeyMetadatas = null;
|
|
@@ -1813,7 +1809,7 @@ class ListKeysResponse extends AbstractModel {
|
|
|
1813
1809
|
super();
|
|
1814
1810
|
|
|
1815
1811
|
/**
|
|
1816
|
-
* CMK list array
|
|
1812
|
+
* CMK list array.
|
|
1817
1813
|
* @type {Array.<Key> || null}
|
|
1818
1814
|
*/
|
|
1819
1815
|
this.Keys = null;
|
|
@@ -2123,8 +2119,7 @@ class GetRegionsResponse extends AbstractModel {
|
|
|
2123
2119
|
super();
|
|
2124
2120
|
|
|
2125
2121
|
/**
|
|
2126
|
-
*
|
|
2127
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
2122
|
+
* Available region list.
|
|
2128
2123
|
* @type {Array.<string> || null}
|
|
2129
2124
|
*/
|
|
2130
2125
|
this.Regions = null;
|
|
@@ -2150,6 +2145,41 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
2150
2145
|
}
|
|
2151
2146
|
}
|
|
2152
2147
|
|
|
2148
|
+
/**
|
|
2149
|
+
* Exclusive edition cluster.
|
|
2150
|
+
* @class
|
|
2151
|
+
*/
|
|
2152
|
+
class ExclusiveHSM extends AbstractModel {
|
|
2153
|
+
constructor(){
|
|
2154
|
+
super();
|
|
2155
|
+
|
|
2156
|
+
/**
|
|
2157
|
+
* Dedicated cluster Id.
|
|
2158
|
+
* @type {string || null}
|
|
2159
|
+
*/
|
|
2160
|
+
this.HsmClusterId = null;
|
|
2161
|
+
|
|
2162
|
+
/**
|
|
2163
|
+
* Dedicated cluster name.
|
|
2164
|
+
* @type {string || null}
|
|
2165
|
+
*/
|
|
2166
|
+
this.HsmClusterName = null;
|
|
2167
|
+
|
|
2168
|
+
}
|
|
2169
|
+
|
|
2170
|
+
/**
|
|
2171
|
+
* @private
|
|
2172
|
+
*/
|
|
2173
|
+
deserialize(params) {
|
|
2174
|
+
if (!params) {
|
|
2175
|
+
return;
|
|
2176
|
+
}
|
|
2177
|
+
this.HsmClusterId = 'HsmClusterId' in params ? params.HsmClusterId : null;
|
|
2178
|
+
this.HsmClusterName = 'HsmClusterName' in params ? params.HsmClusterName : null;
|
|
2179
|
+
|
|
2180
|
+
}
|
|
2181
|
+
}
|
|
2182
|
+
|
|
2153
2183
|
/**
|
|
2154
2184
|
* GenerateDataKey response structure.
|
|
2155
2185
|
* @class
|
|
@@ -2410,7 +2440,7 @@ class CreateKeyResponse extends AbstractModel {
|
|
|
2410
2440
|
this.CreateTime = null;
|
|
2411
2441
|
|
|
2412
2442
|
/**
|
|
2413
|
-
*
|
|
2443
|
+
* Specifies the description of the CMK.
|
|
2414
2444
|
* @type {string || null}
|
|
2415
2445
|
*/
|
|
2416
2446
|
this.Description = null;
|
|
@@ -2428,20 +2458,19 @@ class CreateKeyResponse extends AbstractModel {
|
|
|
2428
2458
|
this.KeyUsage = null;
|
|
2429
2459
|
|
|
2430
2460
|
/**
|
|
2431
|
-
* Tag operation
|
|
2461
|
+
* Return code of Tag operation. `0`: success; `1`: cls internal error; `2`: business processing error.
|
|
2432
2462
|
* @type {number || null}
|
|
2433
2463
|
*/
|
|
2434
2464
|
this.TagCode = null;
|
|
2435
2465
|
|
|
2436
2466
|
/**
|
|
2437
|
-
* Tag operation
|
|
2467
|
+
* Response information of Tag operation.
|
|
2438
2468
|
* @type {string || null}
|
|
2439
2469
|
*/
|
|
2440
2470
|
this.TagMsg = null;
|
|
2441
2471
|
|
|
2442
2472
|
/**
|
|
2443
|
-
*
|
|
2444
|
-
Note: This field may return `null`, indicating that no valid value can be obtained.
|
|
2473
|
+
* HSM cluster ID (valid only for exclusive or managed version KMS service instances).
|
|
2445
2474
|
* @type {string || null}
|
|
2446
2475
|
*/
|
|
2447
2476
|
this.HsmClusterId = null;
|
|
@@ -2672,7 +2701,7 @@ class GetServiceStatusResponse extends AbstractModel {
|
|
|
2672
2701
|
this.ServiceEnabled = null;
|
|
2673
2702
|
|
|
2674
2703
|
/**
|
|
2675
|
-
* Service unavailability type
|
|
2704
|
+
* Service unavailability type: 0-not purchased, 1-normal, 2-service suspended due to overdue payments, 3-resource release.
|
|
2676
2705
|
* @type {number || null}
|
|
2677
2706
|
*/
|
|
2678
2707
|
this.InvalidType = null;
|
|
@@ -2684,47 +2713,59 @@ class GetServiceStatusResponse extends AbstractModel {
|
|
|
2684
2713
|
this.UserLevel = null;
|
|
2685
2714
|
|
|
2686
2715
|
/**
|
|
2687
|
-
*
|
|
2688
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
2716
|
+
* Specifies the expiry time (Epoch Unix Timestamp) of the flagship edition.
|
|
2689
2717
|
* @type {number || null}
|
|
2690
2718
|
*/
|
|
2691
2719
|
this.ProExpireTime = null;
|
|
2692
2720
|
|
|
2693
2721
|
/**
|
|
2694
|
-
*
|
|
2695
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
2722
|
+
* Specifies whether the flagship edition is automatically renewed: 0 - no automatic renewal, 1 - automatic renewal.
|
|
2696
2723
|
* @type {number || null}
|
|
2697
2724
|
*/
|
|
2698
2725
|
this.ProRenewFlag = null;
|
|
2699
2726
|
|
|
2700
2727
|
/**
|
|
2701
|
-
* Unique
|
|
2702
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
2728
|
+
* Unique identifier for the purchase record of the flagship edition. if the flagship edition is enabled, the return value is null.
|
|
2703
2729
|
* @type {string || null}
|
|
2704
2730
|
*/
|
|
2705
2731
|
this.ProResourceId = null;
|
|
2706
2732
|
|
|
2707
2733
|
/**
|
|
2708
|
-
* Whether to
|
|
2709
|
-
Note: This field may return `null`, indicating that no valid value can be obtained.
|
|
2734
|
+
* Whether to enable the KMS-managed version.
|
|
2710
2735
|
* @type {boolean || null}
|
|
2711
2736
|
*/
|
|
2712
2737
|
this.ExclusiveVSMEnabled = null;
|
|
2713
2738
|
|
|
2714
2739
|
/**
|
|
2715
|
-
* Whether to
|
|
2716
|
-
Note: This field may return `null`, indicating that no valid value can be obtained.
|
|
2740
|
+
* Whether to enable the exclusive edition of KMS.
|
|
2717
2741
|
* @type {boolean || null}
|
|
2718
2742
|
*/
|
|
2719
2743
|
this.ExclusiveHSMEnabled = null;
|
|
2720
2744
|
|
|
2721
2745
|
/**
|
|
2722
|
-
* KMS subscription information.
|
|
2723
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
2746
|
+
* Specifies the KMS subscription information.
|
|
2724
2747
|
* @type {string || null}
|
|
2725
2748
|
*/
|
|
2726
2749
|
this.SubscriptionInfo = null;
|
|
2727
2750
|
|
|
2751
|
+
/**
|
|
2752
|
+
* Returns the amount of KMS user secret keys used.
|
|
2753
|
+
* @type {number || null}
|
|
2754
|
+
*/
|
|
2755
|
+
this.CmkUserCount = null;
|
|
2756
|
+
|
|
2757
|
+
/**
|
|
2758
|
+
* Returns the specification quantity of KMS user secret keys.
|
|
2759
|
+
* @type {number || null}
|
|
2760
|
+
*/
|
|
2761
|
+
this.CmkLimit = null;
|
|
2762
|
+
|
|
2763
|
+
/**
|
|
2764
|
+
* Return dedicated cluster group.
|
|
2765
|
+
* @type {Array.<ExclusiveHSM> || null}
|
|
2766
|
+
*/
|
|
2767
|
+
this.ExclusiveHSMList = null;
|
|
2768
|
+
|
|
2728
2769
|
/**
|
|
2729
2770
|
* 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.
|
|
2730
2771
|
* @type {string || null}
|
|
@@ -2749,6 +2790,17 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
2749
2790
|
this.ExclusiveVSMEnabled = 'ExclusiveVSMEnabled' in params ? params.ExclusiveVSMEnabled : null;
|
|
2750
2791
|
this.ExclusiveHSMEnabled = 'ExclusiveHSMEnabled' in params ? params.ExclusiveHSMEnabled : null;
|
|
2751
2792
|
this.SubscriptionInfo = 'SubscriptionInfo' in params ? params.SubscriptionInfo : null;
|
|
2793
|
+
this.CmkUserCount = 'CmkUserCount' in params ? params.CmkUserCount : null;
|
|
2794
|
+
this.CmkLimit = 'CmkLimit' in params ? params.CmkLimit : null;
|
|
2795
|
+
|
|
2796
|
+
if (params.ExclusiveHSMList) {
|
|
2797
|
+
this.ExclusiveHSMList = new Array();
|
|
2798
|
+
for (let z in params.ExclusiveHSMList) {
|
|
2799
|
+
let obj = new ExclusiveHSM();
|
|
2800
|
+
obj.deserialize(params.ExclusiveHSMList[z]);
|
|
2801
|
+
this.ExclusiveHSMList.push(obj);
|
|
2802
|
+
}
|
|
2803
|
+
}
|
|
2752
2804
|
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
2753
2805
|
|
|
2754
2806
|
}
|
|
@@ -2769,8 +2821,7 @@ class DeviceFingerprint extends AbstractModel {
|
|
|
2769
2821
|
this.Identity = null;
|
|
2770
2822
|
|
|
2771
2823
|
/**
|
|
2772
|
-
* Description, such as IP and device name
|
|
2773
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
2824
|
+
* Description information, such as IP and device name, with a maximum of 1024 bytes.
|
|
2774
2825
|
* @type {string || null}
|
|
2775
2826
|
*/
|
|
2776
2827
|
this.Description = null;
|
|
@@ -2882,7 +2933,7 @@ class AsymmetricSm2DecryptRequest extends AbstractModel {
|
|
|
2882
2933
|
this.KeyId = null;
|
|
2883
2934
|
|
|
2884
2935
|
/**
|
|
2885
|
-
*
|
|
2936
|
+
* Specifies that the ciphertext encrypted with PublicKey is Base64 encoded. the original ciphertext format needs to be C1C3C2_ASN1. the length of the original ciphertext cannot exceed 256 bytes.
|
|
2886
2937
|
* @type {string || null}
|
|
2887
2938
|
*/
|
|
2888
2939
|
this.Ciphertext = null;
|
|
@@ -3082,21 +3133,19 @@ class KeyMetadata extends AbstractModel {
|
|
|
3082
3133
|
this.NextRotateTime = null;
|
|
3083
3134
|
|
|
3084
3135
|
/**
|
|
3085
|
-
*
|
|
3136
|
+
* The time when scheduled deletion occurs.
|
|
3086
3137
|
* @type {number || null}
|
|
3087
3138
|
*/
|
|
3088
3139
|
this.DeletionDate = null;
|
|
3089
3140
|
|
|
3090
3141
|
/**
|
|
3091
|
-
* CMK key material type.
|
|
3092
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
3142
|
+
* CMK key material type. the type created by KMS is TENCENT_KMS. the user-imported type is EXTERNAL.
|
|
3093
3143
|
* @type {string || null}
|
|
3094
3144
|
*/
|
|
3095
3145
|
this.Origin = null;
|
|
3096
3146
|
|
|
3097
3147
|
/**
|
|
3098
|
-
*
|
|
3099
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
3148
|
+
* Valid when Origin is EXTERNAL. indicates the validity date of the key material. 0 means no expiration.
|
|
3100
3149
|
* @type {number || null}
|
|
3101
3150
|
*/
|
|
3102
3151
|
this.ValidTo = null;
|
|
@@ -3108,12 +3157,23 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
3108
3157
|
this.ResourceId = null;
|
|
3109
3158
|
|
|
3110
3159
|
/**
|
|
3111
|
-
*
|
|
3112
|
-
Note: This field may return `null`, indicating that no valid value can be obtained.
|
|
3160
|
+
* HSM cluster ID (valid only for exclusive or managed version KMS service instances).
|
|
3113
3161
|
* @type {string || null}
|
|
3114
3162
|
*/
|
|
3115
3163
|
this.HsmClusterId = null;
|
|
3116
3164
|
|
|
3165
|
+
/**
|
|
3166
|
+
* Key rotation period (days).
|
|
3167
|
+
* @type {number || null}
|
|
3168
|
+
*/
|
|
3169
|
+
this.RotateDays = null;
|
|
3170
|
+
|
|
3171
|
+
/**
|
|
3172
|
+
* Last disorderly rotation time (Unix timestamp).
|
|
3173
|
+
* @type {number || null}
|
|
3174
|
+
*/
|
|
3175
|
+
this.LastRotateTime = null;
|
|
3176
|
+
|
|
3117
3177
|
}
|
|
3118
3178
|
|
|
3119
3179
|
/**
|
|
@@ -3139,6 +3199,8 @@ Note: This field may return `null`, indicating that no valid value can be obtain
|
|
|
3139
3199
|
this.ValidTo = 'ValidTo' in params ? params.ValidTo : null;
|
|
3140
3200
|
this.ResourceId = 'ResourceId' in params ? params.ResourceId : null;
|
|
3141
3201
|
this.HsmClusterId = 'HsmClusterId' in params ? params.HsmClusterId : null;
|
|
3202
|
+
this.RotateDays = 'RotateDays' in params ? params.RotateDays : null;
|
|
3203
|
+
this.LastRotateTime = 'LastRotateTime' in params ? params.LastRotateTime : null;
|
|
3142
3204
|
|
|
3143
3205
|
}
|
|
3144
3206
|
}
|
|
@@ -3508,7 +3570,7 @@ class UnbindCloudResourceRequest extends AbstractModel {
|
|
|
3508
3570
|
this.ProductId = null;
|
|
3509
3571
|
|
|
3510
3572
|
/**
|
|
3511
|
-
* Resource/instance ID, which is stored as a string and defined by the caller based on the Tencent Cloud service
|
|
3573
|
+
* Resource/instance ID, which is stored as a string and defined by the caller based on the Tencent Cloud service's features.
|
|
3512
3574
|
* @type {string || null}
|
|
3513
3575
|
*/
|
|
3514
3576
|
this.ResourceId = null;
|
|
@@ -4062,7 +4124,7 @@ class BindCloudResourceRequest extends AbstractModel {
|
|
|
4062
4124
|
this.ProductId = null;
|
|
4063
4125
|
|
|
4064
4126
|
/**
|
|
4065
|
-
* Resource/instance ID, which is stored as a string and defined by the caller based on the Tencent Cloud service
|
|
4127
|
+
* Resource/instance ID, which is stored as a string and defined by the caller based on the Tencent Cloud service's features.
|
|
4066
4128
|
* @type {string || null}
|
|
4067
4129
|
*/
|
|
4068
4130
|
this.ResourceId = null;
|
|
@@ -4416,8 +4478,7 @@ class DescribeKeyResponse extends AbstractModel {
|
|
|
4416
4478
|
super();
|
|
4417
4479
|
|
|
4418
4480
|
/**
|
|
4419
|
-
*
|
|
4420
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
4481
|
+
* Specifies the attribute information of the key.
|
|
4421
4482
|
* @type {KeyMetadata || null}
|
|
4422
4483
|
*/
|
|
4423
4484
|
this.KeyMetadata = null;
|
|
@@ -4559,6 +4620,7 @@ module.exports = {
|
|
|
4559
4620
|
DeleteWhiteBoxKeyRequest: DeleteWhiteBoxKeyRequest,
|
|
4560
4621
|
AlgorithmInfo: AlgorithmInfo,
|
|
4561
4622
|
GetRegionsResponse: GetRegionsResponse,
|
|
4623
|
+
ExclusiveHSM: ExclusiveHSM,
|
|
4562
4624
|
GenerateDataKeyResponse: GenerateDataKeyResponse,
|
|
4563
4625
|
CreateWhiteBoxKeyRequest: CreateWhiteBoxKeyRequest,
|
|
4564
4626
|
OverwriteWhiteBoxDeviceFingerprintsResponse: OverwriteWhiteBoxDeviceFingerprintsResponse,
|
|
@@ -31528,7 +31528,7 @@ Default value: Chinese Mainland
|
|
|
31528
31528
|
<li>Yunnan</li>
|
|
31529
31529
|
<li>Chongqing</li>
|
|
31530
31530
|
<li>Sichuan</li>
|
|
31531
|
-
<li>
|
|
31531
|
+
<li>Xizang</li>
|
|
31532
31532
|
<li>Guangdong</li>
|
|
31533
31533
|
<li>Guangxi</li>
|
|
31534
31534
|
<li>Hainan</li>
|