tencentcloud-sdk-mna 3.0.993 → 3.0.995
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/v20210119/models.rb +0 -18
- 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: 1b6f2742e17c5e47433055334ed7eb66e4dea120
|
|
4
|
+
data.tar.gz: 7d7bed7b6b948eaf9baa4c2f0c8c937bd5cf335a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2b832321ec673b5d8a9d23e89fee8f825d3d0f2809c822663ac008bd09b271811b480cb338fd71ed64c32a6525bb22dd7ed441fc175d1959085de9193f3866ca
|
|
7
|
+
data.tar.gz: 2dd0da73030a3b9c0f04eb6aa51b1c50ad6688d8a29acf817d369ccb4a83b309af4c07fe1ef991e8fe410c0223c28750569f1bf16dc493aaf59ab1e58a75cad2
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.995
|
data/lib/v20210119/models.rb
CHANGED
|
@@ -908,37 +908,28 @@ module TencentCloud
|
|
|
908
908
|
# 2:有线
|
|
909
909
|
# @type Type: Integer
|
|
910
910
|
# @param DataEnable: 启用/禁用
|
|
911
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
912
911
|
# @type DataEnable: Boolean
|
|
913
912
|
# @param UploadLimit: 上行限速
|
|
914
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
915
913
|
# @type UploadLimit: String
|
|
916
914
|
# @param DownloadLimit: 下行限速
|
|
917
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
918
915
|
# @type DownloadLimit: String
|
|
919
916
|
# @param DataRx: 接收实时速率
|
|
920
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
921
917
|
# @type DataRx: Integer
|
|
922
918
|
# @param DataTx: 发送实时速率
|
|
923
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
924
919
|
# @type DataTx: Integer
|
|
925
920
|
# @param Vendor: 运营商类型:
|
|
926
921
|
# 1: 中国移动;
|
|
927
922
|
# 2: 中国电信;
|
|
928
923
|
# 3: 中国联通
|
|
929
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
930
924
|
# @type Vendor: Integer
|
|
931
925
|
# @param State: 连接状态:
|
|
932
926
|
# 0:无连接
|
|
933
927
|
# 1:连接中
|
|
934
928
|
# 2:已连接
|
|
935
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
936
929
|
# @type State: Integer
|
|
937
930
|
# @param PublicIp: 公网IP
|
|
938
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
939
931
|
# @type PublicIp: String
|
|
940
932
|
# @param SignalStrength: 信号强度/单位:dbm
|
|
941
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
942
933
|
# @type SignalStrength: Integer
|
|
943
934
|
# @param Rat: 数据网络类型:
|
|
944
935
|
# -1 :无效值
|
|
@@ -946,16 +937,12 @@ module TencentCloud
|
|
|
946
937
|
# 3:3G
|
|
947
938
|
# 4:4G
|
|
948
939
|
# 5:5G
|
|
949
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
950
940
|
# @type Rat: Integer
|
|
951
941
|
# @param NetInfoName: 网卡名
|
|
952
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
953
942
|
# @type NetInfoName: String
|
|
954
943
|
# @param DownRate: 下行实时速率(浮点数类型代替上一版本DataRx的整型)
|
|
955
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
956
944
|
# @type DownRate: Float
|
|
957
945
|
# @param UpRate: 上行实时速率(浮点数类型代替上一版本TxRate的整型)
|
|
958
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
959
946
|
# @type UpRate: Float
|
|
960
947
|
|
|
961
948
|
attr_accessor :Type, :DataEnable, :UploadLimit, :DownloadLimit, :DataRx, :DataTx, :Vendor, :State, :PublicIp, :SignalStrength, :Rat, :NetInfoName, :DownRate, :UpRate
|
|
@@ -1053,19 +1040,14 @@ module TencentCloud
|
|
|
1053
1040
|
# 设备流量信息
|
|
1054
1041
|
class FlowDetails < TencentCloud::Common::AbstractModel
|
|
1055
1042
|
# @param NetDetails: 流量数据点
|
|
1056
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1057
1043
|
# @type NetDetails: Array
|
|
1058
1044
|
# @param DeviceId: 设备ID
|
|
1059
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1060
1045
|
# @type DeviceId: String
|
|
1061
1046
|
# @param MaxValue: 流量最大值(单位:bytes)
|
|
1062
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1063
1047
|
# @type MaxValue: Float
|
|
1064
1048
|
# @param AvgValue: 流量平均值(单位:bytes)
|
|
1065
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1066
1049
|
# @type AvgValue: Float
|
|
1067
1050
|
# @param TotalValue: 流量总值(单位:bytes)
|
|
1068
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1069
1051
|
# @type TotalValue: Float
|
|
1070
1052
|
|
|
1071
1053
|
attr_accessor :NetDetails, :DeviceId, :MaxValue, :AvgValue, :TotalValue
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-mna
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.995
|
|
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-02-
|
|
11
|
+
date: 2025-02-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|