tencentcloud-sdk-tsf 3.0.1025 → 3.0.1027

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 +70 -105
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 97e7c5fc37d6d97357fa7b2397637d66ecf78960
4
- data.tar.gz: a2fb0a7e599c9212749fe5d607a75f61c9e7f5ed
3
+ metadata.gz: 4d911abb8736d559c7d800c6fcbfd5ab9696008b
4
+ data.tar.gz: 7049953c13494b5636335ea403b29f5fdcba1f3c
5
5
  SHA512:
6
- metadata.gz: 80c1b2163bb7cce26d3a5992721323dffcc53f1029bc3a67146803eb3166edc8fd9895bb43d5619a35e105898938e7ce46faf6ab22489f8c1056c8a219df5b0a
7
- data.tar.gz: a93abb26988f0b6991bd326e8e2d8e0c127e9351529e98678045c0534148ff9fccf5367437da5ceeaa096f4a2140c055c5093472cc480c2cd931a63998cc769d
6
+ metadata.gz: aff223bb7c8cff6e1e80d3ad14053414eb19e5acf6c059585a6c495592a023ddb4ea1b149e3208b284a238825e9f0580a3955d4cf531d5c46fbb2a84a564ff79
7
+ data.tar.gz: 049e219d4d278755b8e1e203157a5ae08f3b5299bf504a267bb4b2082f26b24d89c351cc395c5979efdb48d1ec7ef9a2641caa5648ec18d11466c86a9d521460
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1025
1
+ 3.0.1027
@@ -2433,16 +2433,12 @@ module TencentCloud
2433
2433
  # 获取部署组
2434
2434
  class ContainerGroupDeploy < TencentCloud::Common::AbstractModel
2435
2435
  # @param GroupId: 部署组id
2436
- # 注意:此字段可能返回 null,表示取不到有效值。
2437
2436
  # @type GroupId: String
2438
2437
  # @param GroupName: 分组名称
2439
- # 注意:此字段可能返回 null,表示取不到有效值。
2440
2438
  # @type GroupName: String
2441
2439
  # @param InstanceNum: 实例总数
2442
- # 注意:此字段可能返回 null,表示取不到有效值。
2443
2440
  # @type InstanceNum: Integer
2444
2441
  # @param CurrentNum: 已启动实例总数
2445
- # 注意:此字段可能返回 null,表示取不到有效值。
2446
2442
  # @type CurrentNum: Integer
2447
2443
  # @param Server: 镜像server
2448
2444
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -2469,7 +2465,6 @@ module TencentCloud
2469
2465
  # 注意:此字段可能返回 null,表示取不到有效值。
2470
2466
  # @type AccessType: Integer
2471
2467
  # @param ProtocolPorts: 端口映射
2472
- # 注意:此字段可能返回 null,表示取不到有效值。
2473
2468
  # @type ProtocolPorts: Array
2474
2469
  # @param UpdateType: 更新方式:0:快速更新 1:滚动更新
2475
2470
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -2514,16 +2509,13 @@ module TencentCloud
2514
2509
  # 注意:此字段可能返回 null,表示取不到有效值。
2515
2510
  # @type HealthCheckSettings: :class:`Tencentcloud::Tsf.v20180326.models.HealthCheckSettings`
2516
2511
  # @param DeployAgent: 是否部署Agent容器
2517
- # 注意:此字段可能返回 null,表示取不到有效值。
2518
2512
  # @type DeployAgent: Boolean
2519
2513
  # @param Alias: 部署组备注
2520
2514
  # 注意:此字段可能返回 null,表示取不到有效值。
2521
2515
  # @type Alias: String
2522
2516
  # @param DisableService: 是否创建 k8s service
2523
- # 注意:此字段可能返回 null,表示取不到有效值。
2524
2517
  # @type DisableService: Boolean
2525
2518
  # @param HeadlessService: service 是否为 headless 类型
2526
- # 注意:此字段可能返回 null,表示取不到有效值。
2527
2519
  # @type HeadlessService: Boolean
2528
2520
  # @param TcrRepoInfo: TcrRepoInfo值
2529
2521
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -2538,25 +2530,19 @@ module TencentCloud
2538
2530
  # 注意:此字段可能返回 null,表示取不到有效值。
2539
2531
  # @type KubeInjectEnable: Boolean
2540
2532
  # @param RepoType: 仓库类型 (person, tcr)
2541
- # 注意:此字段可能返回 null,表示取不到有效值。
2542
2533
  # @type RepoType: String
2543
2534
  # @param WarmupSetting: 预热配置设置
2544
- # 注意:此字段可能返回 null,表示取不到有效值。
2545
2535
  # @type WarmupSetting: :class:`Tencentcloud::Tsf.v20180326.models.WarmupSetting`
2546
2536
  # @param GatewayConfig: Envoy网关服务配置
