tencentcloud-sdk-tcbr 3.0.1140 → 3.0.1171
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 +6 -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: 94e91a9ba08a2a861086892738c854d8ae350a18
|
|
4
|
+
data.tar.gz: 8920f05e5fd0dd283e2b1596145fd0dbb4cf49a6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a38a079b6f348e893f685a28ffe64fed561d4bab9040c23758e9f6425df0daebb898d0b784e959f6e96f1ac61e9609fdab31aeab5ea1df049a552f3688ea0a54
|
|
7
|
+
data.tar.gz: 6c25f612e6cf7557d21cab8d8d364bf1ddcfdb85d1e41260663e2f472d839323a43c07ff41e793920c7ef35468200021d164c0553eb818b933efd5ee5405debc
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1171
|
data/lib/v20220217/models.rb
CHANGED
|
@@ -1231,10 +1231,12 @@ module TencentCloud
|
|
|
1231
1231
|
# @type VpcConf: :class:`Tencentcloud::Tcbr.v20220217.models.VpcConf`
|
|
1232
1232
|
# @param VolumesConf: 存储配置信息
|
|
1233
1233
|
# @type VolumesConf: Array
|
|
1234
|
+
# @param LinkImageRegistry: 关联镜像密钥
|
|
1235
|
+
# @type LinkImageRegistry: String
|
|
1234
1236
|
|
|
1235
|
-
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, :VpcConf, :VolumesConf
|
|
1237
|
+
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, :VpcConf, :VolumesConf, :LinkImageRegistry
|
|
1236
1238
|
|
|
1237
|
-
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, vpcconf=nil, volumesconf=nil)
|
|
1239
|
+
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, vpcconf=nil, volumesconf=nil, linkimageregistry=nil)
|
|
1238
1240
|
@EnvId = envid
|
|
1239
1241
|
@ServerName = servername
|
|
1240
1242
|
@OpenAccessTypes = openaccesstypes
|
|
@@ -1265,6 +1267,7 @@ module TencentCloud
|
|
|
1265
1267
|
@SessionAffinity = sessionaffinity
|
|
1266
1268
|
@VpcConf = vpcconf
|
|
1267
1269
|
@VolumesConf = volumesconf
|
|
1270
|
+
@LinkImageRegistry = linkimageregistry
|
|
1268
1271
|
end
|
|
1269
1272
|
|
|
1270
1273
|
def deserialize(params)
|
|
@@ -1322,6 +1325,7 @@ module TencentCloud
|
|
|
1322
1325
|
@VolumesConf << volumeconf_tmp
|
|
1323
1326
|
end
|
|
1324
1327
|
end
|
|
1328
|
+
@LinkImageRegistry = params['LinkImageRegistry']
|
|
1325
1329
|
end
|
|
1326
1330
|
end
|
|
1327
1331
|
|
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.1171
|
|
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-
|
|
11
|
+
date: 2025-11-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|