tencentcloud-sdk-ecm 3.0.406 → 3.0.407

Sign up to get free protection for your applications and to get access to all the features.
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: 800935aca236c9c7ae9e9ed5addf082d212dde93
4
- data.tar.gz: ff1d451302db8113325eda95ff691a791f461e27
3
+ metadata.gz: a8424f3bfa74832fc85fb1952912e1d6f9e29374
4
+ data.tar.gz: 69b9bd5154315616ef1c8a03e129ab8152d3c1c7
5
5
  SHA512:
6
- metadata.gz: ab008b961c5f8b823029b1a2aa08e88f541cf8261637c1b56a11e81c6c7c75d19f8f32a571c3354820dfd1a4ee501c29a65509c62454fb387450e4b46849a08e
7
- data.tar.gz: de74a3de3e8aac601f2e76de9a695412ffb7913426b8383e66d5048c70381a3285508a92578549d84194c59c811b95194fb1e12c6a5747acea7bdeaa360259e6
6
+ metadata.gz: 4e8aa06c385eda3187262e75eee7a3cb618e768666f8908970669c6a0baa23a25339c0263084e22425ad68fc79b1fdf83e992b7f9637c845e1328980bb2f5585
7
+ data.tar.gz: ab5718c9a5fd76c86a2828f2a66f9254c5709d2014e1432aad319667cc0976260a4f5fc94b22910b5fdd482c463d27048a5232c3b75b477aa44e90ac078e3193
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.406
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.406
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-08 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