2547
2537
  # 注意:此字段可能返回 null,表示取不到有效值。
2548
2538
  # @type GatewayConfig: :class:`Tencentcloud::Tsf.v20180326.models.GatewayConfig`
2549
2539
  # @param ContainerName: 容器名称
2550
- # 注意:此字段可能返回 null,表示取不到有效值。
2551
2540
  # @type ContainerName: String
2552
2541
  # @param AdditionalContainerList: 附加容器列表
2553
- # 注意:此字段可能返回 null,表示取不到有效值。
2554
2542
  # @type AdditionalContainerList: Array
2555
2543
  # @param InternalContainerList: 内部容器列表
2556
- # 注意:此字段可能返回 null,表示取不到有效值。
2557
2544
  # @type InternalContainerList: Array
2558
2545
  # @param ServiceSettingList: service列表
2559
- # 注意:此字段可能返回 null,表示取不到有效值。
2560
2546
  # @type ServiceSettingList: Array
2561
2547
 
2562
2548
  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
@@ -7864,7 +7850,6 @@ module TencentCloud
7864
7850
  # DescribeContainerGroupDeployInfo返回参数结构体
7865
7851
  class DescribeContainerGroupDeployInfoResponse < TencentCloud::Common::AbstractModel
7866
7852
  # @param Result: 获取部署组
7867
- # 注意:此字段可能返回 null,表示取不到有效值。
7868
7853
  # @type Result: :class:`Tencentcloud::Tsf.v20180326.models.ContainerGroupDeploy`
7869
7854
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7870
7855
  # @type RequestId: String
@@ -8866,7 +8851,6 @@ module TencentCloud
8866
8851
  # DescribeGroup返回参数结构体
8867
8852
  class DescribeGroupResponse < TencentCloud::Common::AbstractModel
8868
8853
  # @param Result: 虚拟机部署组详情
8869
- # 注意:此字段可能返回 null,表示取不到有效值。
8870
8854
  # @type Result: :class:`Tencentcloud::Tsf.v20180326.models.VmGroup`
8871
8855
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8872
8856
  # @type RequestId: String
@@ -13078,49 +13062,34 @@ module TencentCloud
13078
13062
  # @param TagName: 镜像版本名称
13079
13063
  # @type TagName: String
13080
13064
  # @param ContainerName: 容器名字
13081
- # 注意:此字段可能返回 null,表示取不到有效值。
13082
13065
  # @type ContainerName: String
13083
13066
  # @param RepoName: 镜像名
13084
- # 注意:此字段可能返回 null,表示取不到有效值。
13085
13067
  # @type RepoName: String
13086
13068
  # @param RepoType: 仓库类型,tcr,address,personal,默认personal
13087
- # 注意:此字段可能返回 null,表示取不到有效值。
13088
13069
  # @type RepoType: String
13089
13070
  # @param TcrRepoInfo: tcr仓库信息
13090
- # 注意:此字段可能返回 null,表示取不到有效值。
13091
13071
  # @type TcrRepoInfo: :class:`Tencentcloud::Tsf.v20180326.models.TcrRepoInfo`
13092
13072
  # @param Server: 镜像server
13093
- # 注意:此字段可能返回 null,表示取不到有效值。
13094
13073
  # @type Server: String
13095
13074
  # @param SecretName: 凭证名字
13096
- # 注意:此字段可能返回 null,表示取不到有效值。
13097
13075
  # @type SecretName: String
13098
13076
  # @param JvmOpts: jvm 参数
13099
- # 注意:此字段可能返回 null,表示取不到有效值。
13100
13077
  # @type JvmOpts: String
13101
13078
  # @param CpuLimit: 容器最大的 CPU 核数,对应 K8S 的 limit
13102
- # 注意:此字段可能返回 null,表示取不到有效值。
13103
13079
  # @type CpuLimit: String
13104
13080
  # @param CpuRequest: 容器分配的 CPU 核数,对应 K8S 的 request
13105
- # 注意:此字段可能返回 null,表示取不到有效值。
13106
13081
  # @type CpuRequest: String
13107
13082
  # @param MemRequest: 容器分配的内存 MiB 数,对应 K8S 的 request
13108
- # 注意:此字段可能返回 null,表示取不到有效值。
13109
13083
  # @type MemRequest: String
13110
13084
  # @param MemLimit: 容器最大的内存 MiB 数,对应 K8S 的 limit
13111
- # 注意:此字段可能返回 null,表示取不到有效值。
13112
13085
  # @type MemLimit: String
13113
13086
  # @param HealthCheckSettings: 健康检查配置信息
13114
- # 注意:此字段可能返回 null,表示取不到有效值。
13115
13087
  # @type HealthCheckSettings: :class:`Tencentcloud::Tsf.v20180326.models.HealthCheckSettings`
13116
13088
  # @param Envs: 环境变量
13117
- # 注意:此字段可能返回 null,表示取不到有效值。
13118
13089
  # @type Envs: Array
13119
13090
  # @param UserEnvs: 环境变量,作为入参时不用填
13120
- # 注意:此字段可能返回 null,表示取不到有效值。
13121
13091
  # @type UserEnvs: Array
13122
13092
  # @param VolumeMountInfoList: 数据卷挂载点信息
13123
- # 注意:此字段可能返回 null,表示取不到有效值。
13124
13093
  # @type VolumeMountInfoList: Array
13125
13094
 
13126
13095
  attr_accessor :TagName, :ContainerName, :RepoName, :RepoType, :TcrRepoInfo, :Server, :SecretName, :JvmOpts, :CpuLimit, :CpuRequest, :MemRequest, :MemLimit, :HealthCheckSettings, :Envs, :UserEnvs, :VolumeMountInfoList
@@ -13722,10 +13691,12 @@ module TencentCloud
13722
13691
  # @type CreateMode: String
13723
13692
  # @param RepoName: 仓库名,等同reponame字段
13724
13693
  # @type RepoName: String
13694
+ # @param RepoType: 仓库类型
13695
+ # @type RepoType: String
13725
13696
 
13726
- attr_accessor :Reponame, :Repotype, :TagCount, :IsPublic, :IsUserFavor, :IsQcloudOfficial, :FavorCount, :PullCount, :Description, :CreationTime, :UpdateTime, :TcrRepoInfo, :TcrBindingId, :ApplicationId, :ApplicationName, :ApplicationNameReal, :Public, :CreateMode, :RepoName
13697
+ attr_accessor :Reponame, :Repotype, :TagCount, :IsPublic, :IsUserFavor, :IsQcloudOfficial, :FavorCount, :PullCount, :Description, :CreationTime, :UpdateTime, :TcrRepoInfo, :TcrBindingId, :ApplicationId, :ApplicationName, :ApplicationNameReal, :Public, :CreateMode, :RepoName, :RepoType
13727
13698
 
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)
13699
+ 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
13700
  @Reponame = reponame
13730
13701
  @Repotype = repotype
13731
13702
  @TagCount = tagcount
@@ -13745,6 +13716,7 @@ module TencentCloud
13745
13716
  @Public = public
13746
13717
  @CreateMode = createmode
13747
13718
  @RepoName = reponame
13719
+ @RepoType = repotype
13748
13720
  end
13749
13721
 
13750
13722
  def deserialize(params)
@@ -13773,6 +13745,7 @@ module TencentCloud
13773
13745
  @Public = params['Public']
13774
13746
  @CreateMode = params['CreateMode']
13775
13747
  @RepoName = params['RepoName']
13748
+ @RepoType = params['RepoType']
13776
13749
  end
13777
13750
  end
13778
13751
 
@@ -17840,10 +17813,12 @@ module TencentCloud
17840
17813
  # @type BatchType: String
17841
17814
  # @param ScrollId: 游标ID
17842
17815
  # @type ScrollId: String
17816
+ # @param SearchAfter: 查询es使用searchAfter时,游标
17817
+ # @type SearchAfter: Array
17843
17818
 
17844
- attr_accessor :ConfigId, :InstanceIds, :StartTime, :EndTime, :Offset, :Limit, :OrderBy, :OrderType, :SearchWords, :GroupIds, :SearchWordType, :BatchType, :ScrollId
17819
+ attr_accessor :ConfigId, :InstanceIds, :StartTime, :EndTime, :Offset, :Limit, :OrderBy, :OrderType, :SearchWords, :GroupIds, :SearchWordType, :BatchType, :ScrollId, :SearchAfter
17845
17820
 
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)
17821
+ 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
17822
  @ConfigId = configid
17848
17823
  @InstanceIds = instanceids
17849
17824
  @StartTime = starttime
@@ -17857,6 +17832,7 @@ module TencentCloud
17857
17832
  @SearchWordType = searchwordtype
17858
17833
  @BatchType = batchtype
17859
17834
  @ScrollId = scrollid
17835
+ @SearchAfter = searchafter
17860
17836
  end
17861
17837
 
17862
17838
  def deserialize(params)
@@ -17873,13 +17849,13 @@ module TencentCloud
17873
17849
  @SearchWordType = params['SearchWordType']
17874
17850
  @BatchType = params['BatchType']
17875
17851
  @ScrollId = params['ScrollId']
17852
+ @SearchAfter = params['SearchAfter']
17876
17853
  end
17877
17854
  end
17878
17855
 
17879
17856
  # SearchBusinessLog返回参数结构体
17880
17857
  class SearchBusinessLogResponse < TencentCloud::Common::AbstractModel
17881
17858
  # @param Result: 业务日志列表
17882
- # 注意:此字段可能返回 null,表示取不到有效值。
17883
17859
  # @type Result: :class:`Tencentcloud::Tsf.v20180326.models.TsfPageBusinessLogV2`
