tencentcloud-sdk-mna 3.0.970 → 3.0.972

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: baba229f84dff11cda990cc62acbd810def9dbaa
4
- data.tar.gz: 59b8c1ba44c7d0b32fc5251e808c43c9df37270a
3
+ metadata.gz: 78946aa24bf61a601586904afac11d7a72a9786d
4
+ data.tar.gz: 1e054a3593d6465cefaaa7eee04d82b7e1eca4f0
5
5
  SHA512:
6
- metadata.gz: a76809b1ce9d6e013f5aa60839e516c984fc3a07905b8c6468889efc08ec721ace760d08c61f217613d19a207684d2b8b8fe17187be328fcdc503bdb5252c10f
7
- data.tar.gz: c9692422dfd75d7fefd75b296350c7d8680ffe3ca80113612348af0a0e1d62835c31fb69ffda5010f35a6ca9edc0952259594891edda31cca9a76d93c8efe973
6
+ metadata.gz: e4b0290b85f09a57f1ba61b19860769c1bf25d1d318f611a19f691448a1d5a755986687c903f523bc91e92349e4420db62d22dbddc914afaead7adbe2d5afc67
7
+ data.tar.gz: 57aa0c5386d70f9d9ad72503f007257d00b99326c33c6cea695562ec5ca28397b29df3a2fbc0ff215116db39dee8ab3c57c6f512a63c7e94935ece5aaf906ea8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.970
1
+ 3.0.972
@@ -173,6 +173,8 @@ module TencentCloud
173
173
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
174
174
  end
175
175
 
176
+ # 产品下线
177
+
176
178
  # 移动网络发起Qos加速过程
177
179
 
178
180
  # @param request: Request instance for CreateQos.
@@ -269,6 +271,8 @@ module TencentCloud
269
271
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
270
272
  end
271
273
 
274
+ # 产品下线
275
+
272
276
  # 移动网络停止Qos加速过程
273
277
 
274
278
  # @param request: Request instance for DeleteQos.
@@ -293,6 +297,8 @@ module TencentCloud
293
297
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
294
298
  end
295
299
 
300
+ # 产品下线
301
+
296
302
  # 获取Qos加速状态
297
303
 
298
304
  # @param request: Request instance for DescribeQos.
@@ -156,7 +156,7 @@ module TencentCloud
156
156
  # @param LicensePayMode: license付费方式:
157
157
  # 0,月度授权
158
158
  # 1,永久授权
159
- # 若不传则默认为月度授权
159
+ # 若不传则默认为月度授权,永久授权设备需要调用OrderPerLicense接口支付授权费,否则设备无法使用
160
160
  # @type LicensePayMode: Integer
161
161
  # @param GroupName: 设备分组名称,非必选,预留参数,需要分组时传入GroupId
162
162
  # @type GroupName: String
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.970
4
+ version: 3.0.972
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-26 00:00:00.000000000 Z
11
+ date: 2024-12-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common