tencentcloud-sdk-tat 3.0.1036 → 3.0.1037
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/v20201028/models.rb +25 -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: 4ade7d303390f80be12ceb54624f595d95b9cd7d
|
4
|
+
data.tar.gz: 772a2744841c4b6d3c0420d0bae45792e06ddb99
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 91e5cd76f5734debffbaa95467e37d50f67aae430b85da23493f3f15ebd38f4f8b7173f223ba526786046b8b1cc44f3c089421d4263409ef4b98fa6ed30aaa05
|
7
|
+
data.tar.gz: 9e7aaa669ff878c251bd1f5dc74cbaec5a049a87403752125d9ca7384da3d5534ad95d7fbb0d3891561e983bab01396d2067bafb79681bee884ae79c12fc1c63
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1037
|
data/lib/v20201028/models.rb
CHANGED
@@ -437,7 +437,11 @@ module TencentCloud
|
|
437
437
|
# - 若传入值小于等于 99999,则以小时为单位设置有效时间。
|
438
438
|
# - 若传入值大于 99999,则设置为长期有效。
|
439
439
|
# @type EffectiveTime: Integer
|
440
|
-
# @param IpAddressRange:
|
440
|
+
# @param IpAddressRange: 限制注册码只能从 IpAddressRange 所描述公网出口进行注册。
|
441
|
+
|
442
|
+
# 默认为空,即无任何限制。
|
443
|
+
|
444
|
+
# 取值应为标准 IPv4 或 CIDRv4 格式。例如 192.168.1.1 或 192.168.0.0/16。
|
441
445
|
# @type IpAddressRange: String
|
442
446
|
|
443
447
|
attr_accessor :Description, :InstanceNamePrefix, :RegisterLimit, :EffectiveTime, :IpAddressRange
|
@@ -1287,6 +1291,26 @@ module TencentCloud
|
|
1287
1291
|
# 类型:String
|
1288
1292
|
# 必选:否
|
1289
1293
|
|
1294
|
+
# - tag-key
|
1295
|
+
|
1296
|
+
# 按照【标签键】进行过滤。
|
1297
|
+
# 类型:String
|
1298
|
+
# 必选:否
|
1299
|
+
|
1300
|
+
# - tag-value
|
1301
|
+
|
1302
|
+
# 按照【标签值】进行过滤。
|
1303
|
+
# 类型:String
|
1304
|
+
# 必选:否
|
1305
|
+
|
1306
|
+
# - tag:tag-key
|
1307
|
+
|
1308
|
+
# 按照【标签键值对】进行过滤。 tag-key使用具体的标签键进行替换。
|
1309
|
+
# 类型:String
|
1310
|
+
# 必选:否
|
1311
|
+
|
1312
|
+
# 例如 Filter 为 {"Name": "tag:key1", "Values": ["v1", "v2"] } ,即查询所有标签为 key1:v1 或 key1:v2 的资源。
|
1313
|
+
|
1290
1314
|
# @type Filters: Array
|
1291
1315
|
# @param Offset: 偏移量,默认为 0。
|
1292
1316
|
# @type Offset: Integer
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tat
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1037
|
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-04-
|
11
|
+
date: 2025-04-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|