tencentcloud-sdk-tcbr 3.0.1187 → 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20220217/models.rb +62 -56
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: babfa95d00ad132c6e337332f21e47045dd50027
4
- data.tar.gz: 58cfa03e8379ad7db7f970432a6b6267f226d73f
3
+ metadata.gz: 445f764a5ceb3925233f51e5ec4a139a783c9931
4
+ data.tar.gz: 5f96815b5be2ee334d45f442bbdac3d349304320
5
5
  SHA512:
6
- metadata.gz: 6be8e5f903729d0877375003b87c1ca123fd4b4d27966823a4ca11f2e767d7c3d5eca680a9788543c9041e8eb04e9da30130fc7ff0fd7c1111552e2e4d9656d5
7
- data.tar.gz: 88f2e2737f0bbbbfd7ef9811b876e67c6e0009bcaf8b577d778a17e3bc5752092618dee6a6e43f7879b1ee285483eb6ba8745845d162a71f1a6b9612f27fe568
6
+ metadata.gz: 9b910cc8ef5b6d12b7c64f6e36d89d51e3cef479a44ca788a9e9d058daa1c12d6f0a749c8d28ce6fa266e1b6aa22dbb9197227fadc54cd250e8804a147c49263
7
+ data.tar.gz: 699f4691ff159eeac28d57826715d6534bb5067171efdf6125948ad6df6131a7fa42e56b76465f2aa9c993f47541ea7816d35ad6faa571b6cd94621b2e9731a3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1187
1
+ 3.0.1190
@@ -79,27 +79,25 @@ module TencentCloud
79
79
 
80
80
  # CreateCloudRunEnv请求参数结构体
81
81
  class CreateCloudRunEnvRequest < TencentCloud::Common::AbstractModel
82
- # @param PackageType: Trial,Standard,Professional,Enterprise
82
+ # @param PackageType: <p>Trial,Standard,Professional,Enterprise</p>
83
83
  # @type PackageType: String
84
- # @param Alias: 环境别名,要以a-z开头,不能包含 a-z,0-9,- 以外的字符
84
+ # @param Alias: <p>环境别名,要以a-z开头,不能包含 a-z,0-9,- 以外的字符</p>
85
85
  # @type Alias: String
86
- # @param FreeQuota: 用户享有的免费额度级别,目前只能为“basic”,不传该字段或该字段为空,标识不享受免费额度。
86
+ # @param FreeQuota: <p>用户享有的免费额度级别,目前只能为“basic”,不传该字段或该字段为空,标识不享受免费额度。</p>
87
87
  # @type FreeQuota: String
88
- # @param Flag: 订单标记。建议使用方统一转大小写之后再判断。
89
- # QuickStart:快速启动来源
90
- # Activity:活动来源
88
+ # @param Flag: <p>订单标记。建议使用方统一转大小写之后再判断。QuickStart:快速启动来源Activity:活动来源</p>
91
89
  # @type Flag: String
92
- # @param VpcId: 私有网络Id
90
+ # @param VpcId: <p>私有网络Id</p>
93
91
  # @type VpcId: String
94
- # @param SubNetIds: 子网列表
92
+ # @param SubNetIds: <p>子网列表</p>
95
93
  # @type SubNetIds: Array
96
- # @param ReqKey: 请求key 用于防重
94
+ # @param ReqKey: <p>请求key 用于防重</p>
97
95
  # @type ReqKey: String
98
- # @param Source: 来源:wechat | cloud | weda
96
+ # @param Source: <p>来源:wechat | cloud | weda</p>
99
97
  # @type Source: String
100
- # @param Channel: 渠道:wechat | cloud | weda
98
+ # @param Channel: <p>渠道:wechat | cloud | weda</p>
101
99
  # @type Channel: String
102
- # @param EnvId: 环境ID 云开发平台必填
100
+ # @param EnvId: <p>环境ID 云开发平台必填</p>
103
101
  # @type EnvId: String
104
102
 
