tencentcloud-sdk-teo 3.0.784 → 3.0.786
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/v20220901/models.rb +3 -2
- 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: 1bec275fd57c83635df15157c1c0a981e373ae30
|
|
4
|
+
data.tar.gz: 598f273744812762a67e7cec6bcceb9619fb817c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 65314417762fc567b011c832be77b8bbf21030f661569a8477d9ae4b793719faa0d417614510f8f3de2dba0ddb79e0804bab0b3b1bd5417b6650c5ea74c29d7b
|
|
7
|
+
data.tar.gz: b5122f60b3cbe52f534bc29745ca50f08ea48dcc8306d8b79299b6337b9288164241e2af6946f93064444b4b30d7c0880479a4e33e1e210ce8114162b6767680
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.786
|
data/lib/v20220901/models.rb
CHANGED
|
@@ -3988,7 +3988,8 @@ module TencentCloud
|
|
|
3988
3988
|
# @param Limit: 分页查询限制数目。默认值:20,最大值:1000。
|
|
3989
3989
|
# @type Limit: Integer
|
|
3990
3990
|
# @param Filters: 过滤条件,Filters.Values的上限为20。详细的过滤条件如下:
|
|
3991
|
-
# <li>target-name
|
|
3991
|
+
# <li>target-name:目标域名名称进行过滤;</li>
|
|
3992
|
+
# <li>alias-name:按照别称域名名称进行过滤。</li>模糊查询时仅支持过滤字段名为 alias-name。
|
|
3992
3993
|
# @type Filters: Array
|
|
3993
3994
|
|
|
3994
3995
|
attr_accessor :ZoneId, :Offset, :Limit, :Filters
|
|
@@ -4876,7 +4877,7 @@ module TencentCloud
|
|
|
4876
4877
|
# @param Limit: 分页查询限制数目。默认值: 100,最大值:1000。
|
|
4877
4878
|
# @type Limit: Integer
|
|
4878
4879
|
# @param Filters: 过滤条件,Filters.Values的上限为20。详细的过滤条件如下:
|
|
4879
|
-
# <li>host
|
|
4880
|
+
# <li>host:按照域名进行过滤。</li>
|
|
4880
4881
|
# @type Filters: Array
|
|
4881
4882
|
|
|
4882
4883
|
attr_accessor :ZoneId, :Offset, :Limit, :Filters
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-teo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.786
|
|
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-03-
|
|
11
|
+
date: 2024-03-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|