17884
17860
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
17885
17861
  # @type RequestId: String
@@ -17930,10 +17906,12 @@ module TencentCloud
17930
17906
  # @type BatchType: String
17931
17907
  # @param ScrollId: 游标ID
17932
17908
  # @type ScrollId: String
17909
+ # @param SearchAfter: 查询es使用searchAfter时,游标
17910
+ # @type SearchAfter: Array
17933
17911
 
17934
- attr_accessor :InstanceId, :Limit, :SearchWords, :StartTime, :GroupId, :EndTime, :Offset, :OrderBy, :OrderType, :SearchWordType, :BatchType, :ScrollId
17912
+ attr_accessor :InstanceId, :Limit, :SearchWords, :StartTime, :GroupId, :EndTime, :Offset, :OrderBy, :OrderType, :SearchWordType, :BatchType, :ScrollId, :SearchAfter
17935
17913
 
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)
17914
+ 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
17915
  @InstanceId = instanceid
17938
17916
  @Limit = limit
17939
17917
  @SearchWords = searchwords
@@ -17946,6 +17924,7 @@ module TencentCloud
17946
17924
  @SearchWordType = searchwordtype
17947
17925
  @BatchType = batchtype
17948
17926
  @ScrollId = scrollid
17927
+ @SearchAfter = searchafter
17949
17928
  end
17950
17929
 
17951
17930
  def deserialize(params)
@@ -17961,13 +17940,13 @@ module TencentCloud
17961
17940
  @SearchWordType = params['SearchWordType']
17962
17941
  @BatchType = params['BatchType']
17963
17942
  @ScrollId = params['ScrollId']
17943
+ @SearchAfter = params['SearchAfter']
17964
17944
  end
17965
17945
  end
17966
17946
 
17967
17947
  # SearchStdoutLog返回参数结构体
17968
17948
  class SearchStdoutLogResponse < TencentCloud::Common::AbstractModel
17969
17949
  # @param Result: 标准输出日志列表
17970
- # 注意:此字段可能返回 null,表示取不到有效值。
17971
17950
  # @type Result: :class:`Tencentcloud::Tsf.v20180326.models.TsfPageStdoutLogV2`
17972
17951
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
17973
17952
  # @type RequestId: String
@@ -18057,72 +18036,53 @@ module TencentCloud
18057
18036
  # 容器网络设置。
18058
18037
  class ServiceSetting < TencentCloud::Common::AbstractModel
18059
18038
  # @param AccessType: 0:公网, 1:集群内访问, 2:NodePort, 3: VPC 内网访问
18060
- # 注意:此字段可能返回 null,表示取不到有效值。
18061
18039
  # @type AccessType: Integer
18062
18040
  # @param ProtocolPorts: 容器端口映射
18063
- # 注意:此字段可能返回 null,表示取不到有效值。
18064
18041
  # @type ProtocolPorts: Array
18065
18042
  # @param SubnetId: 子网ID
18066
- # 注意:此字段可能返回 null,表示取不到有效值。
18067
18043
  # @type SubnetId: String
18068
18044
  # @param DisableService: 是否创建 k8s service,默认为 false
18069
- # 注意:此字段可能返回 null,表示取不到有效值。
18070
18045
  # @type DisableService: Boolean
18071
18046
  # @param HeadlessService: service 是否为 headless 类型
18072
- # 注意:此字段可能返回 null,表示取不到有效值。
18073
18047
  # @type HeadlessService: Boolean
18074
18048
  # @param AllowDeleteService: 当为 true 且 DisableService 也为 true 时,会删除之前创建的 service,请小心使用
18075
- # 注意:此字段可能返回 null,表示取不到有效值。
18076
18049
  # @type AllowDeleteService: Boolean
18077
18050
  # @param OpenSessionAffinity: 开启SessionAffinity,true为开启,false为不开启,默认为false
18078
- # 注意:此字段可能返回 null,表示取不到有效值。
18079
18051
  # @type OpenSessionAffinity: Boolean
18080
18052
  # @param SessionAffinityTimeoutSeconds: SessionAffinity会话时间,默认10800
18081
- # 注意:此字段可能返回 null,表示取不到有效值。
18082
18053
  # @type SessionAffinityTimeoutSeconds: Integer
18083
18054
  # @param ServiceName: 服务名称
18084
- # 注意:此字段可能返回 null,表示取不到有效值。
18085
18055
  # @type ServiceName: String
18086
18056
  # @param ExternalTrafficStrategy: 外部流量策略
18087
- # 注意:此字段可能返回 null,表示取不到有效值。
18088
18057
  # @type ExternalTrafficStrategy: String
18089
18058
  # @param ExternalTrafficPolicy: 外部流量策略
18090
- # 注意:此字段可能返回 null,表示取不到有效值。
18091
18059
  # @type ExternalTrafficPolicy: String
