tencentcloud-sdk-tsf 3.0.1026 → 3.0.1028

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/v20180326/models.rb +96 -116
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4c75cef3c67c2993f70a2775faf585568632fc22
4
- data.tar.gz: a7f250be537e780fc5c54b09db4163652d43f690
3
+ metadata.gz: 771853d04a044e128c86afedf94157d7b5d7063f
4
+ data.tar.gz: ef62b555324af63ac026ceee97b97d181c0736dc
5
5
  SHA512:
6
- metadata.gz: a3de82d5f1ee770edd82df47210dc7858edaa889b3ff57971e07d8141f77f2829c7ddf4e8a667cbe715a637d3487d2a540050f4d37926d2bf4e8b678e4c60dcd
7
- data.tar.gz: e78f8a7046650a7c734302cfccf0a9c2b2cfa8977cc8b617720ef90b361b3b65f314929a43252753c22320b6e6430ffa10553e946af370e5df013e9341e62365
6
+ metadata.gz: 44c42c29a9c886cab66c06608f930e2116bc3eedf8e2411bc8731d69f471256a90c0f5faaf3ead2f02537a423f97b7753673f7a130329c6df152ad679a161444
7
+ data.tar.gz: a4bb2730808babc5e17a66a53159081fc5d9dd7dd3776b62bc13f95463c8e47343e8e67abbcc2a8f304914ba91a0fbc2fdeacfa30320b90d1705d359d6edc0a2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1026
1
+ 3.0.1028
@@ -1302,7 +1302,6 @@ module TencentCloud
1302
1302
  # @param ConfigName: 配置项名称
1303
1303
  # @type ConfigName: String
1304
1304
  # @param ConfigPath: 配置项日志路径
1305
- # 注意:此字段可能返回 null,表示取不到有效值。
1306
1305
  # @type ConfigPath: String
1307
1306
  # @param ConfigDesc: 配置项描述
1308
1307
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -1311,7 +1310,6 @@ module TencentCloud
1311
1310
  # 注意:此字段可能返回 null,表示取不到有效值。
1312
1311
  # @type ConfigTags: String
1313
1312
  # @param ConfigPipeline: 配置项对应的ES管道
1314
- # 注意:此字段可能返回 null,表示取不到有效值。
1315
1313
  # @type ConfigPipeline: String
1316
1314
  # @param ConfigCreateTime: 配置项创建时间
1317
1315
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -1320,21 +1318,25 @@ module TencentCloud
1320
1318
  # 注意:此字段可能返回 null,表示取不到有效值。
1321
1319
  # @type ConfigUpdateTime: String
1322
1320
  # @param ConfigSchema: 配置项解析规则
1323
- # 注意:此字段可能返回 null,表示取不到有效值。
1324
1321
  # @type ConfigSchema: :class:`Tencentcloud::Tsf.v20180326.models.BusinessLogConfigSchema`
1325
1322
  # @param ConfigAssociatedGroups: 配置项关联部署组
1326
1323
  # 注意:此字段可能返回 null,表示取不到有效值。
1327
1324
  # @type ConfigAssociatedGroups: Array
1328
1325
  # @param ConfigAssociatedGroupList: 配置项关联部署组
1329
- # 注意:此字段可能返回 null,表示取不到有效值。
1330
1326
  # @type ConfigAssociatedGroupList: Array
1327
+ # @param FilebeatConfigEnable: 是否开启filebeat高级配置开关
1328
+ # 注意:此字段可能返回 null,表示取不到有效值。
1329
+ # @type FilebeatConfigEnable: Boolean
1330
+ # @param FilebeatCloseTimeout: close_timeout参数
1331
+ # 注意:此字段可能返回 null,表示取不到有效值。
1332
+ # @type FilebeatCloseTimeout: Integer
1331
1333
 
1332
- attr_accessor :ConfigId, :ConfigName, :ConfigPath, :ConfigDesc, :ConfigTags, :ConfigPipeline, :ConfigCreateTime, :ConfigUpdateTime, :ConfigSchema, :ConfigAssociatedGroups, :ConfigAssociatedGroupList
1334
+ attr_accessor :ConfigId, :ConfigName, :ConfigPath, :ConfigDesc, :ConfigTags, :ConfigPipeline, :ConfigCreateTime, :ConfigUpdateTime, :ConfigSchema, :ConfigAssociatedGroups, :ConfigAssociatedGroupList, :FilebeatConfigEnable, :FilebeatCloseTimeout
1333
1335
  extend Gem::Deprecate
1334
1336
  deprecate :ConfigAssociatedGroups, :none, 2025, 3
1335
1337
  deprecate :ConfigAssociatedGroups=, :none, 2025, 3
1336
1338
 
1337
- def initialize(configid=nil, configname=nil, configpath=nil, configdesc=nil, configtags=nil, configpipeline=nil, configcreatetime=nil, configupdatetime=nil, configschema=nil, configassociatedgroups=nil, configassociatedgrouplist=nil)
1339
+ def initialize(configid=nil, configname=nil, configpath=nil, configdesc=nil, configtags=nil, configpipeline=nil, configcreatetime=nil, configupdatetime=nil, configschema=nil, configassociatedgroups=nil, configassociatedgrouplist=nil, filebeatconfigenable=nil, filebeatclosetimeout=nil)
1338
1340
  @ConfigId = configid
1339
1341
  @ConfigName = configname
1340
1342
  @ConfigPath = configpath
@@ -1346,6 +1348,8 @@ module TencentCloud
1346
1348
  @ConfigSchema = configschema
1347
1349
  @ConfigAssociatedGroups = configassociatedgroups
1348
1350
  @ConfigAssociatedGroupList = configassociatedgrouplist
1351
+ @FilebeatConfigEnable = filebeatconfigenable
1352
+ @FilebeatCloseTimeout = filebeatclosetimeout
1349
1353
  end
1350
1354
 
1351
1355
  def deserialize(params)
@@ -1377,6 +1381,8 @@ module TencentCloud
1377
1381
  @ConfigAssociatedGroupList << businesslogconfigassociatedgroup_tmp
1378
1382
  end
1379
1383
  end
1384
+ @FilebeatConfigEnable = params['FilebeatConfigEnable']
1385
+ @FilebeatCloseTimeout = params['FilebeatCloseTimeout']
1380
1386
  end
1381
1387
  end
1382
1388
 
@@ -2433,16 +2439,12 @@ module TencentCloud
2433
2439
  # 获取部署组
2434
2440
  class ContainerGroupDeploy < TencentCloud::Common::AbstractModel
2435
2441
  # @param GroupId: 部署组id
2436
- # 注意:此字段可能返回 null,表示取不到有效值。
2437
2442
  # @type GroupId: String
2438
2443
  # @param GroupName: 分组名称
2439
- # 注意:此字段可能返回 null,表示取不到有效值。
2440
2444
  # @type GroupName: String
