tencentcloud-sdk-tcss 3.0.741 → 3.0.743
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201101/models.rb +7 -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: 0669d0919aa63c6e53f57a28fbfcc878fafc44ae
|
4
|
+
data.tar.gz: efc74f9c3d37f8f70ef8588ed8b9a03d906757e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c21ab2e8861e33bacdac3ef9d623316e653c702be04def4c94fdb8cd70f0c7a359f299ef197be0fd53c78185e68a0e67c2b4d0385d08bf809bb462d1121f084f
|
7
|
+
data.tar.gz: b3436ece1cd65ef0ff47eb7287c10f38eb5b63039702dc177f67e88faba5c3ec24f7966b1b8f0254d35aa10506213f35878d59a3f64ec83c0d6c8639abeca1a1
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.743
|
data/lib/v20201101/models.rb
CHANGED
@@ -15693,12 +15693,15 @@ module TencentCloud
|
|
15693
15693
|
# State为4时,有效值为: ISOLATE(隔离) DESTROED(已销毁)
|
15694
15694
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
15695
15695
|
# @type SubState: String
|
15696
|
+
# @param InquireKey: 计费key
|
15697
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
15698
|
+
# @type InquireKey: String
|
15696
15699
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
15697
15700
|
# @type RequestId: String
|
15698
15701
|
|
15699
|
-
attr_accessor :State, :CoresCnt, :AuthorizedCoresCnt, :ImageCnt, :AuthorizedImageCnt, :PurchasedAuthorizedCnt, :ExpirationTime, :AutomaticRenewal, :GivenAuthorizedCnt, :BeginTime, :SubState, :RequestId
|
15702
|
+
attr_accessor :State, :CoresCnt, :AuthorizedCoresCnt, :ImageCnt, :AuthorizedImageCnt, :PurchasedAuthorizedCnt, :ExpirationTime, :AutomaticRenewal, :GivenAuthorizedCnt, :BeginTime, :SubState, :InquireKey, :RequestId
|
15700
15703
|
|
15701
|
-
def initialize(state=nil, corescnt=nil, authorizedcorescnt=nil, imagecnt=nil, authorizedimagecnt=nil, purchasedauthorizedcnt=nil, expirationtime=nil, automaticrenewal=nil, givenauthorizedcnt=nil, begintime=nil, substate=nil, requestid=nil)
|
15704
|
+
def initialize(state=nil, corescnt=nil, authorizedcorescnt=nil, imagecnt=nil, authorizedimagecnt=nil, purchasedauthorizedcnt=nil, expirationtime=nil, automaticrenewal=nil, givenauthorizedcnt=nil, begintime=nil, substate=nil, inquirekey=nil, requestid=nil)
|
15702
15705
|
@State = state
|
15703
15706
|
@CoresCnt = corescnt
|
15704
15707
|
@AuthorizedCoresCnt = authorizedcorescnt
|
@@ -15710,6 +15713,7 @@ module TencentCloud
|
|
15710
15713
|
@GivenAuthorizedCnt = givenauthorizedcnt
|
15711
15714
|
@BeginTime = begintime
|
15712
15715
|
@SubState = substate
|
15716
|
+
@InquireKey = inquirekey
|
15713
15717
|
@RequestId = requestid
|
15714
15718
|
end
|
15715
15719
|
|
@@ -15725,6 +15729,7 @@ module TencentCloud
|
|
15725
15729
|
@GivenAuthorizedCnt = params['GivenAuthorizedCnt']
|
15726
15730
|
@BeginTime = params['BeginTime']
|
15727
15731
|
@SubState = params['SubState']
|
15732
|
+
@InquireKey = params['InquireKey']
|
15728
15733
|
@RequestId = params['RequestId']
|
15729
15734
|
end
|
15730
15735
|
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: 3.0.
|
4
|
+
version: 3.0.743
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-01-
|
11
|
+
date: 2024-01-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|