tencentcloud-sdk-tcss 1.0.346 → 1.0.349

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.
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: 088d98a6ebc56deab0a0e44df4fba4332c2c5c7c
4
- data.tar.gz: bb644888341a588180c0992524731bd715426c02
3
+ metadata.gz: 0fe96482d3d11fc322b8c73b0412904912ba8669
4
+ data.tar.gz: 03d3220f8dec68f869fc1cb51a88d378ae42870b
5
5
  SHA512:
6
- metadata.gz: 4b94b571e59d2e97c0c80978ca4469319723e885d1a42b2ad1d44aae28c11697a0265e9b0e6409021ab4972f5696adda1853bed892f9d5a9b669125bb6040036
7
- data.tar.gz: 723040895b7d202d77e72a1cd46ef23397433802ef881e4767f20cd139b20d4de74b0ecb92eec84a4afff6235761ca8e80511ad7ef7d925b0051589f8a0f57de
6
+ metadata.gz: eb08ed3d1510b149f36196b2de7adb985b89e61967757e8a29ccc7438fa4d930db0498bb33cc5b5bd7c7e6a3b6143740c7681c3c58dd7ebda10e2d40f7bdb325
7
+ data.tar.gz: 4c8ab01f421ed4a387f0f009aecddb3882bea9b6069170a8518c61a4ef6f5a385d2bbc94b172e682e061fb53ad4534ceb889bcdb484bc0a384df591849e7bbaf
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.346
1
+ 1.0.349
@@ -9006,12 +9006,19 @@ module TencentCloud
9006
9006
  # @param GivenAuthorizedCnt: 试用期间赠送镜像授权数,可能会过期
9007
9007
  # 注意:此字段可能返回 null,表示取不到有效值。
9008
9008
  # @type GivenAuthorizedCnt: Integer
9009
+ # @param BeginTime: 起始时间
9010
+ # 注意:此字段可能返回 null,表示取不到有效值。
9011
+ # @type BeginTime: String
9012
+ # @param SubState: 子状态(具体意义依据State字段而定)
9013
+ # State为4时,有效值为: ISOLATE(隔离) DESTROED(已销毁)
9014
+ # 注意:此字段可能返回 null,表示取不到有效值。
9015
+ # @type SubState: String
9009
9016
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
9010
9017
  # @type RequestId: String
9011
9018
 
9012
- attr_accessor :State, :CoresCnt, :AuthorizedCoresCnt, :ImageCnt, :AuthorizedImageCnt, :PurchasedAuthorizedCnt, :ExpirationTime, :AutomaticRenewal, :GivenAuthorizedCnt, :RequestId
9019
+ attr_accessor :State, :CoresCnt, :AuthorizedCoresCnt, :ImageCnt, :AuthorizedImageCnt, :PurchasedAuthorizedCnt, :ExpirationTime, :AutomaticRenewal, :GivenAuthorizedCnt, :BeginTime, :SubState, :RequestId
9013
9020
 
9014
- def initialize(state=nil, corescnt=nil, authorizedcorescnt=nil, imagecnt=nil, authorizedimagecnt=nil, purchasedauthorizedcnt=nil, expirationtime=nil, automaticrenewal=nil, givenauthorizedcnt=nil, requestid=nil)
9021
+ 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)
9015
9022
  @State = state
9016
9023
  @CoresCnt = corescnt
9017
9024
  @AuthorizedCoresCnt = authorizedcorescnt
@@ -9021,6 +9028,8 @@ module TencentCloud
9021
9028
  @ExpirationTime = expirationtime
9022
9029
  @AutomaticRenewal = automaticrenewal
9023
9030
  @GivenAuthorizedCnt = givenauthorizedcnt
9031
+ @BeginTime = begintime
9032
+ @SubState = substate
9024
9033
  @RequestId = requestid
9025
9034
  end
9026
9035
 
@@ -9034,6 +9043,8 @@ module TencentCloud
9034
9043
  @ExpirationTime = params['ExpirationTime']
9035
9044
  @AutomaticRenewal = params['AutomaticRenewal']
9036
9045
  @GivenAuthorizedCnt = params['GivenAuthorizedCnt']
9046
+ @BeginTime = params['BeginTime']
9047
+ @SubState = params['SubState']
9037
9048
  @RequestId = params['RequestId']
9038
9049
  end
9039
9050
  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.346
4
+ version: 1.0.349
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-07-01 00:00:00.000000000 Z
11
+ date: 2022-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common