105
103
  attr_accessor :PackageType, :Alias, :FreeQuota, :Flag, :VpcId, :SubNetIds, :ReqKey, :Source, :Channel, :EnvId
@@ -133,9 +131,9 @@ module TencentCloud
133
131
 
134
132
  # CreateCloudRunEnv返回参数结构体
135
133
  class CreateCloudRunEnvResponse < TencentCloud::Common::AbstractModel
136
- # @param EnvId: 环境Id
134
+ # @param EnvId: <p>环境Id</p>
137
135
  # @type EnvId: String
138
- # @param TranId: 后付费订单号
136
+ # @param TranId: <p>后付费订单号</p>
139
137
  # @type TranId: String
140
138
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
141
139
  # @type RequestId: String
@@ -157,17 +155,17 @@ module TencentCloud
157
155
 
158
156
  # CreateCloudRunServer请求参数结构体
159
157
  class CreateCloudRunServerRequest < TencentCloud::Common::AbstractModel
160
- # @param EnvId: 环境Id
158
+ # @param EnvId: <p>环境Id</p>
161
159
  # @type EnvId: String
162
- # @param ServerName: 服务名
160
+ # @param ServerName: <p>服务名</p>
163
161
  # @type ServerName: String
164
- # @param DeployInfo: 部署信息
162
+ # @param DeployInfo: <p>部署信息</p>
165
163
  # @type DeployInfo: :class:`Tencentcloud::Tcbr.v20220217.models.DeployParam`
166
- # @param ServerConfig: 服务配置信息(已废弃)
164
+ # @param ServerConfig: <p>服务配置信息(已废弃)</p>
167
165
  # @type ServerConfig: :class:`Tencentcloud::Tcbr.v20220217.models.ServerBaseConfig`
168
- # @param Items: 服务配置信息
166
+ # @param Items: <p>服务配置信息</p>
169
167
  # @type Items: Array
170
- # @param VpcInfo: vpc 信息
168
+ # @param VpcInfo: <p>vpc 信息</p>
171
169
  # @type VpcInfo: :class:`Tencentcloud::Tcbr.v20220217.models.CreateVpcInfo`
172
170
 
173
171
  attr_accessor :EnvId, :ServerName, :DeployInfo, :ServerConfig, :Items, :VpcInfo
@@ -209,7 +207,7 @@ module TencentCloud
209
207
 
210
208
  # CreateCloudRunServer返回参数结构体
211
209
  class CreateCloudRunServerResponse < TencentCloud::Common::AbstractModel
212
- # @param TaskId: 一键部署任务Id,微信云托管,暂时用不到
210
+ # @param TaskId: <p>一键部署任务Id,微信云托管,暂时用不到</p>
213
211
  # @type TaskId: Integer
214
212
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
215
213
  # @type RequestId: String
@@ -848,7 +846,7 @@ module TencentCloud
848
846
 
849
847
  # DescribeEnvBaseInfo请求参数结构体
850
848
  class DescribeEnvBaseInfoRequest < TencentCloud::Common::AbstractModel
851
- # @param EnvId: 环境 Id
849
+ # @param EnvId: <p>环境 Id</p>
852
850
  # @type EnvId: String
853
851
 
854
852
  attr_accessor :EnvId
@@ -864,9 +862,9 @@ module TencentCloud
864
862
 
865
863
  # DescribeEnvBaseInfo返回参数结构体
866
864
  class DescribeEnvBaseInfoResponse < TencentCloud::Common::AbstractModel
867
- # @param EnvBaseInfo: 环境基础信息
865
+ # @param EnvBaseInfo: <p>环境基础信息</p>
868
866
  # @type EnvBaseInfo: :class:`Tencentcloud::Tcbr.v20220217.models.EnvBaseInfo`
869
- # @param IsExist: 是否存在
867
+ # @param IsExist: <p>是否存在</p>
870
868
  # @type IsExist: Boolean
871
869
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
872
870
  # @type RequestId: String
@@ -1001,13 +999,13 @@ module TencentCloud
1001
999
 
