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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20220217/models.rb +15 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 09ba44553e42b1da6801412038ef6b1aeec29e9d
4
- data.tar.gz: 927bb7d49a387059b0ea15d56bdfa44a346b01ca
3
+ metadata.gz: 222f8883837985e695887ceffb49ed7e35dcbbd1
4
+ data.tar.gz: 1cad523d2df59089d704a2e26c7e5c83828d98b5
5
5
  SHA512:
6
- metadata.gz: 759b11d6376719c5f906e92cbcb33c35fc6d28f246d2ef829f997721c9c02d7ed08a91fb2261ede9cfd1ea5e102c1cfe8dc17d52173e64bec2153673477d07a7
7
- data.tar.gz: a63ed15b5b44a93d9455095f19f76a9c14a63bd650e9ddbc80a2cea0383034ac8382ee3ae6512e447dd22ed64438471f1cb700409184f5f798c50056514420c9
6
+ metadata.gz: 3908cfe17318d34059a95323061c4cc63eff5aa09a901e39d184c1e40e5c6731b0459a43c01d249da38718235e51f2eb81054c2be09d8d9f938ff86496606e46
7
+ data.tar.gz: 3e9b9829fa35597551ed6e8b641b413afabc933164b87e617952cd41fafc6c43fa0b18416b6265729817f13e8129f497bb107ce64bb0d1358114b7d64ed1978f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1074
1
+ 3.0.1087
@@ -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.1074
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-04 00:00:00.000000000 Z
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