tencentcloud-sdk-lke 3.0.1146 → 3.0.1149

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/v20231130/models.rb +90 -34
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 52233cd8c26d9a91f3dca4d1fb09e21d29d344ff
4
- data.tar.gz: 15979621571deb3e29a005baa44a976683ad39ce
3
+ metadata.gz: 2d9e79fe6c0d74e33fb944aff17d4181d02f6b28
4
+ data.tar.gz: 9c238df8cda8e339f6782cf5bcef025ec94817bd
5
5
  SHA512:
6
- metadata.gz: cc78ad057fa807646af8837fb0d5f5fe9d02bfdbea10d43019a1d1496ddb1b4e38a6af84c0eaa7fb19c6211ad6a02fe6dbb0dbf832029711c896b530fd02c6f2
7
- data.tar.gz: 77eebafc88316f5082ec860f926c9cad5584471c7c2686d490e2fba2579b348270877bb88eb30018d06dff951847bfbd0708b26a87fe8476df8b6c7d900dd1e7
6
+ metadata.gz: 4a9236f116cd19d94b6cfc8712280a4b88417d82b857a895130b82fe607434f7e32bda7d194d3dc8cf743f4b5e9a0a3cfafac11788443b59a298a3269b4186af
7
+ data.tar.gz: 61568d194dc5005bd1f4977644a2b9c4121bce5f76cc3b69b73bcf5829320fd83eda85bbd3434bde3e54fc45a190cbbfc1323239c3356d56913ec4d1c32f2584
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1146
1
+ 3.0.1149
@@ -3455,9 +3455,9 @@ module TencentCloud
3455
3455
  # @type SubBizType: String
3456
3456
  # @param ModelName: 模型标识
3457
3457
  # @type ModelName: String
3458
- # @param StartTime: 开始时间戳, 单位为秒
3458
+ # @param StartTime: 开始时间戳, 单位为秒(废弃)
3459
3459
  # @type StartTime: String
3460
- # @param EndTime: 结束时间戳, 单位为秒
3460
+ # @param EndTime: 结束时间戳, 单位为秒(废弃)
3461
3461
  # @type EndTime: String
3462
3462
  # @param AppBizIds: 应用id列表
3463
3463
  # @type AppBizIds: Array
@@ -3467,10 +3467,14 @@ module TencentCloud
3467
3467
  # @type AppType: String
3468
3468
  # @param SpaceId: 空间id
3469
3469
  # @type SpaceId: String
3470
+ # @param StatStartTime: 开始时间戳, 单位为秒
3471
+ # @type StatStartTime: Integer
3472
+ # @param StatEndTime: 结束时间戳, 单位为秒
3473
+ # @type StatEndTime: Integer
3470
3474
 
3471
- attr_accessor :UinAccount, :LoginUin, :LoginSubAccountUin, :SubBizType, :ModelName, :StartTime, :EndTime, :AppBizIds, :SubScenes, :AppType, :SpaceId
3475
+ attr_accessor :UinAccount, :LoginUin, :LoginSubAccountUin, :SubBizType, :ModelName, :StartTime, :EndTime, :AppBizIds, :SubScenes, :AppType, :SpaceId, :StatStartTime, :StatEndTime
3472
3476
 
3473
- def initialize(uinaccount=nil, loginuin=nil, loginsubaccountuin=nil, subbiztype=nil, modelname=nil, starttime=nil, endtime=nil, appbizids=nil, subscenes=nil, apptype=nil, spaceid=nil)
3477
+ def initialize(uinaccount=nil, loginuin=nil, loginsubaccountuin=nil, subbiztype=nil, modelname=nil, starttime=nil, endtime=nil, appbizids=nil, subscenes=nil, apptype=nil, spaceid=nil, statstarttime=nil, statendtime=nil)
3474
3478
  @UinAccount = uinaccount
3475
3479
  @LoginUin = loginuin
3476
3480
  @LoginSubAccountUin = loginsubaccountuin