2441
2445
  # @param InstanceNum: 实例总数
2442
- # 注意:此字段可能返回 null,表示取不到有效值。
2443
2446
  # @type InstanceNum: Integer
2444
2447
  # @param CurrentNum: 已启动实例总数
2445
- # 注意:此字段可能返回 null,表示取不到有效值。
2446
2448
  # @type CurrentNum: Integer
2447
2449
  # @param Server: 镜像server
2448
2450
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -2469,7 +2471,6 @@ module TencentCloud
2469
2471
  # 注意:此字段可能返回 null,表示取不到有效值。
2470
2472
  # @type AccessType: Integer
2471
2473
  # @param ProtocolPorts: 端口映射
2472
- # 注意:此字段可能返回 null,表示取不到有效值。
2473
2474
  # @type ProtocolPorts: Array
2474
2475
  # @param UpdateType: 更新方式:0:快速更新 1:滚动更新
2475
2476
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -2514,16 +2515,13 @@ module TencentCloud
2514
2515
  # 注意:此字段可能返回 null,表示取不到有效值。
2515
2516
  # @type HealthCheckSettings: :class:`Tencentcloud::Tsf.v20180326.models.HealthCheckSettings`
2516
2517
  # @param DeployAgent: 是否部署Agent容器
2517
- # 注意:此字段可能返回 null,表示取不到有效值。
2518
2518
  # @type DeployAgent: Boolean
2519
2519
  # @param Alias: 部署组备注
2520
2520
  # 注意:此字段可能返回 null,表示取不到有效值。
2521
2521
  # @type Alias: String
2522
2522
  # @param DisableService: 是否创建 k8s service
2523
- # 注意:此字段可能返回 null,表示取不到有效值。
2524
2523
  # @type DisableService: Boolean
2525
2524
  # @param HeadlessService: service 是否为 headless 类型
2526
- # 注意:此字段可能返回 null,表示取不到有效值。
2527
2525
  # @type HeadlessService: Boolean
2528
2526
  # @param TcrRepoInfo: TcrRepoInfo值
2529
2527
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -2538,25 +2536,19 @@ module TencentCloud
2538
2536
  # 注意:此字段可能返回 null,表示取不到有效值。
2539
2537
  # @type KubeInjectEnable: Boolean
2540
2538
  # @param RepoType: 仓库类型 (person, tcr)
2541
- # 注意:此字段可能返回 null,表示取不到有效值。
2542
2539
  # @type RepoType: String
2543
2540
  # @param WarmupSetting: 预热配置设置
2544
- # 注意:此字段可能返回 null,表示取不到有效值。
2545
2541
  # @type WarmupSetting: :class:`Tencentcloud::Tsf.v20180326.models.WarmupSetting`
2546
2542
  # @param GatewayConfig: Envoy网关服务配置
2547
2543
  # 注意:此字段可能返回 null,表示取不到有效值。
2548
2544
  # @type GatewayConfig: :class:`Tencentcloud::Tsf.v20180326.models.GatewayConfig`
2549
2545
  # @param ContainerName: 容器名称
2550
- # 注意:此字段可能返回 null,表示取不到有效值。
2551
2546
  # @type ContainerName: String
2552
2547
  # @param AdditionalContainerList: 附加容器列表
2553
- # 注意:此字段可能返回 null,表示取不到有效值。
2554
2548
  # @type AdditionalContainerList: Array
2555
2549
  # @param InternalContainerList: 内部容器列表
2556
- # 注意:此字段可能返回 null,表示取不到有效值。
2557
2550
  # @type InternalContainerList: Array
2558
2551
  # @param ServiceSettingList: service列表
2559
- # 注意:此字段可能返回 null,表示取不到有效值。
2560
2552
  # @type ServiceSettingList: Array
2561
2553
 
2562
2554
  attr_accessor :GroupId, :GroupName, :InstanceNum, :CurrentNum, :Server, :Reponame, :TagName, :CpuRequest, :CpuLimit, :MemRequest, :MemLimit, :AccessType, :ProtocolPorts, :UpdateType, :UpdateIvl, :JvmOpts, :SubnetId, :AgentCpuRequest, :AgentCpuLimit, :AgentMemRequest, :AgentMemLimit, :IstioCpuRequest, :IstioCpuLimit, :IstioMemRequest, :IstioMemLimit, :Envs, :HealthCheckSettings, :DeployAgent, :Alias, :DisableService, :HeadlessService, :TcrRepoInfo, :VolumeInfos, :VolumeMountInfos, :KubeInjectEnable, :RepoType, :WarmupSetting, :GatewayConfig, :ContainerName, :AdditionalContainerList, :InternalContainerList, :ServiceSettingList
@@ -7193,7 +7185,6 @@ module TencentCloud
7193
7185
  # DescribeBusinessLogConfig返回参数结构体
7194
7186
  class DescribeBusinessLogConfigResponse < TencentCloud::Common::AbstractModel
7195
7187
  # @param Result: 日志配置项
7196
- # 注意:此字段可能返回 null,表示取不到有效值。
7197
7188
  # @type Result: :class:`Tencentcloud::Tsf.v20180326.models.BusinessLogConfig`
7198
7189
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7199
7190
  # @type RequestId: String
@@ -7864,7 +7855,6 @@ module TencentCloud
7864
7855
  # DescribeContainerGroupDeployInfo返回参数结构体
7865
7856
  class DescribeContainerGroupDeployInfoResponse < TencentCloud::Common::AbstractModel
7866
7857
  # @param Result: 获取部署组
7867
- # 注意:此字段可能返回 null,表示取不到有效值。
7868
7858
  # @type Result: :class:`Tencentcloud::Tsf.v20180326.models.ContainerGroupDeploy`
7869
7859
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7870
7860
  # @type RequestId: String
@@ -8866,7 +8856,6 @@ module TencentCloud
8866
8856
  # DescribeGroup返回参数结构体
8867
8857
  class DescribeGroupResponse < TencentCloud::Common::AbstractModel
8868
8858
  # @param Result: 虚拟机部署组详情
8869
- # 注意:此字段可能返回 null,表示取不到有效值。
8870
8859
  # @type Result: :class:`Tencentcloud::Tsf.v20180326.models.VmGroup`
8871
8860
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8872
8861
  # @type RequestId: String
@@ -9695,7 +9684,6 @@ module TencentCloud
9695
9684
  # DescribeJvmMonitor返回参数结构体
9696
9685
  class DescribeJvmMonitorResponse < TencentCloud::Common::AbstractModel
9697
9686
  # @param Result: Java实例jvm监控数据
9698
- # 注意:此字段可能返回 null,表示取不到有效值。
9699
9687
  # @type Result: :class:`Tencentcloud::Tsf.v20180326.models.JvmMonitorData`
9700
9688
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9701
9689
  # @type RequestId: String
