tencentcloud-sdk-dnspod 1.0.225 → 1.0.226

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: 3e80b864039c39b3bd6f72c2050ecd5914e10d06
4
- data.tar.gz: 83f1fe3bafe1129517ac3bc70d2c51955515548c
3
+ metadata.gz: 227fef3d11e57e90b82133f6064768345cb48648
4
+ data.tar.gz: d43193ba629ed680e4325ae5535659f2fc685848
5
5
  SHA512:
6
- metadata.gz: a2dc68845629cb431df7c7a3185dc8e2b0d7a6d9e264b0f3b0864d23066700add5e47418bba96e05371e97b2989399446899762d26321143ec5bdfb58190e5cb
7
- data.tar.gz: 249352fb70b7d75de6d4a8bb2e8132a0f1598c2e31995b54b204959c219c0d4fae39ddb1865729d6f0786b1138b1431251922c0e248945d0430a6dafd731ecd0
6
+ metadata.gz: 1db20ca400698b66c16f17bde0e4595ff70385642a5fb7811b4bc7ecf862c739f0fdd23cbdb38303ae948b41a1740207dccece4be24fb401dd87b28e89e7c327
7
+ data.tar.gz: f5123322e7702c0c82d147e8c9dfb81bf2d0350829a65398a04c12f29fe89b4e5e6e78de2ad45efa47f0056fd34953904d8bdad5828edf0fb9e85af129fcfcf4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.225
1
+ 1.0.226
@@ -23,22 +23,22 @@ module TencentCloud
23
23
  # @type RecordType: String
24
24
  # @param Value: 记录值。
25
25
  # @type Value: String
26
- # @param SubDomain: 子域名(主机记录)
26
+ # @param SubDomain: 子域名(主机记录),默认为@。
27
27
  # @type SubDomain: String
28
- # @param RecordLine: 解析记录的线路,详见 DescribeRecordLineList 接口。
28
+ # @param RecordLine: 解析记录的线路,详见 DescribeRecordLineList 接口,RecordLine和RecordLineId都未填时,默认为「默认」线路。
29
29
  # @type RecordLine: String
30
- # @param RecordLineId: 解析记录的线路 ID,RecordLine和RecordLineId都有时,系统优先取 RecordLineId
30
+ # @param RecordLineId: 解析记录的线路 ID,RecordLine和RecordLineId都有时,系统优先取 RecordLineId
31
31
  # @type RecordLineId: String
32
- # @param Weight: 记录权重值。
32
+ # @param Weight: 记录权重值(暂未支持)。
33
33
  # 注意:此字段可能返回 null,表示取不到有效值。
34
34
  # @type Weight: Integer
35
- # @param MX: 记录的 MX 记录值,非 MX 记录类型,默认为 0,MX记录则必选
35
+ # @param MX: 记录的 MX 记录值,非 MX 记录类型,默认为 0,MX记录则必选。
36
36
  # @type MX: Integer
37
- # @param TTL: 记录的 TTL 值,默认600
37
+ # @param TTL: 记录的 TTL 值,默认600
38
38
  # @type TTL: Integer
39
- # @param Enabled: 记录状态。0表示禁用,1表示启用,默认启用
39
+ # @param Enabled: 记录状态(暂未支持)。0表示禁用,1表示启用。默认启用。
40
40
  # @type Enabled: Integer
41
- # @param Remark: 记录别名
41
+ # @param Remark: 记录备注(暂未支持)。
42
42
  # @type Remark: String
43
43
 
44
44
  attr_accessor :RecordType, :Value, :SubDomain, :RecordLine, :RecordLineId, :Weight, :MX, :TTL, :Enabled, :Remark
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: 1.0.225
4
+ version: 1.0.226
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-16 00:00:00.000000000 Z
11
+ date: 2021-12-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common