tencentcloud-sdk-cfw 3.0.874 → 3.0.875
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 +9 -4
- 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: c3477381563625671eff308914b53b110fb778fc
|
|
4
|
+
data.tar.gz: 2d0ce820251804291127fa7fd070bd211a618843
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 953f98249eebacbfc88228eaa194d16004585e1ff380599121f4e1d1124732fabc758515d237d5a850524a46f14323366690551fdfc43a27dd4dd60ad18862e8
|
|
7
|
+
data.tar.gz: 47aa8e46b488566023e2aa1f061dad854fc5b92d1ce04d25bde512ce4ff7a1595a299b0c7841736ff7023229066f933e00d091e12241aee861f66e808fd19a1a
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.875
|
data/lib/v20190904/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|