tencentcloud-sdk-cfw 3.0.635 → 3.0.636
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/v20190904/models.rb +36 -6
- 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: 1e9061ca9bce075f261fb283caf93fff08a2e41c
|
4
|
+
data.tar.gz: 0fc0a25398fb8f4b082882bf7520bd5d7a09d2e0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f1f725076c954eb6508421a81e0ffda9aa78596a848174d6e35dc3de2a88769d34b77acf53ae5e2a5904f50edc8147d00b9eb84107d06087703d67423cbdbbfe
|
7
|
+
data.tar.gz: 8d24362760146badf4a2bd9fece803bc8836a05a3677c11fd20a33e2e300d66db186f5330f27a225ce760958facfe7f92cd9a8a591360c14c4a7794a847456f4
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.636
|
data/lib/v20190904/models.rb
CHANGED
@@ -1512,10 +1512,16 @@ module TencentCloud
|
|
1512
1512
|
# @param BetaList: 关联任务详情
|
1513
1513
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1514
1514
|
# @type BetaList: Array
|
1515
|
+
# @param Scope: 生效范围:serial,串行;side,旁路;all,全局
|
1516
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1517
|
+
# @type Scope: String
|
1518
|
+
# @param InternetBorderUuid: 互联网边界防火墙使用的内部规则id
|
1519
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1520
|
+
# @type InternetBorderUuid: String
|
1515
1521
|
|
1516
|
-
attr_accessor :SourceContent, :TargetContent, :Protocol, :Port, :RuleAction, :Description, :Count, :OrderIndex, :SourceType, :TargetType, :Uuid, :Invalid, :IsRegion, :CountryCode, :CityCode, :CountryName, :CityName, :CloudCode, :IsCloud, :Enable, :Direction, :InstanceName, :InternalUuid, :Status, :BetaList
|
1522
|
+
attr_accessor :SourceContent, :TargetContent, :Protocol, :Port, :RuleAction, :Description, :Count, :OrderIndex, :SourceType, :TargetType, :Uuid, :Invalid, :IsRegion, :CountryCode, :CityCode, :CountryName, :CityName, :CloudCode, :IsCloud, :Enable, :Direction, :InstanceName, :InternalUuid, :Status, :BetaList, :Scope, :InternetBorderUuid
|
1517
1523
|
|
1518
|
-
def initialize(sourcecontent=nil, targetcontent=nil, protocol=nil, port=nil, ruleaction=nil, description=nil, count=nil, orderindex=nil, sourcetype=nil, targettype=nil, uuid=nil, invalid=nil, isregion=nil, countrycode=nil, citycode=nil, countryname=nil, cityname=nil, cloudcode=nil, iscloud=nil, enable=nil, direction=nil, instancename=nil, internaluuid=nil, status=nil, betalist=nil)
|
1524
|
+
def initialize(sourcecontent=nil, targetcontent=nil, protocol=nil, port=nil, ruleaction=nil, description=nil, count=nil, orderindex=nil, sourcetype=nil, targettype=nil, uuid=nil, invalid=nil, isregion=nil, countrycode=nil, citycode=nil, countryname=nil, cityname=nil, cloudcode=nil, iscloud=nil, enable=nil, direction=nil, instancename=nil, internaluuid=nil, status=nil, betalist=nil, scope=nil, internetborderuuid=nil)
|
1519
1525
|
@SourceContent = sourcecontent
|
1520
1526
|
@TargetContent = targetcontent
|
1521
1527
|
@Protocol = protocol
|
@@ -1541,6 +1547,8 @@ module TencentCloud
|
|
1541
1547
|
@InternalUuid = internaluuid
|
1542
1548
|
@Status = status
|
1543
1549
|
@BetaList = betalist
|
1550
|
+
@Scope = scope
|
1551
|
+
@InternetBorderUuid = internetborderuuid
|
1544
1552
|
end
|
1545
1553
|
|
1546
1554
|
def deserialize(params)
|
@@ -1576,6 +1584,8 @@ module TencentCloud
|
|
1576
1584
|
@BetaList << betainfobyacl_tmp
|
1577
1585
|
end
|
1578
1586
|
end
|
1587
|
+
@Scope = params['Scope']
|
1588
|
+
@InternetBorderUuid = params['InternetBorderUuid']
|
1579
1589
|
end
|
1580
1590
|
end
|
1581
1591
|
|
@@ -4829,10 +4839,16 @@ module TencentCloud
|
|
4829
4839
|
# @param RuleMax: 实例的规则限制最大规格数
|
4830
4840
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4831
4841
|
# @type RuleMax: Integer
|
4842
|
+
# @param EngineVersion: 实例引擎版本
|
4843
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4844
|
+
# @type EngineVersion: String
|
4845
|
+
# @param UpdateEnable: 引擎是否可升级:0,不可升级;1,可升级
|
4846
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4847
|
+
# @type UpdateEnable: Integer
|
4832
4848
|
|
4833
|
-
attr_accessor :NatinsId, :NatinsName, :Region, :FwMode, :BandWidth, :InFlowMax, :OutFlowMax, :RegionZh, :EipAddress, :VpcIp, :Subnets, :Status, :RegionDetail, :ZoneZh, :ZoneZhBak, :RuleUsed, :RuleMax
|
4849
|
+
attr_accessor :NatinsId, :NatinsName, :Region, :FwMode, :BandWidth, :InFlowMax, :OutFlowMax, :RegionZh, :EipAddress, :VpcIp, :Subnets, :Status, :RegionDetail, :ZoneZh, :ZoneZhBak, :RuleUsed, :RuleMax, :EngineVersion, :UpdateEnable
|
4834
4850
|
|
4835
|
-
def initialize(natinsid=nil, natinsname=nil, region=nil, fwmode=nil, bandwidth=nil, inflowmax=nil, outflowmax=nil, regionzh=nil, eipaddress=nil, vpcip=nil, subnets=nil, status=nil, regiondetail=nil, zonezh=nil, zonezhbak=nil, ruleused=nil, rulemax=nil)
|
4851
|
+
def initialize(natinsid=nil, natinsname=nil, region=nil, fwmode=nil, bandwidth=nil, inflowmax=nil, outflowmax=nil, regionzh=nil, eipaddress=nil, vpcip=nil, subnets=nil, status=nil, regiondetail=nil, zonezh=nil, zonezhbak=nil, ruleused=nil, rulemax=nil, engineversion=nil, updateenable=nil)
|
4836
4852
|
@NatinsId = natinsid
|
4837
4853
|
@NatinsName = natinsname
|
4838
4854
|
@Region = region
|
@@ -4850,6 +4866,8 @@ module TencentCloud
|
|
4850
4866
|
@ZoneZhBak = zonezhbak
|
4851
4867
|
@RuleUsed = ruleused
|
4852
4868
|
@RuleMax = rulemax
|
4869
|
+
@EngineVersion = engineversion
|
4870
|
+
@UpdateEnable = updateenable
|
4853
4871
|
end
|
4854
4872
|
|
4855
4873
|
def deserialize(params)
|
@@ -4870,6 +4888,8 @@ module TencentCloud
|
|
4870
4888
|
@ZoneZhBak = params['ZoneZhBak']
|
4871
4889
|
@RuleUsed = params['RuleUsed']
|
4872
4890
|
@RuleMax = params['RuleMax']
|
4891
|
+
@EngineVersion = params['EngineVersion']
|
4892
|
+
@UpdateEnable = params['UpdateEnable']
|
4873
4893
|
end
|
4874
4894
|
end
|
4875
4895
|
|
@@ -6014,10 +6034,16 @@ module TencentCloud
|
|
6014
6034
|
# @type NatInsName: String
|
6015
6035
|
# @param SwitchStatus: 0:开关关闭 , 1: 开关打开
|
6016
6036
|
# @type SwitchStatus: Integer
|
6037
|
+
# @param ProtectedStatus: 0:未防护, 1: 已防护,2:忽略此字段
|
6038
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
6039
|
+
# @type ProtectedStatus: Integer
|
6040
|
+
# @param SupportDNSFW: 是否支持DNS FW,0-不支持、1-支持
|
6041
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
6042
|
+
# @type SupportDNSFW: Integer
|
6017
6043
|
|
6018
|
-
attr_accessor :VpcId, :VpcName, :FwMode, :VpcIpv4Cidr, :DNSEip, :NatInsId, :NatInsName, :SwitchStatus
|
6044
|
+
attr_accessor :VpcId, :VpcName, :FwMode, :VpcIpv4Cidr, :DNSEip, :NatInsId, :NatInsName, :SwitchStatus, :ProtectedStatus, :SupportDNSFW
|
6019
6045
|
|
6020
|
-
def initialize(vpcid=nil, vpcname=nil, fwmode=nil, vpcipv4cidr=nil, dnseip=nil, natinsid=nil, natinsname=nil, switchstatus=nil)
|
6046
|
+
def initialize(vpcid=nil, vpcname=nil, fwmode=nil, vpcipv4cidr=nil, dnseip=nil, natinsid=nil, natinsname=nil, switchstatus=nil, protectedstatus=nil, supportdnsfw=nil)
|
6021
6047
|
@VpcId = vpcid
|
6022
6048
|
@VpcName = vpcname
|
6023
6049
|
@FwMode = fwmode
|
@@ -6026,6 +6052,8 @@ module TencentCloud
|
|
6026
6052
|
@NatInsId = natinsid
|
6027
6053
|
@NatInsName = natinsname
|
6028
6054
|
@SwitchStatus = switchstatus
|
6055
|
+
@ProtectedStatus = protectedstatus
|
6056
|
+
@SupportDNSFW = supportdnsfw
|
6029
6057
|
end
|
6030
6058
|
|
6031
6059
|
def deserialize(params)
|
@@ -6037,6 +6065,8 @@ module TencentCloud
|
|
6037
6065
|
@NatInsId = params['NatInsId']
|
6038
6066
|
@NatInsName = params['NatInsName']
|
6039
6067
|
@SwitchStatus = params['SwitchStatus']
|
6068
|
+
@ProtectedStatus = params['ProtectedStatus']
|
6069
|
+
@SupportDNSFW = params['SupportDNSFW']
|
6040
6070
|
end
|
6041
6071
|
end
|
6042
6072
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cfw
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.636
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-08-
|
11
|
+
date: 2023-08-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|