tencentcloud-sdk-tcss 3.0.741 → 3.0.742
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 +7 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b98a4502e7cbe44a32c0ebe7f0a08686dced6565
|
|
4
|
+
data.tar.gz: ab18896f05b8bd1a9ca0261db54ff8e16d160837
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3be446b61d0eb6b5aa8299d486c12d2da752692eba7bb966efab02308baef90a8ccbbe59273daedd7dcc67c79f974718649fac167987ae65c4c40089b65638fc
|
|
7
|
+
data.tar.gz: f5bb8a514e98b927c84463309e0e6b8705d522459b83feef62dbc1c8daf5c398792a8fcf1630a439ce2a7a74edf30843d948eba5ada2b5fcf49eef8439132293
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.742
|
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
|