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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8b0908017ed54117dc24d62932d5936c34df8e27
4
- data.tar.gz: c487cc49cf5bd5724e86411b6cfc00a1e2cac8a4
3
+ metadata.gz: d3b45e5732e61c26afb2746620b62e4c7cc2e0da
4
+ data.tar.gz: 56aac2c342ee364294bd637b588150a0403eae15
5
5
  SHA512:
6
- metadata.gz: c553e6ebbf830ae5b6ec806ecb61043376fb94ac14a258956300d1ba6a74ff877e8a66b080a088a876a92e43d8a10cfd081079c025647b3b6ef5028b8979e255
7
- data.tar.gz: ef3d088443d26cd770d322c3355cb47296fe6591bcd5b84ca83fd61b89beb16b6caa3fb7e6518fd3ffa43d833067adb9201e6c402621637c5c38238c320a7b1b
6
+ metadata.gz: cc229a30dc1e2dc8a57d3862fd9554e2ff606acc43ed08cf80e3d1c01eb0089e375137fd78a8fe68b88eeeb6263a3ad56e2ab788f0ee46412ce1a41a7b0bda98
7
+ data.tar.gz: b34028166abaf3941cf6e5cba3fccc0c8ce2645ee7a1f3b4a5efe7d2df4bb4c03845846ee967435d8f83b0df161c80abb429fefbe6ea186b8405407f8fe6b680
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.772
1
+ 3.0.774
@@ -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的整数。仅企业 VIP 域名可用,0 表示关闭,不传该参数,表示不设置权重信息。
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的整数。仅企业 VIP 域名可用,0 表示关闭,不传该参数,表示不设置权重信息。
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.772
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-02-29 00:00:00.000000000 Z
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