@@ -13078,49 +13066,34 @@ module TencentCloud
13078
13066
  # @param TagName: 镜像版本名称
13079
13067
  # @type TagName: String
13080
13068
  # @param ContainerName: 容器名字
13081
- # 注意:此字段可能返回 null,表示取不到有效值。
13082
13069
  # @type ContainerName: String
13083
13070
  # @param RepoName: 镜像名
13084
- # 注意:此字段可能返回 null,表示取不到有效值。
13085
13071
  # @type RepoName: String
13086
13072
  # @param RepoType: 仓库类型,tcr,address,personal,默认personal
13087
- # 注意:此字段可能返回 null,表示取不到有效值。
13088
13073
  # @type RepoType: String
13089
13074
  # @param TcrRepoInfo: tcr仓库信息
13090
- # 注意:此字段可能返回 null,表示取不到有效值。
13091
13075
  # @type TcrRepoInfo: :class:`Tencentcloud::Tsf.v20180326.models.TcrRepoInfo`
13092
13076
  # @param Server: 镜像server
13093
- # 注意:此字段可能返回 null,表示取不到有效值。
13094
13077
  # @type Server: String
13095
13078
  # @param SecretName: 凭证名字
13096
- # 注意:此字段可能返回 null,表示取不到有效值。
13097
13079
  # @type SecretName: String
13098
13080
  # @param JvmOpts: jvm 参数
13099
- # 注意:此字段可能返回 null,表示取不到有效值。
13100
13081
  # @type JvmOpts: String
13101
13082
  # @param CpuLimit: 容器最大的 CPU 核数,对应 K8S 的 limit
13102
- # 注意:此字段可能返回 null,表示取不到有效值。
13103
13083
  # @type CpuLimit: String
13104
13084
  # @param CpuRequest: 容器分配的 CPU 核数,对应 K8S 的 request
13105
- # 注意:此字段可能返回 null,表示取不到有效值。
13106
13085
  # @type CpuRequest: String
13107
13086
  # @param MemRequest: 容器分配的内存 MiB 数,对应 K8S 的 request
13108
- # 注意:此字段可能返回 null,表示取不到有效值。
13109
13087
  # @type MemRequest: String
13110
13088
  # @param MemLimit: 容器最大的内存 MiB 数,对应 K8S 的 limit
13111
- # 注意:此字段可能返回 null,表示取不到有效值。
13112
13089
  # @type MemLimit: String
13113
13090
  # @param HealthCheckSettings: 健康检查配置信息
13114
- # 注意:此字段可能返回 null,表示取不到有效值。
13115
13091
  # @type HealthCheckSettings: :class:`Tencentcloud::Tsf.v20180326.models.HealthCheckSettings`
13116
13092
  # @param Envs: 环境变量
13117
- # 注意:此字段可能返回 null,表示取不到有效值。
13118
13093
  # @type Envs: Array
13119
13094
  # @param UserEnvs: 环境变量,作为入参时不用填
13120
- # 注意:此字段可能返回 null,表示取不到有效值。
13121
13095
  # @type UserEnvs: Array
13122
13096
  # @param VolumeMountInfoList: 数据卷挂载点信息
13123
- # 注意:此字段可能返回 null,表示取不到有效值。
13124
13097
  # @type VolumeMountInfoList: Array
13125
13098
 
13126
13099
  attr_accessor :TagName, :ContainerName, :RepoName, :RepoType, :TcrRepoInfo, :Server, :SecretName, :JvmOpts, :CpuLimit, :CpuRequest, :MemRequest, :MemLimit, :HealthCheckSettings, :Envs, :UserEnvs, :VolumeMountInfoList
@@ -13722,10 +13695,12 @@ module TencentCloud
13722
13695
  # @type CreateMode: String
13723
13696
  # @param RepoName: 仓库名,等同reponame字段
13724
13697
  # @type RepoName: String
13698
+ # @param RepoType: 仓库类型
13699
+ # @type RepoType: String
13725
13700
 
13726
- attr_accessor :Reponame, :Repotype, :TagCount, :IsPublic, :IsUserFavor, :IsQcloudOfficial, :FavorCount, :PullCount, :Description, :CreationTime, :UpdateTime, :TcrRepoInfo, :TcrBindingId, :ApplicationId, :ApplicationName, :ApplicationNameReal, :Public, :CreateMode, :RepoName
13701
+ attr_accessor :Reponame, :Repotype, :TagCount, :IsPublic, :IsUserFavor, :IsQcloudOfficial, :FavorCount, :PullCount, :Description, :CreationTime, :UpdateTime, :TcrRepoInfo, :TcrBindingId, :ApplicationId, :ApplicationName, :ApplicationNameReal, :Public, :CreateMode, :RepoName, :RepoType
13727
13702
 
13728
- def initialize(reponame=nil, repotype=nil, tagcount=nil, ispublic=nil, isuserfavor=nil, isqcloudofficial=nil, favorcount=nil, pullcount=nil, description=nil, creationtime=nil, updatetime=nil, tcrrepoinfo=nil, tcrbindingid=nil, applicationid=nil, applicationname=nil, applicationnamereal=nil, public=nil, createmode=nil, reponame=nil)
13703
+ def initialize(reponame=nil, repotype=nil, tagcount=nil, ispublic=nil, isuserfavor=nil, isqcloudofficial=nil, favorcount=nil, pullcount=nil, description=nil, creationtime=nil, updatetime=nil, tcrrepoinfo=nil, tcrbindingid=nil, applicationid=nil, applicationname=nil, applicationnamereal=nil, public=nil, createmode=nil, reponame=nil, repotype=nil)
13729
13704
  @Reponame = reponame
13730
13705
  @Repotype = repotype
13731
13706
  @TagCount = tagcount
@@ -13745,6 +13720,7 @@ module TencentCloud
13745
13720
  @Public = public
13746
13721
  @CreateMode = createmode
13747
13722
  @RepoName = reponame
13723
+ @RepoType = repotype
13748
13724
  end
13749
13725
 
13750
13726
  def deserialize(params)
@@ -13773,6 +13749,7 @@ module TencentCloud
13773
13749
  @Public = params['Public']
13774
13750
  @CreateMode = params['CreateMode']
13775
13751
  @RepoName = params['RepoName']
13752
+ @RepoType = params['RepoType']
13776
13753
  end
13777
13754
  end
13778
13755
 
@@ -17840,10 +17817,12 @@ module TencentCloud
17840
17817
  # @type BatchType: String
17841
17818
  # @param ScrollId: 游标ID
17842
17819
  # @type ScrollId: String
17820
+ # @param SearchAfter: 查询es使用searchAfter时,游标
17821
+ # @type SearchAfter: Array
17843
17822
 
