tencentcloud-sdk-privatedns 3.0.468 → 3.0.470
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 +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: 3d8e9babe9522aaa4e2a6d9bd8d2c9aa8a0508b0
|
4
|
+
data.tar.gz: 5fc006be357725d413733c86f1d051b7062aaf96
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 137031f4a383b88e277524cf80e69b86c1771d023c3e261e9b2e1fcd3b4629b3ddd3dcbcca43d314d1c18918b5c4e02d8df214a02d7340208cceea5a160827f7
|
7
|
+
data.tar.gz: f9b46cb457184c1e3eae4b9ece1cdeab0c10fa703905b7507faac893cddde69903fddc0237fb912ff707fe3eb5838c9cb95e24c994cc8a9f3a90d92224297a5a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.470
|
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.470
|
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
|