tencentcloud-sdk-privatedns 1.0.362 → 3.0.371

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: 701a1a01a8fd7b4459cea7e7d1fd5435b5f0b3e8
4
- data.tar.gz: 7e373b72c1daaa649c521f5600aed888ac0c699e
3
+ metadata.gz: 97d4b4a4a7bc05b2330afc324d2ce8876156c27b
4
+ data.tar.gz: 4574ff4909ebb1a763a65197507c465c0b315346
5
5
  SHA512:
6
- metadata.gz: c0918acfdf3bc23951105559b52f3cb969f9d279707f09d334603da9f675d170616e436efa00692c4b65df0bc67a3eb16293d5bb60fff5f1bafd0532cea5cb98
7
- data.tar.gz: 50d6db53fa06f08d3ada1208cb83593a16d4040738c4048544e6513a7e4cdc8ff2e25eac19f5da27657aea71a0af422fa75fac3ba7125a966015d5a7ba40eeb0
6
+ metadata.gz: 7eaf22c17617cc95e4b79ba6d9ac7b74886b597c646d771108e31697f13bd7528f2826d8f44724ffff49255d3179fe53c0877c245e15b57712f4b514f92b64dd
7
+ data.tar.gz: 57f0a534169398a1e0ea49b906a92cb336d4577f2b82606c28c549fb5d8438d95a737e39f767526e3a0c2076cdc32d1fd3d56e70c5298a6245135021082ef96d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.362
1
+ 3.0.371
@@ -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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-privatedns
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.362
4
+ version: 3.0.371
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-24 00:00:00.000000000 Z
11
+ date: 2022-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common