17844
- attr_accessor :ConfigId, :InstanceIds, :StartTime, :EndTime, :Offset, :Limit, :OrderBy, :OrderType, :SearchWords, :GroupIds, :SearchWordType, :BatchType, :ScrollId
17823
+ attr_accessor :ConfigId, :InstanceIds, :StartTime, :EndTime, :Offset, :Limit, :OrderBy, :OrderType, :SearchWords, :GroupIds, :SearchWordType, :BatchType, :ScrollId, :SearchAfter
17845
17824
 
17846
- def initialize(configid=nil, instanceids=nil, starttime=nil, endtime=nil, offset=nil, limit=nil, orderby=nil, ordertype=nil, searchwords=nil, groupids=nil, searchwordtype=nil, batchtype=nil, scrollid=nil)
17825
+ def initialize(configid=nil, instanceids=nil, starttime=nil, endtime=nil, offset=nil, limit=nil, orderby=nil, ordertype=nil, searchwords=nil, groupids=nil, searchwordtype=nil, batchtype=nil, scrollid=nil, searchafter=nil)
17847
17826
  @ConfigId = configid
17848
17827
  @InstanceIds = instanceids
17849
17828
  @StartTime = starttime
@@ -17857,6 +17836,7 @@ module TencentCloud
17857
17836
  @SearchWordType = searchwordtype
17858
17837
  @BatchType = batchtype
17859
17838
  @ScrollId = scrollid
17839
+ @SearchAfter = searchafter
17860
17840
  end
17861
17841
 
17862
17842
  def deserialize(params)
@@ -17873,13 +17853,13 @@ module TencentCloud
17873
17853
  @SearchWordType = params['SearchWordType']
17874
17854
  @BatchType = params['BatchType']
17875
17855
  @ScrollId = params['ScrollId']
17856
+ @SearchAfter = params['SearchAfter']
17876
17857
  end
17877
17858
  end
17878
17859
 
17879
17860
  # SearchBusinessLog返回参数结构体
17880
17861
  class SearchBusinessLogResponse < TencentCloud::Common::AbstractModel
17881
17862
  # @param Result: 业务日志列表
17882
- # 注意:此字段可能返回 null,表示取不到有效值。
17883
17863
  # @type Result: :class:`Tencentcloud::Tsf.v20180326.models.TsfPageBusinessLogV2`
17884
17864
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
17885
17865
  # @type RequestId: String
@@ -17930,10 +17910,12 @@ module TencentCloud
17930
17910
  # @type BatchType: String
17931
17911
  # @param ScrollId: 游标ID
17932
17912
  # @type ScrollId: String
17913
+ # @param SearchAfter: 查询es使用searchAfter时,游标
17914
+ # @type SearchAfter: Array
17933
17915
 
17934
- attr_accessor :InstanceId, :Limit, :SearchWords, :StartTime, :GroupId, :EndTime, :Offset, :OrderBy, :OrderType, :SearchWordType, :BatchType, :ScrollId
17916
+ attr_accessor :InstanceId, :Limit, :SearchWords, :StartTime, :GroupId, :EndTime, :Offset, :OrderBy, :OrderType, :SearchWordType, :BatchType, :ScrollId, :SearchAfter
17935
17917
 
17936
- def initialize(instanceid=nil, limit=nil, searchwords=nil, starttime=nil, groupid=nil, endtime=nil, offset=nil, orderby=nil, ordertype=nil, searchwordtype=nil, batchtype=nil, scrollid=nil)
17918
+ def initialize(instanceid=nil, limit=nil, searchwords=nil, starttime=nil, groupid=nil, endtime=nil, offset=nil, orderby=nil, ordertype=nil, searchwordtype=nil, batchtype=nil, scrollid=nil, searchafter=nil)
17937
17919
  @InstanceId = instanceid
17938
17920
  @Limit = limit
17939
17921
  @SearchWords = searchwords
@@ -17946,6 +17928,7 @@ module TencentCloud
17946
17928
  @SearchWordType = searchwordtype
17947
17929
  @BatchType = batchtype
17948
17930
  @ScrollId = scrollid
17931
+ @SearchAfter = searchafter
17949
17932
  end
17950
17933
 
17951
17934
  def deserialize(params)
@@ -17961,13 +17944,13 @@ module TencentCloud
17961
17944
  @SearchWordType = params['SearchWordType']
17962
17945
  @BatchType = params['BatchType']
17963
17946
  @ScrollId = params['ScrollId']
17947
+ @SearchAfter = params['SearchAfter']
17964
17948
  end
17965
17949
  end
17966
17950
 
17967
17951
  # SearchStdoutLog返回参数结构体
17968
17952
  class SearchStdoutLogResponse < TencentCloud::Common::AbstractModel
17969
17953
  # @param Result: 标准输出日志列表
17970
- # 注意:此字段可能返回 null,表示取不到有效值。
17971
17954
  # @type Result: :class:`Tencentcloud::Tsf.v20180326.models.TsfPageStdoutLogV2`
17972
17955
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
17973
17956
  # @type RequestId: String
@@ -18057,72 +18040,53 @@ module TencentCloud
18057
18040
  # 容器网络设置。
18058
18041
  class ServiceSetting < TencentCloud::Common::AbstractModel
18059
18042
  # @param AccessType: 0:公网, 1:集群内访问, 2:NodePort, 3: VPC 内网访问
18060
- # 注意:此字段可能返回 null,表示取不到有效值。
18061
18043
  # @type AccessType: Integer
18062
18044
  # @param ProtocolPorts: 容器端口映射
18063
- # 注意:此字段可能返回 null,表示取不到有效值。
18064
18045
  # @type ProtocolPorts: Array
18065
18046
  # @param SubnetId: 子网ID
18066
- # 注意:此字段可能返回 null,表示取不到有效值。
18067
18047
  # @type SubnetId: String
18068
18048
  # @param DisableService: 是否创建 k8s service,默认为 false
18069
- # 注意:此字段可能返回 null,表示取不到有效值。
18070
18049
  # @type DisableService: Boolean
18071
18050
  # @param HeadlessService: service 是否为 headless 类型
18072
- # 注意:此字段可能返回 null,表示取不到有效值。
18073
18051
  # @type HeadlessService: Boolean
18074
18052
  # @param AllowDeleteService: 当为 true 且 DisableService 也为 true 时,会删除之前创建的 service,请小心使用
18075
- # 注意:此字段可能返回 null,表示取不到有效值。
18076
18053
  # @type AllowDeleteService: Boolean
18077
18054
  # @param OpenSessionAffinity: 开启SessionAffinity,true为开启,false为不开启,默认为false
18078
- # 注意:此字段可能返回 null,表示取不到有效值。
18079
18055
  # @type OpenSessionAffinity: Boolean
18080
18056
  # @param SessionAffinityTimeoutSeconds: SessionAffinity会话时间,默认10800
18081
- # 注意:此字段可能返回 null,表示取不到有效值。
18082
18057
  # @type SessionAffinityTimeoutSeconds: Integer
