tencentcloud-sdk-dnspod 3.0.861 → 3.0.863

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 707ffe4412a6b27414a8800d2efbafc2a4a5eadd
4
- data.tar.gz: ce5e5fe31ec6b7083e8c8b6b206fba83457ab08a
3
+ metadata.gz: fbcff5cace2755e101a537738dbb24da6d1e8eda
4
+ data.tar.gz: cd8bdff86270eedc1ec574f9c3816372460e79cb
5
5
  SHA512:
6
- metadata.gz: 14f61c43825a1f45f2c0485c3925e6f0a6b2cd583a2feb3357dcc6f10a0d356638256051a658c7a11d9dc29e7e1c5a11b89c87c7a58ffba2c0365d75d35c6a0e
7
- data.tar.gz: 74c5dabceb59ba5f3ee4c33754ee438e91b58949f579c58b5cd4edaa74ee95d10aa2ff872d877fc4d26bc8ffde4bf29fbd70a4c5cd3bb5f7afb7da58fe8eb35d
6
+ metadata.gz: 17a86916a34b937c9f97ee55d73b10b8ae05ec9a97cbc4bab6ee2c471781b6ee55ece248372754be2893acea3e65a5e170565bf415ff45c8485cc2a983318609
7
+ data.tar.gz: a926beefb5ffaf3d7c6ec282a7d312e5d9b0a283e5b46f50d88b3fcda5d293fb0868aff81af2304697d3fcafef6bec52000344d1052431aee399de6da70619f8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.861
1
+ 3.0.863
@@ -969,10 +969,12 @@ module TencentCloud
969
969
  # @type Remark: String
970
970
  # @param DnssecConflictMode: 开启DNSSEC时,强制添加CNAME/URL记录
971
971
  # @type DnssecConflictMode: String
972
+ # @param GroupId: 记录分组 Id。可以通过接口 DescribeRecordGroupList 接口 GroupId 字段获取。
973
+ # @type GroupId: Integer
972
974
 
973
- attr_accessor :Domain, :RecordType, :RecordLine, :Value, :DomainId, :SubDomain, :RecordLineId, :MX, :TTL, :Weight, :Status, :Remark, :DnssecConflictMode
975
+ attr_accessor :Domain, :RecordType, :RecordLine, :Value, :DomainId, :SubDomain, :RecordLineId, :MX, :TTL, :Weight, :Status, :Remark, :DnssecConflictMode, :GroupId
974
976
 
975
- 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, dnssecconflictmode=nil)
977
+ 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, dnssecconflictmode=nil, groupid=nil)
976
978
  @Domain = domain
977
979
  @RecordType = recordtype
978
980
  @RecordLine = recordline
@@ -986,6 +988,7 @@ module TencentCloud
986
988
  @Status = status
987
989
  @Remark = remark
988
990
  @DnssecConflictMode = dnssecconflictmode
991
+ @GroupId = groupid
989
992
  end
990
993
 
991
994
  def deserialize(params)
@@ -1002,6 +1005,7 @@ module TencentCloud
1002
1005
  @Status = params['Status']
1003
1006
  @Remark = params['Remark']
1004
1007
  @DnssecConflictMode = params['DnssecConflictMode']
1008
+ @GroupId = params['GroupId']
1005
1009
  end
1006
1010
  end
1007
1011
 
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.861
4
+ version: 3.0.863
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-07-09 00:00:00.000000000 Z
11
+ date: 2024-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common