1002
1000
  # DescribeVersionDetail请求参数结构体
1003
1001
  class DescribeVersionDetailRequest < TencentCloud::Common::AbstractModel
1004
- # @param EnvId: 环境Id
1002
+ # @param EnvId: <p>环境Id</p>
1005
1003
  # @type EnvId: String
1006
- # @param ServerName: 服务名
1004
+ # @param ServerName: <p>服务名</p>
1007
1005
  # @type ServerName: String
1008
- # @param VersionName: 版本名
1006
+ # @param VersionName: <p>版本名</p>
1009
1007
  # @type VersionName: String
1010
- # @param Channel: channel
1008
+ # @param Channel: <p>channel</p>
1011
1009
  # @type Channel: String
1012
1010
 
1013
1011
  attr_accessor :EnvId, :ServerName, :VersionName, :Channel
@@ -1029,52 +1027,55 @@ module TencentCloud
1029
1027
 
1030
1028
  # DescribeVersionDetail返回参数结构体
1031
1029
  class DescribeVersionDetailResponse < TencentCloud::Common::AbstractModel
1032
- # @param Name: 版本名
1030
+ # @param Name: <p>版本名</p>
1033
1031
  # @type Name: String
1034
- # @param Port: 端口号
1032
+ # @param Port: <p>端口号</p>
1035
1033
  # @type Port: Integer
1036
- # @param Cpu: cpu 规格
1034
+ # @param Cpu: <p>cpu 规格</p>
1037
1035
  # @type Cpu: Float
1038
- # @param Mem: mem 规格
1036
+ # @param Mem: <p>mem 规格</p>
1039
1037
  # @type Mem: Float
1040
- # @param MinNum: 最小副本数
1038
+ # @param MinNum: <p>最小副本数</p>
1041
1039
  # @type MinNum: Integer
1042
- # @param MaxNum: 最大副本数
1040
+ # @param MaxNum: <p>最大副本数</p>
1043
1041
  # @type MaxNum: Integer
1044
- # @param PolicyDetails: 扩缩容策略
1042
+ # @param PolicyDetails: <p>扩缩容策略</p>
1045
1043
  # @type PolicyDetails: Array
1046
- # @param Dockerfile: Dockerfile path
1044
+ # @param Dockerfile: <p>Dockerfile path</p>
1047
1045
  # @type Dockerfile: String
1048
- # @param BuildDir: 目标目录
1046
+ # @param BuildDir: <p>目标目录</p>
1049
1047
  # @type BuildDir: String
1050
- # @param EnvParams: 环境变量
1048
+ # @param EnvParams: <p>环境变量</p>
1051
1049
  # @type EnvParams: String
1052
- # @param Status: 状态
1050
+ # @param Status: <p>状态</p>
1053
1051
  # @type Status: String
1054
- # @param CreatedTime: 创建时间
1052
+ # @param CreatedTime: <p>创建时间</p>
1055
1053
  # @type CreatedTime: String
1056
- # @param UpdatedTime: 更新时间
1054
+ # @param UpdatedTime: <p>更新时间</p>
1057
1055
  # @type UpdatedTime: String
1058
- # @param LogPath: 日志采集路径
1056
+ # @param LogPath: <p>日志采集路径</p>
1059
1057
  # @type LogPath: String
1060
- # @param EntryPoint: entryPoint
1058
+ # @param EntryPoint: <p>entryPoint</p>
1061
1059
  # 注意:此字段可能返回 null,表示取不到有效值。
1062
1060
  # @type EntryPoint: String
1063
- # @param Cmd: Cmd
1061
+ # @param Cmd: <p>Cmd</p>
1064
1062
  # 注意:此字段可能返回 null,表示取不到有效值。
1065
1063
  # @type Cmd: String
1066
- # @param VpcConf: vpc conf
1064
+ # @param VpcConf: <p>vpc conf</p>
1067
1065
  # 注意:此字段可能返回 null,表示取不到有效值。
