tencentcloud-sdk-tcbr 3.0.960 → 3.0.962
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 +0 -21
- 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: ae0c591ddd1826a2f53152b541178d08acb19f5c
|
|
4
|
+
data.tar.gz: 0263530e6497183e58fdcf5480be769321a1a54f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1643accb76b089074129137349dc4b86804b14deb18968154ba9f6c126b8a0359ebb6239227481c23bd22207d1eaed899176b60ff088689b64f8f078bb680ee1
|
|
7
|
+
data.tar.gz: 916d2c2dfbf0482ddf5c6dbf4dc5560213e2ccbb3c787c724ff4bd1c062c7637888ca35bff7cdebb20bb8af805cfe9d9950f538e442e583827c6ed4394b20da8
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.962
|
data/lib/v20220217/models.rb
CHANGED
|
@@ -359,13 +359,10 @@ module TencentCloud
|
|
|
359
359
|
# DescribeCloudRunServerDetail返回参数结构体
|
|
360
360
|
class DescribeCloudRunServerDetailResponse < TencentCloud::Common::AbstractModel
|
|
361
361
|
# @param BaseInfo: 服务基本信息
|
|
362
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
363
362
|
# @type BaseInfo: :class:`Tencentcloud::Tcbr.v20220217.models.ServerBaseInfo`
|
|
364
363
|
# @param ServerConfig: 服务配置信息
|
|
365
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
366
364
|
# @type ServerConfig: :class:`Tencentcloud::Tcbr.v20220217.models.ServerBaseConfig`
|
|
367
365
|
# @param OnlineVersionInfos: 在线版本信息
|
|
368
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
369
366
|
# @type OnlineVersionInfos: Array
|
|
370
367
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
371
368
|
# @type RequestId: String
|
|
@@ -618,24 +615,18 @@ module TencentCloud
|
|
|
618
615
|
# <li>UNAVAILABLE:服务不可用,可能是尚未初始化或者初始化过程中</li>
|
|
619
616
|
# @type Status: String
|
|
620
617
|
# @param IsAutoDegrade: 是否到期自动降为免费版
|
|
621
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
622
618
|
# @type IsAutoDegrade: Boolean
|
|
623
619
|
# @param EnvChannel: 环境渠道
|
|
624
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
625
620
|
# @type EnvChannel: String
|
|
626
621
|
# @param PayMode: 支付方式。包含以下取值:
|
|
627
622
|
# <li> prepayment:预付费</li>
|
|
628
623
|
# <li> postpaid:后付费</li>
|
|
629
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
630
624
|
# @type PayMode: String
|
|
631
625
|
# @param IsDefault: 是否为默认环境
|
|
632
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
633
626
|
# @type IsDefault: Boolean
|
|
634
627
|
# @param Region: 环境所属地域
|
|
635
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
636
628
|
# @type Region: String
|
|
637
629
|
# @param EnvType: 环境类型:baas, run, hosting, weda,tcbr
|
|
638
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
639
630
|
# @type EnvType: String
|
|
640
631
|
# @param Databases: 数据库列表
|
|
641
632
|
# @type Databases: Array
|
|
@@ -644,22 +635,16 @@ module TencentCloud
|
|
|
644
635
|
# @param Functions: 函数列表
|
|
645
636
|
# @type Functions: Array
|
|
646
637
|
# @param LogServices: 云日志服务列表
|
|
647
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
648
638
|
# @type LogServices: Array
|
|
649
639
|
# @param StaticStorages: 静态资源信息
|
|
650
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
651
640
|
# @type StaticStorages: Array
|
|
652
641
|
# @param Tags: 环境标签列表
|
|
653
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
654
642
|
# @type Tags: Array
|
|
655
643
|
# @param CustomLogServices: 自定义日志服务
|
|
656
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
657
644
|
# @type CustomLogServices: Array
|
|
658
645
|
# @param PackageId: tcb产品套餐ID,参考DescribePackages接口的返回值。
|
|
659
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
660
646
|
# @type PackageId: String
|
|
661
647
|
# @param PackageName: 套餐中文名称,参考DescribePackages接口的返回值。
|
|
662
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
663
648
|
# @type PackageName: String
|
|
664
649
|
|
|
665
650
|
attr_accessor :EnvId, :Source, :Alias, :CreateTime, :UpdateTime, :Status, :IsAutoDegrade, :EnvChannel, :PayMode, :IsDefault, :Region, :EnvType, :Databases, :Storages, :Functions, :LogServices, :StaticStorages, :Tags, :CustomLogServices, :PackageId, :PackageName
|
|
@@ -786,10 +771,8 @@ module TencentCloud
|
|
|
786
771
|
# 扩缩容入参
|
|
787
772
|
class HpaPolicy < TencentCloud::Common::AbstractModel
|
|
788
773
|
# @param PolicyType: 扩缩容类型
|
|
789
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
790
774
|
# @type PolicyType: String
|
|
791
775
|
# @param PolicyThreshold: 扩缩容阈值
|
|
792
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
793
776
|
# @type PolicyThreshold: Integer
|
|
794
777
|
|
|
795
778
|
attr_accessor :PolicyType, :PolicyThreshold
|
|
@@ -860,13 +843,10 @@ module TencentCloud
|
|
|
860
843
|
# 在线版本信息
|
|
861
844
|
class OnlineVersionInfo < TencentCloud::Common::AbstractModel
|
|
862
845
|
# @param VersionName: 版本名
|
|
863
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
864
846
|
# @type VersionName: String
|
|
865
847
|
# @param ImageUrl: 镜像url
|
|
866
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
867
848
|
# @type ImageUrl: String
|
|
868
849
|
# @param FlowRatio: 流量
|
|
869
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
870
850
|
# @type FlowRatio: String
|
|
871
851
|
|
|
872
852
|
attr_accessor :VersionName, :ImageUrl, :FlowRatio
|
|
@@ -1062,7 +1042,6 @@ module TencentCloud
|
|
|
1062
1042
|
# @param LogParseType: 解析类型:json | line
|
|
1063
1043
|
# @type LogParseType: String
|
|
1064
1044
|
# @param Tag: 服务标签, function: 函数托管
|
|
1065
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1066
1045
|
# @type Tag: String
|
|
1067
1046
|
|
|
1068
1047
|
attr_accessor :EnvId, :ServerName, :OpenAccessTypes, :Cpu, :Mem, :MinNum, :MaxNum, :PolicyDetails, :CustomLogs, :EnvParams, :InitialDelaySeconds, :CreateTime, :Port, :HasDockerfile, :Dockerfile, :BuildDir, :LogType, :LogSetId, :LogTopicId, :LogParseType, :Tag
|
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.962
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-12-
|
|
11
|
+
date: 2024-12-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|