tencentcloud-sdk-tsf 3.0.1094 → 3.0.1098
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 +10 -0
- 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: b87f5fc9217088b0e875e7fec40006a0c526f5b0
|
4
|
+
data.tar.gz: 72b9a11c7217b3848539c06429d8e4d4bda8c9d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7301ae04adfcbb140f5cce95aa45712973cc9373cc33ada3b0852f14b81777f108a85cf7a9861a3688b2b976b83dbb955b5e0d4aff75b73d23683a099745f40f
|
7
|
+
data.tar.gz: b4cd7527406495873b0698ea6b5ec4f5d578a04b86c9ea4d1a242e48cca6d6fb49c98dbc1ad9191cf7a2f9b4164a74d55e10a78b37ed3358c390f709146727c3
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1098
|
data/lib/v20180326/models.rb
CHANGED
@@ -6934,6 +6934,10 @@ module TencentCloud
|
|
6934
6934
|
extend Gem::Deprecate
|
6935
6935
|
deprecate :Reponame, :none, 2025, 7
|
6936
6936
|
deprecate :Reponame=, :none, 2025, 7
|
6937
|
+
deprecate :VolumeInfos, :none, 2025, 7
|
6938
|
+
deprecate :VolumeInfos=, :none, 2025, 7
|
6939
|
+
deprecate :VolumeMountInfos, :none, 2025, 7
|
6940
|
+
deprecate :VolumeMountInfos=, :none, 2025, 7
|
6937
6941
|
|
6938
6942
|
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)
|
6939
6943
|
@GroupId = groupid
|
@@ -14233,6 +14237,9 @@ module TencentCloud
|
|
14233
14237
|
# @type RepoType: String
|
14234
14238
|
|
14235
14239
|
attr_accessor :Reponame, :Repotype, :TagCount, :IsPublic, :IsUserFavor, :IsQcloudOfficial, :FavorCount, :PullCount, :Description, :CreationTime, :UpdateTime, :TcrRepoInfo, :TcrBindingId, :ApplicationId, :ApplicationName, :ApplicationNameReal, :Public, :CreateMode, :RepoName, :RepoType
|
14240
|
+
extend Gem::Deprecate
|
14241
|
+
deprecate :ApplicationName, :none, 2025, 7
|
14242
|
+
deprecate :ApplicationName=, :none, 2025, 7
|
14236
14243
|
|
14237
14244
|
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)
|
14238
14245
|
@Reponame = reponame
|
@@ -19764,6 +19771,9 @@ module TencentCloud
|
|
19764
19771
|
# @type DaemonThreadCount: Array
|
19765
19772
|
|
19766
19773
|
attr_accessor :ThreadCount, :ThreadActive, :DeamonThreadCount, :DaemonThreadCount
|
19774
|
+
extend Gem::Deprecate
|
19775
|
+
deprecate :DeamonThreadCount, :none, 2025, 7
|
19776
|
+
deprecate :DeamonThreadCount=, :none, 2025, 7
|
19767
19777
|
|
19768
19778
|
def initialize(threadcount=nil, threadactive=nil, deamonthreadcount=nil, daemonthreadcount=nil)
|
19769
19779
|
@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.
|
4
|
+
version: 3.0.1098
|
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-07-
|
11
|
+
date: 2025-07-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|