tencentcloud-sdk-tcm 1.0.247 → 1.0.248

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/v20210413/models.rb +11 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7cf05637973f3e9acee34922a33e962705822835
4
- data.tar.gz: 7a459e69b9ddcc1dfcee4de167f553883123a393
3
+ metadata.gz: 4127be483b14924e90acf44f8fe7ac3026f7eeaa
4
+ data.tar.gz: e4ec334220fa59fb48d0bc23b6c25c4887e280fa
5
5
  SHA512:
6
- metadata.gz: defe0b2837a379b04cb0d605384e1c41af5c2eb584111fcadd45c216890af8c7ac8264caa48ae9a6e6cfde21ed1b41b8edba1e02f82790c67b2ed7635b503dea
7
- data.tar.gz: eec2463fec93d132ababeccceeb8259578defb2b86da1b8337e70c1ccdd842dd33aaa076ee2f50aac87a7987c7f23d14e98c54e722260dec75328028ced2fee2
6
+ metadata.gz: e1ade0c7187b9eef8d7f97606253132c6ff3b3b20a342967e8a404c50e71a68be3db64d4127d78be8e927f1387a9e2df209b5ffb99dc12eb97faee208bc2b576
7
+ data.tar.gz: b28e152f672557ad00b34b8ebcb1625607ff8b9cff0e465b55ebfb745d52d03766bec1844855877abb9b9e83ac1cf1dfd9e4e34bdfc37f3617c107a827c92d20
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.247
1
+ 1.0.248
@@ -844,7 +844,7 @@ module TencentCloud
844
844
  # @param CanaryVersion: 灰度升级的版本
845
845
  # 注意:此字段可能返回 null,表示取不到有效值。
846
846
  # @type CanaryVersion: String
847
- # @param Prometheus: Prometheus状态
847
+ # @param Prometheus: 已废弃
848
848
  # 注意:此字段可能返回 null,表示取不到有效值。
849
849
  # @type Prometheus: Array
850
850
  # @param StateMessage: 状态附带信息
@@ -853,15 +853,19 @@ module TencentCloud
853
853
  # @param ActiveOperationList: 正在执行的异步操作
854
854
  # 注意:此字段可能返回 null,表示取不到有效值。
855
855
  # @type ActiveOperationList: Array
856
+ # @param TPS: 获取TPS信息
857
+ # 注意:此字段可能返回 null,表示取不到有效值。
858
+ # @type TPS: :class:`Tencentcloud::Tcm.v20210413.models.PrometheusStatus`
856
859
 
857
- attr_accessor :ServiceCount, :CanaryVersion, :Prometheus, :StateMessage, :ActiveOperationList
860
+ attr_accessor :ServiceCount, :CanaryVersion, :Prometheus, :StateMessage, :ActiveOperationList, :TPS
858
861
 
859
- def initialize(servicecount=nil, canaryversion=nil, prometheus=nil, statemessage=nil, activeoperationlist=nil)
862
+ def initialize(servicecount=nil, canaryversion=nil, prometheus=nil, statemessage=nil, activeoperationlist=nil, tps=nil)
860
863
  @ServiceCount = servicecount
861
864
  @CanaryVersion = canaryversion
862
865
  @Prometheus = prometheus
863
866
  @StateMessage = statemessage
864
867
  @ActiveOperationList = activeoperationlist
868
+ @TPS = tps
865
869
  end
866
870
 
867
871
  def deserialize(params)
@@ -884,6 +888,10 @@ module TencentCloud
884
888
  @ActiveOperationList << activeoperation_tmp
885
889
  end
886
890
  end
891
+ unless params['TPS'].nil?
892
+ @TPS = PrometheusStatus.new
893
+ @TPS.deserialize(params['TPS'])
894
+ end
887
895
  end
888
896
  end
889
897
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tcm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.247
4
+ version: 1.0.248
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-21 00:00:00.000000000 Z
11
+ date: 2022-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common