tencentcloud-sdk-tcss 1.0.291 → 1.0.294

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/v20201101/models.rb +13 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5c0ce4a26fe61fe5016b97d5be039bf4fd804c1b
4
- data.tar.gz: 3a482a2c747617c5ad18db5c2acf73d64eb00a64
3
+ metadata.gz: 8cfef690e5e9de15ea0eafab18a159e74796d7df
4
+ data.tar.gz: d497ecc869db705c9101fdb88df67da7e90de11a
5
5
  SHA512:
6
- metadata.gz: c95ae72749616ba9ae2731d25d990e783f2c53d6d60aac99750bd91bacfd6d98928813d290e59af9b06c24817cc988281eb54f707b45763170c53d74a018bd55
7
- data.tar.gz: 4fcf97945e1be9c6e1141ab0176fcf9971f7dcd46224186ff4f4d8306bf9ed051c1812b35f26f1b01a5fc1539a45d9c2f0c9c1db18c7bf8f0cfebb6877fcb285
6
+ metadata.gz: 7df0e4129935c38b0756b5e479d79706b981be5dd1089671b08f9a40374d9d4185bcd5bd14aca18395a6a1bb5c203126da7bf1e8c862b502af72208e58827219
7
+ data.tar.gz: 28d6eb7005ad945bb78aa8fa2f90ab3fc6a5f5652961e20d7a59a210b51af5263de4cf4b9ffb1d9aea8c0ba1c58af355a9e01beb1c1601dd7db72d59fd2e3890
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.291
1
+ 1.0.294
@@ -8755,17 +8755,26 @@ module TencentCloud
8755
8755
  # @param ResourceId: 资源ID
8756
8756
  # 注意:此字段可能返回 null,表示取不到有效值。
8757
8757
  # @type ResourceId: String
8758
+ # @param BuyStatus: 购买状态
8759
+ # 待购: Pending
8760
+ # 已购: Normal
8761
+ # 隔离: Isolate
8762
+ # @type BuyStatus: String
8763
+ # @param IsPurchased: 是否曾经购买过(false:未曾 true:曾经购买过)
8764
+ # @type IsPurchased: Boolean
8758
8765
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
8759
8766
  # @type RequestId: String
8760
8767
 
8761
- attr_accessor :StartTime, :EndTime, :CoresCnt, :MaxPostPayCoresCnt, :ResourceId, :RequestId
8768
+ attr_accessor :StartTime, :EndTime, :CoresCnt, :MaxPostPayCoresCnt, :ResourceId, :BuyStatus, :IsPurchased, :RequestId
8762
8769
 
8763
- def initialize(starttime=nil, endtime=nil, corescnt=nil, maxpostpaycorescnt=nil, resourceid=nil, requestid=nil)
8770
+ def initialize(starttime=nil, endtime=nil, corescnt=nil, maxpostpaycorescnt=nil, resourceid=nil, buystatus=nil, ispurchased=nil, requestid=nil)
8764
8771
  @StartTime = starttime
8765
8772
  @EndTime = endtime
8766
8773
  @CoresCnt = corescnt
8767
8774
  @MaxPostPayCoresCnt = maxpostpaycorescnt
8768
8775
  @ResourceId = resourceid
8776
+ @BuyStatus = buystatus
8777
+ @IsPurchased = ispurchased
8769
8778
  @RequestId = requestid
8770
8779
  end
8771
8780
 
@@ -8775,6 +8784,8 @@ module TencentCloud
8775
8784
  @CoresCnt = params['CoresCnt']
8776
8785
  @MaxPostPayCoresCnt = params['MaxPostPayCoresCnt']
8777
8786
  @ResourceId = params['ResourceId']
8787
+ @BuyStatus = params['BuyStatus']
8788
+ @IsPurchased = params['IsPurchased']
8778
8789
  @RequestId = params['RequestId']
8779
8790
  end
8780
8791
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tcss
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.291
4
+ version: 1.0.294
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-04-07 00:00:00.000000000 Z
11
+ date: 2022-04-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common