18092
18060
  # @param LoadBalancerProvisioner: 负载均衡提供者
18093
- # 注意:此字段可能返回 null,表示取不到有效值。
18094
18061
  # @type LoadBalancerProvisioner: String
18095
18062
  # @param LoadBalancingType: 负载均衡类型
18096
- # 注意:此字段可能返回 null,表示取不到有效值。
18097
18063
  # @type LoadBalancingType: String
18098
18064
  # @param ClusterIp: k8s负载均衡内网vip
18099
- # 注意:此字段可能返回 null,表示取不到有效值。
18100
18065
  # @type ClusterIp: String
18101
18066
  # @param DisableServiceInt: 禁用服务Int记录
18102
- # 注意:此字段可能返回 null,表示取不到有效值。
18103
18067
  # @type DisableServiceInt: Integer
18104
18068
  # @param OpenSessionAffinityInt: 开启SessionAffinity Int记录
18105
- # 注意:此字段可能返回 null,表示取不到有效值。
18106
18069
  # @type OpenSessionAffinityInt: Integer
18107
18070
  # @param HeadlessServiceInt: 开启HeadlessService int记录
18108
- # 注意:此字段可能返回 null,表示取不到有效值。
18109
18071
  # @type HeadlessServiceInt: Integer
18110
18072
  # @param Name: 服务名称
18111
- # 注意:此字段可能返回 null,表示取不到有效值。
18112
18073
  # @type Name: String
18113
18074
  # @param VpcId: VPC网络ID
18114
- # 注意:此字段可能返回 null,表示取不到有效值。
18115
18075
  # @type VpcId: String
18116
18076
  # @param LoadBalancingIp: 负载均衡VIP
18117
- # 注意:此字段可能返回 null,表示取不到有效值。
18118
18077
  # @type LoadBalancingIp: String
18119
18078
  # @param LoadBalancerId: 负载均衡id
18120
- # 注意:此字段可能返回 null,表示取不到有效值。
18121
18079
  # @type LoadBalancerId: String
18080
+ # @param ExistingLoadBalancerId: 已存在的负载均衡id
18081
+ # @type ExistingLoadBalancerId: String
18122
18082
 
18123
- attr_accessor :AccessType, :ProtocolPorts, :SubnetId, :DisableService, :HeadlessService, :AllowDeleteService, :OpenSessionAffinity, :SessionAffinityTimeoutSeconds, :ServiceName, :ExternalTrafficStrategy, :ExternalTrafficPolicy, :LoadBalancerProvisioner, :LoadBalancingType, :ClusterIp, :DisableServiceInt, :OpenSessionAffinityInt, :HeadlessServiceInt, :Name, :VpcId, :LoadBalancingIp, :LoadBalancerId
18083
+ 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
18084
 
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)
18085
+ 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
18086
  @AccessType = accesstype
18127
18087
  @ProtocolPorts = protocolports
18128
18088
  @SubnetId = subnetid
@@ -18144,6 +18104,7 @@ module TencentCloud
18144
18104
  @VpcId = vpcid
18145
18105
  @LoadBalancingIp = loadbalancingip
18146
18106
  @LoadBalancerId = loadbalancerid
18107
+ @ExistingLoadBalancerId = existingloadbalancerid
18147
18108
  end
18148
18109
 
18149
18110
  def deserialize(params)
@@ -18175,6 +18136,7 @@ module TencentCloud
18175
18136
  @VpcId = params['VpcId']
18176
18137
  @LoadBalancingIp = params['LoadBalancingIp']
18177
18138
  @LoadBalancerId = params['LoadBalancerId']
18139
+ @ExistingLoadBalancerId = params['ExistingLoadBalancerId']
18178
18140
  end
18179
18141
  end
18180
18142
 
@@ -19521,10 +19483,8 @@ module TencentCloud
19521
19483
  # 业务日志列表
19522
19484
  class TsfPageBusinessLogV2 < TencentCloud::Common::AbstractModel
19523
19485
  # @param TotalCount: 总条数
19524
- # 注意:此字段可能返回 null,表示取不到有效值。
19525
19486
  # @type TotalCount: Integer
19526
19487
  # @param Content: 业务日志列表
19527
- # 注意:此字段可能返回 null,表示取不到有效值。
19528
19488
  # @type Content: Array
19529
19489
  # @param ScrollId: 游标ID
19530
19490
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -19532,14 +19492,18 @@ module TencentCloud
19532
19492
  # @param Status: 查询状态
19533
19493
  # 注意:此字段可能返回 null,表示取不到有效值。
19534
19494
  # @type Status: String
19495
+ # @param SearchAfter: 查询es时,使用searchAfter返回的游标
19496
+ # 注意:此字段可能返回 null,表示取不到有效值。
19497
+ # @type SearchAfter: Array
19535
19498
 