@@ -3482,6 +3486,8 @@ module TencentCloud
3482
3486
  @SubScenes = subscenes
3483
3487
  @AppType = apptype
3484
3488
  @SpaceId = spaceid
3489
+ @StatStartTime = statstarttime
3490
+ @StatEndTime = statendtime
3485
3491
  end
3486
3492
 
3487
3493
  def deserialize(params)
@@ -3496,6 +3502,8 @@ module TencentCloud
3496
3502
  @SubScenes = params['SubScenes']
3497
3503
  @AppType = params['AppType']
3498
3504
  @SpaceId = params['SpaceId']
3505
+ @StatStartTime = params['StatStartTime']
3506
+ @StatEndTime = params['StatEndTime']
3499
3507
  end
3500
3508
  end
3501
3509
 
@@ -3531,9 +3539,9 @@ module TencentCloud
3531
3539
  class DescribeConcurrencyUsageGraphRequest < TencentCloud::Common::AbstractModel
3532
3540
  # @param ModelName: 模型标识
3533
3541
  # @type ModelName: String
3534
- # @param StartTime: 开始时间戳, 单位为秒
3542
+ # @param StartTime: 开始时间戳, 单位为秒(废弃)
3535
3543
  # @type StartTime: String
3536
- # @param EndTime: 结束时间戳, 单位为秒
3544
+ # @param EndTime: 结束时间戳, 单位为秒(废弃)
3537
3545
  # @type EndTime: String
3538
3546
  # @param UinAccount: uin
3539
3547
  # @type UinAccount: Array
@@ -3547,10 +3555,14 @@ module TencentCloud
3547
3555
  # @type AppBizIds: Array
3548
3556
  # @param SpaceId: 空间id
3549
3557
  # @type SpaceId: String
3558
+ # @param StatStartTime: 开始时间戳, 单位为秒
3559
+ # @type StatStartTime: Integer
3560
+ # @param StatEndTime: 结束时间戳, 单位为秒
3561
+ # @type StatEndTime: Integer
3550
3562
 
3551
- attr_accessor :ModelName, :StartTime, :EndTime, :UinAccount, :LoginUin, :LoginSubAccountUin, :SubBizType, :AppBizIds, :SpaceId
3563
+ attr_accessor :ModelName, :StartTime, :EndTime, :UinAccount, :LoginUin, :LoginSubAccountUin, :SubBizType, :AppBizIds, :SpaceId, :StatStartTime, :StatEndTime
3552
3564
 
3553
- def initialize(modelname=nil, starttime=nil, endtime=nil, uinaccount=nil, loginuin=nil, loginsubaccountuin=nil, subbiztype=nil, appbizids=nil, spaceid=nil)
3565
+ def initialize(modelname=nil, starttime=nil, endtime=nil, uinaccount=nil, loginuin=nil, loginsubaccountuin=nil, subbiztype=nil, appbizids=nil, spaceid=nil, statstarttime=nil, statendtime=nil)
3554
3566
  @ModelName = modelname
3555
3567
  @StartTime = starttime
3556
3568
  @EndTime = endtime
@@ -3560,6 +3572,8 @@ module TencentCloud
3560
3572
  @SubBizType = subbiztype
3561
3573
  @AppBizIds = appbizids
3562
3574
  @SpaceId = spaceid
3575
+ @StatStartTime = statstarttime
3576
+ @StatEndTime = statendtime
3563
3577
  end
3564
3578
 
3565
3579
  def deserialize(params)
@@ -3572,6 +3586,8 @@ module TencentCloud
3572
3586
  @SubBizType = params['SubBizType']
3573
3587
  @AppBizIds = params['AppBizIds']
3574
3588
  @SpaceId = params['SpaceId']
3589
+ @StatStartTime = params['StatStartTime']
3590
+ @StatEndTime = params['StatEndTime']
3575
3591
  end
3576
3592
  end
3577
3593
 
@@ -3607,23 +3623,29 @@ module TencentCloud
3607
3623
  class DescribeConcurrencyUsageRequest < TencentCloud::Common::AbstractModel
3608
3624
  # @param ModelName: 模型标识
3609
3625
  # @type ModelName: String
3610
- # @param StartTime: 开始时间戳, 单位为秒
3626
+ # @param StartTime: 开始时间戳, 单位为秒(废弃)
3611
3627
  # @type StartTime: String
3612
- # @param EndTime: 结束时间戳, 单位为秒
3628
+ # @param EndTime: 结束时间戳, 单位为秒(废弃)
3613
3629
  # @type EndTime: String
3614
3630
  # @param AppBizIds: 应用id列表
3615
3631
  # @type AppBizIds: Array
3616
3632
  # @param SpaceId: 空间id
3617
3633
  # @type SpaceId: String
3634
+ # @param StatStartTime: 开始时间戳, 单位为秒
3635
+ # @type StatStartTime: Integer
3636
+ # @param StatEndTime: 结束时间戳, 单位为秒
3637
+ # @type StatEndTime: Integer
3618
3638
 
3619
- attr_accessor :ModelName, :StartTime, :EndTime, :AppBizIds, :SpaceId
3639
+ attr_accessor :ModelName, :StartTime, :EndTime, :AppBizIds, :SpaceId, :StatStartTime, :StatEndTime
3620
3640
 
3621
- def initialize(modelname=nil, starttime=nil, endtime=nil, appbizids=nil, spaceid=nil)
3641
+ def initialize(modelname=nil, starttime=nil, endtime=nil, appbizids=nil, spaceid=nil, statstarttime=nil, statendtime=nil)
3622
3642
  @ModelName = modelname
3623
3643
  @StartTime = starttime
3624
3644
  @EndTime = endtime
3625
3645
  @AppBizIds = appbizids
3626
3646
  @SpaceId = spaceid
3647
+ @StatStartTime = statstarttime
3648
+ @StatEndTime = statendtime
3627
3649
  end
3628
3650
 
3629
3651
  def deserialize(params)
@@ -3632,6 +3654,8 @@ module TencentCloud
3632
3654
  @EndTime = params['EndTime']
3633
3655
  @AppBizIds = params['AppBizIds']
3634
3656
  @SpaceId = params['SpaceId']
3657
+ @StatStartTime = params['StatStartTime']
3658
+ @StatEndTime = params['StatEndTime']
3635
3659
  end
3636
3660
  end
3637
3661
 
@@ -4337,18 +4361,22 @@ module TencentCloud
4337
4361
  # @type SubBizType: String
4338
4362
  # @param ModelName: 模型标识
4339
4363
  # @type ModelName: String
4340
- # @param StartTime: 开始时间戳, 单位为秒
4364
+ # @param StartTime: 开始时间戳, 单位为秒(废弃)
4341
4365
  # @type StartTime: String
4342
- # @param EndTime: 结束时间戳, 单位为秒
4366
+ # @param EndTime: 结束时间戳, 单位为秒(废弃)
4343
4367
  # @type EndTime: String
4344
4368
  # @param AppBizIds: 应用id列表
4345
4369
  # @type AppBizIds: Array
4346
4370
  # @param SpaceId: 空间id
4347
4371
  # @type SpaceId: String
4372
+ # @param StatStartTime: 开始时间戳, 单位为秒
4373
+ # @type StatStartTime: Integer
4374
+ # @param StatEndTime: 结束时间戳, 单位为秒
4375
+ # @type StatEndTime: Integer
4348
4376
 
4349
- attr_accessor :LoginUin, :LoginSubAccountUin, :UinAccount, :SubBizType, :ModelName, :StartTime, :EndTime, :AppBizIds, :SpaceId
4377
+ attr_accessor :LoginUin, :LoginSubAccountUin, :UinAccount, :SubBizType, :ModelName, :StartTime, :EndTime, :AppBizIds, :SpaceId, :StatStartTime, :StatEndTime
4350
4378
 
4351
- def initialize(loginuin=nil, loginsubaccountuin=nil, uinaccount=nil, subbiztype=nil, modelname=nil, starttime=nil, endtime=nil, appbizids=nil, spaceid=nil)
4379
+ def initialize(loginuin=nil, loginsubaccountuin=nil, uinaccount=nil, subbiztype=nil, modelname=nil, starttime=nil, endtime=nil, appbizids=nil, spaceid=nil, statstarttime=nil, statendtime=nil)
4352
4380
  @LoginUin = loginuin
4353
4381
  @LoginSubAccountUin = loginsubaccountuin
4354
4382
  @UinAccount = uinaccount
@@ -4358,6 +4386,8 @@ module TencentCloud
4358
4386
  @EndTime = endtime
4359
4387
  @AppBizIds = appbizids
4360
4388
  @SpaceId = spaceid
4389
+ @StatStartTime = statstarttime
4390
+ @StatEndTime = statendtime
4361
4391
  end
4362
4392
 
4363
4393
  def deserialize(params)
@@ -4370,6 +4400,8 @@ module TencentCloud
4370
4400
  @EndTime = params['EndTime']
4371
4401
  @AppBizIds = params['AppBizIds']
4372
4402
  @SpaceId = params['SpaceId']
4403
+ @StatStartTime = params['StatStartTime']
4404
+ @StatEndTime = params['StatEndTime']
4373
4405
  end
4374
4406
  end
4375
4407
 
@@ -4584,9 +4616,9 @@ module TencentCloud
4584
4616
  # @type SubBizType: String
4585
4617
  # @param ModelName: 模型标识
4586
4618
  # @type ModelName: String
4587
- # @param StartTime: 开始时间戳, 单位为秒
4619
+ # @param StartTime: 开始时间戳, 单位为秒(废弃)
4588
4620
  # @type StartTime: String
4589
- # @param EndTime: 结束时间戳, 单位为秒
4621
+ # @param EndTime: 结束时间戳, 单位为秒(废弃)
4590
4622
  # @type EndTime: String
4591
4623
  # @param AppBizIds: 应用id列表
4592
4624
  # @type AppBizIds: Array
@@ -4594,10 +4626,14 @@ module TencentCloud
4594
4626
  # @type AppType: String
4595
4627
  # @param SubScenes: 筛选子场景
4596
4628
  # @type SubScenes: Array
4629
+ # @param StatStartTime: 开始时间戳, 单位为秒
4630
+ # @type StatStartTime: Integer
4631
+ # @param StatEndTime: 结束时间戳, 单位为秒
4632
+ # @type StatEndTime: Integer
4597
4633
 
4598
- attr_accessor :UinAccount, :SubBizType, :ModelName, :StartTime, :EndTime, :AppBizIds, :AppType, :SubScenes
4634
+ attr_accessor :UinAccount, :SubBizType, :ModelName, :StartTime, :EndTime, :AppBizIds, :AppType, :SubScenes, :StatStartTime, :StatEndTime
4599
4635
 
4600
- def initialize(uinaccount=nil, subbiztype=nil, modelname=nil, starttime=nil, endtime=nil, appbizids=nil, apptype=nil, subscenes=nil)
4636
+ def initialize(uinaccount=nil, subbiztype=nil, modelname=nil, starttime=nil, endtime=nil, appbizids=nil, apptype=nil, subscenes=nil, statstarttime=nil, statendtime=nil)
4601
4637
  @UinAccount = uinaccount
4602
4638
  @SubBizType = subbiztype
4603
4639
  @ModelName = modelname
@@ -4606,6 +4642,8 @@ module TencentCloud
4606
4642
  @AppBizIds = appbizids
4607
4643
  @AppType = apptype
4608
4644
  @SubScenes = subscenes
4645
+ @StatStartTime = statstarttime
4646
+ @StatEndTime = statendtime
4609
4647
  end
4610
4648
 
4611
4649
  def deserialize(params)
@@ -4617,6 +4655,8 @@ module TencentCloud
4617
4655
  @AppBizIds = params['AppBizIds']
4618
4656
  @AppType = params['AppType']
