tencentcloud-sdk-ecm 3.0.404 → 3.0.407

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190719/models.rb +10 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c0df34fdafddb22409855ba235ba82baca7f54a5
4
- data.tar.gz: c3948b9cfd1a66e826d1f73179483686db3e75a5
3
+ metadata.gz: a8424f3bfa74832fc85fb1952912e1d6f9e29374
4
+ data.tar.gz: 69b9bd5154315616ef1c8a03e129ab8152d3c1c7
5
5
  SHA512:
6
- metadata.gz: 42c9c00e3f575ec8c9e394dce1e237fac21043bc4020849042c32a0d1fc44f97ea120b3eb16a9e8378ceff45710ee4d1088a1c68976190eb94ff883e94399ebc
7
- data.tar.gz: 29c9e6acadb2885863e6f5ae0f16b7a74c92611b1d367de425465268d061dff0dd0861724db7a57dc25adad5308acd9c8941d4ad047a5ff642d460993e36dcb8
6
+ metadata.gz: 4e8aa06c385eda3187262e75eee7a3cb618e768666f8908970669c6a0baa23a25339c0263084e22425ad68fc79b1fdf83e992b7f9637c845e1328980bb2f5585
7
+ data.tar.gz: ab5718c9a5fd76c86a2828f2a66f9254c5709d2014e1432aad319667cc0976260a4f5fc94b22910b5fdd482c463d27048a5232c3b75b477aa44e90ac078e3193
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.404
1
+ 3.0.407
@@ -3828,14 +3828,21 @@ module TencentCloud
3828
3828
  # @type InstanceCount: Integer
3829
3829
  # @param DataDisk: 数据盘信息
3830
3830
  # @type DataDisk: Array
3831
+ # @param InstanceChargeType: 实例计费类型。其中:
3832
+ # 0,按资源维度后付费,计算当日用量峰值,例如CPU,内存,硬盘等,仅适用于非GNR系列机型;
3833
+ # 1,按小时后付费,单价:xx元/实例/小时,仅适用于GNR机型,如需开通该计费方式请提工单申请;
3834
+ # 2,按月后付费,单价:xx元/实例/月,仅适用于GNR机型;
3835
+ # 该字段不填时,非GNR机型会默认选择0;GNR机型默认选择2。
3836
+ # @type InstanceChargeType: Integer
3831
3837
 
3832
- attr_accessor :InstanceType, :SystemDisk, :InstanceCount, :DataDisk
3838
+ attr_accessor :InstanceType, :SystemDisk, :InstanceCount, :DataDisk, :InstanceChargeType
3833
3839
 
3834
- def initialize(instancetype=nil, systemdisk=nil, instancecount=nil, datadisk=nil)
3840
+ def initialize(instancetype=nil, systemdisk=nil, instancecount=nil, datadisk=nil, instancechargetype=nil)
3835
3841
  @InstanceType = instancetype
3836
3842
  @SystemDisk = systemdisk
3837
3843
  @InstanceCount = instancecount
3838
3844
  @DataDisk = datadisk
3845
+ @InstanceChargeType = instancechargetype
3839
3846
  end
3840
3847
 
3841
3848
  def deserialize(params)
@@ -3853,6 +3860,7 @@ module TencentCloud
3853
3860
  @DataDisk << datadisk_tmp
3854
3861
  end
3855
3862
  end
3863
+ @InstanceChargeType = params['InstanceChargeType']
3856
3864
  end
3857
3865
  end
3858
3866
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ecm
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.404
4
+ version: 3.0.407
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-05 00:00:00.000000000 Z
11
+ date: 2022-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common