tencentcloud-sdk-tcbr 3.0.961 → 3.0.963

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20220217/models.rb +0 -21
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f9e7cbeb5ce0f2ee993ed6ed7bf835e2f74def46
4
- data.tar.gz: 93cac873ce07841fe96d9844f245506a624a3d2c
3
+ metadata.gz: 14fec3edc9da439e5c9377bb7e64b83887199601
4
+ data.tar.gz: d8ec8e63fb612b2d361b9bbf8b96a6a94743391b
5
5
  SHA512:
6
- metadata.gz: 030911edf9f4e369632c3c89bd3477728d822a3cddf1db46071aea6cee5c976a80876696c57730e563a87431176ab9603d4407db64e4feca93c8e7358ea36abd
7
- data.tar.gz: dc8221b012f0874c83878c0a826232d2f9a1d850fb7eac5aed42dc09f943ef6bca35898055acb5ed02ee82940baf45fd78f8bcd6d86b00536de935377d4a7def
6
+ metadata.gz: 9f13270ee925ffe377cdf04936b71908771f702564765b3a27abc1dbbad9d9628f2e364fc5b9150290d8d41bbbd449e5579de2cffa3600dd9eab8688f207ae78
7
+ data.tar.gz: 71055f996d3659352fa75ecda64a0bdf0d21c0f36a65a03bc85b703a1dba339c8e5fb9f0908d25215529f94f9e1c54728b5b09be08a3ab51b45fcd5d9a975aca
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.961
1
+ 3.0.963
@@ -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.961
4
+ version: 3.0.963
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-15 00:00:00.000000000 Z
11
+ date: 2024-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common