tencentcloud-sdk-lke 3.0.1144 → 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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20231130/client.rb +0 -48
- data/lib/v20231130/models.rb +90 -120
- 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: 2d9e79fe6c0d74e33fb944aff17d4181d02f6b28
|
4
|
+
data.tar.gz: 9c238df8cda8e339f6782cf5bcef025ec94817bd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4a9236f116cd19d94b6cfc8712280a4b88417d82b857a895130b82fe607434f7e32bda7d194d3dc8cf743f4b5e9a0a3cfafac11788443b59a298a3269b4186af
|
7
|
+
data.tar.gz: 61568d194dc5005bd1f4977644a2b9c4121bce5f76cc3b69b73bcf5829320fd83eda85bbd3434bde3e54fc45a190cbbfc1323239c3356d56913ec4d1c32f2584
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1149
|
data/lib/v20231130/client.rb
CHANGED
@@ -77,30 +77,6 @@ module TencentCloud
|
|
77
77
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
78
78
|
end
|
79
79
|
|
80
|
-
# 创建一个Agent
|
81
|
-
|
82
|
-
# @param request: Request instance for CreateAgent.
|
83
|
-
# @type request: :class:`Tencentcloud::lke::V20231130::CreateAgentRequest`
|
84
|
-
# @rtype: :class:`Tencentcloud::lke::V20231130::CreateAgentResponse`
|
85
|
-
def CreateAgent(request)
|
86
|
-
body = send_request('CreateAgent', request.serialize)
|
87
|
-
response = JSON.parse(body)
|
88
|
-
if response['Response'].key?('Error') == false
|
89
|
-
model = CreateAgentResponse.new
|
90
|
-
model.deserialize(response['Response'])
|
91
|
-
model
|
92
|
-
else
|
93
|
-
code = response['Response']['Error']['Code']
|
94
|
-
message = response['Response']['Error']['Message']
|
95
|
-
reqid = response['Response']['RequestId']
|
96
|
-
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
97
|
-
end
|
98
|
-
rescue TencentCloud::Common::TencentCloudSDKException => e
|
99
|
-
raise e
|
100
|
-
rescue StandardError => e
|
101
|
-
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
102
|
-
end
|
103
|
-
|
104
80
|
# 创建知识引擎应用。
|
105
81
|
|
106
82
|
# @param request: Request instance for CreateApp.
|
@@ -2047,30 +2023,6 @@ module TencentCloud
|
|
2047
2023
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2048
2024
|
end
|
2049
2025
|
|
2050
|
-
# 修改Agent信息
|
2051
|
-
|
2052
|
-
# @param request: Request instance for ModifyAgent.
|
2053
|
-
# @type request: :class:`Tencentcloud::lke::V20231130::ModifyAgentRequest`
|
2054
|
-
# @rtype: :class:`Tencentcloud::lke::V20231130::ModifyAgentResponse`
|
2055
|
-
def ModifyAgent(request)
|
2056
|
-
body = send_request('ModifyAgent', request.serialize)
|
2057
|
-
response = JSON.parse(body)
|
2058
|
-
if response['Response'].key?('Error') == false
|
2059
|
-
model = ModifyAgentResponse.new
|
2060
|
-
model.deserialize(response['Response'])
|
2061
|
-
model
|
2062
|
-
else
|
2063
|
-
code = response['Response']['Error']['Code']
|
2064
|
-
message = response['Response']['Error']['Message']
|
2065
|
-
reqid = response['Response']['RequestId']
|
2066
|
-
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
2067
|
-
end
|
2068
|
-
rescue TencentCloud::Common::TencentCloudSDKException => e
|
2069
|
-
raise e
|
2070
|
-
rescue StandardError => e
|
2071
|
-
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2072
|
-
end
|
2073
|
-
|
2074
2026
|
# 修改应用请求结构体
|
2075
2027
|
|
2076
2028
|
# @param request: Request instance for ModifyApp.
|
data/lib/v20231130/models.rb
CHANGED
@@ -2160,49 +2160,6 @@ module TencentCloud
|
|
2160
2160
|
end
|
2161
2161
|
end
|
2162
2162
|
|
2163
|
-
# CreateAgent请求参数结构体
|
2164
|
-
class CreateAgentRequest < TencentCloud::Common::AbstractModel
|
2165
|
-
# @param AppBizId: 应用ID
|
2166
|
-
# @type AppBizId: String
|
2167
|
-
# @param Agent: 要增加的Agent的信息
|
2168
|
-
# @type Agent: :class:`Tencentcloud::Lke.v20231130.models.Agent`
|
2169
|
-
|
2170
|
-
attr_accessor :AppBizId, :Agent
|
2171
|
-
|
2172
|
-
def initialize(appbizid=nil, agent=nil)
|
2173
|
-
@AppBizId = appbizid
|
2174
|
-
@Agent = agent
|
2175
|
-
end
|
2176
|
-
|
2177
|
-
def deserialize(params)
|
2178
|
-
@AppBizId = params['AppBizId']
|
2179
|
-
unless params['Agent'].nil?
|
2180
|
-
@Agent = Agent.new
|
2181
|
-
@Agent.deserialize(params['Agent'])
|
2182
|
-
end
|
2183
|
-
end
|
2184
|
-
end
|
2185
|
-
|
2186
|
-
# CreateAgent返回参数结构体
|
2187
|
-
class CreateAgentResponse < TencentCloud::Common::AbstractModel
|
2188
|
-
# @param AgentId: 新建的AgentID
|
2189
|
-
# @type AgentId: String
|
2190
|
-
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2191
|
-
# @type RequestId: String
|
2192
|
-
|
2193
|
-
attr_accessor :AgentId, :RequestId
|
2194
|
-
|
2195
|
-
def initialize(agentid=nil, requestid=nil)
|
2196
|
-
@AgentId = agentid
|
2197
|
-
@RequestId = requestid
|
2198
|
-
end
|
2199
|
-
|
2200
|
-
def deserialize(params)
|
2201
|
-
@AgentId = params['AgentId']
|
2202
|
-
@RequestId = params['RequestId']
|
2203
|
-
end
|
2204
|
-
end
|
2205
|
-
|
2206
2163
|
# CreateApp请求参数结构体
|
2207
2164
|
class CreateAppRequest < TencentCloud::Common::AbstractModel
|
2208
2165
|
# @param AppType: 应用类型;knowledge_qa-知识问答管理
|
@@ -3498,9 +3455,9 @@ module TencentCloud
|
|
3498
3455
|
# @type SubBizType: String
|
3499
3456
|
# @param ModelName: 模型标识
|
3500
3457
|
# @type ModelName: String
|
3501
|
-
# @param StartTime: 开始时间戳, 单位为秒
|
3458
|
+
# @param StartTime: 开始时间戳, 单位为秒(废弃)
|
3502
3459
|
# @type StartTime: String
|
3503
|
-
# @param EndTime: 结束时间戳, 单位为秒
|
3460
|
+
# @param EndTime: 结束时间戳, 单位为秒(废弃)
|
3504
3461
|
# @type EndTime: String
|
3505
3462
|
# @param AppBizIds: 应用id列表
|
3506
3463
|
# @type AppBizIds: Array
|
@@ -3510,10 +3467,14 @@ module TencentCloud
|
|
3510
3467
|
# @type AppType: String
|
3511
3468
|
# @param SpaceId: 空间id
|
3512
3469
|
# @type SpaceId: String
|
3470
|
+
# @param StatStartTime: 开始时间戳, 单位为秒
|
3471
|
+
# @type StatStartTime: Integer
|
3472
|
+
# @param StatEndTime: 结束时间戳, 单位为秒
|
3473
|
+
# @type StatEndTime: Integer
|
3513
3474
|
|
3514
|
-
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
|
3515
3476
|
|
3516
|
-
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)
|
3517
3478
|
@UinAccount = uinaccount
|
3518
3479
|
@LoginUin = loginuin
|
3519
3480
|
@LoginSubAccountUin = loginsubaccountuin
|
@@ -3525,6 +3486,8 @@ module TencentCloud
|
|
3525
3486
|
@SubScenes = subscenes
|
3526
3487
|
@AppType = apptype
|
3527
3488
|
@SpaceId = spaceid
|
3489
|
+
@StatStartTime = statstarttime
|
3490
|
+
@StatEndTime = statendtime
|
3528
3491
|
end
|
3529
3492
|
|
3530
3493
|
def deserialize(params)
|
@@ -3539,6 +3502,8 @@ module TencentCloud
|
|
3539
3502
|
@SubScenes = params['SubScenes']
|
3540
3503
|
@AppType = params['AppType']
|
3541
3504
|
@SpaceId = params['SpaceId']
|
3505
|
+
@StatStartTime = params['StatStartTime']
|
3506
|
+
@StatEndTime = params['StatEndTime']
|
3542
3507
|
end
|
3543
3508
|
end
|
3544
3509
|
|
@@ -3574,9 +3539,9 @@ module TencentCloud
|
|
3574
3539
|
class DescribeConcurrencyUsageGraphRequest < TencentCloud::Common::AbstractModel
|
3575
3540
|
# @param ModelName: 模型标识
|
3576
3541
|
# @type ModelName: String
|
3577
|
-
# @param StartTime: 开始时间戳, 单位为秒
|
3542
|
+
# @param StartTime: 开始时间戳, 单位为秒(废弃)
|
3578
3543
|
# @type StartTime: String
|
3579
|
-
# @param EndTime: 结束时间戳, 单位为秒
|
3544
|
+
# @param EndTime: 结束时间戳, 单位为秒(废弃)
|
3580
3545
|
# @type EndTime: String
|
3581
3546
|
# @param UinAccount: uin
|
3582
3547
|
# @type UinAccount: Array
|
@@ -3590,10 +3555,14 @@ module TencentCloud
|
|
3590
3555
|
# @type AppBizIds: Array
|
3591
3556
|
# @param SpaceId: 空间id
|
3592
3557
|
# @type SpaceId: String
|
3558
|
+
# @param StatStartTime: 开始时间戳, 单位为秒
|
3559
|
+
# @type StatStartTime: Integer
|
3560
|
+
# @param StatEndTime: 结束时间戳, 单位为秒
|
3561
|
+
# @type StatEndTime: Integer
|
3593
3562
|
|
3594
|
-
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
|
3595
3564
|
|
3596
|
-
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)
|
3597
3566
|
@ModelName = modelname
|
3598
3567
|
@StartTime = starttime
|
3599
3568
|
@EndTime = endtime
|
@@ -3603,6 +3572,8 @@ module TencentCloud
|
|
3603
3572
|
@SubBizType = subbiztype
|
3604
3573
|
@AppBizIds = appbizids
|
3605
3574
|
@SpaceId = spaceid
|
3575
|
+
@StatStartTime = statstarttime
|
3576
|
+
@StatEndTime = statendtime
|
3606
3577
|
end
|
3607
3578
|
|
3608
3579
|
def deserialize(params)
|
@@ -3615,6 +3586,8 @@ module TencentCloud
|
|
3615
3586
|
@SubBizType = params['SubBizType']
|
3616
3587
|
@AppBizIds = params['AppBizIds']
|
3617
3588
|
@SpaceId = params['SpaceId']
|
3589
|
+
@StatStartTime = params['StatStartTime']
|
3590
|
+
@StatEndTime = params['StatEndTime']
|
3618
3591
|
end
|
3619
3592
|
end
|
3620
3593
|
|
@@ -3650,23 +3623,29 @@ module TencentCloud
|
|
3650
3623
|
class DescribeConcurrencyUsageRequest < TencentCloud::Common::AbstractModel
|
3651
3624
|
# @param ModelName: 模型标识
|
3652
3625
|
# @type ModelName: String
|
3653
|
-
# @param StartTime: 开始时间戳, 单位为秒
|
3626
|
+
# @param StartTime: 开始时间戳, 单位为秒(废弃)
|
3654
3627
|
# @type StartTime: String
|
3655
|
-
# @param EndTime: 结束时间戳, 单位为秒
|
3628
|
+
# @param EndTime: 结束时间戳, 单位为秒(废弃)
|
3656
3629
|
# @type EndTime: String
|
3657
3630
|
# @param AppBizIds: 应用id列表
|
3658
3631
|
# @type AppBizIds: Array
|
3659
3632
|
# @param SpaceId: 空间id
|
3660
3633
|
# @type SpaceId: String
|
3634
|
+
# @param StatStartTime: 开始时间戳, 单位为秒
|
3635
|
+
# @type StatStartTime: Integer
|
3636
|
+
# @param StatEndTime: 结束时间戳, 单位为秒
|
3637
|
+
# @type StatEndTime: Integer
|
3661
3638
|
|
3662
|
-
attr_accessor :ModelName, :StartTime, :EndTime, :AppBizIds, :SpaceId
|
3639
|
+
attr_accessor :ModelName, :StartTime, :EndTime, :AppBizIds, :SpaceId, :StatStartTime, :StatEndTime
|
3663
3640
|
|
3664
|
-
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)
|
3665
3642
|
@ModelName = modelname
|
3666
3643
|
@StartTime = starttime
|
3667
3644
|
@EndTime = endtime
|
3668
3645
|
@AppBizIds = appbizids
|
3669
3646
|
@SpaceId = spaceid
|
3647
|
+
@StatStartTime = statstarttime
|
3648
|
+
@StatEndTime = statendtime
|
3670
3649
|
end
|
3671
3650
|
|
3672
3651
|
def deserialize(params)
|
@@ -3675,6 +3654,8 @@ module TencentCloud
|
|
3675
3654
|
@EndTime = params['EndTime']
|
3676
3655
|
@AppBizIds = params['AppBizIds']
|
3677
3656
|
@SpaceId = params['SpaceId']
|
3657
|
+
@StatStartTime = params['StatStartTime']
|
3658
|
+
@StatEndTime = params['StatEndTime']
|
3678
3659
|
end
|
3679
3660
|
end
|
3680
3661
|
|
@@ -4380,18 +4361,22 @@ module TencentCloud
|
|
4380
4361
|
# @type SubBizType: String
|
4381
4362
|
# @param ModelName: 模型标识
|
4382
4363
|
# @type ModelName: String
|
4383
|
-
# @param StartTime: 开始时间戳, 单位为秒
|
4364
|
+
# @param StartTime: 开始时间戳, 单位为秒(废弃)
|
4384
4365
|
# @type StartTime: String
|
4385
|
-
# @param EndTime: 结束时间戳, 单位为秒
|
4366
|
+
# @param EndTime: 结束时间戳, 单位为秒(废弃)
|
4386
4367
|
# @type EndTime: String
|
4387
4368
|
# @param AppBizIds: 应用id列表
|
4388
4369
|
# @type AppBizIds: Array
|
4389
4370
|
# @param SpaceId: 空间id
|
4390
4371
|
# @type SpaceId: String
|
4372
|
+
# @param StatStartTime: 开始时间戳, 单位为秒
|
4373
|
+
# @type StatStartTime: Integer
|
4374
|
+
# @param StatEndTime: 结束时间戳, 单位为秒
|
4375
|
+
# @type StatEndTime: Integer
|
4391
4376
|
|
4392
|
-
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
|
4393
4378
|
|
4394
|
-
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)
|
4395
4380
|
@LoginUin = loginuin
|
4396
4381
|
@LoginSubAccountUin = loginsubaccountuin
|
4397
4382
|
@UinAccount = uinaccount
|
@@ -4401,6 +4386,8 @@ module TencentCloud
|
|
4401
4386
|
@EndTime = endtime
|
4402
4387
|
@AppBizIds = appbizids
|
4403
4388
|
@SpaceId = spaceid
|
4389
|
+
@StatStartTime = statstarttime
|
4390
|
+
@StatEndTime = statendtime
|
4404
4391
|
end
|
4405
4392
|
|
4406
4393
|
def deserialize(params)
|
@@ -4413,6 +4400,8 @@ module TencentCloud
|
|
4413
4400
|
@EndTime = params['EndTime']
|
4414
4401
|
@AppBizIds = params['AppBizIds']
|
4415
4402
|
@SpaceId = params['SpaceId']
|
4403
|
+
@StatStartTime = params['StatStartTime']
|
4404
|
+
@StatEndTime = params['StatEndTime']
|
4416
4405
|
end
|
4417
4406
|
end
|
4418
4407
|
|
@@ -4627,9 +4616,9 @@ module TencentCloud
|
|
4627
4616
|
# @type SubBizType: String
|
4628
4617
|
# @param ModelName: 模型标识
|
4629
4618
|
# @type ModelName: String
|
4630
|
-
# @param StartTime: 开始时间戳, 单位为秒
|
4619
|
+
# @param StartTime: 开始时间戳, 单位为秒(废弃)
|
4631
4620
|
# @type StartTime: String
|
4632
|
-
# @param EndTime: 结束时间戳, 单位为秒
|
4621
|
+
# @param EndTime: 结束时间戳, 单位为秒(废弃)
|
4633
4622
|
# @type EndTime: String
|
4634
4623
|
# @param AppBizIds: 应用id列表
|
4635
4624
|
# @type AppBizIds: Array
|
@@ -4637,10 +4626,14 @@ module TencentCloud
|
|
4637
4626
|
# @type AppType: String
|
4638
4627
|
# @param SubScenes: 筛选子场景
|
4639
4628
|
# @type SubScenes: Array
|
4629
|
+
# @param StatStartTime: 开始时间戳, 单位为秒
|
4630
|
+
# @type StatStartTime: Integer
|
4631
|
+
# @param StatEndTime: 结束时间戳, 单位为秒
|
4632
|
+
# @type StatEndTime: Integer
|
4640
4633
|
|
4641
|
-
attr_accessor :UinAccount, :SubBizType, :ModelName, :StartTime, :EndTime, :AppBizIds, :AppType, :SubScenes
|
4634
|
+
attr_accessor :UinAccount, :SubBizType, :ModelName, :StartTime, :EndTime, :AppBizIds, :AppType, :SubScenes, :StatStartTime, :StatEndTime
|
4642
4635
|
|
4643
|
-
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)
|
4644
4637
|
@UinAccount = uinaccount
|
4645
4638
|
@SubBizType = subbiztype
|
4646
4639
|
@ModelName = modelname
|
@@ -4649,6 +4642,8 @@ module TencentCloud
|
|
4649
4642
|
@AppBizIds = appbizids
|
4650
4643
|
@AppType = apptype
|
4651
4644
|
@SubScenes = subscenes
|
4645
|
+
@StatStartTime = statstarttime
|
4646
|
+
@StatEndTime = statendtime
|
4652
4647
|
end
|
4653
4648
|
|
4654
4649
|
def deserialize(params)
|
@@ -4660,6 +4655,8 @@ module TencentCloud
|
|
4660
4655
|
@AppBizIds = params['AppBizIds']
|
4661
4656
|
@AppType = params['AppType']
|
4662
4657
|
@SubScenes = params['SubScenes']
|
4658
|
+
@StatStartTime = params['StatStartTime']
|
4659
|
+
@StatEndTime = params['StatEndTime']
|
4663
4660
|
end
|
4664
4661
|
end
|
4665
4662
|
|
@@ -4724,9 +4721,9 @@ module TencentCloud
|
|
4724
4721
|
# @type SubBizType: String
|
4725
4722
|
# @param ModelName: 模型标识
|
4726
4723
|
# @type ModelName: String
|
4727
|
-
# @param StartTime: 开始时间戳, 单位为秒(默认值0)
|
4724
|
+
# @param StartTime: 开始时间戳, 单位为秒(默认值0)(废弃)
|
4728
4725
|
# @type StartTime: String
|
4729
|
-
# @param EndTime: 结束时间戳, 单位为秒(默认值0, 必须大于开始时间戳)
|
4726
|
+
# @param EndTime: 结束时间戳, 单位为秒(默认值0, 必须大于开始时间戳)(废弃)
|
4730
4727
|
# @type EndTime: String
|
4731
4728
|
# @param AppBizIds: 应用id列表
|
4732
4729
|
# @type AppBizIds: Array
|
@@ -4736,10 +4733,14 @@ module TencentCloud
|
|
4736
4733
|
# @type AppType: String
|
4737
4734
|
# @param SpaceId: 空间id
|
4738
4735
|
# @type SpaceId: String
|
4736
|
+
# @param StatStartTime: 开始时间戳, 单位为秒
|
4737
|
+
# @type StatStartTime: Integer
|
4738
|
+
# @param StatEndTime: 结束时间戳, 单位为秒
|
4739
|
+
# @type StatEndTime: Integer
|
4739
4740
|
|
4740
|
-
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
|
4741
4742
|
|
4742
|
-
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)
|
4743
4744
|
@UinAccount = uinaccount
|
4744
4745
|
@LoginUin = loginuin
|
4745
4746
|
@LoginSubAccountUin = loginsubaccountuin
|
@@ -4751,6 +4752,8 @@ module TencentCloud
|
|
4751
4752
|
@SubScenes = subscenes
|
4752
4753
|
@AppType = apptype
|
4753
4754
|
@SpaceId = spaceid
|
4755
|
+
@StatStartTime = statstarttime
|
4756
|
+
@StatEndTime = statendtime
|
4754
4757
|
end
|
4755
4758
|
|
4756
4759
|
def deserialize(params)
|
@@ -4765,6 +4768,8 @@ module TencentCloud
|
|
4765
4768
|
@SubScenes = params['SubScenes']
|
4766
4769
|
@AppType = params['AppType']
|
4767
4770
|
@SpaceId = params['SpaceId']
|
4771
|
+
@StatStartTime = params['StatStartTime']
|
4772
|
+
@StatEndTime = params['StatEndTime']
|
4768
4773
|
end
|
4769
4774
|
end
|
4770
4775
|
|
@@ -8734,14 +8739,14 @@ module TencentCloud
|
|
8734
8739
|
class ListUsageCallDetailRequest < TencentCloud::Common::AbstractModel
|
8735
8740
|
# @param ModelName: 模型标识
|
8736
8741
|
# @type ModelName: String
|
8737
|
-
# @param StartTime: 开始时间
|
8738
|
-
# @type StartTime: String
|
8739
|
-
# @param EndTime: 结束时间
|
8740
|
-
# @type EndTime: String
|
8741
8742
|
# @param PageNumber: 页码(从1开始)
|
8742
8743
|
# @type PageNumber: Integer
|
8743
8744
|
# @param PageSize: 分页数量(最大值1000)
|
8744
8745
|
# @type PageSize: Integer
|
8746
|
+
# @param StartTime: 开始时间(废弃)
|
8747
|
+
# @type StartTime: String
|
8748
|
+
# @param EndTime: 结束时间(废弃)
|
8749
|
+
# @type EndTime: String
|
8745
8750
|
# @param UinAccount: uin列表
|
8746
8751
|
# @type UinAccount: Array
|
8747
8752
|
# @param AppBizIds: 应用ID列表
|
@@ -8756,15 +8761,19 @@ module TencentCloud
|
|
8756
8761
|
# @type BillingTag: String
|
8757
8762
|
# @param SpaceId: 空间id
|
8758
8763
|
# @type SpaceId: String
|
8764
|
+
# @param StatStartTime: 开始时间戳, 单位为秒
|
8765
|
+
# @type StatStartTime: Integer
|
8766
|
+
# @param StatEndTime: 开始时间戳, 单位为秒
|
8767
|
+
# @type StatEndTime: Integer
|
8759
8768
|
|
8760
|
-
attr_accessor :ModelName, :
|
8769
|
+
attr_accessor :ModelName, :PageNumber, :PageSize, :StartTime, :EndTime, :UinAccount, :AppBizIds, :CallType, :SubScenes, :AppType, :BillingTag, :SpaceId, :StatStartTime, :StatEndTime
|
8761
8770
|
|
8762
|
-
def initialize(modelname=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)
|
8763
8772
|
@ModelName = modelname
|
8764
|
-
@StartTime = starttime
|
8765
|
-
@EndTime = endtime
|
8766
8773
|
@PageNumber = pagenumber
|
8767
8774
|
@PageSize = pagesize
|
8775
|
+
@StartTime = starttime
|
8776
|
+
@EndTime = endtime
|
8768
8777
|
@UinAccount = uinaccount
|
8769
8778
|
@AppBizIds = appbizids
|
8770
8779
|
@CallType = calltype
|
@@ -8772,14 +8781,16 @@ module TencentCloud
|
|
8772
8781
|
@AppType = apptype
|
8773
8782
|
@BillingTag = billingtag
|
8774
8783
|
@SpaceId = spaceid
|
8784
|
+
@StatStartTime = statstarttime
|
8785
|
+
@StatEndTime = statendtime
|
8775
8786
|
end
|
8776
8787
|
|
8777
8788
|
def deserialize(params)
|
8778
8789
|
@ModelName = params['ModelName']
|
8779
|
-
@StartTime = params['StartTime']
|
8780
|
-
@EndTime = params['EndTime']
|
8781
8790
|
@PageNumber = params['PageNumber']
|
8782
8791
|
@PageSize = params['PageSize']
|
8792
|
+
@StartTime = params['StartTime']
|
8793
|
+
@EndTime = params['EndTime']
|
8783
8794
|
@UinAccount = params['UinAccount']
|
8784
8795
|
@AppBizIds = params['AppBizIds']
|
8785
8796
|
@CallType = params['CallType']
|
@@ -8787,6 +8798,8 @@ module TencentCloud
|
|
8787
8798
|
@AppType = params['AppType']
|
8788
8799
|
@BillingTag = params['BillingTag']
|
8789
8800
|
@SpaceId = params['SpaceId']
|
8801
|
+
@StatStartTime = params['StatStartTime']
|
8802
|
+
@StatEndTime = params['StatEndTime']
|
8790
8803
|
end
|
8791
8804
|
end
|
8792
8805
|
|
@@ -9112,49 +9125,6 @@ module TencentCloud
|
|
9112
9125
|
end
|
9113
9126
|
end
|
9114
9127
|
|
9115
|
-
# ModifyAgent请求参数结构体
|
9116
|
-
class ModifyAgentRequest < TencentCloud::Common::AbstractModel
|
9117
|
-
# @param AppBizId: 需要修改的应用ID
|
9118
|
-
# @type AppBizId: String
|
9119
|
-
# @param Agent: 修改后的Agent的信息
|
9120
|
-
# @type Agent: :class:`Tencentcloud::Lke.v20231130.models.Agent`
|
9121
|
-
|
9122
|
-
attr_accessor :AppBizId, :Agent
|
9123
|
-
|
9124
|
-
def initialize(appbizid=nil, agent=nil)
|
9125
|
-
@AppBizId = appbizid
|
9126
|
-
@Agent = agent
|
9127
|
-
end
|
9128
|
-
|
9129
|
-
def deserialize(params)
|
9130
|
-
@AppBizId = params['AppBizId']
|
9131
|
-
unless params['Agent'].nil?
|
9132
|
-
@Agent = Agent.new
|
9133
|
-
@Agent.deserialize(params['Agent'])
|
9134
|
-
end
|
9135
|
-
end
|
9136
|
-
end
|
9137
|
-
|
9138
|
-
# ModifyAgent返回参数结构体
|
9139
|
-
class ModifyAgentResponse < TencentCloud::Common::AbstractModel
|
9140
|
-
# @param AgentId: 修改的AgentId
|
9141
|
-
# @type AgentId: String
|
9142
|
-
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9143
|
-
# @type RequestId: String
|
9144
|
-
|
9145
|
-
attr_accessor :AgentId, :RequestId
|
9146
|
-
|
9147
|
-
def initialize(agentid=nil, requestid=nil)
|
9148
|
-
@AgentId = agentid
|
9149
|
-
@RequestId = requestid
|
9150
|
-
end
|
9151
|
-
|
9152
|
-
def deserialize(params)
|
9153
|
-
@AgentId = params['AgentId']
|
9154
|
-
@RequestId = params['RequestId']
|
9155
|
-
end
|
9156
|
-
end
|
9157
|
-
|
9158
9128
|
# ModifyApp请求参数结构体
|
9159
9129
|
class ModifyAppRequest < TencentCloud::Common::AbstractModel
|
9160
9130
|
# @param AppBizId: 应用 ID
|
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.
|
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-
|
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
|