tencentcloud-sdk-tcbr 3.0.1116 → 3.0.1123
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 +62 -4
- 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: 412251325501274f36d4d62f1f24825668f6899b
|
4
|
+
data.tar.gz: 723bf4d5b8d2c99587548076c6c530f497c1a49e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 53a6e9fbe0c8734f3461d2332875dbecf12c5bd1c08bbfafdd09ba4bb2406be56d7adcb306d46cbcfd43e3c345f02c95b41aa095294d958124c34162b6546735
|
7
|
+
data.tar.gz: 7634d4106b03996bcbd561e00fc5b3f75129231109d1e44a2c6e3308a12ada8dba548c5b39f3d3226f3cc26d2ec1fd73a763e061bda1eea467a6d07ef9d78c8b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1123
|
data/lib/v20220217/models.rb
CHANGED
@@ -622,10 +622,12 @@ module TencentCloud
|
|
622
622
|
# @type TimerScale: Array
|
623
623
|
# @param VpcConf: 配置内网访问时网络信息
|
624
624
|
# @type VpcConf: :class:`Tencentcloud::Tcbr.v20220217.models.VpcConf`
|
625
|
+
# @param VolumesConf: 存储配置信息
|
626
|
+
# @type VolumesConf: Array
|
625
627
|
|
626
|
-
attr_accessor :Key, :Value, :IntValue, :BoolValue, :FloatValue, :ArrayValue, :PolicyDetails, :TimerScale, :VpcConf
|
628
|
+
attr_accessor :Key, :Value, :IntValue, :BoolValue, :FloatValue, :ArrayValue, :PolicyDetails, :TimerScale, :VpcConf, :VolumesConf
|
627
629
|
|
628
|
-
def initialize(key=nil, value=nil, intvalue=nil, boolvalue=nil, floatvalue=nil, arrayvalue=nil, policydetails=nil, timerscale=nil, vpcconf=nil)
|
630
|
+
def initialize(key=nil, value=nil, intvalue=nil, boolvalue=nil, floatvalue=nil, arrayvalue=nil, policydetails=nil, timerscale=nil, vpcconf=nil, volumesconf=nil)
|
629
631
|
@Key = key
|
630
632
|
@Value = value
|
631
633
|
@IntValue = intvalue
|
@@ -635,6 +637,7 @@ module TencentCloud
|
|
635
637
|
@PolicyDetails = policydetails
|
636
638
|
@TimerScale = timerscale
|
637
639
|
@VpcConf = vpcconf
|
640
|
+
@VolumesConf = volumesconf
|
638
641
|
end
|
639
642
|
|
640
643
|
def deserialize(params)
|
@@ -664,6 +667,14 @@ module TencentCloud
|
|
664
667
|
@VpcConf = VpcConf.new
|
665
668
|
@VpcConf.deserialize(params['VpcConf'])
|
666
669
|
end
|
670
|
+
unless params['VolumesConf'].nil?
|
671
|
+
@VolumesConf = []
|
672
|
+
params['VolumesConf'].each do |i|
|
673
|
+
volumeconf_tmp = VolumeConf.new
|
674
|
+
volumeconf_tmp.deserialize(i)
|
675
|
+
@VolumesConf << volumeconf_tmp
|
676
|
+
end
|
677
|
+
end
|
667
678
|
end
|
668
679
|
end
|
669
680
|
|
@@ -1179,10 +1190,12 @@ module TencentCloud
|
|
1179
1190
|
# @type SessionAffinity: String
|
1180
1191
|
# @param VpcConf: Vpc 配置参数
|
1181
1192
|
# @type VpcConf: :class:`Tencentcloud::Tcbr.v20220217.models.VpcConf`
|
1193
|
+
# @param VolumesConf: 存储配置信息
|
1194
|
+
# @type VolumesConf: Array
|
1182
1195
|
|
1183
|
-
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
|
1196
|
+
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
|
1184
1197
|
|
1185
|
-
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)
|
1198
|
+
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)
|
1186
1199
|
@EnvId = envid
|
1187
1200
|
@ServerName = servername
|
1188
1201
|
@OpenAccessTypes = openaccesstypes
|
@@ -1212,6 +1225,7 @@ module TencentCloud
|
|
1212
1225
|
@Cmd = cmd
|
1213
1226
|
@SessionAffinity = sessionaffinity
|
1214
1227
|
@VpcConf = vpcconf
|
1228
|
+
@VolumesConf = volumesconf
|
1215
1229
|
end
|
1216
1230
|
|
1217
1231
|
def deserialize(params)
|
@@ -1261,6 +1275,14 @@ module TencentCloud
|
|
1261
1275
|
@VpcConf = VpcConf.new
|
1262
1276
|
@VpcConf.deserialize(params['VpcConf'])
|
1263
1277
|
end
|
1278
|
+
unless params['VolumesConf'].nil?
|
1279
|
+
@VolumesConf = []
|
1280
|
+
params['VolumesConf'].each do |i|
|
1281
|
+
volumeconf_tmp = VolumeConf.new
|
1282
|
+
volumeconf_tmp.deserialize(i)
|
1283
|
+
@VolumesConf << volumeconf_tmp
|
1284
|
+
end
|
1285
|
+
end
|
1264
1286
|
end
|
1265
1287
|
end
|
1266
1288
|
|
@@ -1663,6 +1685,42 @@ module TencentCloud
|
|
1663
1685
|
end
|
1664
1686
|
end
|
1665
1687
|
|
1688
|
+
# 存储配置
|
1689
|
+
class VolumeConf < TencentCloud::Common::AbstractModel
|
1690
|
+
# @param Type: 存储类型
|
1691
|
+
# @type Type: String
|
1692
|
+
# @param BucketName: 对象存储桶名称
|
1693
|
+
# @type BucketName: String
|
1694
|
+
# @param Endpoint: 存储连接地址
|
1695
|
+
# @type Endpoint: String
|
1696
|
+
# @param KeyID: 存储连接用户密码
|
1697
|
+
# @type KeyID: String
|
1698
|
+
# @param DstPath: 存储挂载目的目录
|
1699
|
+
# @type DstPath: String
|
1700
|
+
# @param SrcPath: 存储挂载源目录
|
1701
|
+
# @type SrcPath: String
|
1702
|
+
|
1703
|
+
attr_accessor :Type, :BucketName, :Endpoint, :KeyID, :DstPath, :SrcPath
|
1704
|
+
|
1705
|
+
def initialize(type=nil, bucketname=nil, endpoint=nil, keyid=nil, dstpath=nil, srcpath=nil)
|
1706
|
+
@Type = type
|
1707
|
+
@BucketName = bucketname
|
1708
|
+
@Endpoint = endpoint
|
1709
|
+
@KeyID = keyid
|
1710
|
+
@DstPath = dstpath
|
1711
|
+
@SrcPath = srcpath
|
1712
|
+
end
|
1713
|
+
|
1714
|
+
def deserialize(params)
|
1715
|
+
@Type = params['Type']
|
1716
|
+
@BucketName = params['BucketName']
|
1717
|
+
@Endpoint = params['Endpoint']
|
1718
|
+
@KeyID = params['KeyID']
|
1719
|
+
@DstPath = params['DstPath']
|
1720
|
+
@SrcPath = params['SrcPath']
|
1721
|
+
end
|
1722
|
+
end
|
1723
|
+
|
1666
1724
|
# 云托管服务 Vpc 配置
|
1667
1725
|
class VpcConf < TencentCloud::Common::AbstractModel
|
1668
1726
|
# @param VpcId: vpc id
|
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.1123
|
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-08-
|
11
|
+
date: 2025-08-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|