tencentcloud-sdk-privatedns 1.0.363 → 3.0.379

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: d5aaffcd7c69660b89108fb5a0ec7c3c409f7779
4
- data.tar.gz: 88c6f018cc837cbb04970a486119003fe8f4ef12
3
+ metadata.gz: 4a5c4b3f9b67e77c6f25d872b92932457a2821c1
4
+ data.tar.gz: 63c4e9d94c52d76d608c6425cf34d0ad9c05400a
5
5
  SHA512:
6
- metadata.gz: fa6e0cf90f4c72653e1b91632808ecfe7a2161ba594ef3818555804058b08f5f43f835927645c386c8deb96286bf34944c7f91568dc593cee6994ea9b6e366f8
7
- data.tar.gz: 08bd3f7598b66be65d530a70115521f203616a5808306905a3d4ba0328bd0dbabc3b8136defcf084f5f94e2de5065ccc05ee9e52a8ad04d786172877a7648f81
6
+ metadata.gz: 76239e3471724ece536d53b7dfc1e36a6f77a4ce3203093f02f7d4b7b48e7084e7758b7cdefa9a095acb04c2dcc2ea1a0ff05955a42504ff3e58ff7ddb3d003b
7
+ data.tar.gz: c014a4097866ec26f8dfff17e0bca91d34696c71f1eec3177cce071e35a1b35524bde822d7a70fd014a205f6670d5257ec0541c06bd57e2fdc09c10f9d4c6d1f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.363
1
+ 3.0.379
@@ -1411,10 +1411,13 @@ module TencentCloud
1411
1411
  # @param Extra: 附加信息
1412
1412
  # 注意:此字段可能返回 null,表示取不到有效值。
1413
1413
  # @type Extra: String
1414
+ # @param Enabled: 0暂停,1启用
1415
+ # 注意:此字段可能返回 null,表示取不到有效值。
1416
+ # @type Enabled: Integer
1414
1417
 
1415
- attr_accessor :RecordId, :ZoneId, :SubDomain, :RecordType, :RecordValue, :TTL, :MX, :Status, :Weight, :CreatedOn, :UpdatedOn, :Extra
1418
+ attr_accessor :RecordId, :ZoneId, :SubDomain, :RecordType, :RecordValue, :TTL, :MX, :Status, :Weight, :CreatedOn, :UpdatedOn, :Extra, :Enabled
1416
1419
 
1417
- def initialize(recordid=nil, zoneid=nil, subdomain=nil, recordtype=nil, recordvalue=nil, ttl=nil, mx=nil, status=nil, weight=nil, createdon=nil, updatedon=nil, extra=nil)
1420
+ def initialize(recordid=nil, zoneid=nil, subdomain=nil, recordtype=nil, recordvalue=nil, ttl=nil, mx=nil, status=nil, weight=nil, createdon=nil, updatedon=nil, extra=nil, enabled=nil)
1418
1421
  @RecordId = recordid
1419
1422
  @ZoneId = zoneid
1420
1423
  @SubDomain = subdomain
@@ -1427,6 +1430,7 @@ module TencentCloud
1427
1430
  @CreatedOn = createdon
1428
1431
  @UpdatedOn = updatedon
1429
1432
  @Extra = extra
1433
+ @Enabled = enabled
1430
1434
  end
1431
1435
 
1432
1436
  def deserialize(params)
@@ -1442,6 +1446,7 @@ module TencentCloud
1442
1446
  @CreatedOn = params['CreatedOn']
1443
1447
  @UpdatedOn = params['UpdatedOn']
1444
1448
  @Extra = params['Extra']
1449
+ @Enabled = params['Enabled']
1445
1450
  end
1446
1451
  end
1447
1452
 
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-privatedns
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.363
4
+ version: 3.0.379
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-25 00:00:00.000000000 Z
11
+ date: 2022-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ~>
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.0'
27
27
  description: Tencent Cloud Ruby SDK is the official software development kit, which
@@ -33,10 +33,10 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/VERSION
37
36
  - lib/tencentcloud-sdk-privatedns.rb
38
- - lib/v20201028/client.rb
39
37
  - lib/v20201028/models.rb
38
+ - lib/v20201028/client.rb
39
+ - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses:
42
42
  - Apache-2.0
@@ -49,17 +49,17 @@ require_paths:
49
49
  - lib
50
50
  required_ruby_version: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ">="
52
+ - - '>='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  required_rubygems_version: !ruby/object:Gem::Requirement
56
56
  requirements:
57
- - - ">="
57
+ - - '>='
58
58
  - !ruby/object:Gem::Version
59
59
  version: '0'
60
60
  requirements: []
61
61
  rubyforge_project:
62
- rubygems_version: 2.6.14
62
+ rubygems_version: 2.0.14
63
63
  signing_key:
64
64
  specification_version: 4
65
65
  summary: Tencent Cloud SDK for Ruby - PRIVATEDNS