tencentcloud-sdk-mna 3.0.972 → 3.0.973
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 -9
- 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: 9c8f3e222335ba6868f7458b8b6dc1d49ee919c5
|
|
4
|
+
data.tar.gz: 5aaf8f9094c6af59a4d701f8f0591127100b9db8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b7cbc4f8ed0f7e93e2e28999cc810c6a0f0d0b663bfc6b5ac253e1ae2efbb55f7358d61221cb1ea015084fee8e9ba0efb0c17630dd1060b7264c2887a5d57cc1
|
|
7
|
+
data.tar.gz: 9b01ece5fe39c65c3f1ccc43c932353c0078c9b4365b84335f335130ef4c0769391643bb0e26168dc2b1eb735792f2cf978ad846d46d906fdac23ca284595c6b
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.973
|
data/lib/v20210119/models.rb
CHANGED
|
@@ -3133,29 +3133,22 @@ module TencentCloud
|
|
|
3133
3133
|
# 厂商硬件详细信息
|
|
3134
3134
|
class VendorHardware < TencentCloud::Common::AbstractModel
|
|
3135
3135
|
# @param HardwareId: 硬件id
|
|
3136
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3137
3136
|
# @type HardwareId: String
|
|
3138
3137
|
# @param SN: 硬件序列号
|
|
3139
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3140
3138
|
# @type SN: String
|
|
3141
3139
|
# @param CreateTime: 创建时间
|
|
3142
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3143
3140
|
# @type CreateTime: String
|
|
3144
3141
|
# @param Status: 激活状态, 空:全部; 1:待激活; 2:已激活
|
|
3145
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3146
3142
|
# @type Status: Integer
|
|
3147
3143
|
# @param ActiveTime: 激活时间
|
|
3148
3144
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3149
3145
|
# @type ActiveTime: String
|
|
3150
3146
|
# @param Description: 厂商备注
|
|
3151
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3152
3147
|
# @type Description: String
|
|
3153
3148
|
# @param DeviceId: 设备id
|
|
3154
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3155
3149
|
# @type DeviceId: String
|
|
3156
3150
|
# @param LicenseChargingMode: license计费模式: 1,租户月付费 2,厂商月付费 3,license永久授权
|
|
3157
3151
|
# 注:设备为租户付费且未激活(未选择月付还是永久付费)时,此参数返回1,仅代表租户付费。后续将废弃此参数,新接入请使用LicensePayMode和Payer
|
|
3158
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3159
3152
|
# @type LicenseChargingMode: Integer
|
|
3160
3153
|
# @param LastOnlineTime: 最后在线时间
|
|
3161
3154
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -3164,12 +3157,10 @@ module TencentCloud
|
|
|
3164
3157
|
# 0:月度授权
|
|
3165
3158
|
# 1:永久授权
|
|
3166
3159
|
# -1:未知
|
|
3167
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3168
3160
|
# @type LicensePayMode: Integer
|
|
3169
3161
|
# @param Payer: 付费方
|
|
3170
3162
|
# 0:客户付费
|
|
3171
3163
|
# 1:厂商付费
|
|
3172
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3173
3164
|
# @type Payer: Integer
|
|
3174
3165
|
|
|
3175
3166
|
attr_accessor :HardwareId, :SN, :CreateTime, :Status, :ActiveTime, :Description, :DeviceId, :LicenseChargingMode, :LastOnlineTime, :LicensePayMode, :Payer
|
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.973
|
|
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-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|