tencentcloud-sdk-tcbr 3.0.1084 → 3.0.1087
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/v20220217/models.rb +7 -2
- 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: 222f8883837985e695887ceffb49ed7e35dcbbd1
|
4
|
+
data.tar.gz: 1cad523d2df59089d704a2e26c7e5c83828d98b5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3908cfe17318d34059a95323061c4cc63eff5aa09a901e39d184c1e40e5c6731b0459a43c01d249da38718235e51f2eb81054c2be09d8d9f938ff86496606e46
|
7
|
+
data.tar.gz: 3e9b9829fa35597551ed6e8b641b413afabc933164b87e617952cd41fafc6c43fa0b18416b6265729817f13e8129f497bb107ce64bb0d1358114b7d64ed1978f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1087
|
data/lib/v20220217/models.rb
CHANGED
@@ -1071,10 +1071,13 @@ module TencentCloud
|
|
1071
1071
|
# @type EntryPoint: Array
|
1072
1072
|
# @param Cmd: Dockerfile Cmd 参数
|
1073
1073
|
# @type Cmd: Array
|
1074
|
+
# @param SessionAffinity: 会话亲和性开关
|
1075
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1076
|
+
# @type SessionAffinity: String
|
1074
1077
|
|
1075
|
-
attr_accessor :EnvId, :ServerName, :OpenAccessTypes, :Cpu, :Mem, :MinNum, :MaxNum, :PolicyDetails, :CustomLogs, :EnvParams, :InitialDelaySeconds, :CreateTime, :Port, :HasDockerfile, :Dockerfile, :BuildDir, :LogType, :LogSetId, :LogTopicId, :LogParseType, :Tag, :InternalAccess, :InternalDomain, :OperationMode, :TimerScale, :EntryPoint, :Cmd
|
1078
|
+
attr_accessor :EnvId, :ServerName, :OpenAccessTypes, :Cpu, :Mem, :MinNum, :MaxNum, :PolicyDetails, :CustomLogs, :EnvParams, :InitialDelaySeconds, :CreateTime, :Port, :HasDockerfile, :Dockerfile, :BuildDir, :LogType, :LogSetId, :LogTopicId, :LogParseType, :Tag, :InternalAccess, :InternalDomain, :OperationMode, :TimerScale, :EntryPoint, :Cmd, :SessionAffinity
|
1076
1079
|
|
1077
|
-
def initialize(envid=nil, servername=nil, openaccesstypes=nil, cpu=nil, mem=nil, minnum=nil, maxnum=nil, policydetails=nil, customlogs=nil, envparams=nil, initialdelayseconds=nil, createtime=nil, port=nil, hasdockerfile=nil, dockerfile=nil, builddir=nil, logtype=nil, logsetid=nil, logtopicid=nil, logparsetype=nil, tag=nil, internalaccess=nil, internaldomain=nil, operationmode=nil, timerscale=nil, entrypoint=nil, cmd=nil)
|
1080
|
+
def initialize(envid=nil, servername=nil, openaccesstypes=nil, cpu=nil, mem=nil, minnum=nil, maxnum=nil, policydetails=nil, customlogs=nil, envparams=nil, initialdelayseconds=nil, createtime=nil, port=nil, hasdockerfile=nil, dockerfile=nil, builddir=nil, logtype=nil, logsetid=nil, logtopicid=nil, logparsetype=nil, tag=nil, internalaccess=nil, internaldomain=nil, operationmode=nil, timerscale=nil, entrypoint=nil, cmd=nil, sessionaffinity=nil)
|
1078
1081
|
@EnvId = envid
|
1079
1082
|
@ServerName = servername
|
1080
1083
|
@OpenAccessTypes = openaccesstypes
|
@@ -1102,6 +1105,7 @@ module TencentCloud
|
|
1102
1105
|
@TimerScale = timerscale
|
1103
1106
|
@EntryPoint = entrypoint
|
1104
1107
|
@Cmd = cmd
|
1108
|
+
@SessionAffinity = sessionaffinity
|
1105
1109
|
end
|
1106
1110
|
|
1107
1111
|
def deserialize(params)
|
@@ -1146,6 +1150,7 @@ module TencentCloud
|
|
1146
1150
|
end
|
1147
1151
|
@EntryPoint = params['EntryPoint']
|
1148
1152
|
@Cmd = params['Cmd']
|
1153
|
+
@SessionAffinity = params['SessionAffinity']
|
1149
1154
|
end
|
1150
1155
|
end
|
1151
1156
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tcbr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1087
|
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-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|