19536
- attr_accessor :TotalCount, :Content, :ScrollId, :Status
19499
+ attr_accessor :TotalCount, :Content, :ScrollId, :Status, :SearchAfter
19537
19500
 
19538
- def initialize(totalcount=nil, content=nil, scrollid=nil, status=nil)
19501
+ def initialize(totalcount=nil, content=nil, scrollid=nil, status=nil, searchafter=nil)
19539
19502
  @TotalCount = totalcount
19540
19503
  @Content = content
19541
19504
  @ScrollId = scrollid
19542
19505
  @Status = status
19506
+ @SearchAfter = searchafter
19543
19507
  end
19544
19508
 
19545
19509
  def deserialize(params)
@@ -19554,6 +19518,7 @@ module TencentCloud
19554
19518
  end
19555
19519
  @ScrollId = params['ScrollId']
19556
19520
  @Status = params['Status']
19521
+ @SearchAfter = params['SearchAfter']
19557
19522
  end
19558
19523
  end
19559
19524
 
@@ -20026,10 +19991,8 @@ module TencentCloud
20026
19991
  # 标准输出日志列表
20027
19992
  class TsfPageStdoutLogV2 < TencentCloud::Common::AbstractModel
20028
19993
  # @param TotalCount: 总条数
20029
- # 注意:此字段可能返回 null,表示取不到有效值。
20030
19994
  # @type TotalCount: Integer
20031
19995
  # @param Content: 标准输出日志列表
20032
- # 注意:此字段可能返回 null,表示取不到有效值。
20033
19996
  # @type Content: Array
20034
19997
  # @param ScrollId: 游标ID
20035
19998
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -20037,14 +20000,18 @@ module TencentCloud
20037
20000
  # @param Status: 查询状态
20038
20001
  # 注意:此字段可能返回 null,表示取不到有效值。
20039
20002
  # @type Status: String
20003
+ # @param SearchAfter: 游标ID
20004
+ # 注意:此字段可能返回 null,表示取不到有效值。
20005
+ # @type SearchAfter: Array
20040
20006
 
20041
- attr_accessor :TotalCount, :Content, :ScrollId, :Status
20007
+ attr_accessor :TotalCount, :Content, :ScrollId, :Status, :SearchAfter
20042
20008
 
20043
- def initialize(totalcount=nil, content=nil, scrollid=nil, status=nil)
20009
+ def initialize(totalcount=nil, content=nil, scrollid=nil, status=nil, searchafter=nil)
20044
20010
  @TotalCount = totalcount
20045
20011
  @Content = content
20046
20012
  @ScrollId = scrollid
20047
20013
  @Status = status
20014
+ @SearchAfter = searchafter
20048
20015
  end
20049
20016
 
20050
20017
  def deserialize(params)
@@ -20059,6 +20026,7 @@ module TencentCloud
20059
20026
  end
20060
20027
  @ScrollId = params['ScrollId']
20061
20028
  @Status = params['Status']
20029
+ @SearchAfter = params['SearchAfter']
20062
20030
  end
20063
20031
  end
20064
20032
 
@@ -20928,13 +20896,10 @@ module TencentCloud
20928
20896
  # 虚拟机部署组信息
20929
20897
  class VmGroup < TencentCloud::Common::AbstractModel
20930
20898
  # @param GroupId: 部署组ID
20931
- # 注意:此字段可能返回 null,表示取不到有效值。
20932
20899
  # @type GroupId: String
20933
20900
  # @param GroupName: 部署组名称
20934
- # 注意:此字段可能返回 null,表示取不到有效值。
20935
20901
  # @type GroupName: String
20936
20902
  # @param GroupStatus: 部署组状态
20937
- # 注意:此字段可能返回 null,表示取不到有效值。
20938
20903
  # @type GroupStatus: String
20939
20904
  # @param PackageId: 程序包ID
20940
20905
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -20946,76 +20911,55 @@ module TencentCloud
20946
20911
  # 注意:此字段可能返回 null,表示取不到有效值。
20947
20912
  # @type PackageVersion: String
20948
20913
  # @param ClusterId: 集群ID
20949
- # 注意:此字段可能返回 null,表示取不到有效值。
20950
20914
  # @type ClusterId: String
20951
20915
  # @param ClusterName: 集群名称
20952
- # 注意:此字段可能返回 null,表示取不到有效值。
20953
20916
  # @type ClusterName: String
20954
20917
  # @param NamespaceId: 命名空间ID
20955
- # 注意:此字段可能返回 null,表示取不到有效值。
20956
20918
  # @type NamespaceId: String
20957
20919
  # @param NamespaceName: 命名空间名称
20958
- # 注意:此字段可能返回 null,表示取不到有效值。
20959
20920
  # @type NamespaceName: String
20960
20921
  # @param ApplicationId: 应用ID
20961
- # 注意:此字段可能返回 null,表示取不到有效值。
20962
20922
  # @type ApplicationId: String