1068
1066
  # @type VpcConf: :class:`Tencentcloud::Tcbr.v20220217.models.VpcConf`
1069
- # @param VolumesConf: volume conf
1067
+ # @param VolumesConf: <p>volume conf</p>
1070
1068
  # 注意:此字段可能返回 null,表示取不到有效值。
1071
1069
  # @type VolumesConf: Array
1070
+ # @param BuildPacks: <p>buildpack 信息</p>
1071
+ # 注意:此字段可能返回 null,表示取不到有效值。
1072
+ # @type BuildPacks: :class:`Tencentcloud::Tcbr.v20220217.models.BuildPacksInfo`
1072
1073
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1073
1074
  # @type RequestId: String
1074
1075
 
1075
- 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
1076
1077
 
1077
- 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)
1078
1079
  @Name = name
1079
1080
  @Port = port
1080
1081
  @Cpu = cpu
@@ -1093,6 +1094,7 @@ module TencentCloud
1093
1094
  @Cmd = cmd
1094
1095
  @VpcConf = vpcconf
1095
1096
  @VolumesConf = volumesconf
1097
+ @BuildPacks = buildpacks
1096
1098
  @RequestId = requestid
1097
1099
  end
1098
1100
 
@@ -1132,6 +1134,10 @@ module TencentCloud
1132
1134
  @VolumesConf << volumeconf_tmp
1133
1135
  end
1134
1136
  end
1137
+ unless params['BuildPacks'].nil?
1138
+ @BuildPacks = BuildPacksInfo.new
1139
+ @BuildPacks.deserialize(params['BuildPacks'])
1140
+ end
1135
1141
  @RequestId = params['RequestId']
1136
1142
  end
1137
1143
  end
@@ -2526,17 +2532,17 @@ module TencentCloud
2526
2532
 
2527
2533
  # UpdateCloudRunServer请求参数结构体
2528
2534
  class UpdateCloudRunServerRequest < TencentCloud::Common::AbstractModel
2529
- # @param EnvId: 环境Id
2535
+ # @param EnvId: <p>环境Id</p>
2530
2536
  # @type EnvId: String
2531
- # @param ServerName: 服务名
2537
+ # @param ServerName: <p>服务名</p>
2532
2538
  # @type ServerName: String
2533
- # @param DeployInfo: 部署信息
2539
+ # @param DeployInfo: <p>部署信息</p>
2534
2540
  # @type DeployInfo: :class:`Tencentcloud::Tcbr.v20220217.models.DeployParam`
2535
- # @param ServerConfig: 服务配置信息(已废弃)
2541
+ # @param ServerConfig: <p>服务配置信息(已废弃)</p>
2536
2542
  # @type ServerConfig: :class:`Tencentcloud::Tcbr.v20220217.models.ServerBaseConfig`
2537
- # @param Business: 业务类型,默认tcr
2543
+ # @param Business: <p>业务类型,默认tcr</p>
2538
2544
  # @type Business: String
2539
- # @param Items: 服务配置信息
2545
+ # @param Items: <p>服务配置信息</p>
2540
2546
  # @type Items: Array
2541
2547
 
2542
2548
  attr_accessor :EnvId, :ServerName, :DeployInfo, :ServerConfig, :Business, :Items
@@ -2575,9 +2581,9 @@ module TencentCloud
2575
2581
 
2576
2582
  # UpdateCloudRunServer返回参数结构体
2577
2583
  class UpdateCloudRunServerResponse < TencentCloud::Common::AbstractModel
2578
- # @param EnvId: 环境Id
2584
+ # @param EnvId: <p>环境Id</p>
2579
2585
  # @type EnvId: String
2580
- # @param TaskId: 一键部署任务Id,暂时用不到
2586
+ # @param TaskId: <p>一键部署任务Id,暂时用不到</p>
2581
2587
  # @type TaskId: Integer
2582
2588
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2583
2589
  # @type RequestId: String
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.1187
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-22 00:00:00.000000000 Z
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