18083
18058
  # @param ServiceName: 服务名称
18084
- # 注意:此字段可能返回 null,表示取不到有效值。
18085
18059
  # @type ServiceName: String
18086
18060
  # @param ExternalTrafficStrategy: 外部流量策略
18087
- # 注意:此字段可能返回 null,表示取不到有效值。
18088
18061
  # @type ExternalTrafficStrategy: String
18089
18062
  # @param ExternalTrafficPolicy: 外部流量策略
18090
- # 注意:此字段可能返回 null,表示取不到有效值。
18091
18063
  # @type ExternalTrafficPolicy: String
18092
18064
  # @param LoadBalancerProvisioner: 负载均衡提供者
18093
- # 注意:此字段可能返回 null,表示取不到有效值。
18094
18065
  # @type LoadBalancerProvisioner: String
18095
18066
  # @param LoadBalancingType: 负载均衡类型
18096
- # 注意:此字段可能返回 null,表示取不到有效值。
18097
18067
  # @type LoadBalancingType: String
18098
18068
  # @param ClusterIp: k8s负载均衡内网vip
18099
- # 注意:此字段可能返回 null,表示取不到有效值。
18100
18069
  # @type ClusterIp: String
18101
18070
  # @param DisableServiceInt: 禁用服务Int记录
18102
- # 注意:此字段可能返回 null,表示取不到有效值。
18103
18071
  # @type DisableServiceInt: Integer
18104
18072
  # @param OpenSessionAffinityInt: 开启SessionAffinity Int记录
18105
- # 注意:此字段可能返回 null,表示取不到有效值。
18106
18073
  # @type OpenSessionAffinityInt: Integer
18107
18074
  # @param HeadlessServiceInt: 开启HeadlessService int记录
18108
- # 注意:此字段可能返回 null,表示取不到有效值。
18109
18075
  # @type HeadlessServiceInt: Integer
18110
18076
  # @param Name: 服务名称
18111
- # 注意:此字段可能返回 null,表示取不到有效值。
18112
18077
  # @type Name: String
18113
18078
  # @param VpcId: VPC网络ID
18114
- # 注意:此字段可能返回 null,表示取不到有效值。
18115
18079
  # @type VpcId: String
18116
18080
  # @param LoadBalancingIp: 负载均衡VIP
18117
- # 注意:此字段可能返回 null,表示取不到有效值。
18118
18081
  # @type LoadBalancingIp: String
18119
18082
  # @param LoadBalancerId: 负载均衡id
18120
- # 注意:此字段可能返回 null,表示取不到有效值。
18121
18083
  # @type LoadBalancerId: String
18084
+ # @param ExistingLoadBalancerId: 已存在的负载均衡id
18085
+ # @type ExistingLoadBalancerId: String
18122
18086
 
18123
- attr_accessor :AccessType, :ProtocolPorts, :SubnetId, :DisableService, :HeadlessService, :AllowDeleteService, :OpenSessionAffinity, :SessionAffinityTimeoutSeconds, :ServiceName, :ExternalTrafficStrategy, :ExternalTrafficPolicy, :LoadBalancerProvisioner, :LoadBalancingType, :ClusterIp, :DisableServiceInt, :OpenSessionAffinityInt, :HeadlessServiceInt, :Name, :VpcId, :LoadBalancingIp, :LoadBalancerId
18087
+ attr_accessor :AccessType, :ProtocolPorts, :SubnetId, :DisableService, :HeadlessService, :AllowDeleteService, :OpenSessionAffinity, :SessionAffinityTimeoutSeconds, :ServiceName, :ExternalTrafficStrategy, :ExternalTrafficPolicy, :LoadBalancerProvisioner, :LoadBalancingType, :ClusterIp, :DisableServiceInt, :OpenSessionAffinityInt, :HeadlessServiceInt, :Name, :VpcId, :LoadBalancingIp, :LoadBalancerId, :ExistingLoadBalancerId
18124
18088
 
18125
- def initialize(accesstype=nil, protocolports=nil, subnetid=nil, disableservice=nil, headlessservice=nil, allowdeleteservice=nil, opensessionaffinity=nil, sessionaffinitytimeoutseconds=nil, servicename=nil, externaltrafficstrategy=nil, externaltrafficpolicy=nil, loadbalancerprovisioner=nil, loadbalancingtype=nil, clusterip=nil, disableserviceint=nil, opensessionaffinityint=nil, headlessserviceint=nil, name=nil, vpcid=nil, loadbalancingip=nil, loadbalancerid=nil)
18089
+ def initialize(accesstype=nil, protocolports=nil, subnetid=nil, disableservice=nil, headlessservice=nil, allowdeleteservice=nil, opensessionaffinity=nil, sessionaffinitytimeoutseconds=nil, servicename=nil, externaltrafficstrategy=nil, externaltrafficpolicy=nil, loadbalancerprovisioner=nil, loadbalancingtype=nil, clusterip=nil, disableserviceint=nil, opensessionaffinityint=nil, headlessserviceint=nil, name=nil, vpcid=nil, loadbalancingip=nil, loadbalancerid=nil, existingloadbalancerid=nil)
18126
18090
  @AccessType = accesstype
18127
18091
  @ProtocolPorts = protocolports
18128
18092
  @SubnetId = subnetid
@@ -18144,6 +18108,7 @@ module TencentCloud
18144
18108
  @VpcId = vpcid
18145
18109
  @LoadBalancingIp = loadbalancingip
18146
18110
  @LoadBalancerId = loadbalancerid
18111
+ @ExistingLoadBalancerId = existingloadbalancerid
18147
18112
  end
18148
18113
 
18149
18114
  def deserialize(params)
@@ -18175,6 +18140,7 @@ module TencentCloud
18175
18140
  @VpcId = params['VpcId']
18176
18141
  @LoadBalancingIp = params['LoadBalancingIp']
18177
18142
  @LoadBalancerId = params['LoadBalancerId']
18143
+ @ExistingLoadBalancerId = params['ExistingLoadBalancerId']
18178
18144
  end
18179
18145
  end
18180
18146
 
@@ -19250,15 +19216,18 @@ module TencentCloud
19250
19216
  # @type ThreadCount: Array
19251
19217
  # @param ThreadActive: 活跃线程数
19252
19218
  # @type ThreadActive: Array
19253
- # @param DeamonThreadCount: 守护线程数
19219
+ # @param DeamonThreadCount: 守护线程数 拼写错误,废弃
19254
19220
  # @type DeamonThreadCount: Array
19221
+ # @param DaemonThreadCount: 守护线程数
19222
+ # @type DaemonThreadCount: Array
19255
19223
 
19256
- attr_accessor :ThreadCount, :ThreadActive, :DeamonThreadCount
19224
+ attr_accessor :ThreadCount, :ThreadActive, :DeamonThreadCount, :DaemonThreadCount
19257
19225
 