20963
20923
  # @param ApplicationName: 应用名称
20964
- # 注意:此字段可能返回 null,表示取不到有效值。
20965
20924
  # @type ApplicationName: String
20966
20925
  # @param InstanceCount: 部署组机器数目
20967
- # 注意:此字段可能返回 null,表示取不到有效值。
20968
20926
  # @type InstanceCount: Integer
20969
20927
  # @param RunInstanceCount: 部署组运行中机器数目
20970
- # 注意:此字段可能返回 null,表示取不到有效值。
20971
20928
  # @type RunInstanceCount: Integer
20972
20929
  # @param StartupParameters: 部署组启动参数信息
20973
20930
  # 注意:此字段可能返回 null,表示取不到有效值。
20974
20931
  # @type StartupParameters: String
20975
20932
  # @param CreateTime: 部署组创建时间
20976
- # 注意:此字段可能返回 null,表示取不到有效值。
20977
20933
  # @type CreateTime: String
20978
20934
  # @param UpdateTime: 部署组更新时间
20979
- # 注意:此字段可能返回 null,表示取不到有效值。
20980
20935
  # @type UpdateTime: String
20981
20936
  # @param OffInstanceCount: 部署组停止机器数目
20982
- # 注意:此字段可能返回 null,表示取不到有效值。
20983
20937
  # @type OffInstanceCount: Integer
20984
20938
  # @param GroupDesc: 部署组描述信息
20985
20939
  # 注意:此字段可能返回 null,表示取不到有效值。
20986
20940
  # @type GroupDesc: String
20987
20941
  # @param MicroserviceType: 微服务类型
20988
- # 注意:此字段可能返回 null,表示取不到有效值。
20989
20942
  # @type MicroserviceType: String
20990
20943
  # @param ApplicationType: 应用类型
20991
- # 注意:此字段可能返回 null,表示取不到有效值。
20992
20944
  # @type ApplicationType: String
20993
20945
  # @param GroupResourceType: 部署组资源类型
20994
- # 注意:此字段可能返回 null,表示取不到有效值。
20995
20946
  # @type GroupResourceType: String
20996
20947
  # @param UpdatedTime: 部署组更新时间戳
20997
- # 注意:此字段可能返回 null,表示取不到有效值。
20998
20948
  # @type UpdatedTime: Integer
20999
20949
  # @param DeployDesc: 部署应用描述信息
21000
20950
  # 注意:此字段可能返回 null,表示取不到有效值。
21001
20951
  # @type DeployDesc: String
21002
20952
  # @param UpdateType: 滚动发布的更新方式
21003
- # 注意:此字段可能返回 null,表示取不到有效值。
21004
20953
  # @type UpdateType: Integer
21005
20954
  # @param DeployBetaEnable: 发布是否启用beta批次
21006
- # 注意:此字段可能返回 null,表示取不到有效值。
21007
20955
  # @type DeployBetaEnable: Boolean
21008
20956
  # @param DeployBatch: 滚动发布的批次比例列表
21009
- # 注意:此字段可能返回 null,表示取不到有效值。
21010
20957
  # @type DeployBatch: Array
21011
20958
  # @param DeployExeMode: 滚动发布的批次执行方式
21012
- # 注意:此字段可能返回 null,表示取不到有效值。
21013
20959
  # @type DeployExeMode: String
21014
20960
  # @param DeployWaitTime: 滚动发布的每个批次的等待时间
21015
- # 注意:此字段可能返回 null,表示取不到有效值。
21016
20961
  # @type DeployWaitTime: Integer
21017
20962
  # @param EnableHealthCheck: 是否开启了健康检查
21018
- # 注意:此字段可能返回 null,表示取不到有效值。
21019
20963
  # @type EnableHealthCheck: Boolean
21020
20964
  # @param HealthCheckSettings: 健康检查配置
21021
20965
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -21033,21 +20977,36 @@ module TencentCloud
21033
20977
  # 注意:此字段可能返回 null,表示取不到有效值。
21034
20978
  # @type Alias: String
21035
20979
  # @param AgentProfileList: javaagent信息
21036
- # 注意:此字段可能返回 null,表示取不到有效值。
21037
20980
  # @type AgentProfileList: Array
21038
20981
  # @param WarmupSetting: 预热属性配置
21039
- # 注意:此字段可能返回 null,表示取不到有效值。
21040
20982
  # @type WarmupSetting: :class:`Tencentcloud::Tsf.v20180326.models.WarmupSetting`
21041
20983
  # @param GatewayConfig: Envoy网关配置
21042
20984
  # 注意:此字段可能返回 null,表示取不到有效值。
21043
20985
  # @type GatewayConfig: :class:`Tencentcloud::Tsf.v20180326.models.GatewayConfig`
21044
20986
  # @param EnableBatchHealthCheck: 批次是否开启健康检查
