tencentcloud-sdk-dnspod 3.0.971 → 3.0.973

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210323/models.rb +17 -17
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 84af6d5542d5153c214bf1ba8ad85a5adaecc59c
4
- data.tar.gz: 654c9f06294f3ec89727ec3bf8e90f70c66a8b8a
3
+ metadata.gz: c55c0dfb4504af9315337327c41229fd72ad5a3a
4
+ data.tar.gz: bbb9380a9d3346bd56695a3790f382843b135e6d
5
5
  SHA512:
6
- metadata.gz: edf1ea51a3aa48238b7346881f2d036db902cd49ae14a5cdd07d68df4e04af3232bbe26507d47b149147aab231d9d609f308545b103e8a398d42e38bbfcce3c3
7
- data.tar.gz: 310c31e0342ba864841eb63cfc57ce703d5170c8fda50cd7522877fca99beb9e1e124acd22c876f33ac62065f0c67379e5360469d83b75965af9f7695ed65af9
6
+ metadata.gz: 9a4ff2dde19488707edb2032dd5029460fc54076545578036fa7ceade2514eebb146d356df7ac11f3917dca28165f2c33eb5a98e8e3fab7bf5aec47da7e1307b
7
+ data.tar.gz: 6373ad40a51ff9328d83d191443a3e77ba02e5802a33dc2fa969866b58bb9e99c5517da2a0c4b0ffce32aacc779156cf352906f6d55ad748d2e9d26caf1ab6f6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.971
1
+ 3.0.973
@@ -4994,27 +4994,27 @@ module TencentCloud
4994
4994
  # @type RecordId: Integer
4995
4995
  # @param RecordLine: 记录线路,通过 API 记录线路获得,中文,比如:默认。
4996
4996
  # @type RecordLine: String
4997
- # @param Value: 记录值,如 IP : 200.200.200.200, CNAME : cname.dnspod.com., MX : mail.dnspod.com.。
4998
- # @type Value: String
4999
4997
  # @param DomainId: 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
5000
4998
  # @type DomainId: Integer
5001
4999
  # @param SubDomain: 主机记录,如 www,如果不传,默认为 @。
5002
5000
  # @type SubDomain: String
5003
5001
  # @param RecordLineId: 线路的 ID,通过 API 记录线路获得,英文字符串,比如:10=1。参数RecordLineId优先级高于RecordLine,如果同时传递二者,优先使用RecordLineId参数。
5004
5002
  # @type RecordLineId: String
5003
+ # @param Value: IP 地址,支持 IPv4、IPv6,例如 119.29.29.29 或者 2402:4e00::
5004
+ # @type Value: String
5005
5005
  # @param Ttl: TTL值,如果不传,默认为域名的TTL值。
5006
5006
  # @type Ttl: Integer
5007
5007
 
5008
- attr_accessor :Domain, :RecordId, :RecordLine, :Value, :DomainId, :SubDomain, :RecordLineId, :Ttl
5008
+ attr_accessor :Domain, :RecordId, :RecordLine, :DomainId, :SubDomain, :RecordLineId, :Value, :Ttl
5009
5009
 
5010
- def initialize(domain=nil, recordid=nil, recordline=nil, value=nil, domainid=nil, subdomain=nil, recordlineid=nil, ttl=nil)
5010
+ def initialize(domain=nil, recordid=nil, recordline=nil, domainid=nil, subdomain=nil, recordlineid=nil, value=nil, ttl=nil)
5011
5011
  @Domain = domain
5012
5012
  @RecordId = recordid
5013
5013
  @RecordLine = recordline
5014
- @Value = value
5015
5014
  @DomainId = domainid
5016
5015
  @SubDomain = subdomain
5017
5016
  @RecordLineId = recordlineid
5017
+ @Value = value
5018
5018
  @Ttl = ttl
5019
5019
  end
5020
5020
 
@@ -5022,10 +5022,10 @@ module TencentCloud
5022
5022
  @Domain = params['Domain']
5023
5023
  @RecordId = params['RecordId']
5024
5024
  @RecordLine = params['RecordLine']
5025
- @Value = params['Value']
5026
5025
  @DomainId = params['DomainId']
5027
5026
  @SubDomain = params['SubDomain']
5028
5027
  @RecordLineId = params['RecordLineId']
5028
+ @Value = params['Value']
5029
5029
  @Ttl = params['Ttl']
5030
5030
  end
5031
5031
  end
@@ -6648,40 +6648,40 @@ module TencentCloud
6648
6648
 
6649
6649
  # Whois联系信息地址
6650
6650
  class WhoisContactAddress < TencentCloud::Common::AbstractModel
6651
- # @param City:
6651
+ # @param City: 城市
6652
6652
  # 注意:此字段可能返回 null,表示取不到有效值。
6653
6653
  # @type City: String
6654
- # @param Country:
6654
+ # @param Country: 国家
6655
6655
  # 注意:此字段可能返回 null,表示取不到有效值。
6656
6656
  # @type Country: String
6657
- # @param Email:
6657
+ # @param Email: 电子邮箱
6658
6658
  # 注意:此字段可能返回 null,表示取不到有效值。
6659
6659
  # @type Email: String
6660
- # @param Fax:
6660
+ # @param Fax: 传真
6661
6661
  # 注意:此字段可能返回 null,表示取不到有效值。
6662
6662
  # @type Fax: String
6663
- # @param FaxExt:
6663
+ # @param FaxExt: 传真分机号
6664
6664
  # 注意:此字段可能返回 null,表示取不到有效值。
6665
6665
  # @type FaxExt: String
6666
6666
  # @param Handle: 无
6667
6667
  # 注意:此字段可能返回 null,表示取不到有效值。
6668
6668
  # @type Handle: String
6669
- # @param Name:
6669
+ # @param Name: 名称
6670
6670
  # 注意:此字段可能返回 null,表示取不到有效值。
6671
6671
  # @type Name: String
6672
- # @param Organization:
6672
+ # @param Organization: 组织机构
6673
6673
  # 注意:此字段可能返回 null,表示取不到有效值。
6674
6674
  # @type Organization: String
6675
- # @param Phone:
6675
+ # @param Phone: 电话
6676
6676
  # 注意:此字段可能返回 null,表示取不到有效值。
6677
6677
  # @type Phone: String
6678
- # @param PostalCode:
6678
+ # @param PostalCode: 邮编
6679
6679
  # 注意:此字段可能返回 null,表示取不到有效值。
6680
6680
  # @type PostalCode: String
6681
- # @param State:
6681
+ # @param State: 省份/州
6682
6682
  # 注意:此字段可能返回 null,表示取不到有效值。
6683
6683
  # @type State: String
6684
- # @param Street:
6684
+ # @param Street: 街道地址
6685
6685
  # 注意:此字段可能返回 null,表示取不到有效值。
6686
6686
  # @type Street: String
6687
6687
 
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.971
4
+ version: 3.0.973
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-12-29 00:00:00.000000000 Z
11
+ date: 2024-12-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common