4619
4657
  @SubScenes = params['SubScenes']
4658
+ @StatStartTime = params['StatStartTime']
4659
+ @StatEndTime = params['StatEndTime']
4620
4660
  end
4621
4661
  end
4622
4662
 
@@ -4681,9 +4721,9 @@ module TencentCloud
4681
4721
  # @type SubBizType: String
4682
4722
  # @param ModelName: 模型标识
4683
4723
  # @type ModelName: String
4684
- # @param StartTime: 开始时间戳, 单位为秒(默认值0)
4724
+ # @param StartTime: 开始时间戳, 单位为秒(默认值0)(废弃)
4685
4725
  # @type StartTime: String
4686
- # @param EndTime: 结束时间戳, 单位为秒(默认值0, 必须大于开始时间戳)
4726
+ # @param EndTime: 结束时间戳, 单位为秒(默认值0, 必须大于开始时间戳)(废弃)
4687
4727
  # @type EndTime: String
4688
4728
  # @param AppBizIds: 应用id列表
4689
4729
  # @type AppBizIds: Array
@@ -4693,10 +4733,14 @@ module TencentCloud
4693
4733
  # @type AppType: String
4694
4734
  # @param SpaceId: 空间id
4695
4735
  # @type SpaceId: String
4736
+ # @param StatStartTime: 开始时间戳, 单位为秒
4737
+ # @type StatStartTime: Integer
4738
+ # @param StatEndTime: 结束时间戳, 单位为秒
4739
+ # @type StatEndTime: Integer
4696
4740
 
4697
- attr_accessor :UinAccount, :LoginUin, :LoginSubAccountUin, :SubBizType, :ModelName, :StartTime, :EndTime, :AppBizIds, :SubScenes, :AppType, :SpaceId
4741
+ attr_accessor :UinAccount, :LoginUin, :LoginSubAccountUin, :SubBizType, :ModelName, :StartTime, :EndTime, :AppBizIds, :SubScenes, :AppType, :SpaceId, :StatStartTime, :StatEndTime
4698
4742
 
4699
- def initialize(uinaccount=nil, loginuin=nil, loginsubaccountuin=nil, subbiztype=nil, modelname=nil, starttime=nil, endtime=nil, appbizids=nil, subscenes=nil, apptype=nil, spaceid=nil)
4743
+ def initialize(uinaccount=nil, loginuin=nil, loginsubaccountuin=nil, subbiztype=nil, modelname=nil, starttime=nil, endtime=nil, appbizids=nil, subscenes=nil, apptype=nil, spaceid=nil, statstarttime=nil, statendtime=nil)
4700
4744
  @UinAccount = uinaccount
4701
4745
  @LoginUin = loginuin
4702
4746
  @LoginSubAccountUin = loginsubaccountuin
@@ -4708,6 +4752,8 @@ module TencentCloud
4708
4752
  @SubScenes = subscenes
4709
4753
  @AppType = apptype
4710
4754
  @SpaceId = spaceid
4755
+ @StatStartTime = statstarttime
4756
+ @StatEndTime = statendtime
4711
4757
  end
4712
4758
 
4713
4759
  def deserialize(params)
@@ -4722,6 +4768,8 @@ module TencentCloud
4722
4768
  @SubScenes = params['SubScenes']
4723
4769
  @AppType = params['AppType']
4724
4770
  @SpaceId = params['SpaceId']
4771
+ @StatStartTime = params['StatStartTime']
4772
+ @StatEndTime = params['StatEndTime']
4725
4773
  end
4726
4774
  end
4727
4775
 
@@ -8691,14 +8739,14 @@ module TencentCloud
8691
8739
  class ListUsageCallDetailRequest < TencentCloud::Common::AbstractModel
8692
8740
  # @param ModelName: 模型标识
8693
8741
  # @type ModelName: String
8694
- # @param StartTime: 开始时间
8695
- # @type StartTime: String
8696
- # @param EndTime: 结束时间
8697
- # @type EndTime: String
8698
8742
  # @param PageNumber: 页码(从1开始)
