tencentcloud-sdk-cfw 3.0.903 → 3.0.905

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190904/models.rb +54 -14
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7921c0e94a6372801cd125bbea64d7cb3591a256
4
- data.tar.gz: cd43fe0c9756f650002e08a2d0bf52a4bffc3658
3
+ metadata.gz: 0b998b4dbcc82168848c290b38c41f5d8aaf6a76
4
+ data.tar.gz: 0e0501ea06ca6027bbecc8fcc275552863b7cccf
5
5
  SHA512:
6
- metadata.gz: 82272b6c4534ed47f9285ad9db306f4c7ceb10bad2338ceb4fb621ce8d55746fab75ec36e853902ac1913110ae710a54ef356b2c832943c2221fbed5c543deba
7
- data.tar.gz: e98d1deb560ed1b8b347315beb20947cb1448ca6488a50598b6e60c8cc8a564a690ec3000b9fe33a5b98b78a05c1073da68809bb71e9f839229c76811136785a
6
+ metadata.gz: 497411d0ee27151fc6fbe01235e6e7a404b131baab671f0c2046a6caf3eb73a03fe4413456088391840c98fd85cde00748d5a3a90ce015068b4d92d66c62114c
7
+ data.tar.gz: bb04fd108e9b165d1340f746d4d19c83bdb2bbbcfd6eb6f2cf6051e0e34bcc1392b36c7b69b30c080fbca072a0077d02727a476ee09a9700f0f10331a4ad82fe
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.903
1
+ 3.0.905
@@ -529,15 +529,19 @@ module TencentCloud
529
529
  # @param CustomRule: 自定义白名单规则
530
530
  # 注意:此字段可能返回 null,表示取不到有效值。
531
531
  # @type CustomRule: :class:`Tencentcloud::Cfw.v20190904.models.CustomWhiteRule`
532
+ # @param FwType: 放通的引擎: 1针对互联网边界 2针对nat防火墙 4针对vpc防火墙
533
+ # 注意:此字段可能返回 null,表示取不到有效值。
534
+ # @type FwType: Integer
532
535
 
533
- attr_accessor :Ioc, :DirectionList, :EndTime, :Comment, :CustomRule
536
+ attr_accessor :Ioc, :DirectionList, :EndTime, :Comment, :CustomRule, :FwType
534
537
 
535
- def initialize(ioc=nil, directionlist=nil, endtime=nil, comment=nil, customrule=nil)
538
+ def initialize(ioc=nil, directionlist=nil, endtime=nil, comment=nil, customrule=nil, fwtype=nil)
536
539
  @Ioc = ioc
537
540
  @DirectionList = directionlist
538
541
  @EndTime = endtime
539
542
  @Comment = comment
540
543
  @CustomRule = customrule
544
+ @FwType = fwtype
541
545
  end
542
546
 
543
547
  def deserialize(params)
@@ -549,6 +553,7 @@ module TencentCloud
549
553
  @CustomRule = CustomWhiteRule.new
550
554
  @CustomRule.deserialize(params['CustomRule'])
551
555
  end
556
+ @FwType = params['FwType']
552
557
  end
553
558
  end
554
559
 
@@ -557,7 +562,7 @@ module TencentCloud
557
562
  # @param Ioc: 封禁和放通对象
558
563
  # 注意:此字段可能返回 null,表示取不到有效值。
559
564
  # @type Ioc: String
560
- # @param DirectionList: 0互联网出站 1互联网入站 5内网访问源 6内网访问目的
565
+ # @param DirectionList: 0互联网出站 1互联网入站 5内网访问源 6内网访问目的 (DeleteBlockIgnoreRuleNew接口,该字段无效)
561
566
  # 注意:此字段可能返回 null,表示取不到有效值。
562
567
  # @type DirectionList: String
563
568
  # @param RuleType: 规则类型
@@ -677,10 +682,13 @@ module TencentCloud
677
682
  # @param CustomRule: 自定义规则细节
678
683
  # 注意:此字段可能返回 null,表示取不到有效值。
679
684
  # @type CustomRule: :class:`Tencentcloud::Cfw.v20190904.models.CustomWhiteRule`
685
+ # @param FwType: 1 border 2 nat 4 vpc 8 border-serial
686
+ # 注意:此字段可能返回 null,表示取不到有效值。
687
+ # @type FwType: Integer
680
688
 
