tencentcloud-sdk-privatedns 3.0.468 → 3.0.469
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201028/models.rb +22 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 95de28ce274169601f211a55c1b7e12588e7f750
|
4
|
+
data.tar.gz: c2b608ebc262daa3efbc6911a49d98d83611dfaf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e345b9d2553565f0b70e1435ee5f3603bc4ea894fc2c479af7af42bc39e84e6b68b92b6f46bdfeb2b9c42f96ae5774cdba434575561657fa51c3898899582a06
|
7
|
+
data.tar.gz: c42532c119dea222b2196b3b55eefb48c7b918ef57b7a23955c26ad7bc36c9c9c55e96e7da231ebe11f7d8e4c2e7daadeb09311a64680a81ca3dd2c14ea19e91
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.469
|
data/lib/v20201028/models.rb
CHANGED
@@ -1392,10 +1392,22 @@ module TencentCloud
|
|
1392
1392
|
# @type IsCustomTld: Boolean
|
1393
1393
|
# @param CnameSpeedupStatus: CNAME加速状态:开通:ENABLED, 关闭,DISABLED
|
1394
1394
|
# @type CnameSpeedupStatus: String
|
1395
|
+
# @param ForwardRuleName: 转发规则名称
|
1396
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1397
|
+
# @type ForwardRuleName: String
|
1398
|
+
# @param ForwardRuleType: 转发规则类型:云上到云下,DOWN;云下到云上,UP,目前只支持DOWN
|
1399
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1400
|
+
# @type ForwardRuleType: String
|
1401
|
+
# @param ForwardAddress: 转发的地址
|
1402
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1403
|
+
# @type ForwardAddress: String
|
1404
|
+
# @param EndPointName: 终端节点名称
|
1405
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1406
|
+
# @type EndPointName: String
|
1395
1407
|
|
1396
|
-
attr_accessor :ZoneId, :OwnerUin, :Domain, :CreatedOn, :UpdatedOn, :RecordCount, :Remark, :VpcSet, :Status, :DnsForwardStatus, :Tags, :AccountVpcSet, :IsCustomTld, :CnameSpeedupStatus
|
1408
|
+
attr_accessor :ZoneId, :OwnerUin, :Domain, :CreatedOn, :UpdatedOn, :RecordCount, :Remark, :VpcSet, :Status, :DnsForwardStatus, :Tags, :AccountVpcSet, :IsCustomTld, :CnameSpeedupStatus, :ForwardRuleName, :ForwardRuleType, :ForwardAddress, :EndPointName
|
1397
1409
|
|
1398
|
-
def initialize(zoneid=nil, owneruin=nil, domain=nil, createdon=nil, updatedon=nil, recordcount=nil, remark=nil, vpcset=nil, status=nil, dnsforwardstatus=nil, tags=nil, accountvpcset=nil, iscustomtld=nil, cnamespeedupstatus=nil)
|
1410
|
+
def initialize(zoneid=nil, owneruin=nil, domain=nil, createdon=nil, updatedon=nil, recordcount=nil, remark=nil, vpcset=nil, status=nil, dnsforwardstatus=nil, tags=nil, accountvpcset=nil, iscustomtld=nil, cnamespeedupstatus=nil, forwardrulename=nil, forwardruletype=nil, forwardaddress=nil, endpointname=nil)
|
1399
1411
|
@ZoneId = zoneid
|
1400
1412
|
@OwnerUin = owneruin
|
1401
1413
|
@Domain = domain
|
@@ -1410,6 +1422,10 @@ module TencentCloud
|
|
1410
1422
|
@AccountVpcSet = accountvpcset
|
1411
1423
|
@IsCustomTld = iscustomtld
|
1412
1424
|
@CnameSpeedupStatus = cnamespeedupstatus
|
1425
|
+
@ForwardRuleName = forwardrulename
|
1426
|
+
@ForwardRuleType = forwardruletype
|
1427
|
+
@ForwardAddress = forwardaddress
|
1428
|
+
@EndPointName = endpointname
|
1413
1429
|
end
|
1414
1430
|
|
1415
1431
|
def deserialize(params)
|
@@ -1448,6 +1464,10 @@ module TencentCloud
|
|
1448
1464
|
end
|
1449
1465
|
@IsCustomTld = params['IsCustomTld']
|
1450
1466
|
@CnameSpeedupStatus = params['CnameSpeedupStatus']
|
1467
|
+
@ForwardRuleName = params['ForwardRuleName']
|
1468
|
+
@ForwardRuleType = params['ForwardRuleType']
|
1469
|
+
@ForwardAddress = params['ForwardAddress']
|
1470
|
+
@EndPointName = params['EndPointName']
|
1451
1471
|
end
|
1452
1472
|
end
|
1453
1473
|
|
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: 3.0.
|
4
|
+
version: 3.0.469
|
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-12-
|
11
|
+
date: 2022-12-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|