tencentcloud-sdk-mna 3.0.1161 → 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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210119/models.rb +7 -1
- 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: 37e2e4e071ccccd5844a6f49b9d88dba63c58faa
|
|
4
|
+
data.tar.gz: 8bb485836c98c4f122bfd225e4c3d622c60600dc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 79960772c73de79acc51f446a3a98395bc43687221c3fc884ff22b38f6696b64be5d97284ee10fed40d9c5d12be02be15d58308060c9d5dcdedd73f02a7fac21
|
|
7
|
+
data.tar.gz: b970ec36f1209d7598a34b79b7227401c153fcbc9df250b31841e85e93ed914a9670275d24bbd2347531b6471cfddd26a9a64e8e05d51aa4b79bec6c31489e2c
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1192
|
data/lib/v20210119/models.rb
CHANGED
|
@@ -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
|
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.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-
|
|
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
|