681
- attr_accessor :RuleType, :Ioc, :IocName, :IocInfo, :Domain, :IP, :Level, :EventName, :Direction, :DirectionList, :Protocol, :Address, :Action, :StartTime, :EndTime, :IgnoreReason, :Source, :UniqueId, :MatchTimes, :Country, :Comment, :LastHitTime, :CustomRule
689
+ attr_accessor :RuleType, :Ioc, :IocName, :IocInfo, :Domain, :IP, :Level, :EventName, :Direction, :DirectionList, :Protocol, :Address, :Action, :StartTime, :EndTime, :IgnoreReason, :Source, :UniqueId, :MatchTimes, :Country, :Comment, :LastHitTime, :CustomRule, :FwType
682
690
 
683
- def initialize(ruletype=nil, ioc=nil, iocname=nil, iocinfo=nil, domain=nil, ip=nil, level=nil, eventname=nil, direction=nil, directionlist=nil, protocol=nil, address=nil, action=nil, starttime=nil, endtime=nil, ignorereason=nil, source=nil, uniqueid=nil, matchtimes=nil, country=nil, comment=nil, lasthittime=nil, customrule=nil)
691
+ def initialize(ruletype=nil, ioc=nil, iocname=nil, iocinfo=nil, domain=nil, ip=nil, level=nil, eventname=nil, direction=nil, directionlist=nil, protocol=nil, address=nil, action=nil, starttime=nil, endtime=nil, ignorereason=nil, source=nil, uniqueid=nil, matchtimes=nil, country=nil, comment=nil, lasthittime=nil, customrule=nil, fwtype=nil)
684
692
  @RuleType = ruletype
685
693
  @Ioc = ioc
686
694
  @IocName = iocname
@@ -704,6 +712,7 @@ module TencentCloud
704
712
  @Comment = comment
705
713
  @LastHitTime = lasthittime
706
714
  @CustomRule = customrule
715
+ @FwType = fwtype
707
716
  end
708
717
 
709
718
  def deserialize(params)
@@ -733,6 +742,7 @@ module TencentCloud
733
742
  @CustomRule = CustomWhiteRule.new
734
743
  @CustomRule.deserialize(params['CustomRule'])
735
744
  end
745
+ @FwType = params['FwType']
736
746
  end
737
747
  end
738
748
 
@@ -1621,10 +1631,12 @@ module TencentCloud
1621
1631
  # @type ParamTemplateId: String
1622
1632
  # @param InternalUuid: 内部id
1623
1633
  # @type InternalUuid: Integer
1634
+ # @param Scope: 规则生效的范围:ALL,全局生效;ap-guangzhou,生效的地域;cfwnat-xxx,生效基于实例维度
1635
+ # @type Scope: String
1624
1636
 
1625
- attr_accessor :SourceContent, :SourceType, :TargetContent, :TargetType, :Protocol, :RuleAction, :Port, :Direction, :OrderIndex, :Enable, :Uuid, :Description, :ParamTemplateId, :InternalUuid
1637
+ attr_accessor :SourceContent, :SourceType, :TargetContent, :TargetType, :Protocol, :RuleAction, :Port, :Direction, :OrderIndex, :Enable, :Uuid, :Description, :ParamTemplateId, :InternalUuid, :Scope
1626
1638
 
1627
- def initialize(sourcecontent=nil, sourcetype=nil, targetcontent=nil, targettype=nil, protocol=nil, ruleaction=nil, port=nil, direction=nil, orderindex=nil, enable=nil, uuid=nil, description=nil, paramtemplateid=nil, internaluuid=nil)
1639
+ def initialize(sourcecontent=nil, sourcetype=nil, targetcontent=nil, targettype=nil, protocol=nil, ruleaction=nil, port=nil, direction=nil, orderindex=nil, enable=nil, uuid=nil, description=nil, paramtemplateid=nil, internaluuid=nil, scope=nil)
1628
1640
  @SourceContent = sourcecontent
1629
1641
  @SourceType = sourcetype
1630
1642
  @TargetContent = targetcontent
@@ -1639,6 +1651,7 @@ module TencentCloud
1639
1651
  @Description = description
1640
1652
  @ParamTemplateId = paramtemplateid
1641
1653
  @InternalUuid = internaluuid
1654
+ @Scope = scope
1642
1655
  end
1643
1656
 
1644
1657
  def deserialize(params)
@@ -1656,6 +1669,7 @@ module TencentCloud
1656
1669
  @Description = params['Description']
1657
1670
  @ParamTemplateId = params['ParamTemplateId']
