tencentcloud-sdk-cfw 3.0.874 → 3.0.875

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 367c95f48f2ec5464dd27f27ddad44432b923caa
4
- data.tar.gz: 9ee15f68eab2fa825ef65d91962b8f508dd20f9c
3
+ metadata.gz: c3477381563625671eff308914b53b110fb778fc
4
+ data.tar.gz: 2d0ce820251804291127fa7fd070bd211a618843
5
5
  SHA512:
6
- metadata.gz: 18d1f3ec734be41dec648008e0dabcb11fafd3f6be4805d072aecfbada2be0a6679e7fd115e36e6c73d10e497c4705060e6696454e9518f9be7ef8810759bfb8
7
- data.tar.gz: 99bab53bac65470d8752c2ab20ed4d26e0e1534996ac1d6033f779f3ea209a7f4a307adcd3480f4e9ef3b514e878ac16c3d82017bbb88bfcc7a18ff70b52e0a9
6
+ metadata.gz: 953f98249eebacbfc88228eaa194d16004585e1ff380599121f4e1d1124732fabc758515d237d5a850524a46f14323366690551fdfc43a27dd4dd60ad18862e8
7
+ data.tar.gz: 47aa8e46b488566023e2aa1f061dad854fc5b92d1ce04d25bde512ce4ff7a1595a299b0c7841736ff7023229066f933e00d091e12241aee861f66e808fd19a1a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.874
1
+ 3.0.875
@@ -2529,10 +2529,13 @@ module TencentCloud
2529
2529
  # @param TargetName: 访问目的名称
2530
2530
  # 注意:此字段可能返回 null,表示取不到有效值。
2531
2531
  # @type TargetName: String
2532
+ # @param LastHitTime: 规则最近命中时间
2533
+ # 注意:此字段可能返回 null,表示取不到有效值。
2534
+ # @type LastHitTime: String
2532
2535
 
2533
- 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
2536
+ 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
2534
2537
 
2535
- 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)
2538
+ 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)
2536
2539
  @SourceContent = sourcecontent
2537
2540
  @TargetContent = targetcontent
2538
2541
  @Protocol = protocol
@@ -2564,6 +2567,7 @@ module TencentCloud
2564
2567
  @ParamTemplateId = paramtemplateid
2565
2568
  @SourceName = sourcename
2566
2569
  @TargetName = targetname
2570
+ @LastHitTime = lasthittime
2567
2571
  end
2568
2572
 
2569
2573
  def deserialize(params)
@@ -2605,6 +2609,7 @@ module TencentCloud
2605
2609
  @ParamTemplateId = params['ParamTemplateId']
2606
2610
  @SourceName = params['SourceName']
2607
2611
  @TargetName = params['TargetName']
2612
+ @LastHitTime = params['LastHitTime']
2608
2613
  end
2609
2614
  end
2610
2615
 
@@ -2907,9 +2912,9 @@ module TencentCloud
2907
2912
  # @type DomainTemplateCount: Integer
2908
2913
  # @param PortTemplateCount: 协议端口模板数量
2909
2914
  # @type PortTemplateCount: Integer
2910
- # @param UsedTemplateCount: 已使用的地址模版数
2915
+ # @param UsedTemplateCount: 已使用的地址模板数
2911
2916
  # @type UsedTemplateCount: Integer
2912
- # @param TemplateQuotaCount: 地址模版配额数量
2917
+ # @param TemplateQuotaCount: 地址模板配额数量
2913
2918
  # @type TemplateQuotaCount: Integer
2914
2919
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2915
2920
  # @type RequestId: String
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.874
4
+ version: 3.0.875
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-07-28 00:00:00.000000000 Z
11
+ date: 2024-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common