8699
8743
  # @type PageNumber: Integer
8700
8744
  # @param PageSize: 分页数量(最大值1000)
8701
8745
  # @type PageSize: Integer
8746
+ # @param StartTime: 开始时间(废弃)
8747
+ # @type StartTime: String
8748
+ # @param EndTime: 结束时间(废弃)
8749
+ # @type EndTime: String
8702
8750
  # @param UinAccount: uin列表
8703
8751
  # @type UinAccount: Array
8704
8752
  # @param AppBizIds: 应用ID列表
@@ -8713,15 +8761,19 @@ module TencentCloud
8713
8761
  # @type BillingTag: String
8714
8762
  # @param SpaceId: 空间id
8715
8763
  # @type SpaceId: String
8764
+ # @param StatStartTime: 开始时间戳, 单位为秒
8765
+ # @type StatStartTime: Integer
8766
+ # @param StatEndTime: 开始时间戳, 单位为秒
8767
+ # @type StatEndTime: Integer
8716
8768
 
8717
- attr_accessor :ModelName, :StartTime, :EndTime, :PageNumber, :PageSize, :UinAccount, :AppBizIds, :CallType, :SubScenes, :AppType, :BillingTag, :SpaceId
8769
+ attr_accessor :ModelName, :PageNumber, :PageSize, :StartTime, :EndTime, :UinAccount, :AppBizIds, :CallType, :SubScenes, :AppType, :BillingTag, :SpaceId, :StatStartTime, :StatEndTime
8718
8770
 
8719
- def initialize(modelname=nil, starttime=nil, endtime=nil, pagenumber=nil, pagesize=nil, uinaccount=nil, appbizids=nil, calltype=nil, subscenes=nil, apptype=nil, billingtag=nil, spaceid=nil)
8771
+ def initialize(modelname=nil, pagenumber=nil, pagesize=nil, starttime=nil, endtime=nil, uinaccount=nil, appbizids=nil, calltype=nil, subscenes=nil, apptype=nil, billingtag=nil, spaceid=nil, statstarttime=nil, statendtime=nil)
8720
8772
  @ModelName = modelname
8721
- @StartTime = starttime
8722
- @EndTime = endtime
8723
8773
  @PageNumber = pagenumber
8724
8774
  @PageSize = pagesize
8775
+ @StartTime = starttime
8776
+ @EndTime = endtime
8725
8777
  @UinAccount = uinaccount
8726
8778
  @AppBizIds = appbizids
8727
8779
  @CallType = calltype
@@ -8729,14 +8781,16 @@ module TencentCloud
8729
8781
  @AppType = apptype
8730
8782
  @BillingTag = billingtag
8731
8783
  @SpaceId = spaceid
8784
+ @StatStartTime = statstarttime
8785
+ @StatEndTime = statendtime
8732
8786
  end
8733
8787
 
8734
8788
  def deserialize(params)
8735
8789
  @ModelName = params['ModelName']
8736
- @StartTime = params['StartTime']
8737
- @EndTime = params['EndTime']
8738
8790
  @PageNumber = params['PageNumber']
8739
8791
  @PageSize = params['PageSize']
8792
+ @StartTime = params['StartTime']
8793
+ @EndTime = params['EndTime']
8740
8794
  @UinAccount = params['UinAccount']
8741
8795
  @AppBizIds = params['AppBizIds']
8742
8796
  @CallType = params['CallType']
@@ -8744,6 +8798,8 @@ module TencentCloud
8744
8798
  @AppType = params['AppType']
8745
8799
  @BillingTag = params['BillingTag']
8746
8800
  @SpaceId = params['SpaceId']
8801
+ @StatStartTime = params['StatStartTime']
8802
+ @StatEndTime = params['StatEndTime']
8747
8803
  end
8748
8804
  end
8749
8805
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-lke
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1146
4
+ version: 3.0.1149
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-09-24 00:00:00.000000000 Z
11
+ date: 2025-09-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common