19258
- def initialize(threadcount=nil, threadactive=nil, deamonthreadcount=nil)
19226
+ def initialize(threadcount=nil, threadactive=nil, deamonthreadcount=nil, daemonthreadcount=nil)
19259
19227
  @ThreadCount = threadcount
19260
19228
  @ThreadActive = threadactive
19261
19229
  @DeamonThreadCount = deamonthreadcount
19230
+ @DaemonThreadCount = daemonthreadcount
19262
19231
  end
19263
19232
 
19264
19233
  def deserialize(params)
@@ -19286,6 +19255,14 @@ module TencentCloud
19286
19255
  @DeamonThreadCount << curvepoint_tmp
19287
19256
  end
19288
19257
  end
19258
+ unless params['DaemonThreadCount'].nil?
19259
+ @DaemonThreadCount = []
19260
+ params['DaemonThreadCount'].each do |i|
19261
+ curvepoint_tmp = CurvePoint.new
19262
+ curvepoint_tmp.deserialize(i)
19263
+ @DaemonThreadCount << curvepoint_tmp
19264
+ end
19265
+ end
19289
19266
  end
19290
19267
  end
19291
19268
 
@@ -19521,10 +19498,8 @@ module TencentCloud
19521
19498
  # 业务日志列表
19522
19499
  class TsfPageBusinessLogV2 < TencentCloud::Common::AbstractModel
19523
19500
  # @param TotalCount: 总条数
19524
- # 注意:此字段可能返回 null,表示取不到有效值。
19525
19501
  # @type TotalCount: Integer
19526
19502
  # @param Content: 业务日志列表
19527
- # 注意:此字段可能返回 null,表示取不到有效值。
19528
19503
  # @type Content: Array
19529
19504
  # @param ScrollId: 游标ID
19530
19505
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -19532,14 +19507,18 @@ module TencentCloud
19532
19507
  # @param Status: 查询状态
19533
19508
  # 注意:此字段可能返回 null,表示取不到有效值。
19534
19509
  # @type Status: String
19510
+ # @param SearchAfter: 查询es时,使用searchAfter返回的游标
19511
+ # 注意:此字段可能返回 null,表示取不到有效值。
19512
+ # @type SearchAfter: Array
19535
19513
 
19536
- attr_accessor :TotalCount, :Content, :ScrollId, :Status
19514
+ attr_accessor :TotalCount, :Content, :ScrollId, :Status, :SearchAfter
19537
19515
 
19538
- def initialize(totalcount=nil, content=nil, scrollid=nil, status=nil)
19516
+ def initialize(totalcount=nil, content=nil, scrollid=nil, status=nil, searchafter=nil)
19539
19517
  @TotalCount = totalcount
19540
19518
  @Content = content
19541
19519
  @ScrollId = scrollid
19542
19520
  @Status = status
19521
+ @SearchAfter = searchafter
19543
19522
  end
19544
19523
 
19545
19524
  def deserialize(params)
@@ -19554,6 +19533,7 @@ module TencentCloud
19554
19533
  end
19555
19534
  @ScrollId = params['ScrollId']
19556
19535
  @Status = params['Status']
19536
+ @SearchAfter = params['SearchAfter']
19557
19537
  end
19558
19538
  end
19559
19539
 
@@ -20026,10 +20006,8 @@ module TencentCloud
20026
20006
  # 标准输出日志列表
20027
20007
  class TsfPageStdoutLogV2 < TencentCloud::Common::AbstractModel
20028
20008
  # @param TotalCount: 总条数
20029
- # 注意:此字段可能返回 null,表示取不到有效值。
20030
20009
  # @type TotalCount: Integer
20031
20010
  # @param Content: 标准输出日志列表
20032
- # 注意:此字段可能返回 null,表示取不到有效值。
20033
20011
  # @type Content: Array
20034
20012
  # @param ScrollId: 游标ID
20035
20013
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -20037,14 +20015,18 @@ module TencentCloud
20037
20015
  # @param Status: 查询状态
20038
20016
  # 注意:此字段可能返回 null,表示取不到有效值。
20039
20017
  # @type Status: String
20018
+ # @param SearchAfter: 游标ID
20019
+ # 注意:此字段可能返回 null,表示取不到有效值。
20020
+ # @type SearchAfter: Array
20040
20021
 
20041
- attr_accessor :TotalCount, :Content, :ScrollId, :Status
20022
+ attr_accessor :TotalCount, :Content, :ScrollId, :Status, :SearchAfter
20042
20023
 
20043
- def initialize(totalcount=nil, content=nil, scrollid=nil, status=nil)
20024
+ def initialize(totalcount=nil, content=nil, scrollid=nil, status=nil, searchafter=nil)
20044
20025
  @TotalCount = totalcount
20045
20026
  @Content = content
20046
20027
  @ScrollId = scrollid
20047
20028
  @Status = status
20029
+ @SearchAfter = searchafter
20048
20030
  end
20049
20031
 
20050
20032
  def deserialize(params)
@@ -20059,6 +20041,7 @@ module TencentCloud
20059
20041
  end
20060
20042
  @ScrollId = params['ScrollId']
20061
20043
  @Status = params['Status']
20044
+ @SearchAfter = params['SearchAfter']
20062
20045
  end
20063
20046
  end
20064
20047
 
@@ -20928,13 +20911,10 @@ module TencentCloud
20928
20911
  # 虚拟机部署组信息
20929
20912
  class VmGroup < TencentCloud::Common::AbstractModel
20930
20913
  # @param GroupId: 部署组ID
20931
- # 注意:此字段可能返回 null,表示取不到有效值。
20932
20914
  # @type GroupId: String
20933
20915
  # @param GroupName: 部署组名称
20934
- # 注意:此字段可能返回 null,表示取不到有效值。
20935
20916
  # @type GroupName: String
20936
20917
  # @param GroupStatus: 部署组状态
20937
- # 注意:此字段可能返回 null,表示取不到有效值。
20938
20918
  # @type GroupStatus: String
20939
20919
  # @param PackageId: 程序包ID
20940
20920
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -20946,76 +20926,55 @@ module TencentCloud
20946
20926
  # 注意:此字段可能返回 null,表示取不到有效值。
20947
20927
  # @type PackageVersion: String
20948
20928
  # @param ClusterId: 集群ID
20949
- # 注意:此字段可能返回 null,表示取不到有效值。
20950
20929
  # @type ClusterId: String
20951
20930
  # @param ClusterName: 集群名称
20952
- # 注意:此字段可能返回 null,表示取不到有效值。
20953
20931
  # @type ClusterName: String
20954
20932
  # @param NamespaceId: 命名空间ID
20955
- # 注意:此字段可能返回 null,表示取不到有效值。
20956
20933
  # @type NamespaceId: String