21045
- # 注意:此字段可能返回 null,表示取不到有效值。
21046
20987
  # @type EnableBatchHealthCheck: Boolean
20988
+ # @param FilebeatCgroupEnable: 是否开启cgroup控制内存cpu
20989
+ # 注意:此字段可能返回 null,表示取不到有效值。
20990
+ # @type FilebeatCgroupEnable: Boolean
20991
+ # @param FilebeatMaxCpu: filebeat使用cpu上限
20992
+ # 注意:此字段可能返回 null,表示取不到有效值。
20993
+ # @type FilebeatMaxCpu: Float
20994
+ # @param FilebeatMaxMem: filebeat使用内存上限
20995
+ # 注意:此字段可能返回 null,表示取不到有效值。
20996
+ # @type FilebeatMaxMem: Integer
20997
+ # @param RepositoryId: 仓库ID
20998
+ # 注意:此字段可能返回 null,表示取不到有效值。
20999
+ # @type RepositoryId: String
21000
+ # @param RepositoryName: 仓库名称
21001
+ # 注意:此字段可能返回 null,表示取不到有效值。
21002
+ # @type RepositoryName: String
21003
+ # @param RepositoryType: 仓库类型
21004
+ # 注意:此字段可能返回 null,表示取不到有效值。
21005
+ # @type RepositoryType: String
21047
21006
 
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
21007
+ 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
21008
 
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)
21009
+ 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
21010
  @GroupId = groupid
21052
21011
  @GroupName = groupname
21053
21012
  @GroupStatus = groupstatus
@@ -21087,6 +21046,12 @@ module TencentCloud
21087
21046
  @WarmupSetting = warmupsetting
21088
21047
  @GatewayConfig = gatewayconfig
21089
21048
  @EnableBatchHealthCheck = enablebatchhealthcheck
21049
+ @FilebeatCgroupEnable = filebeatcgroupenable
21050
+ @FilebeatMaxCpu = filebeatmaxcpu
21051
+ @FilebeatMaxMem = filebeatmaxmem
21052
+ @RepositoryId = repositoryid
21053
+ @RepositoryName = repositoryname
21054
+ @RepositoryType = repositorytype
21090
21055
  end
21091
21056
 
21092
21057
  def deserialize(params)
@@ -21145,13 +21110,18 @@ module TencentCloud
21145
21110
  @GatewayConfig.deserialize(params['GatewayConfig'])
21146
21111
  end
21147
21112
  @EnableBatchHealthCheck = params['EnableBatchHealthCheck']
21113
+ @FilebeatCgroupEnable = params['FilebeatCgroupEnable']
21114
+ @FilebeatMaxCpu = params['FilebeatMaxCpu']
21115
+ @FilebeatMaxMem = params['FilebeatMaxMem']
21116
+ @RepositoryId = params['RepositoryId']
21117
+ @RepositoryName = params['RepositoryName']
21118
+ @RepositoryType = params['RepositoryType']
21148
21119
  end
21149
21120
  end
21150
21121
 
21151
21122
  # 虚拟机部署组其他字段
21152
21123
  class VmGroupOther < TencentCloud::Common::AbstractModel
21153
21124
  # @param GroupId: 部署组ID
21154
- # 注意:此字段可能返回 null,表示取不到有效值。
21155
21125
  # @type GroupId: String
21156
21126
  # @param PackageId: 程序包ID
21157
21127
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -21163,19 +21133,14 @@ module TencentCloud
21163
21133
  # 注意:此字段可能返回 null,表示取不到有效值。
21164
21134
  # @type PackageVersion: String
21165
21135
  # @param InstanceCount: 部署组实例数
21166
- # 注意:此字段可能返回 null,表示取不到有效值。
21167
21136
  # @type InstanceCount: Integer
21168
21137
  # @param RunInstanceCount: 部署组运行中实例数
21169
- # 注意:此字段可能返回 null,表示取不到有效值。
21170
21138
  # @type RunInstanceCount: Integer
21171
21139
  # @param OffInstanceCount: 部署组中停止实例数
21172
- # 注意:此字段可能返回 null,表示取不到有效值。
21173
21140
  # @type OffInstanceCount: Integer
21174
21141
  # @param GroupStatus: 部署组状态
21175
- # 注意:此字段可能返回 null,表示取不到有效值。
21176
21142
  # @type GroupStatus: String
21177
21143
  # @param IsNotEqualServiceConfig: 服务配置信息是否匹配
21178
- # 注意:此字段可能返回 null,表示取不到有效值。
21179
21144
  # @type IsNotEqualServiceConfig: Boolean
21180
21145
  # @param HealthCheckSettings: HealthCheckSettings
21181
21146
  # 注意:此字段可能返回 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.1025
4
+ version: 3.0.1027
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-23 00:00:00.000000000 Z
11
+ date: 2025-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common