tencentcloud-sdk-tcss 1.0.293 → 1.0.294

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/v20201101/models.rb +13 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0999fa247f58701565ab8edfa6d38e98021227c9
4
- data.tar.gz: f9544a124e5687989917259f60fc6c6d7e8983e5
3
+ metadata.gz: 8cfef690e5e9de15ea0eafab18a159e74796d7df
4
+ data.tar.gz: d497ecc869db705c9101fdb88df67da7e90de11a
5
5
  SHA512:
6
- metadata.gz: dfde510a3c499b4328c19a8879fc48f8602d8a337369aa0b887f9968cfef7cf2dfd54dd35f39eed430640a261e791f762f0927fa427e0e75acc8bad45a55112b
7
- data.tar.gz: ee1ff0ff7f833b06abf0a8871d5d3528147c116a334bb1b26fd32769ae7140d79dacd5bef70281591cea840c6a0eeb840a3ce70421cdedfa58148e6d004942aa
6
+ metadata.gz: 7df0e4129935c38b0756b5e479d79706b981be5dd1089671b08f9a40374d9d4185bcd5bd14aca18395a6a1bb5c203126da7bf1e8c862b502af72208e58827219
7
+ data.tar.gz: 28d6eb7005ad945bb78aa8fa2f90ab3fc6a5f5652961e20d7a59a210b51af5263de4cf4b9ffb1d9aea8c0ba1c58af355a9e01beb1c1601dd7db72d59fd2e3890
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.293
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.293
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-10 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