tencentcloud-sdk-dnspod 3.0.772 → 3.0.774
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/v20210323/models.rb +2 -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: d3b45e5732e61c26afb2746620b62e4c7cc2e0da
|
|
4
|
+
data.tar.gz: 56aac2c342ee364294bd637b588150a0403eae15
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cc229a30dc1e2dc8a57d3862fd9554e2ff606acc43ed08cf80e3d1c01eb0089e375137fd78a8fe68b88eeeb6263a3ad56e2ab788f0ee46412ce1a41a7b0bda98
|
|
7
|
+
data.tar.gz: b34028166abaf3941cf6e5cba3fccc0c8ce2645ee7a1f3b4a5efe7d2df4bb4c03845846ee967435d8f83b0df161c80abb429fefbe6ea186b8405407f8fe6b680
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.774
|
data/lib/v20210323/models.rb
CHANGED
|
@@ -961,7 +961,7 @@ module TencentCloud
|
|
|
961
961
|
# @type MX: Integer
|
|
962
962
|
# @param TTL: TTL,范围1-604800,不同等级域名最小值不同。
|
|
963
963
|
# @type TTL: Integer
|
|
964
|
-
# @param Weight: 权重信息,0到100
|
|
964
|
+
# @param Weight: 权重信息,0到100的整数。0 表示关闭,不传该参数,表示不设置权重信息。
|
|
965
965
|
# @type Weight: Integer
|
|
966
966
|
# @param Status: 记录初始状态,取值范围为 ENABLE 和 DISABLE 。默认为 ENABLE ,如果传入 DISABLE,解析不会生效,也不会验证负载均衡的限制。
|
|
967
967
|
# @type Status: String
|
|
@@ -4715,7 +4715,7 @@ module TencentCloud
|
|
|
4715
4715
|
# @type MX: Integer
|
|
4716
4716
|
# @param TTL: TTL,范围1-604800,不同等级域名最小值不同。
|
|
4717
4717
|
# @type TTL: Integer
|
|
4718
|
-
# @param Weight: 权重信息,0到100
|
|
4718
|
+
# @param Weight: 权重信息,0到100的整数。0 表示关闭,不传该参数,表示不设置权重信息。
|
|
4719
4719
|
# @type Weight: Integer
|
|
4720
4720
|
# @param Status: 记录初始状态,取值范围为 ENABLE 和 DISABLE 。默认为 ENABLE ,如果传入 DISABLE,解析不会生效,也不会验证负载均衡的限制。
|
|
4721
4721
|
# @type Status: String
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-dnspod
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.774
|
|
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-
|
|
11
|
+
date: 2024-03-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|