tencentcloud-sdk-tsf 3.0.1132 → 3.0.1133

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 +31 -26
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a8823c530f0771ee39c2b381f4d890b8de5df594
4
- data.tar.gz: 72db19da5f1fe76e9b8dc558a5c75e113efc71b7
3
+ metadata.gz: 9472b3371aa8858eff8228743d16d58fa17a347d
4
+ data.tar.gz: c685d8631b1783caec28ae7fb1255b76e1bfe222
5
5
  SHA512:
6
- metadata.gz: b0a0b8c8149a109a7d99aabb97eed61d8e79b7fba902ce6386b9f3a1e333134ade50f8f0327e0b25489c43efb23ac71f777a7fda511deece9332fd1e8e3c8a05
7
- data.tar.gz: a91b34a6739681740fa1b01ea8e12056dd5ada499c5998f998495438c5eb451771a95a9533903b6ba4a539cc34fe53fc6129216e2c700cbbcbd37f474877d15b
6
+ metadata.gz: e19b919189b71941e4730b518996e2021fc4027ce4285872ac7fe1dd2c6427f23adb363b0262c0afe1ddf5b63808a0f6876b61766384cb7e0599c364cba413c0
7
+ data.tar.gz: be6ed1f5e4227ee4236e49a9ea57981b712f81fe25631aa366f94161d0248e38c23e9ac63f9232dfc6459099746793be62c71d993299d2fb944152a133e23b9e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1132
1
+ 3.0.1133
@@ -1337,8 +1337,8 @@ module TencentCloud
1337
1337
 
1338
1338
  attr_accessor :ConfigId, :ConfigName, :ConfigPath, :ConfigDesc, :ConfigTags, :ConfigPipeline, :ConfigCreateTime, :ConfigUpdateTime, :ConfigSchema, :ConfigAssociatedGroups, :ConfigAssociatedGroupList, :FilebeatConfigEnable, :FilebeatCloseTimeout, :FilebeatIgnoreOlder, :FilebeatHarvesterLimit, :FilebeatCloseInactive, :FilebeatCleanInactive
1339
1339
  extend Gem::Deprecate
1340
- deprecate :ConfigAssociatedGroups, :none, 2025, 8
1341
- deprecate :ConfigAssociatedGroups=, :none, 2025, 8
1340
+ deprecate :ConfigAssociatedGroups, :none, 2025, 9
1341
+ deprecate :ConfigAssociatedGroups=, :none, 2025, 9
1342
1342
 
1343
1343
  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, filebeatignoreolder=nil, filebeatharvesterlimit=nil, filebeatcloseinactive=nil, filebeatcleaninactive=nil)
1344
1344
  @ConfigId = configid
@@ -2455,7 +2455,7 @@ module TencentCloud
2455
2455
  # @type LastTimestamp: Integer
2456
2456
  # @param Type: 级别
2457
2457
  # @type Type: String
2458
- # @param Kind: Kubernetes 资源类型,典型取值有 Deployment、Pod、Service 等
2458
+ # @param Kind: Kubernetes 资源类型,典型取值有 Deployment(部署资源)、Pod(容器组)、Service(服务资源)
2459
2459
  # @type Kind: String
2460
2460
  # @param Name: 资源名称
2461
2461
  # @type Name: String
@@ -3723,10 +3723,10 @@ module TencentCloud
3723
3723
 
3724
3724
  attr_accessor :ApplicationName, :ApplicationType, :MicroserviceType, :ApplicationDesc, :ApplicationLogConfig, :ApplicationResourceType, :ApplicationRuntimeType, :ProgramId, :ServiceConfigList, :IgnoreCreateImageRepository, :ProgramIdList, :ApmInstanceId, :ProgramLanguage, :FrameworkType, :ServiceGovernanceConfig, :CreateSameNameImageRepository
3725
3725
  extend Gem::Deprecate
3726
- deprecate :ApplicationLogConfig, :none, 2025, 8
3727
- deprecate :ApplicationLogConfig=, :none, 2025, 8
3728
- deprecate :ApplicationResourceType, :none, 2025, 8
3729
- deprecate :ApplicationResourceType=, :none, 2025, 8
3726
+ deprecate :ApplicationLogConfig, :none, 2025, 9
3727
+ deprecate :ApplicationLogConfig=, :none, 2025, 9
3728
+ deprecate :ApplicationResourceType, :none, 2025, 9
3729
+ deprecate :ApplicationResourceType=, :none, 2025, 9
3730
3730
 
3731
3731
  def initialize(applicationname=nil, applicationtype=nil, microservicetype=nil, applicationdesc=nil, applicationlogconfig=nil, applicationresourcetype=nil, applicationruntimetype=nil, programid=nil, serviceconfiglist=nil, ignorecreateimagerepository=nil, programidlist=nil, apminstanceid=nil, programlanguage=nil, frameworktype=nil, servicegovernanceconfig=nil, createsamenameimagerepository=nil)
3732
3732
  @ApplicationName = applicationname
@@ -4182,7 +4182,7 @@ module TencentCloud
4182
4182
  # @type MemRequest: String
4183
4183
  # @param GroupResourceType: 部署组资源类型;DEF 表示默认资源类型
4184
4184
  # @type GroupResourceType: String
4185
- # @param SubnetId: 分组所属【子网ID】,可前往TKE侧集群[控制台](https://console.cloud.tencent.com/tke2/cluster/sub/list/basic/info/base?rid=1&clusterId=cls-2nhp3g1i)进行获取
4185
+ # @param SubnetId: 分组所属【子网ID】,可前往私有网络[控制台](https://console.cloud.tencent.com/vpc/subnet?rid=1&unVpcId=vpc-6bs8ytjd)进行获取
4186
4186
  # @type SubnetId: String
4187
4187
  # @param AgentCpuRequest: agent 容器分配的 CPU 核数,对应 K8S 的 request
4188
4188
  # @type AgentCpuRequest: String
@@ -7109,12 +7109,12 @@ module TencentCloud
7109
7109
 
7110
7110
  attr_accessor :GroupId, :TagName, :InstanceNum, :Server, :Reponame, :CpuLimit, :MemLimit, :JvmOpts, :CpuRequest, :MemRequest, :DoNotStart, :RepoName, :UpdateType, :UpdateIvl, :AgentCpuRequest, :AgentCpuLimit, :AgentMemRequest, :AgentMemLimit, :IstioCpuRequest, :IstioCpuLimit, :IstioMemRequest, :IstioMemLimit, :MaxSurge, :MaxUnavailable, :HealthCheckSettings, :Envs, :ServiceSetting, :DeployAgent, :SchedulingStrategy, :IncrementalDeployment, :RepoType, :VolumeInfos, :VolumeMountInfos, :VolumeInfoList, :VolumeMountInfoList, :VolumeClean, :AgentProfileList, :WarmupSetting
7111
7111
  extend Gem::Deprecate
7112
- deprecate :Reponame, :none, 2025, 8
7113
- deprecate :Reponame=, :none, 2025, 8
7114
- deprecate :VolumeInfos, :none, 2025, 8
7115
- deprecate :VolumeInfos=, :none, 2025, 8
7116
- deprecate :VolumeMountInfos, :none, 2025, 8
7117
- deprecate :VolumeMountInfos=, :none, 2025, 8
7112
+ deprecate :Reponame, :none, 2025, 9
7113
+ deprecate :Reponame=, :none, 2025, 9
7114
+ deprecate :VolumeInfos, :none, 2025, 9
7115
+ deprecate :VolumeInfos=, :none, 2025, 9
7116
+ deprecate :VolumeMountInfos, :none, 2025, 9
7117
+ deprecate :VolumeMountInfos=, :none, 2025, 9
7118
7118
 
7119
7119
  def initialize(groupid=nil, tagname=nil, instancenum=nil, server=nil, cpulimit=nil, memlimit=nil, jvmopts=nil, cpurequest=nil, memrequest=nil, donotstart=nil, reponame=nil, updatetype=nil, updateivl=nil, agentcpurequest=nil, agentcpulimit=nil, agentmemrequest=nil, agentmemlimit=nil, istiocpurequest=nil, istiocpulimit=nil, istiomemrequest=nil, istiomemlimit=nil, maxsurge=nil, maxunavailable=nil, healthchecksettings=nil, envs=nil, servicesetting=nil, deployagent=nil, schedulingstrategy=nil, incrementaldeployment=nil, repotype=nil, volumeinfos=nil, volumemountinfos=nil, volumeinfolist=nil, volumemountinfolist=nil, volumeclean=nil, agentprofilelist=nil, warmupsetting=nil)
7120
7120
  @GroupId = groupid
@@ -7962,7 +7962,7 @@ module TencentCloud
7962
7962
  # @type Offset: Integer
7963
7963
  # @param Limit: 单页请求配置数量,取值范围[1, 50],默认值为10
7964
7964
  # @type Limit: Integer
7965
- # @param SearchWord: 模糊匹配关键词
7965
+ # @param SearchWord: 模糊匹配关键词,可搜索配置项ID或配置项名称
7966
7966
  # @type SearchWord: String
7967
7967
  # @param DisableProgramAuthCheck: 是否禁用数据集鉴权
7968
7968
  # @type DisableProgramAuthCheck: Boolean
@@ -8481,7 +8481,7 @@ module TencentCloud
8481
8481
  class DescribeContainerEventsRequest < TencentCloud::Common::AbstractModel
8482
8482
  # @param ResourceType: event 的资源类型, 仅支持 group
8483
8483
  # @type ResourceType: String
8484
- # @param ResourceId: 部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-9yn2q8yd
8484
+ # @param ResourceId: 部署组ID,按照【部署组ID】进行过滤,可通过调用[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的项目列表或登录控制台进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的项目。
8485
8485
  # @type ResourceId: String