1658
1671
  @InternalUuid = params['InternalUuid']
1672
+ @Scope = params['Scope']
1659
1673
  end
1660
1674
  end
1661
1675
 
@@ -2520,9 +2534,13 @@ module TencentCloud
2520
2534
  # @param BetaList: 关联任务详情
2521
2535
  # 注意:此字段可能返回 null,表示取不到有效值。
2522
2536
  # @type BetaList: Array
2523
- # @param Scope: 生效范围:serial,串行;side,旁路;all,全局
2537
+ # @param Scope: (1)互联网边界防火墙,生效范围:serial,串行;side,旁路;all,全局;
2538
+ # (2)NAT边界防火墙:ALL,全局生效;ap-guangzhou,生效的地域;cfwnat-xxx,生效基于实例维度
2524
2539
  # 注意:此字段可能返回 null,表示取不到有效值。
2525
2540
  # @type Scope: String
2541
+ # @param ScopeDesc: 生效范围描述
2542
+ # 注意:此字段可能返回 null,表示取不到有效值。
2543
+ # @type ScopeDesc: String
2526
2544
  # @param InternetBorderUuid: 互联网边界防火墙使用的内部规则id
2527
2545
  # 注意:此字段可能返回 null,表示取不到有效值。
2528
2546
  # @type InternetBorderUuid: String
@@ -2542,9 +2560,9 @@ module TencentCloud
2542
2560
  # 注意:此字段可能返回 null,表示取不到有效值。
2543
2561
  # @type LastHitTime: String
2544
2562
 
2545
- 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, :ParamTemplateName, :ParamTemplateId, :SourceName, :TargetName, :LastHitTime
2563
+ 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, :ScopeDesc, :InternetBorderUuid, :ParamTemplateName, :ParamTemplateId, :SourceName, :TargetName, :LastHitTime
2546
2564
 
2547
- 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, paramtemplatename=nil, paramtemplateid=nil, sourcename=nil, targetname=nil, lasthittime=nil)
2565
+ 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, scopedesc=nil, internetborderuuid=nil, paramtemplatename=nil, paramtemplateid=nil, sourcename=nil, targetname=nil, lasthittime=nil)
2548
2566
  @SourceContent = sourcecontent
2549
2567
  @TargetContent = targetcontent
2550
2568
  @Protocol = protocol
@@ -2571,6 +2589,7 @@ module TencentCloud
2571
2589
  @Status = status
2572
2590
  @BetaList = betalist
2573
2591
  @Scope = scope
2592
+ @ScopeDesc = scopedesc
2574
2593
  @InternetBorderUuid = internetborderuuid
2575
2594
  @ParamTemplateName = paramtemplatename
2576
2595
  @ParamTemplateId = paramtemplateid
@@ -2613,6 +2632,7 @@ module TencentCloud
2613
2632
  end
2614
2633
  end
2615
2634
  @Scope = params['Scope']
2635
+ @ScopeDesc = params['ScopeDesc']
2616
2636
  @InternetBorderUuid = params['InternetBorderUuid']
2617
2637
  @ParamTemplateName = params['ParamTemplateName']
2618
2638
  @ParamTemplateId = params['ParamTemplateId']
@@ -5400,10 +5420,13 @@ module TencentCloud
5400
5420
  # @param Domain: 域名化CLB的域名
5401
5421
  # 注意:此字段可能返回 null,表示取不到有效值。
5402
5422
  # @type Domain: String
5423
+ # @param OverUsedStatus: IP超量状态
5424
+ # 注意:此字段可能返回 null,表示取不到有效值。
5425
+ # @type OverUsedStatus: Integer
5403
5426
 
5404
- attr_accessor :PublicIp, :PublicIpType, :InstanceId, :InstanceName, :IntranetIp, :AssetType, :Region, :PortRiskCount, :LastScanTime, :IsRegionEip, :VpcId, :IsSerialRegion, :IsPublicClb, :EndpointBindEipNum, :ScanMode, :ScanStatus, :Status, :EndpointId, :EndpointIp, :SwitchMode, :SwitchWeight, :Domain
5427
+ attr_accessor :PublicIp, :PublicIpType, :InstanceId, :InstanceName, :IntranetIp, :AssetType, :Region, :PortRiskCount, :LastScanTime, :IsRegionEip, :VpcId, :IsSerialRegion, :IsPublicClb, :EndpointBindEipNum, :ScanMode, :ScanStatus, :Status, :EndpointId, :EndpointIp, :SwitchMode, :SwitchWeight, :Domain, :OverUsedStatus
5405
5428
 
