tencentcloud-sdk-cfw 3.0.665 → 3.0.667
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/v20190904/models.rb +41 -10
- 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: c88ee7a13049e9c74e5e8ecfc12813ef8d235255
|
4
|
+
data.tar.gz: ccef0d548f7fb96be0d8bff63a34080bad9bf100
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4a4f3be50b978f8152c7cde65ef52ec827dea1cbe56593a7710d6628a913f63a67a9c42726ac5d3662701ad4155a605dac08a8220893c29ac4a697c71cd955b5
|
7
|
+
data.tar.gz: be595e1f8cdabba05707626ccb14f312734aa118e53c338175e9d6d27a453c8a1da6ec438d5741a95e1b73f55a02e9b01f3f89d5ceb1c70713b76d13b4053fa7
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.667
|
data/lib/v20190904/models.rb
CHANGED
@@ -536,6 +536,9 @@ module TencentCloud
|
|
536
536
|
# @param Domain: 域名
|
537
537
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
538
538
|
# @type Domain: String
|
539
|
+
# @param IP: IP
|
540
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
541
|
+
# @type IP: String
|
539
542
|
# @param Ioc: 规则ip
|
540
543
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
541
544
|
# @type Ioc: String
|
@@ -582,10 +585,11 @@ module TencentCloud
|
|
582
585
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
583
586
|
# @type Comment: String
|
584
587
|
|
585
|
-
attr_accessor :Domain, :Ioc, :Level, :EventName, :Direction, :Protocol, :Address, :Action, :StartTime, :EndTime, :IgnoreReason, :Source, :UniqueId, :MatchTimes, :Country, :Comment
|
588
|
+
attr_accessor :Domain, :IP, :Ioc, :Level, :EventName, :Direction, :Protocol, :Address, :Action, :StartTime, :EndTime, :IgnoreReason, :Source, :UniqueId, :MatchTimes, :Country, :Comment
|
586
589
|
|
587
|
-
def initialize(domain=nil, ioc=nil, level=nil, eventname=nil, direction=nil, protocol=nil, address=nil, action=nil, starttime=nil, endtime=nil, ignorereason=nil, source=nil, uniqueid=nil, matchtimes=nil, country=nil, comment=nil)
|
590
|
+
def initialize(domain=nil, ip=nil, ioc=nil, level=nil, eventname=nil, direction=nil, protocol=nil, address=nil, action=nil, starttime=nil, endtime=nil, ignorereason=nil, source=nil, uniqueid=nil, matchtimes=nil, country=nil, comment=nil)
|
588
591
|
@Domain = domain
|
592
|
+
@IP = ip
|
589
593
|
@Ioc = ioc
|
590
594
|
@Level = level
|
591
595
|
@EventName = eventname
|
@@ -605,6 +609,7 @@ module TencentCloud
|
|
605
609
|
|
606
610
|
def deserialize(params)
|
607
611
|
@Domain = params['Domain']
|
612
|
+
@IP = params['IP']
|
608
613
|
@Ioc = params['Ioc']
|
609
614
|
@Level = params['Level']
|
610
615
|
@EventName = params['EventName']
|
@@ -837,12 +842,15 @@ module TencentCloud
|
|
837
842
|
# @type Rules: Array
|
838
843
|
# @param RuleType: 规则类型,1封禁,2放通,不支持域名封禁
|
839
844
|
# @type RuleType: Integer
|
845
|
+
# @param CoverDuplicate: 是否覆盖重复数据,1覆盖,非1不覆盖,跳过重复数据
|
846
|
+
# @type CoverDuplicate: Integer
|
840
847
|
|
841
|
-
attr_accessor :Rules, :RuleType
|
848
|
+
attr_accessor :Rules, :RuleType, :CoverDuplicate
|
842
849
|
|
843
|
-
def initialize(rules=nil, ruletype=nil)
|
850
|
+
def initialize(rules=nil, ruletype=nil, coverduplicate=nil)
|
844
851
|
@Rules = rules
|
845
852
|
@RuleType = ruletype
|
853
|
+
@CoverDuplicate = coverduplicate
|
846
854
|
end
|
847
855
|
|
848
856
|
def deserialize(params)
|
@@ -855,6 +863,7 @@ module TencentCloud
|
|
855
863
|
end
|
856
864
|
end
|
857
865
|
@RuleType = params['RuleType']
|
866
|
+
@CoverDuplicate = params['CoverDuplicate']
|
858
867
|
end
|
859
868
|
end
|
860
869
|
|
@@ -4481,10 +4490,13 @@ module TencentCloud
|
|
4481
4490
|
# 1 : 串行
|
4482
4491
|
# 2 : 正在模式切换
|
4483
4492
|
# @type SwitchMode: Integer
|
4493
|
+
# @param SwitchWeight: 开关权重
|
4494
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4495
|
+
# @type SwitchWeight: Integer
|
4484
4496
|
|
4485
|
-
attr_accessor :PublicIp, :PublicIpType, :InstanceId, :InstanceName, :IntranetIp, :AssetType, :Region, :PortRiskCount, :LastScanTime, :IsRegionEip, :VpcId, :IsSerialRegion, :IsPublicClb, :EndpointBindEipNum, :ScanMode, :ScanStatus, :Status, :EndpointId, :EndpointIp, :SwitchMode
|
4497
|
+
attr_accessor :PublicIp, :PublicIpType, :InstanceId, :InstanceName, :IntranetIp, :AssetType, :Region, :PortRiskCount, :LastScanTime, :IsRegionEip, :VpcId, :IsSerialRegion, :IsPublicClb, :EndpointBindEipNum, :ScanMode, :ScanStatus, :Status, :EndpointId, :EndpointIp, :SwitchMode, :SwitchWeight
|
4486
4498
|
|
4487
|
-
def initialize(publicip=nil, publiciptype=nil, instanceid=nil, instancename=nil, intranetip=nil, assettype=nil, region=nil, portriskcount=nil, lastscantime=nil, isregioneip=nil, vpcid=nil, isserialregion=nil, ispublicclb=nil, endpointbindeipnum=nil, scanmode=nil, scanstatus=nil, status=nil, endpointid=nil, endpointip=nil, switchmode=nil)
|
4499
|
+
def initialize(publicip=nil, publiciptype=nil, instanceid=nil, instancename=nil, intranetip=nil, assettype=nil, region=nil, portriskcount=nil, lastscantime=nil, isregioneip=nil, vpcid=nil, isserialregion=nil, ispublicclb=nil, endpointbindeipnum=nil, scanmode=nil, scanstatus=nil, status=nil, endpointid=nil, endpointip=nil, switchmode=nil, switchweight=nil)
|
4488
4500
|
@PublicIp = publicip
|
4489
4501
|
@PublicIpType = publiciptype
|
4490
4502
|
@InstanceId = instanceid
|
@@ -4505,6 +4517,7 @@ module TencentCloud
|
|
4505
4517
|
@EndpointId = endpointid
|
4506
4518
|
@EndpointIp = endpointip
|
4507
4519
|
@SwitchMode = switchmode
|
4520
|
+
@SwitchWeight = switchweight
|
4508
4521
|
end
|
4509
4522
|
|
4510
4523
|
def deserialize(params)
|
@@ -4528,6 +4541,7 @@ module TencentCloud
|
|
4528
4541
|
@EndpointId = params['EndpointId']
|
4529
4542
|
@EndpointIp = params['EndpointIp']
|
4530
4543
|
@SwitchMode = params['SwitchMode']
|
4544
|
+
@SwitchWeight = params['SwitchWeight']
|
4531
4545
|
end
|
4532
4546
|
end
|
4533
4547
|
|
@@ -5660,15 +5674,25 @@ module TencentCloud
|
|
5660
5674
|
class ModifyEdgeIpSwitchRequest < TencentCloud::Common::AbstractModel
|
5661
5675
|
# @param Enable: 0 关闭开关
|
5662
5676
|
# 1 打开开关
|
5677
|
+
# 2 不操作开关,此次切换模式
|
5663
5678
|
# @type Enable: Integer
|
5664
5679
|
# @param EdgeIpSwitchLst: 操作开关详情
|
5665
5680
|
# @type EdgeIpSwitchLst: Array
|
5681
|
+
# @param AutoChooseSubnet: 0 不自动选择子网
|
5682
|
+
# 1 自动选择子网创建私有连接
|
5683
|
+
# @type AutoChooseSubnet: Integer
|
5684
|
+
# @param SwitchMode: 0 切换为旁路
|
5685
|
+
# 1 切换为串行
|
5686
|
+
# 2 不切换模式,此次操作开关
|
5687
|
+
# @type SwitchMode: Integer
|
5666
5688
|
|
5667
|
-
attr_accessor :Enable, :EdgeIpSwitchLst
|
5689
|
+
attr_accessor :Enable, :EdgeIpSwitchLst, :AutoChooseSubnet, :SwitchMode
|
5668
5690
|
|
5669
|
-
def initialize(enable=nil, edgeipswitchlst=nil)
|
5691
|
+
def initialize(enable=nil, edgeipswitchlst=nil, autochoosesubnet=nil, switchmode=nil)
|
5670
5692
|
@Enable = enable
|
5671
5693
|
@EdgeIpSwitchLst = edgeipswitchlst
|
5694
|
+
@AutoChooseSubnet = autochoosesubnet
|
5695
|
+
@SwitchMode = switchmode
|
5672
5696
|
end
|
5673
5697
|
|
5674
5698
|
def deserialize(params)
|
@@ -5681,6 +5705,8 @@ module TencentCloud
|
|
5681
5705
|
@EdgeIpSwitchLst << edgeipswitch_tmp
|
5682
5706
|
end
|
5683
5707
|
end
|
5708
|
+
@AutoChooseSubnet = params['AutoChooseSubnet']
|
5709
|
+
@SwitchMode = params['SwitchMode']
|
5684
5710
|
end
|
5685
5711
|
end
|
5686
5712
|
|
@@ -6838,10 +6864,13 @@ module TencentCloud
|
|
6838
6864
|
# @param UpdateEnable: 引擎是否可升级:0,不可升级;1,可升级
|
6839
6865
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6840
6866
|
# @type UpdateEnable: Integer
|
6867
|
+
# @param NeedProbeEngineUpdate: 是的需要升级引擎 支持 nat拨测 1需要 0不需要
|
6868
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
6869
|
+
# @type NeedProbeEngineUpdate: Integer
|
6841
6870
|
|
6842
|
-
attr_accessor :NatinsId, :NatinsName, :Region, :FwMode, :BandWidth, :InFlowMax, :OutFlowMax, :RegionZh, :EipAddress, :VpcIp, :Subnets, :Status, :RegionDetail, :ZoneZh, :ZoneZhBak, :RuleUsed, :RuleMax, :EngineVersion, :UpdateEnable
|
6871
|
+
attr_accessor :NatinsId, :NatinsName, :Region, :FwMode, :BandWidth, :InFlowMax, :OutFlowMax, :RegionZh, :EipAddress, :VpcIp, :Subnets, :Status, :RegionDetail, :ZoneZh, :ZoneZhBak, :RuleUsed, :RuleMax, :EngineVersion, :UpdateEnable, :NeedProbeEngineUpdate
|
6843
6872
|
|
6844
|
-
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)
|
6873
|
+
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, needprobeengineupdate=nil)
|
6845
6874
|
@NatinsId = natinsid
|
6846
6875
|
@NatinsName = natinsname
|
6847
6876
|
@Region = region
|
@@ -6861,6 +6890,7 @@ module TencentCloud
|
|
6861
6890
|
@RuleMax = rulemax
|
6862
6891
|
@EngineVersion = engineversion
|
6863
6892
|
@UpdateEnable = updateenable
|
6893
|
+
@NeedProbeEngineUpdate = needprobeengineupdate
|
6864
6894
|
end
|
6865
6895
|
|
6866
6896
|
def deserialize(params)
|
@@ -6883,6 +6913,7 @@ module TencentCloud
|
|
6883
6913
|
@RuleMax = params['RuleMax']
|
6884
6914
|
@EngineVersion = params['EngineVersion']
|
6885
6915
|
@UpdateEnable = params['UpdateEnable']
|
6916
|
+
@NeedProbeEngineUpdate = params['NeedProbeEngineUpdate']
|
6886
6917
|
end
|
6887
6918
|
end
|
6888
6919
|
|
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.667
|
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-09-
|
11
|
+
date: 2023-09-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|