tencentcloud-sdk-mna 3.0.1144 → 3.0.1192

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: c5686ef4c261cc5d3f89b97c60203c6ace08af9a
4
- data.tar.gz: 81777a527089ac63b9e43d9314513380fb47d522
3
+ metadata.gz: 37e2e4e071ccccd5844a6f49b9d88dba63c58faa
4
+ data.tar.gz: 8bb485836c98c4f122bfd225e4c3d622c60600dc
5
5
  SHA512:
6
- metadata.gz: 160379f088ae12494d2f2216570bc641732b2f242a1008b9c4b5933348f70d24da069532558dd2b86655628a4ad23c28a6984c6f8fa2788e02ff230e4d7c5487
7
- data.tar.gz: 188badf9386cfc7e125f714aa18d80a9f29a9035f2e9fc98c90513f57feef98a4dd5afe3fa411dd5c6295c511136b12d8857df0e7e909df0aeb40fa929b8b586
6
+ metadata.gz: 79960772c73de79acc51f446a3a98395bc43687221c3fc884ff22b38f6696b64be5d97284ee10fed40d9c5d12be02be15d58308060c9d5dcdedd73f02a7fac21
7
+ data.tar.gz: b970ec36f1209d7598a34b79b7227401c153fcbc9df250b31841e85e93ed914a9670275d24bbd2347531b6471cfddd26a9a64e8e05d51aa4b79bec6c31489e2c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1144
1
+ 3.0.1192
@@ -155,7 +155,9 @@ module TencentCloud
155
155
  # @type Remark: String
156
156
  # @param DataKey: 新建设备的base64密钥字符串,非必选,如果不填写则由系统自动生成
157
157
  # @type DataKey: String
158
- # @param Encrypted: 是否设置预置密钥
158
+ # @param Encrypted: 是否设置预置密钥。
159
+ # true:设置预置密钥;
160
+ # false:不设置预置密钥。
159
161
  # @type Encrypted: Boolean
160
162
  # @param AccessScope: 接入环境。0:公有云网关;1:自有网关;2:公有云网关和自有网关。不填默认公有云网关。
161
163
  # 具体含义:
@@ -1463,8 +1465,10 @@ module TencentCloud
1463
1465
  # @param GroupId: 分组ID
1464
1466
  # @type GroupId: String
1465
1467
  # @param PageSize: 每页显示记录数,PageSize、PageNumber值均为-1 时,按照1页无限制条数匹配所有设备
1468
+ # 示例值:1
1466
1469
  # @type PageSize: Integer
1467
1470
  # @param PageNumber: 每页显示记录数,PageSize、PageNumber值均为-1 时,按照1页无限制条数匹配所有设备
1471
+ # 示例值:10
1468
1472
  # @type PageNumber: Integer
1469
1473
  # @param KeyWord: 搜索关键字
1470
1474
  # @type KeyWord: String
@@ -1531,8 +1535,10 @@ module TencentCloud
1531
1535
  # GetGroupList请求参数结构体
1532
1536
  class GetGroupListRequest < TencentCloud::Common::AbstractModel
1533
1537
  # @param PageSize: 每页显示记录数,PageSize、PageNumber值均为-1 时,按照1页无限制条数匹配所有设备
1538
+ # 示例值:10
1534
1539
  # @type PageSize: Integer
1535
1540
  # @param PageNumber: 当前查看页码,PageSize、PageNumber值均为-1 时,按照1页无限制条数匹配所有设备
1541
+ # 示例值:1
1536
1542
  # @type PageNumber: Integer
1537
1543
  # @param Keyword: 搜索分组的关键字,为空时匹配所有分组
1538
1544
  # @type Keyword: String
@@ -2369,7 +2375,7 @@ module TencentCloud
2369
2375
  # @type DeviceList: Array
2370
2376
  # @param AutoRenewFlag: 是否自动续费,该选项和流量截断冲突,只能开启一个
2371
2377
  # @type AutoRenewFlag: Boolean
2372
- # @param PackageRegion: 区域标识,0:国内,1:国外
2378
+ # @param PackageRegion: 区域标识,0:中国境内,1:中国境外
2373
2379
  # @type PackageRegion: Integer
2374
2380
  # @param FlowTruncFlag: 是否开启流量截断功能,该选项和自动续费冲突
2375
2381
  # @type FlowTruncFlag: Boolean
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.1144
4
+ version: 3.0.1192
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-09-22 00:00:00.000000000 Z
11
+ date: 2025-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/tencentcloud-sdk-mna.rb
37
36
  - lib/v20210119/client.rb
38
37
  - lib/v20210119/models.rb
38
+ - lib/tencentcloud-sdk-mna.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: