tencentcloud-sdk-tsf 3.0.1053 → 3.0.1055
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/v20180326/models.rb +5 -5
- 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: 63acf0884cae0150cade0cbf3a937608e2c4ca46
|
4
|
+
data.tar.gz: 661320fdbacb223eceffd8db04f51dfdb78f0965
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 501ad553e4fed5e75566fe09b8004dbfbc66e4b6731d842dad3c54fcc9e66f5d60cb213fba338767b4ef8e59c06a02e7d96909163b92bc19e609271e5bd3ff76
|
7
|
+
data.tar.gz: 94a73848bc70822d26e84261b9e41674334c0b8b995ae6ddef0cacc55f8ccf40a40c75235487a16717a3566ff74f0b896bd8f6f48252c8768b1c64f2c65cd90f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1055
|
data/lib/v20180326/models.rb
CHANGED
@@ -1192,7 +1192,7 @@ module TencentCloud
|
|
1192
1192
|
|
1193
1193
|
# BindPlugin返回参数结构体
|
1194
1194
|
class BindPluginResponse < TencentCloud::Common::AbstractModel
|
1195
|
-
# @param Result:
|
1195
|
+
# @param Result: 返回结果,成功:true,失败:false。
|
1196
1196
|
# @type Result: Boolean
|
1197
1197
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1198
1198
|
# @type RequestId: String
|
@@ -1313,8 +1313,8 @@ module TencentCloud
|
|
1313
1313
|
|
1314
1314
|
attr_accessor :ConfigId, :ConfigName, :ConfigPath, :ConfigDesc, :ConfigTags, :ConfigPipeline, :ConfigCreateTime, :ConfigUpdateTime, :ConfigSchema, :ConfigAssociatedGroups, :ConfigAssociatedGroupList, :FilebeatConfigEnable, :FilebeatCloseTimeout
|
1315
1315
|
extend Gem::Deprecate
|
1316
|
-
deprecate :ConfigAssociatedGroups, :none, 2025,
|
1317
|
-
deprecate :ConfigAssociatedGroups=, :none, 2025,
|
1316
|
+
deprecate :ConfigAssociatedGroups, :none, 2025, 5
|
1317
|
+
deprecate :ConfigAssociatedGroups=, :none, 2025, 5
|
1318
1318
|
|
1319
1319
|
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)
|
1320
1320
|
@ConfigId = configid
|
@@ -6305,8 +6305,8 @@ module TencentCloud
|
|
6305
6305
|
|
6306
6306
|
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
|
6307
6307
|
extend Gem::Deprecate
|
6308
|
-
deprecate :Reponame, :none, 2025,
|
6309
|
-
deprecate :Reponame=, :none, 2025,
|
6308
|
+
deprecate :Reponame, :none, 2025, 5
|
6309
|
+
deprecate :Reponame=, :none, 2025, 5
|
6310
6310
|
|
6311
6311
|
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)
|
6312
6312
|
@GroupId = groupid
|
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.
|
4
|
+
version: 3.0.1055
|
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-05-
|
11
|
+
date: 2025-05-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|