tencentcloud-sdk-tcss 3.0.741 → 3.0.742

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e75f35b512a075e1dbcf69e6b24429b12a952401
4
- data.tar.gz: a277fa46b373f3fea7395edaa299dd2d9bfac04e
3
+ metadata.gz: b98a4502e7cbe44a32c0ebe7f0a08686dced6565
4
+ data.tar.gz: ab18896f05b8bd1a9ca0261db54ff8e16d160837
5
5
  SHA512:
6
- metadata.gz: a3425cc1b45eb874bf0bb77424f5e0941c481e75158560636ddc913b045b3b4053b4b793f56fb1fe35d5e623049aef7e63d1b9272aa1efa4f65236e0666be21a
7
- data.tar.gz: e367112c7c25ad7bd1d6da32744cbc3b750fe667ca817e2b9a7ee3734c7b2122eb666f374e9b6bf960abdcd8ae24956c039d8fc72ed90d679645de1bc926ed28
6
+ metadata.gz: 3be446b61d0eb6b5aa8299d486c12d2da752692eba7bb966efab02308baef90a8ccbbe59273daedd7dcc67c79f974718649fac167987ae65c4c40089b65638fc
7
+ data.tar.gz: f5bb8a514e98b927c84463309e0e6b8705d522459b83feef62dbc1c8daf5c398792a8fcf1630a439ce2a7a74edf30843d948eba5ada2b5fcf49eef8439132293
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.741
1
+ 3.0.742
@@ -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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tcss
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.741
4
+ version: 3.0.742
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud