tencentcloud-sdk-tsf 3.0.1074 → 3.0.1080
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 +4 -4
- 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: 82d0ccd00898c0f0f19a7583492daabb49707c37
|
4
|
+
data.tar.gz: 4eceafa0874b55f72507e5e4a049b3454c64469e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 935ffee8f1e9c908d0715a33645abe8cd75750a7e838396cef5286e5792789f563efcbf2e19868cb877c278cc83b9305b9248bc583c0dcfd036105f0a2f52123
|
7
|
+
data.tar.gz: 6a083b09664da2cc0f0012cfe7434a76e3988f5441622653a98ba73666f7788c2e7bd78e23cdd73e89729ebb2f473f3d6755dab73905ac847cb301dde033c74c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1080
|
data/lib/v20180326/models.rb
CHANGED
@@ -1324,8 +1324,8 @@ module TencentCloud
|
|
1324
1324
|
|
1325
1325
|
attr_accessor :ConfigId, :ConfigName, :ConfigPath, :ConfigDesc, :ConfigTags, :ConfigPipeline, :ConfigCreateTime, :ConfigUpdateTime, :ConfigSchema, :ConfigAssociatedGroups, :ConfigAssociatedGroupList, :FilebeatConfigEnable, :FilebeatCloseTimeout
|
1326
1326
|
extend Gem::Deprecate
|
1327
|
-
deprecate :ConfigAssociatedGroups, :none, 2025,
|
1328
|
-
deprecate :ConfigAssociatedGroups=, :none, 2025,
|
1327
|
+
deprecate :ConfigAssociatedGroups, :none, 2025, 6
|
1328
|
+
deprecate :ConfigAssociatedGroups=, :none, 2025, 6
|
1329
1329
|
|
1330
1330
|
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)
|
1331
1331
|
@ConfigId = configid
|
@@ -6316,8 +6316,8 @@ module TencentCloud
|
|
6316
6316
|
|
6317
6317
|
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
|
6318
6318
|
extend Gem::Deprecate
|
6319
|
-
deprecate :Reponame, :none, 2025,
|
6320
|
-
deprecate :Reponame=, :none, 2025,
|
6319
|
+
deprecate :Reponame, :none, 2025, 6
|
6320
|
+
deprecate :Reponame=, :none, 2025, 6
|
6321
6321
|
|
6322
6322
|
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)
|
6323
6323
|
@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.1080
|
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-06-
|
11
|
+
date: 2025-06-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|