tencentcloud-sdk-tcm 1.0.247 → 1.0.248
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/v20210413/models.rb +11 -3
- 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: 4127be483b14924e90acf44f8fe7ac3026f7eeaa
|
|
4
|
+
data.tar.gz: e4ec334220fa59fb48d0bc23b6c25c4887e280fa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e1ade0c7187b9eef8d7f97606253132c6ff3b3b20a342967e8a404c50e71a68be3db64d4127d78be8e927f1387a9e2df209b5ffb99dc12eb97faee208bc2b576
|
|
7
|
+
data.tar.gz: b28e152f672557ad00b34b8ebcb1625607ff8b9cff0e465b55ebfb745d52d03766bec1844855877abb9b9e83ac1cf1dfd9e4e34bdfc37f3617c107a827c92d20
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.248
|
data/lib/v20210413/models.rb
CHANGED
|
@@ -844,7 +844,7 @@ module TencentCloud
|
|
|
844
844
|
# @param CanaryVersion: 灰度升级的版本
|
|
845
845
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
846
846
|
# @type CanaryVersion: String
|
|
847
|
-
# @param 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.
|
|
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-
|
|
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
|