20957
20934
  # @param NamespaceName: 命名空间名称
20958
- # 注意:此字段可能返回 null,表示取不到有效值。
20959
20935
  # @type NamespaceName: String
20960
20936
  # @param ApplicationId: 应用ID
20961
- # 注意:此字段可能返回 null,表示取不到有效值。
20962
20937
  # @type ApplicationId: String
20963
20938
  # @param ApplicationName: 应用名称
20964
- # 注意:此字段可能返回 null,表示取不到有效值。
20965
20939
  # @type ApplicationName: String
20966
20940
  # @param InstanceCount: 部署组机器数目
20967
- # 注意:此字段可能返回 null,表示取不到有效值。
20968
20941
  # @type InstanceCount: Integer
20969
20942
  # @param RunInstanceCount: 部署组运行中机器数目
20970
- # 注意:此字段可能返回 null,表示取不到有效值。
20971
20943
  # @type RunInstanceCount: Integer
20972
20944
  # @param StartupParameters: 部署组启动参数信息
20973
20945
  # 注意:此字段可能返回 null,表示取不到有效值。
20974
20946
  # @type StartupParameters: String
20975
20947
  # @param CreateTime: 部署组创建时间
20976
- # 注意:此字段可能返回 null,表示取不到有效值。
20977
20948
  # @type CreateTime: String
20978
20949
  # @param UpdateTime: 部署组更新时间
20979
- # 注意:此字段可能返回 null,表示取不到有效值。
20980
20950
  # @type UpdateTime: String
20981
20951
  # @param OffInstanceCount: 部署组停止机器数目
20982
- # 注意:此字段可能返回 null,表示取不到有效值。
20983
20952
  # @type OffInstanceCount: Integer
20984
20953
  # @param GroupDesc: 部署组描述信息
20985
20954
  # 注意:此字段可能返回 null,表示取不到有效值。
20986
20955
  # @type GroupDesc: String
20987
20956
  # @param MicroserviceType: 微服务类型
20988
- # 注意:此字段可能返回 null,表示取不到有效值。
20989
20957
  # @type MicroserviceType: String
20990
20958
  # @param ApplicationType: 应用类型
20991
- # 注意:此字段可能返回 null,表示取不到有效值。
20992
20959
  # @type ApplicationType: String
20993
20960
  # @param GroupResourceType: 部署组资源类型
20994
- # 注意:此字段可能返回 null,表示取不到有效值。
20995
20961
  # @type GroupResourceType: String
20996
20962
  # @param UpdatedTime: 部署组更新时间戳
20997
- # 注意:此字段可能返回 null,表示取不到有效值。
20998
20963
  # @type UpdatedTime: Integer
20999
20964
  # @param DeployDesc: 部署应用描述信息
21000
20965
  # 注意:此字段可能返回 null,表示取不到有效值。
21001
20966
  # @type DeployDesc: String
21002
20967
  # @param UpdateType: 滚动发布的更新方式
21003
- # 注意:此字段可能返回 null,表示取不到有效值。
21004
20968
  # @type UpdateType: Integer
21005
20969
  # @param DeployBetaEnable: 发布是否启用beta批次
21006
- # 注意:此字段可能返回 null,表示取不到有效值。
21007
20970
  # @type DeployBetaEnable: Boolean
21008
20971
  # @param DeployBatch: 滚动发布的批次比例列表
21009
- # 注意:此字段可能返回 null,表示取不到有效值。
21010
20972
  # @type DeployBatch: Array
21011
20973
  # @param DeployExeMode: 滚动发布的批次执行方式
21012
- # 注意:此字段可能返回 null,表示取不到有效值。
21013
20974
  # @type DeployExeMode: String
21014
20975
  # @param DeployWaitTime: 滚动发布的每个批次的等待时间
21015
- # 注意:此字段可能返回 null,表示取不到有效值。
21016
20976
  # @type DeployWaitTime: Integer
21017
20977
  # @param EnableHealthCheck: 是否开启了健康检查
21018
- # 注意:此字段可能返回 null,表示取不到有效值。
21019
20978
  # @type EnableHealthCheck: Boolean
21020
20979
  # @param HealthCheckSettings: 健康检查配置
21021
20980
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -21033,21 +20992,36 @@ module TencentCloud
21033
20992
  # 注意:此字段可能返回 null,表示取不到有效值。
21034
20993
  # @type Alias: String
21035
20994
  # @param AgentProfileList: javaagent信息
21036
- # 注意:此字段可能返回 null,表示取不到有效值。
21037
20995
  # @type AgentProfileList: Array
21038
20996
  # @param WarmupSetting: 预热属性配置
21039
- # 注意:此字段可能返回 null,表示取不到有效值。
21040
20997
  # @type WarmupSetting: :class:`Tencentcloud::Tsf.v20180326.models.WarmupSetting`
21041
20998
  # @param GatewayConfig: Envoy网关配置
21042
20999
  # 注意:此字段可能返回 null,表示取不到有效值。
21043
21000
  # @type GatewayConfig: :class:`Tencentcloud::Tsf.v20180326.models.GatewayConfig`
21044
21001
  # @param EnableBatchHealthCheck: 批次是否开启健康检查
21045
- # 注意:此字段可能返回 null,表示取不到有效值。
21046
21002
  # @type EnableBatchHealthCheck: Boolean
21003
+ # @param FilebeatCgroupEnable: 是否开启cgroup控制内存cpu
21004
+ # 注意:此字段可能返回 null,表示取不到有效值。
21005
+ # @type FilebeatCgroupEnable: Boolean
21006
+ # @param FilebeatMaxCpu: filebeat使用cpu上限
21007
+ # 注意:此字段可能返回 null,表示取不到有效值。
21008
+ # @type FilebeatMaxCpu: Float
21009
+ # @param FilebeatMaxMem: filebeat使用内存上限
21010
+ # 注意:此字段可能返回 null,表示取不到有效值。
21011
+ # @type FilebeatMaxMem: Integer
21012
+ # @param RepositoryId: 仓库ID
21013
+ # 注意:此字段可能返回 null,表示取不到有效值。
21014
+ # @type RepositoryId: String
21015
+ # @param RepositoryName: 仓库名称
21016
+ # 注意:此字段可能返回 null,表示取不到有效值。
21017
+ # @type RepositoryName: String
21018
+ # @param RepositoryType: 仓库类型
21019
+ # 注意:此字段可能返回 null,表示取不到有效值。
21020
+ # @type RepositoryType: String
21047
21021
 