5406
- 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, domain=nil)
5429
+ 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, domain=nil, overusedstatus=nil)
5407
5430
  @PublicIp = publicip
5408
5431
  @PublicIpType = publiciptype
5409
5432
  @InstanceId = instanceid
@@ -5426,6 +5449,7 @@ module TencentCloud
5426
5449
  @SwitchMode = switchmode
5427
5450
  @SwitchWeight = switchweight
5428
5451
  @Domain = domain
5452
+ @OverUsedStatus = overusedstatus
5429
5453
  end
5430
5454
 
5431
5455
  def deserialize(params)
@@ -5451,6 +5475,7 @@ module TencentCloud
5451
5475
  @SwitchMode = params['SwitchMode']
5452
5476
  @SwitchWeight = params['SwitchWeight']
5453
5477
  @Domain = params['Domain']
5478
+ @OverUsedStatus = params['OverUsedStatus']
5454
5479
  end
5455
5480
  end
5456
5481
 
@@ -7986,10 +8011,19 @@ module TencentCloud
7986
8011
  # @param Abnormal: 开关是否异常,0:正常,1:异常
7987
8012
  # 注意:此字段可能返回 null,表示取不到有效值。
7988
8013
  # @type Abnormal: Integer
8014
+ # @param ORTableId: nat防火墙出口路由表id
8015
+ # 注意:此字段可能返回 null,表示取不到有效值。
8016
+ # @type ORTableId: String
8017
+ # @param ORTableName: nat防火墙出口路由表名称
8018
+ # 注意:此字段可能返回 null,表示取不到有效值。
8019
+ # @type ORTableName: String
8020
+ # @param Ohavips: 出口Snat Ip列表
8021
+ # 注意:此字段可能返回 null,表示取不到有效值。
8022
+ # @type Ohavips: Array
7989
8023
 
7990
- attr_accessor :Id, :SubnetId, :SubnetName, :SubnetCidr, :RouteId, :RouteName, :CvmNum, :VpcId, :VpcName, :Enable, :Status, :NatId, :NatName, :NatInsId, :NatInsName, :Region, :Abnormal
8024
+ attr_accessor :Id, :SubnetId, :SubnetName, :SubnetCidr, :RouteId, :RouteName, :CvmNum, :VpcId, :VpcName, :Enable, :Status, :NatId, :NatName, :NatInsId, :NatInsName, :Region, :Abnormal, :ORTableId, :ORTableName, :Ohavips
7991
8025
 
7992
- def initialize(id=nil, subnetid=nil, subnetname=nil, subnetcidr=nil, routeid=nil, routename=nil, cvmnum=nil, vpcid=nil, vpcname=nil, enable=nil, status=nil, natid=nil, natname=nil, natinsid=nil, natinsname=nil, region=nil, abnormal=nil)
8026
+ def initialize(id=nil, subnetid=nil, subnetname=nil, subnetcidr=nil, routeid=nil, routename=nil, cvmnum=nil, vpcid=nil, vpcname=nil, enable=nil, status=nil, natid=nil, natname=nil, natinsid=nil, natinsname=nil, region=nil, abnormal=nil, ortableid=nil, ortablename=nil, ohavips=nil)
7993
8027
  @Id = id
7994
8028
  @SubnetId = subnetid
7995
8029
  @SubnetName = subnetname
@@ -8007,6 +8041,9 @@ module TencentCloud
8007
8041
  @NatInsName = natinsname
8008
8042
  @Region = region
8009
8043
  @Abnormal = abnormal
8044
+ @ORTableId = ortableid
8045
+ @ORTableName = ortablename
8046
+ @Ohavips = ohavips
8010
8047
  end
8011
8048
 
8012
8049
  def deserialize(params)
@@ -8027,6 +8064,9 @@ module TencentCloud
8027
8064
  @NatInsName = params['NatInsName']
8028
8065
  @Region = params['Region']
8029
8066
  @Abnormal = params['Abnormal']
8067
+ @ORTableId = params['ORTableId']
8068
+ @ORTableName = params['ORTableName']
8069
+ @Ohavips = params['Ohavips']
8030
8070
  end
8031
8071
  end
8032
8072
 
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.903
4
+ version: 3.0.905
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-10 00:00:00.000000000 Z
11
+ date: 2024-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common