tencentcloud-sdk-cfw 3.0.729 → 3.0.731
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 +36 -8
- 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: 3036b3ce75897177e34aa3cac218a966f8ebab50
|
4
|
+
data.tar.gz: 342916ad3f7a3752e7785857850d2e96b827d333
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b151d37688fdfc408a6e504112eed5baf0d8f769feaaad25acd14c7ac2062b2bd56f5c5baf03dc9744d822ca2a3219ae872a3fe90fd85617ba237e5291a03ee1
|
7
|
+
data.tar.gz: 90fd9787b86c354632e30d8e1bbb2c64104745e4848ddb27cd5f70a3866efb827756f3f3776fd5898d1e008dcc1d382fcf79366dbe2ebdbd96dea9d58d1e6680
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.731
|
data/lib/v20190904/models.rb
CHANGED
@@ -1462,10 +1462,12 @@ module TencentCloud
|
|
1462
1462
|
# @type Uuid: Integer
|
1463
1463
|
# @param Description: 描述
|
1464
1464
|
# @type Description: String
|
1465
|
+
# @param ParamTemplateId: 端口协议组ID
|
1466
|
+
# @type ParamTemplateId: String
|
1465
1467
|
|
1466
|
-
attr_accessor :SourceContent, :SourceType, :TargetContent, :TargetType, :Protocol, :RuleAction, :Port, :Direction, :OrderIndex, :Enable, :Uuid, :Description
|
1468
|
+
attr_accessor :SourceContent, :SourceType, :TargetContent, :TargetType, :Protocol, :RuleAction, :Port, :Direction, :OrderIndex, :Enable, :Uuid, :Description, :ParamTemplateId
|
1467
1469
|
|
1468
|
-
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)
|
1470
|
+
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)
|
1469
1471
|
@SourceContent = sourcecontent
|
1470
1472
|
@SourceType = sourcetype
|
1471
1473
|
@TargetContent = targetcontent
|
@@ -1478,6 +1480,7 @@ module TencentCloud
|
|
1478
1480
|
@Enable = enable
|
1479
1481
|
@Uuid = uuid
|
1480
1482
|
@Description = description
|
1483
|
+
@ParamTemplateId = paramtemplateid
|
1481
1484
|
end
|
1482
1485
|
|
1483
1486
|
def deserialize(params)
|
@@ -1493,6 +1496,7 @@ module TencentCloud
|
|
1493
1496
|
@Enable = params['Enable']
|
1494
1497
|
@Uuid = params['Uuid']
|
1495
1498
|
@Description = params['Description']
|
1499
|
+
@ParamTemplateId = params['ParamTemplateId']
|
1496
1500
|
end
|
1497
1501
|
end
|
1498
1502
|
|
@@ -1528,10 +1532,12 @@ module TencentCloud
|
|
1528
1532
|
# @type RuleSource: Integer
|
1529
1533
|
# @param LogId: 告警Id
|
1530
1534
|
# @type LogId: String
|
1535
|
+
# @param ParamTemplateId: 端都协议组ID
|
1536
|
+
# @type ParamTemplateId: String
|
1531
1537
|
|
1532
|
-
attr_accessor :SourceContent, :SourceType, :TargetContent, :TargetType, :Protocol, :RuleAction, :Port, :Direction, :OrderIndex, :Uuid, :Enable, :Description, :Scope, :RuleSource, :LogId
|
1538
|
+
attr_accessor :SourceContent, :SourceType, :TargetContent, :TargetType, :Protocol, :RuleAction, :Port, :Direction, :OrderIndex, :Uuid, :Enable, :Description, :Scope, :RuleSource, :LogId, :ParamTemplateId
|
1533
1539
|
|
1534
|
-
def initialize(sourcecontent=nil, sourcetype=nil, targetcontent=nil, targettype=nil, protocol=nil, ruleaction=nil, port=nil, direction=nil, orderindex=nil, uuid=nil, enable=nil, description=nil, scope=nil, rulesource=nil, logid=nil)
|
1540
|
+
def initialize(sourcecontent=nil, sourcetype=nil, targetcontent=nil, targettype=nil, protocol=nil, ruleaction=nil, port=nil, direction=nil, orderindex=nil, uuid=nil, enable=nil, description=nil, scope=nil, rulesource=nil, logid=nil, paramtemplateid=nil)
|
1535
1541
|
@SourceContent = sourcecontent
|
1536
1542
|
@SourceType = sourcetype
|
1537
1543
|
@TargetContent = targetcontent
|
@@ -1547,6 +1553,7 @@ module TencentCloud
|
|
1547
1553
|
@Scope = scope
|
1548
1554
|
@RuleSource = rulesource
|
1549
1555
|
@LogId = logid
|
1556
|
+
@ParamTemplateId = paramtemplateid
|
1550
1557
|
end
|
1551
1558
|
|
1552
1559
|
def deserialize(params)
|
@@ -1565,6 +1572,7 @@ module TencentCloud
|
|
1565
1572
|
@Scope = params['Scope']
|
1566
1573
|
@RuleSource = params['RuleSource']
|
1567
1574
|
@LogId = params['LogId']
|
1575
|
+
@ParamTemplateId = params['ParamTemplateId']
|
1568
1576
|
end
|
1569
1577
|
end
|
1570
1578
|
|
@@ -2266,10 +2274,16 @@ module TencentCloud
|
|
2266
2274
|
# @param InternetBorderUuid: 互联网边界防火墙使用的内部规则id
|
2267
2275
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2268
2276
|
# @type InternetBorderUuid: String
|
2277
|
+
# @param ParamTemplateName: 协议端口组名称
|
2278
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2279
|
+
# @type ParamTemplateName: String
|
2280
|
+
# @param ParamTemplateId: 协议端口组ID
|
2281
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2282
|
+
# @type ParamTemplateId: String
|
2269
2283
|
|
2270
|
-
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
|
2284
|
+
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
|
2271
2285
|
|
2272
|
-
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)
|
2286
|
+
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)
|
2273
2287
|
@SourceContent = sourcecontent
|
2274
2288
|
@TargetContent = targetcontent
|
2275
2289
|
@Protocol = protocol
|
@@ -2297,6 +2311,8 @@ module TencentCloud
|
|
2297
2311
|
@BetaList = betalist
|
2298
2312
|
@Scope = scope
|
2299
2313
|
@InternetBorderUuid = internetborderuuid
|
2314
|
+
@ParamTemplateName = paramtemplatename
|
2315
|
+
@ParamTemplateId = paramtemplateid
|
2300
2316
|
end
|
2301
2317
|
|
2302
2318
|
def deserialize(params)
|
@@ -2334,6 +2350,8 @@ module TencentCloud
|
|
2334
2350
|
end
|
2335
2351
|
@Scope = params['Scope']
|
2336
2352
|
@InternetBorderUuid = params['InternetBorderUuid']
|
2353
|
+
@ParamTemplateName = params['ParamTemplateName']
|
2354
|
+
@ParamTemplateId = params['ParamTemplateId']
|
2337
2355
|
end
|
2338
2356
|
end
|
2339
2357
|
|
@@ -9296,10 +9314,16 @@ module TencentCloud
|
|
9296
9314
|
# @param BetaList: beta任务详情
|
9297
9315
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9298
9316
|
# @type BetaList: Array
|
9317
|
+
# @param ParamTemplateId: 端口协议组ID
|
9318
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9319
|
+
# @type ParamTemplateId: String
|
9320
|
+
# @param ParamTemplateName: 端口协议组名称
|
9321
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9322
|
+
# @type ParamTemplateName: String
|
9299
9323
|
|
9300
|
-
attr_accessor :SourceContent, :SourceType, :DestContent, :DestType, :Protocol, :RuleAction, :Port, :Description, :OrderIndex, :Uuid, :Enable, :EdgeId, :DetectedTimes, :EdgeName, :InternalUuid, :Deleted, :FwGroupId, :FwGroupName, :BetaList
|
9324
|
+
attr_accessor :SourceContent, :SourceType, :DestContent, :DestType, :Protocol, :RuleAction, :Port, :Description, :OrderIndex, :Uuid, :Enable, :EdgeId, :DetectedTimes, :EdgeName, :InternalUuid, :Deleted, :FwGroupId, :FwGroupName, :BetaList, :ParamTemplateId, :ParamTemplateName
|
9301
9325
|
|
9302
|
-
def initialize(sourcecontent=nil, sourcetype=nil, destcontent=nil, desttype=nil, protocol=nil, ruleaction=nil, port=nil, description=nil, orderindex=nil, uuid=nil, enable=nil, edgeid=nil, detectedtimes=nil, edgename=nil, internaluuid=nil, deleted=nil, fwgroupid=nil, fwgroupname=nil, betalist=nil)
|
9326
|
+
def initialize(sourcecontent=nil, sourcetype=nil, destcontent=nil, desttype=nil, protocol=nil, ruleaction=nil, port=nil, description=nil, orderindex=nil, uuid=nil, enable=nil, edgeid=nil, detectedtimes=nil, edgename=nil, internaluuid=nil, deleted=nil, fwgroupid=nil, fwgroupname=nil, betalist=nil, paramtemplateid=nil, paramtemplatename=nil)
|
9303
9327
|
@SourceContent = sourcecontent
|
9304
9328
|
@SourceType = sourcetype
|
9305
9329
|
@DestContent = destcontent
|
@@ -9319,6 +9343,8 @@ module TencentCloud
|
|
9319
9343
|
@FwGroupId = fwgroupid
|
9320
9344
|
@FwGroupName = fwgroupname
|
9321
9345
|
@BetaList = betalist
|
9346
|
+
@ParamTemplateId = paramtemplateid
|
9347
|
+
@ParamTemplateName = paramtemplatename
|
9322
9348
|
end
|
9323
9349
|
|
9324
9350
|
def deserialize(params)
|
@@ -9348,6 +9374,8 @@ module TencentCloud
|
|
9348
9374
|
@BetaList << betainfobyacl_tmp
|
9349
9375
|
end
|
9350
9376
|
end
|
9377
|
+
@ParamTemplateId = params['ParamTemplateId']
|
9378
|
+
@ParamTemplateName = params['ParamTemplateName']
|
9351
9379
|
end
|
9352
9380
|
end
|
9353
9381
|
|
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.731
|
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-12-
|
11
|
+
date: 2023-12-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|