tencentcloud-sdk-nodejs-intl-en 3.0.979 → 3.0.980
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
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.980";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -10640,6 +10640,12 @@ class InquirePriceCreateRequest extends AbstractModel {
|
|
|
10640
10640
|
*/
|
|
10641
10641
|
this.StoragePayMode = null;
|
|
10642
10642
|
|
|
10643
|
+
/**
|
|
10644
|
+
* device type:common, exclusive
|
|
10645
|
+
* @type {string || null}
|
|
10646
|
+
*/
|
|
10647
|
+
this.DeviceType = null;
|
|
10648
|
+
|
|
10643
10649
|
/**
|
|
10644
10650
|
* Number of CPU cores, which is required when `InstancePayMode` is `PREPAID` or `POSTPAID`.
|
|
10645
10651
|
* @type {number || null}
|
|
@@ -10689,6 +10695,7 @@ class InquirePriceCreateRequest extends AbstractModel {
|
|
|
10689
10695
|
this.GoodsNum = 'GoodsNum' in params ? params.GoodsNum : null;
|
|
10690
10696
|
this.InstancePayMode = 'InstancePayMode' in params ? params.InstancePayMode : null;
|
|
10691
10697
|
this.StoragePayMode = 'StoragePayMode' in params ? params.StoragePayMode : null;
|
|
10698
|
+
this.DeviceType = 'DeviceType' in params ? params.DeviceType : null;
|
|
10692
10699
|
this.Cpu = 'Cpu' in params ? params.Cpu : null;
|
|
10693
10700
|
this.Memory = 'Memory' in params ? params.Memory : null;
|
|
10694
10701
|
this.Ccu = 'Ccu' in params ? params.Ccu : null;
|
|
@@ -13932,7 +13939,7 @@ class InquirePriceCreateResponse extends AbstractModel {
|
|
|
13932
13939
|
this.StoragePrice = null;
|
|
13933
13940
|
|
|
13934
13941
|
/**
|
|
13935
|
-
* The unique request ID,
|
|
13942
|
+
* 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.
|
|
13936
13943
|
* @type {string || null}
|
|
13937
13944
|
*/
|
|
13938
13945
|
this.RequestId = null;
|