tencentcloud-sdk-tcbr 3.0.1074 → 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 +15 -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
@@ -1067,10 +1067,17 @@ module TencentCloud
|
|
1067
1067
|
# @type OperationMode: String
|
1068
1068
|
# @param TimerScale: 定时扩缩容配置
|
1069
1069
|
# @type TimerScale: Array
|
1070
|
+
# @param EntryPoint: Dockerfile EntryPoint 参数
|
1071
|
+
# @type EntryPoint: Array
|
1072
|
+
# @param Cmd: Dockerfile Cmd 参数
|
1073
|
+
# @type Cmd: Array
|
1074
|
+
# @param SessionAffinity: 会话亲和性开关
|
1075
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1076
|
+
# @type SessionAffinity: String
|
1070
1077
|
|
1071
|
-
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
|
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
|
1072
1079
|
|
1073
|
-
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)
|
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)
|
1074
1081
|
@EnvId = envid
|
1075
1082
|
@ServerName = servername
|
1076
1083
|
@OpenAccessTypes = openaccesstypes
|
@@ -1096,6 +1103,9 @@ module TencentCloud
|
|
1096
1103
|
@InternalDomain = internaldomain
|
1097
1104
|
@OperationMode = operationmode
|
1098
1105
|
@TimerScale = timerscale
|
1106
|
+
@EntryPoint = entrypoint
|
1107
|
+
@Cmd = cmd
|
1108
|
+
@SessionAffinity = sessionaffinity
|
1099
1109
|
end
|
1100
1110
|
|
1101
1111
|
def deserialize(params)
|
@@ -1138,6 +1148,9 @@ module TencentCloud
|
|
1138
1148
|
@TimerScale << timerscale_tmp
|
1139
1149
|
end
|
1140
1150
|
end
|
1151
|
+
@EntryPoint = params['EntryPoint']
|
1152
|
+
@Cmd = params['Cmd']
|
1153
|
+
@SessionAffinity = params['SessionAffinity']
|
1141
1154
|
end
|
1142
1155
|
end
|
1143
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
|