8486
8486
  # @param Offset: 偏移量,取值从0开始
8487
8487
  # @type Offset: Integer
@@ -8856,11 +8856,11 @@ module TencentCloud
8856
8856
 
8857
8857
  # DescribeDeliveryConfigs请求参数结构体
8858
8858
  class DescribeDeliveryConfigsRequest < TencentCloud::Common::AbstractModel
8859
- # @param SearchWord: 关键字
8859
+ # @param SearchWord: 搜索关键字,可搜索日志投递配置项ID或日志投递配置项名称
8860
8860
  # @type SearchWord: String
8861
- # @param Offset: 偏移
8861
+ # @param Offset: 偏移量,取值范围大于等于0,默认值为0
8862
8862
  # @type Offset: Integer
8863
- # @param Limit: 搜索条数
8863
+ # @param Limit: 单页请求配置数量,取值范围[1, 50],默认值为10
8864
8864
  # @type Limit: Integer
8865
8865
  # @param ProgramIdList: 数据集ID列表
8866
8866
  # 可通过调用[DescribePrograms](https://cloud.tencent.com/document/product/649/73477)查询已创建的数据集列表或登录[控制台](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program&roleId=role-a22gwdwa)进行查看
@@ -10044,7 +10044,12 @@ module TencentCloud
10044
10044
 
10045
10045
  # DescribeInstances请求参数结构体
10046
10046
  class DescribeInstancesRequest < TencentCloud::Common::AbstractModel
10047
- # @param Filters: 过滤条件,name表示过滤字段,value表示过滤字段值。
10047
+ # @param Filters: 过滤条件。多个 filter 之间是与关系,单个 filter 多个 value 之间是或关系。
10048
+ # 参考:[{"Name":"ip","Values":["172.16.16.139"]}]
10049
+ # filter name 取值范围:
10050
+ # - `id`:实例ID
10051
+ # - ` name `:实例名
10052
+ # - ` ip `:内网IP(可填wan_ip或lan_ip)
10048
10053
  # @type Filters: Array
10049
10054
  # @param Offset: 偏移量,默认为0
10050
10055
  # @type Offset: Integer
@@ -10183,9 +10188,9 @@ module TencentCloud
10183
10188
  # @type StartTime: String
10184
10189
  # @param EndTime: 结束时间,格式yyyy-MM-dd HH:mm:ss
10185
10190
  # @type EndTime: String
10186
- # @param Offset: 开始index
10191
+ # @param Offset: 开始index,取值范围大于等于0,默认值为0
10187
10192
  # @type Offset: Integer
10188
- # @param Limit: 分页大小
10193
+ # @param Limit: 单页请求配置数量,取值范围[1, 50],默认值为10
10189
10194
  # @type Limit: Integer
10190
10195
  # @param DimensionName: 聚合维度。可选值 NamespaceId:命名空间ID,GroupId:部署组ID,InstanceId:实例ID,ApplicationId:应用ID,OperationMethod:执行方法,OperationName:执行名称,ServiceName:服务名,UpstreamNamespaceId:上游命名空间ID
10191
10196
  # @type DimensionName: String
@@ -14847,8 +14852,8 @@ module TencentCloud
14847
14852
 
14848
14853
  attr_accessor :Reponame, :Repotype, :TagCount, :IsPublic, :IsUserFavor, :IsQcloudOfficial, :FavorCount, :PullCount, :Description, :CreationTime, :UpdateTime, :TcrRepoInfo, :TcrBindingId, :ApplicationId, :ApplicationName, :ApplicationNameReal, :Public, :CreateMode, :RepoName, :RepoType
14849
14854
  extend Gem::Deprecate
14850
- deprecate :ApplicationName, :none, 2025, 8
14851
- deprecate :ApplicationName=, :none, 2025, 8
14855
+ deprecate :ApplicationName, :none, 2025, 9
14856
+ deprecate :ApplicationName=, :none, 2025, 9
14852
14857
 
14853
14858
  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)
14854
14859
  @Reponame = reponame
@@ -20501,8 +20506,8 @@ module TencentCloud
20501
20506
 
20502
20507
  attr_accessor :ThreadCount, :ThreadActive, :DeamonThreadCount, :DaemonThreadCount
20503
20508
  extend Gem::Deprecate
20504
- deprecate :DeamonThreadCount, :none, 2025, 8
20505
- deprecate :DeamonThreadCount=, :none, 2025, 8
20509
+ deprecate :DeamonThreadCount, :none, 2025, 9
20510
+ deprecate :DeamonThreadCount=, :none, 2025, 9
20506
20511
 
20507
20512
  def initialize(threadcount=nil, threadactive=nil, deamonthreadcount=nil, daemonthreadcount=nil)
20508
20513
  @ThreadCount = threadcount
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.1132
4
+ version: 3.0.1133
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-08-28 00:00:00.000000000 Z
11
+ date: 2025-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common