tencentcloud-sdk-dnspod 3.0.861 → 3.0.862

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: 707ffe4412a6b27414a8800d2efbafc2a4a5eadd
4
- data.tar.gz: ce5e5fe31ec6b7083e8c8b6b206fba83457ab08a
3
+ metadata.gz: d869074b1eff341b7630aff0b2dc651c89635b76
4
+ data.tar.gz: 0bf14906987cc52e0a42568bc5618c7b18e192b1
5
5
  SHA512:
6
- metadata.gz: 14f61c43825a1f45f2c0485c3925e6f0a6b2cd583a2feb3357dcc6f10a0d356638256051a658c7a11d9dc29e7e1c5a11b89c87c7a58ffba2c0365d75d35c6a0e
7
- data.tar.gz: 74c5dabceb59ba5f3ee4c33754ee438e91b58949f579c58b5cd4edaa74ee95d10aa2ff872d877fc4d26bc8ffde4bf29fbd70a4c5cd3bb5f7afb7da58fe8eb35d
6
+ metadata.gz: 21a2e7091f5ad2d87c42bd665df48c87e8af5b0984199feedc7c2ade2f1f9734d086fb850dac7ecea2c70257c6723e49c89c44b6a611aa83f1817b9b8cfc960d
7
+ data.tar.gz: 912e5c6f5e8ed0e3624d81083fbbdf9967cd3eb2089906b32dbd33e037c8cc2adba7dc525c197389212d3a7b9387912094be7e1b6d58608ffcba8dd0eebe0189
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.861
1
+ 3.0.862
@@ -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.862
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-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common