21048
- attr_accessor :GroupId, :GroupName, :GroupStatus, :PackageId, :PackageName, :PackageVersion, :ClusterId, :ClusterName, :NamespaceId, :NamespaceName, :ApplicationId, :ApplicationName, :InstanceCount, :RunInstanceCount, :StartupParameters, :CreateTime, :UpdateTime, :OffInstanceCount, :GroupDesc, :MicroserviceType, :ApplicationType, :GroupResourceType, :UpdatedTime, :DeployDesc, :UpdateType, :DeployBetaEnable, :DeployBatch, :DeployExeMode, :DeployWaitTime, :EnableHealthCheck, :HealthCheckSettings, :PackageType, :StartScript, :StopScript, :Alias, :AgentProfileList, :WarmupSetting, :GatewayConfig, :EnableBatchHealthCheck
21022
+ attr_accessor :GroupId, :GroupName, :GroupStatus, :PackageId, :PackageName, :PackageVersion, :ClusterId, :ClusterName, :NamespaceId, :NamespaceName, :ApplicationId, :ApplicationName, :InstanceCount, :RunInstanceCount, :StartupParameters, :CreateTime, :UpdateTime, :OffInstanceCount, :GroupDesc, :MicroserviceType, :ApplicationType, :GroupResourceType, :UpdatedTime, :DeployDesc, :UpdateType, :DeployBetaEnable, :DeployBatch, :DeployExeMode, :DeployWaitTime, :EnableHealthCheck, :HealthCheckSettings, :PackageType, :StartScript, :StopScript, :Alias, :AgentProfileList, :WarmupSetting, :GatewayConfig, :EnableBatchHealthCheck, :FilebeatCgroupEnable, :FilebeatMaxCpu, :FilebeatMaxMem, :RepositoryId, :RepositoryName, :RepositoryType
21049
21023
 
21050
- def initialize(groupid=nil, groupname=nil, groupstatus=nil, packageid=nil, packagename=nil, packageversion=nil, clusterid=nil, clustername=nil, namespaceid=nil, namespacename=nil, applicationid=nil, applicationname=nil, instancecount=nil, runinstancecount=nil, startupparameters=nil, createtime=nil, updatetime=nil, offinstancecount=nil, groupdesc=nil, microservicetype=nil, applicationtype=nil, groupresourcetype=nil, updatedtime=nil, deploydesc=nil, updatetype=nil, deploybetaenable=nil, deploybatch=nil, deployexemode=nil, deploywaittime=nil, enablehealthcheck=nil, healthchecksettings=nil, packagetype=nil, startscript=nil, stopscript=nil, _alias=nil, agentprofilelist=nil, warmupsetting=nil, gatewayconfig=nil, enablebatchhealthcheck=nil)
21024
+ def initialize(groupid=nil, groupname=nil, groupstatus=nil, packageid=nil, packagename=nil, packageversion=nil, clusterid=nil, clustername=nil, namespaceid=nil, namespacename=nil, applicationid=nil, applicationname=nil, instancecount=nil, runinstancecount=nil, startupparameters=nil, createtime=nil, updatetime=nil, offinstancecount=nil, groupdesc=nil, microservicetype=nil, applicationtype=nil, groupresourcetype=nil, updatedtime=nil, deploydesc=nil, updatetype=nil, deploybetaenable=nil, deploybatch=nil, deployexemode=nil, deploywaittime=nil, enablehealthcheck=nil, healthchecksettings=nil, packagetype=nil, startscript=nil, stopscript=nil, _alias=nil, agentprofilelist=nil, warmupsetting=nil, gatewayconfig=nil, enablebatchhealthcheck=nil, filebeatcgroupenable=nil, filebeatmaxcpu=nil, filebeatmaxmem=nil, repositoryid=nil, repositoryname=nil, repositorytype=nil)
21051
21025
  @GroupId = groupid
21052
21026
  @GroupName = groupname
21053
21027
  @GroupStatus = groupstatus
@@ -21087,6 +21061,12 @@ module TencentCloud
21087
21061
  @WarmupSetting = warmupsetting
21088
21062
  @GatewayConfig = gatewayconfig
21089
21063
  @EnableBatchHealthCheck = enablebatchhealthcheck
21064
+ @FilebeatCgroupEnable = filebeatcgroupenable
21065
+ @FilebeatMaxCpu = filebeatmaxcpu
21066
+ @FilebeatMaxMem = filebeatmaxmem
21067
+ @RepositoryId = repositoryid
21068
+ @RepositoryName = repositoryname
21069
+ @RepositoryType = repositorytype
21090
21070
  end
21091
21071
 
21092
21072
  def deserialize(params)
@@ -21145,13 +21125,18 @@ module TencentCloud
21145
21125
  @GatewayConfig.deserialize(params['GatewayConfig'])
21146
21126
  end
21147
21127
  @EnableBatchHealthCheck = params['EnableBatchHealthCheck']
21128
+ @FilebeatCgroupEnable = params['FilebeatCgroupEnable']
21129
+ @FilebeatMaxCpu = params['FilebeatMaxCpu']
21130
+ @FilebeatMaxMem = params['FilebeatMaxMem']
21131
+ @RepositoryId = params['RepositoryId']
21132
+ @RepositoryName = params['RepositoryName']
21133
+ @RepositoryType = params['RepositoryType']
21148
21134
  end
21149
21135
  end
21150
21136
 
21151
21137
  # 虚拟机部署组其他字段
21152
21138
  class VmGroupOther < TencentCloud::Common::AbstractModel
21153
21139
  # @param GroupId: 部署组ID
21154
- # 注意:此字段可能返回 null,表示取不到有效值。
21155
21140
  # @type GroupId: String
21156
21141
  # @param PackageId: 程序包ID
21157
21142
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -21163,19 +21148,14 @@ module TencentCloud
21163
21148
  # 注意:此字段可能返回 null,表示取不到有效值。
21164
21149
  # @type PackageVersion: String
21165
21150
  # @param InstanceCount: 部署组实例数
21166
- # 注意:此字段可能返回 null,表示取不到有效值。
21167
21151
  # @type InstanceCount: Integer
21168
21152
  # @param RunInstanceCount: 部署组运行中实例数
21169
- # 注意:此字段可能返回 null,表示取不到有效值。
21170
21153
  # @type RunInstanceCount: Integer
21171
21154
  # @param OffInstanceCount: 部署组中停止实例数
21172
- # 注意:此字段可能返回 null,表示取不到有效值。
21173
21155
  # @type OffInstanceCount: Integer
21174
21156
  # @param GroupStatus: 部署组状态
21175
- # 注意:此字段可能返回 null,表示取不到有效值。
21176
21157
  # @type GroupStatus: String
21177
21158
  # @param IsNotEqualServiceConfig: 服务配置信息是否匹配
21178
- # 注意:此字段可能返回 null,表示取不到有效值。
21179
21159
  # @type IsNotEqualServiceConfig: Boolean
21180
21160
  # @param HealthCheckSettings: HealthCheckSettings
21181
21161
  # 注意:此字段可能返回 null,表示取不到有效值。
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tsf
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1026
4
+ version: 3.0.1028
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-03-24 00:00:00.000000000 Z
11
+ date: 2025-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common