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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201101/models.rb +13 -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: 8cfef690e5e9de15ea0eafab18a159e74796d7df
|
4
|
+
data.tar.gz: d497ecc869db705c9101fdb88df67da7e90de11a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7df0e4129935c38b0756b5e479d79706b981be5dd1089671b08f9a40374d9d4185bcd5bd14aca18395a6a1bb5c203126da7bf1e8c862b502af72208e58827219
|
7
|
+
data.tar.gz: 28d6eb7005ad945bb78aa8fa2f90ab3fc6a5f5652961e20d7a59a210b51af5263de4cf4b9ffb1d9aea8c0ba1c58af355a9e01beb1c1601dd7db72d59fd2e3890
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.294
|
data/lib/v20201101/models.rb
CHANGED
@@ -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.
|
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-
|
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
|