tencentcloud-sdk-cfw 3.0.1042 → 3.0.1044
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 +46 -12
- 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: 298f3f411a4b4b5b04191da9f9a56d5c04f023c2
|
4
|
+
data.tar.gz: 40ea77ea98ef62b6b05b6047417d85b325e76fa5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 04b3fe77e5eba8b286ec26705a907bb3c0b8899bb98c42fcb3448857fe104f9937b7847f4553e7d10cec529f28036b7c5b01e8988872f19bd7a6aea7eed3eee4
|
7
|
+
data.tar.gz: d36962b725acad39bcb9e2d9528f8f675b90a5b42cd7578afa5dc95d768f738dde7888f73682cde895263e72a51b24e78a3b2bd751d3124c84c059c8be9c8d48
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1044
|
data/lib/v20190904/models.rb
CHANGED
@@ -620,22 +620,17 @@ module TencentCloud
|
|
620
620
|
# @param FwType: 防火墙类型,nat:nat防火墙;ew:vpc间防火墙
|
621
621
|
# @type FwType: String
|
622
622
|
# @param Region: 实例所属地域
|
623
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
624
623
|
# @type Region: String
|
625
624
|
# @param Status: 实例运行状态,Running:正常运行;BypassAutoFix:bypass修复;Updating:升级中;Expand:扩容中;BypassManual:手动触发bypass中;BypassAuto:自动触发bypass中
|
626
625
|
# @type Status: String
|
627
626
|
# @param EventTime: 事件时间
|
628
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
629
627
|
# @type EventTime: String
|
630
628
|
# @param RecoverTime: 恢复时间
|
631
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
632
629
|
# @type RecoverTime: String
|
633
630
|
# @param CfwInsName: 实例名称
|
634
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
635
631
|
# @type CfwInsName: String
|
636
632
|
# @param TrafficMode: Normal: 正常模式
|
637
633
|
# OnlyRoute: 透明模式
|
638
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
639
634
|
# @type TrafficMode: String
|
640
635
|
|
641
636
|
attr_accessor :CfwInsId, :FwType, :Region, :Status, :EventTime, :RecoverTime, :CfwInsName, :TrafficMode
|
@@ -2444,10 +2439,14 @@ module TencentCloud
|
|
2444
2439
|
# @type TargetName: String
|
2445
2440
|
# @param LastHitTime: 规则最近命中时间
|
2446
2441
|
# @type LastHitTime: String
|
2442
|
+
# @param CountryKey: 地区简称
|
2443
|
+
# @type CountryKey: String
|
2444
|
+
# @param CityKey: 省份、城市简称
|
2445
|
+
# @type CityKey: String
|
2447
2446
|
|
2448
|
-
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
|
2447
|
+
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, :CountryKey, :CityKey
|
2449
2448
|
|
2450
|
-
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)
|
2449
|
+
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, countrykey=nil, citykey=nil)
|
2451
2450
|
@SourceContent = sourcecontent
|
2452
2451
|
@TargetContent = targetcontent
|
2453
2452
|
@Protocol = protocol
|
@@ -2481,6 +2480,8 @@ module TencentCloud
|
|
2481
2480
|
@SourceName = sourcename
|
2482
2481
|
@TargetName = targetname
|
2483
2482
|
@LastHitTime = lasthittime
|
2483
|
+
@CountryKey = countrykey
|
2484
|
+
@CityKey = citykey
|
2484
2485
|
end
|
2485
2486
|
|
2486
2487
|
def deserialize(params)
|
@@ -2524,6 +2525,8 @@ module TencentCloud
|
|
2524
2525
|
@SourceName = params['SourceName']
|
2525
2526
|
@TargetName = params['TargetName']
|
2526
2527
|
@LastHitTime = params['LastHitTime']
|
2528
|
+
@CountryKey = params['CountryKey']
|
2529
|
+
@CityKey = params['CityKey']
|
2527
2530
|
end
|
2528
2531
|
end
|
2529
2532
|
|
@@ -3646,16 +3649,19 @@ module TencentCloud
|
|
3646
3649
|
# @type RegionLst: Array
|
3647
3650
|
# @param InstanceTypeLst: 实例类型列表
|
3648
3651
|
# @type InstanceTypeLst: Array
|
3652
|
+
# @param SerilCount: 串行模式开关个数
|
3653
|
+
# @type SerilCount: Integer
|
3649
3654
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3650
3655
|
# @type RequestId: String
|
3651
3656
|
|
3652
|
-
attr_accessor :Data, :Total, :RegionLst, :InstanceTypeLst, :RequestId
|
3657
|
+
attr_accessor :Data, :Total, :RegionLst, :InstanceTypeLst, :SerilCount, :RequestId
|
3653
3658
|
|
3654
|
-
def initialize(data=nil, total=nil, regionlst=nil, instancetypelst=nil, requestid=nil)
|
3659
|
+
def initialize(data=nil, total=nil, regionlst=nil, instancetypelst=nil, serilcount=nil, requestid=nil)
|
3655
3660
|
@Data = data
|
3656
3661
|
@Total = total
|
3657
3662
|
@RegionLst = regionlst
|
3658
3663
|
@InstanceTypeLst = instancetypelst
|
3664
|
+
@SerilCount = serilcount
|
3659
3665
|
@RequestId = requestid
|
3660
3666
|
end
|
3661
3667
|
|
@@ -3671,6 +3677,7 @@ module TencentCloud
|
|
3671
3677
|
@Total = params['Total']
|
3672
3678
|
@RegionLst = params['RegionLst']
|
3673
3679
|
@InstanceTypeLst = params['InstanceTypeLst']
|
3680
|
+
@SerilCount = params['SerilCount']
|
3674
3681
|
@RequestId = params['RequestId']
|
3675
3682
|
end
|
3676
3683
|
end
|
@@ -5510,10 +5517,12 @@ module TencentCloud
|
|
5510
5517
|
# @type BetaList: Array
|
5511
5518
|
# @param Id: 规则id 等同RuleUuid
|
5512
5519
|
# @type Id: Integer
|
5520
|
+
# @param DnsParseCount: 域名解析的IP统计
|
5521
|
+
# @type DnsParseCount: :class:`Tencentcloud::Cfw.v20190904.models.SgDnsParseCount`
|
5513
5522
|
|
5514
|
-
attr_accessor :OrderIndex, :RuleUuid, :Uuid, :SourceId, :SourceType, :TargetId, :TargetType, :Protocol, :Port, :Strategy, :Status, :Detail, :AclTags, :IsNew, :Region, :IsDelay, :ServiceTemplateId, :SouInstanceName, :SouPublicIp, :SouPrivateIp, :SouCidr, :SouParameterName, :InstanceName, :PublicIp, :PrivateIp, :Cidr, :ParameterName, :ProtocolPortName, :BetaList, :Id
|
5523
|
+
attr_accessor :OrderIndex, :RuleUuid, :Uuid, :SourceId, :SourceType, :TargetId, :TargetType, :Protocol, :Port, :Strategy, :Status, :Detail, :AclTags, :IsNew, :Region, :IsDelay, :ServiceTemplateId, :SouInstanceName, :SouPublicIp, :SouPrivateIp, :SouCidr, :SouParameterName, :InstanceName, :PublicIp, :PrivateIp, :Cidr, :ParameterName, :ProtocolPortName, :BetaList, :Id, :DnsParseCount
|
5515
5524
|
|
5516
|
-
def initialize(orderindex=nil, ruleuuid=nil, uuid=nil, sourceid=nil, sourcetype=nil, targetid=nil, targettype=nil, protocol=nil, port=nil, strategy=nil, status=nil, detail=nil, acltags=nil, isnew=nil, region=nil, isdelay=nil, servicetemplateid=nil, souinstancename=nil, soupublicip=nil, souprivateip=nil, soucidr=nil, souparametername=nil, instancename=nil, publicip=nil, privateip=nil, cidr=nil, parametername=nil, protocolportname=nil, betalist=nil, id=nil)
|
5525
|
+
def initialize(orderindex=nil, ruleuuid=nil, uuid=nil, sourceid=nil, sourcetype=nil, targetid=nil, targettype=nil, protocol=nil, port=nil, strategy=nil, status=nil, detail=nil, acltags=nil, isnew=nil, region=nil, isdelay=nil, servicetemplateid=nil, souinstancename=nil, soupublicip=nil, souprivateip=nil, soucidr=nil, souparametername=nil, instancename=nil, publicip=nil, privateip=nil, cidr=nil, parametername=nil, protocolportname=nil, betalist=nil, id=nil, dnsparsecount=nil)
|
5517
5526
|
@OrderIndex = orderindex
|
5518
5527
|
@RuleUuid = ruleuuid
|
5519
5528
|
@Uuid = uuid
|
@@ -5544,6 +5553,7 @@ module TencentCloud
|
|
5544
5553
|
@ProtocolPortName = protocolportname
|
5545
5554
|
@BetaList = betalist
|
5546
5555
|
@Id = id
|
5556
|
+
@DnsParseCount = dnsparsecount
|
5547
5557
|
end
|
5548
5558
|
|
5549
5559
|
def deserialize(params)
|
@@ -5584,6 +5594,10 @@ module TencentCloud
|
|
5584
5594
|
end
|
5585
5595
|
end
|
5586
5596
|
@Id = params['Id']
|
5597
|
+
unless params['DnsParseCount'].nil?
|
5598
|
+
@DnsParseCount = SgDnsParseCount.new
|
5599
|
+
@DnsParseCount.deserialize(params['DnsParseCount'])
|
5600
|
+
end
|
5587
5601
|
end
|
5588
5602
|
end
|
5589
5603
|
|
@@ -8643,7 +8657,7 @@ module TencentCloud
|
|
8643
8657
|
# accept:放行
|
8644
8658
|
# drop:拒绝
|
8645
8659
|
# @type RuleAction: String
|
8646
|
-
# @param Description:
|
8660
|
+
# @param Description: 规则描述 用于规则使用或者场景的描述,最多支持50个字符
|
8647
8661
|
# @type Description: String
|
8648
8662
|
# @param OrderIndex: 规则顺序,-1表示最低,1表示最高,请勿和外层Type冲突(和外层的Type配合使用,当中间插入时,指定添加位置)
|
8649
8663
|
# @type OrderIndex: String
|
@@ -8875,6 +8889,26 @@ module TencentCloud
|
|
8875
8889
|
end
|
8876
8890
|
end
|
8877
8891
|
|
8892
|
+
# 企业安全组域名解析的IP统计
|
8893
|
+
class SgDnsParseCount < TencentCloud::Common::AbstractModel
|
8894
|
+
# @param ValidCount: 有效下发的IP个数,离散数据
|
8895
|
+
# @type ValidCount: Integer
|
8896
|
+
# @param InvalidCount: 未下发的IP个数,离散数据
|
8897
|
+
# @type InvalidCount: Integer
|
8898
|
+
|
8899
|
+
attr_accessor :ValidCount, :InvalidCount
|
8900
|
+
|
8901
|
+
def initialize(validcount=nil, invalidcount=nil)
|
8902
|
+
@ValidCount = validcount
|
8903
|
+
@InvalidCount = invalidcount
|
8904
|
+
end
|
8905
|
+
|
8906
|
+
def deserialize(params)
|
8907
|
+
@ValidCount = params['ValidCount']
|
8908
|
+
@InvalidCount = params['InvalidCount']
|
8909
|
+
end
|
8910
|
+
end
|
8911
|
+
|
8878
8912
|
# StaticInfo 告警柱形图统计信息
|
8879
8913
|
class StaticInfo < TencentCloud::Common::AbstractModel
|
8880
8914
|
# @param Address: 地址
|
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.1044
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-04-
|
11
|
+
date: 2025-04-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|