tencentcloud-sdk-dnspod 3.0.622 → 3.0.623
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 +6 -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: ec2503e69a0f1bd41611e7baf1159f447b67bd08
|
|
4
|
+
data.tar.gz: 2ef5fcf9c19038a4f1848ee64d774009e7c52117
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a64c71a1da88b583c8f776a83043fd3a82df1e20e1a71d5f9d40d63ade971f67041da44afde7bd1f907d40f48699ea4294794b1149078deb8fdae6ce397022ce
|
|
7
|
+
data.tar.gz: 25702e0fa7aa2a9542f83a68838a74fb89e029132b7f67e8d55ea7ba6110182ad0a475e1da8ec6dd5ddca4bb0f05b1b98aea8061e965cfaa53e24f12d69f5118
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.623
|
data/lib/v20210323/models.rb
CHANGED
|
@@ -921,10 +921,12 @@ module TencentCloud
|
|
|
921
921
|
# @type Weight: Integer
|
|
922
922
|
# @param Status: 记录初始状态,取值范围为 ENABLE 和 DISABLE 。默认为 ENABLE ,如果传入 DISABLE,解析不会生效,也不会验证负载均衡的限制。
|
|
923
923
|
# @type Status: String
|
|
924
|
+
# @param Remark: 备注
|
|
925
|
+
# @type Remark: String
|
|
924
926
|
|
|
925
|
-
attr_accessor :Domain, :RecordType, :RecordLine, :Value, :DomainId, :SubDomain, :RecordLineId, :MX, :TTL, :Weight, :Status
|
|
927
|
+
attr_accessor :Domain, :RecordType, :RecordLine, :Value, :DomainId, :SubDomain, :RecordLineId, :MX, :TTL, :Weight, :Status, :Remark
|
|
926
928
|
|
|
927
|
-
def initialize(domain=nil, recordtype=nil, recordline=nil, value=nil, domainid=nil, subdomain=nil, recordlineid=nil, mx=nil, ttl=nil, weight=nil, status=nil)
|
|
929
|
+
def initialize(domain=nil, recordtype=nil, recordline=nil, value=nil, domainid=nil, subdomain=nil, recordlineid=nil, mx=nil, ttl=nil, weight=nil, status=nil, remark=nil)
|
|
928
930
|
@Domain = domain
|
|
929
931
|
@RecordType = recordtype
|
|
930
932
|
@RecordLine = recordline
|
|
@@ -936,6 +938,7 @@ module TencentCloud
|
|
|
936
938
|
@TTL = ttl
|
|
937
939
|
@Weight = weight
|
|
938
940
|
@Status = status
|
|
941
|
+
@Remark = remark
|
|
939
942
|
end
|
|
940
943
|
|
|
941
944
|
def deserialize(params)
|
|
@@ -950,6 +953,7 @@ module TencentCloud
|
|
|
950
953
|
@TTL = params['TTL']
|
|
951
954
|
@Weight = params['Weight']
|
|
952
955
|
@Status = params['Status']
|
|
956
|
+
@Remark = params['Remark']
|
|
953
957
|
end
|
|
954
958
|
end
|
|
955
959
|
|
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.623
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-07-
|
|
11
|
+
date: 2023-07-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|