tencentcloud-sdk-tcbr 3.0.1188 → 3.0.1190
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 +32 -24
- 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: 445f764a5ceb3925233f51e5ec4a139a783c9931
|
|
4
|
+
data.tar.gz: 5f96815b5be2ee334d45f442bbdac3d349304320
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9b910cc8ef5b6d12b7c64f6e36d89d51e3cef479a44ca788a9e9d058daa1c12d6f0a749c8d28ce6fa266e1b6aa22dbb9197227fadc54cd250e8804a147c49263
|
|
7
|
+
data.tar.gz: 699f4691ff159eeac28d57826715d6534bb5067171efdf6125948ad6df6131a7fa42e56b76465f2aa9c993f47541ea7816d35ad6faa571b6cd94621b2e9731a3
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1190
|
data/lib/v20220217/models.rb
CHANGED
|
@@ -999,13 +999,13 @@ module TencentCloud
|
|
|
999
999
|
|
|
1000
1000
|
# DescribeVersionDetail请求参数结构体
|
|
1001
1001
|
class DescribeVersionDetailRequest < TencentCloud::Common::AbstractModel
|
|
1002
|
-
# @param EnvId:
|
|
1002
|
+
# @param EnvId: <p>环境Id</p>
|
|
1003
1003
|
# @type EnvId: String
|
|
1004
|
-
# @param ServerName:
|
|
1004
|
+
# @param ServerName: <p>服务名</p>
|
|
1005
1005
|
# @type ServerName: String
|
|
1006
|
-
# @param VersionName:
|
|
1006
|
+
# @param VersionName: <p>版本名</p>
|
|
1007
1007
|
# @type VersionName: String
|
|
1008
|
-
# @param Channel: channel
|
|
1008
|
+
# @param Channel: <p>channel</p>
|
|
1009
1009
|
# @type Channel: String
|
|
1010
1010
|
|
|
1011
1011
|
attr_accessor :EnvId, :ServerName, :VersionName, :Channel
|
|
@@ -1027,52 +1027,55 @@ module TencentCloud
|
|
|
1027
1027
|
|
|
1028
1028
|
# DescribeVersionDetail返回参数结构体
|
|
1029
1029
|
class DescribeVersionDetailResponse < TencentCloud::Common::AbstractModel
|
|
1030
|
-
# @param Name:
|
|
1030
|
+
# @param Name: <p>版本名</p>
|
|
1031
1031
|
# @type Name: String
|
|
1032
|
-
# @param Port:
|
|
1032
|
+
# @param Port: <p>端口号</p>
|
|
1033
1033
|
# @type Port: Integer
|
|
1034
|
-
# @param Cpu: cpu
|
|
1034
|
+
# @param Cpu: <p>cpu 规格</p>
|
|
1035
1035
|
# @type Cpu: Float
|
|
1036
|
-
# @param Mem: mem
|
|
1036
|
+
# @param Mem: <p>mem 规格</p>
|
|
1037
1037
|
# @type Mem: Float
|
|
1038
|
-
# @param MinNum:
|
|
1038
|
+
# @param MinNum: <p>最小副本数</p>
|
|
1039
1039
|
# @type MinNum: Integer
|
|
1040
|
-
# @param MaxNum:
|
|
1040
|
+
# @param MaxNum: <p>最大副本数</p>
|
|
1041
1041
|
# @type MaxNum: Integer
|
|
1042
|
-
# @param PolicyDetails:
|
|
1042
|
+
# @param PolicyDetails: <p>扩缩容策略</p>
|
|
1043
1043
|
# @type PolicyDetails: Array
|
|
1044
|
-
# @param Dockerfile: Dockerfile path
|
|
1044
|
+
# @param Dockerfile: <p>Dockerfile path</p>
|
|
1045
1045
|
# @type Dockerfile: String
|
|
1046
|
-
# @param BuildDir:
|
|
1046
|
+
# @param BuildDir: <p>目标目录</p>
|
|
1047
1047
|
# @type BuildDir: String
|
|
1048
|
-
# @param EnvParams:
|
|
1048
|
+
# @param EnvParams: <p>环境变量</p>
|
|
1049
1049
|
# @type EnvParams: String
|
|
1050
|
-
# @param Status:
|
|
1050
|
+
# @param Status: <p>状态</p>
|
|
1051
1051
|
# @type Status: String
|
|
1052
|
-
# @param CreatedTime:
|
|
1052
|
+
# @param CreatedTime: <p>创建时间</p>
|
|
1053
1053
|
# @type CreatedTime: String
|
|
1054
|
-
# @param UpdatedTime:
|
|
1054
|
+
# @param UpdatedTime: <p>更新时间</p>
|
|
1055
1055
|
# @type UpdatedTime: String
|
|
1056
|
-
# @param LogPath:
|
|
1056
|
+
# @param LogPath: <p>日志采集路径</p>
|
|
1057
1057
|
# @type LogPath: String
|
|
1058
|
-
# @param EntryPoint: entryPoint
|
|
1058
|
+
# @param EntryPoint: <p>entryPoint</p>
|
|
1059
1059
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1060
1060
|
# @type EntryPoint: String
|
|
1061
|
-
# @param Cmd: Cmd
|
|
1061
|
+
# @param Cmd: <p>Cmd</p>
|
|
1062
1062
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1063
1063
|
# @type Cmd: String
|
|
1064
|
-
# @param VpcConf: vpc conf
|
|
1064
|
+
# @param VpcConf: <p>vpc conf</p>
|
|
1065
1065
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1066
1066
|
# @type VpcConf: :class:`Tencentcloud::Tcbr.v20220217.models.VpcConf`
|
|
1067
|
-
# @param VolumesConf: volume conf
|
|
1067
|
+
# @param VolumesConf: <p>volume conf</p>
|
|
1068
1068
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1069
1069
|
# @type VolumesConf: Array
|
|
1070
|
+
# @param BuildPacks: <p>buildpack 信息</p>
|
|
1071
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1072
|
+
# @type BuildPacks: :class:`Tencentcloud::Tcbr.v20220217.models.BuildPacksInfo`
|
|
1070
1073
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1071
1074
|
# @type RequestId: String
|
|
1072
1075
|
|
|
1073
|
-
attr_accessor :Name, :Port, :Cpu, :Mem, :MinNum, :MaxNum, :PolicyDetails, :Dockerfile, :BuildDir, :EnvParams, :Status, :CreatedTime, :UpdatedTime, :LogPath, :EntryPoint, :Cmd, :VpcConf, :VolumesConf, :RequestId
|
|
1076
|
+
attr_accessor :Name, :Port, :Cpu, :Mem, :MinNum, :MaxNum, :PolicyDetails, :Dockerfile, :BuildDir, :EnvParams, :Status, :CreatedTime, :UpdatedTime, :LogPath, :EntryPoint, :Cmd, :VpcConf, :VolumesConf, :BuildPacks, :RequestId
|
|
1074
1077
|
|
|
1075
|
-
def initialize(name=nil, port=nil, cpu=nil, mem=nil, minnum=nil, maxnum=nil, policydetails=nil, dockerfile=nil, builddir=nil, envparams=nil, status=nil, createdtime=nil, updatedtime=nil, logpath=nil, entrypoint=nil, cmd=nil, vpcconf=nil, volumesconf=nil, requestid=nil)
|
|
1078
|
+
def initialize(name=nil, port=nil, cpu=nil, mem=nil, minnum=nil, maxnum=nil, policydetails=nil, dockerfile=nil, builddir=nil, envparams=nil, status=nil, createdtime=nil, updatedtime=nil, logpath=nil, entrypoint=nil, cmd=nil, vpcconf=nil, volumesconf=nil, buildpacks=nil, requestid=nil)
|
|
1076
1079
|
@Name = name
|
|
1077
1080
|
@Port = port
|
|
1078
1081
|
@Cpu = cpu
|
|
@@ -1091,6 +1094,7 @@ module TencentCloud
|
|
|
1091
1094
|
@Cmd = cmd
|
|
1092
1095
|
@VpcConf = vpcconf
|
|
1093
1096
|
@VolumesConf = volumesconf
|
|
1097
|
+
@BuildPacks = buildpacks
|
|
1094
1098
|
@RequestId = requestid
|
|
1095
1099
|
end
|
|
1096
1100
|
|
|
@@ -1130,6 +1134,10 @@ module TencentCloud
|
|
|
1130
1134
|
@VolumesConf << volumeconf_tmp
|
|
1131
1135
|
end
|
|
1132
1136
|
end
|
|
1137
|
+
unless params['BuildPacks'].nil?
|
|
1138
|
+
@BuildPacks = BuildPacksInfo.new
|
|
1139
|
+
@BuildPacks.deserialize(params['BuildPacks'])
|
|
1140
|
+
end
|
|
1133
1141
|
@RequestId = params['RequestId']
|
|
1134
1142
|
end
|
|
1135
1143
|
end
|
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.1190
|
|
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-12-
|
|
11
|
+
date: 2025-12-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|