tencentcloud-sdk-ecm 3.0.405 → 3.0.408
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190719/models.rb +10 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8d2278c70c3afc6bd97457e572dbc3d36d00885a
|
4
|
+
data.tar.gz: 95a67c120850bdb44670eec1813142546a3988ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a0544225c990013a7cca4e1068784cb24045d1b187345f69ec3ec25d84e9b7826cac56510149de2e1a3fca87640e1a5a5678def82bfff6d9eadba256070bffe
|
7
|
+
data.tar.gz: f0e0233ad5bd32af4c8fbe6ecf46bf0235a2e79fb887eff3e77521cf7bcf214d313bf9a881e90c9c17a7977a7656fdaba28ddd2971902b14dc7cd47be0c58169
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.408
|
data/lib/v20190719/models.rb
CHANGED
@@ -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.
|
4
|
+
version: 3.0.408
|
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-
|
11
|
+
date: 2022-09-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|