tencentcloud-sdk-cfw 3.0.589 → 3.0.591
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/client.rb +24 -0
- data/lib/v20190904/models.rb +214 -183
- metadata +2 -2
data/lib/v20190904/models.rb
CHANGED
@@ -48,7 +48,7 @@ module TencentCloud
|
|
48
48
|
# @type LogId: String
|
49
49
|
|
50
50
|
attr_accessor :Id, :SourceIp, :TargetIp, :Protocol, :Port, :Strategy, :Detail, :Count, :OrderIndex, :LogId
|
51
|
-
|
51
|
+
|
52
52
|
def initialize(id=nil, sourceip=nil, targetip=nil, protocol=nil, port=nil, strategy=nil, detail=nil, count=nil, orderindex=nil, logid=nil)
|
53
53
|
@Id = id
|
54
54
|
@SourceIp = sourceip
|
@@ -154,7 +154,7 @@ module TencentCloud
|
|
154
154
|
# @type Enable: String
|
155
155
|
|
156
156
|
attr_accessor :OrderIndex, :RuleAction, :Direction, :Description, :SourceType, :SourceContent, :DestType, :DestContent, :Port, :Protocol, :ApplicationName, :Enable
|
157
|
-
|
157
|
+
|
158
158
|
def initialize(orderindex=nil, ruleaction=nil, direction=nil, description=nil, sourcetype=nil, sourcecontent=nil, desttype=nil, destcontent=nil, port=nil, protocol=nil, applicationname=nil, enable=nil)
|
159
159
|
@OrderIndex = orderindex
|
160
160
|
@RuleAction = ruleaction
|
@@ -198,7 +198,7 @@ module TencentCloud
|
|
198
198
|
# @type RequestId: String
|
199
199
|
|
200
200
|
attr_accessor :RuleUuid, :ReturnCode, :ReturnMsg, :RequestId
|
201
|
-
|
201
|
+
|
202
202
|
def initialize(ruleuuid=nil, returncode=nil, returnmsg=nil, requestid=nil)
|
203
203
|
@RuleUuid = ruleuuid
|
204
204
|
@ReturnCode = returncode
|
@@ -226,7 +226,7 @@ module TencentCloud
|
|
226
226
|
# @type IsDelay: Integer
|
227
227
|
|
228
228
|
attr_accessor :Data, :Type, :ClientToken, :IsDelay
|
229
|
-
|
229
|
+
|
230
230
|
def initialize(data=nil, type=nil, clienttoken=nil, isdelay=nil)
|
231
231
|
@Data = data
|
232
232
|
@Type = type
|
@@ -260,7 +260,7 @@ module TencentCloud
|
|
260
260
|
# @type RequestId: String
|
261
261
|
|
262
262
|
attr_accessor :Status, :Rules, :RequestId
|
263
|
-
|
263
|
+
|
264
264
|
def initialize(status=nil, rules=nil, requestid=nil)
|
265
265
|
@Status = status
|
266
266
|
@Rules = rules
|
@@ -289,7 +289,7 @@ module TencentCloud
|
|
289
289
|
# @type From: String
|
290
290
|
|
291
291
|
attr_accessor :Rules, :From
|
292
|
-
|
292
|
+
|
293
293
|
def initialize(rules=nil, from=nil)
|
294
294
|
@Rules = rules
|
295
295
|
@From = from
|
@@ -316,7 +316,7 @@ module TencentCloud
|
|
316
316
|
# @type RequestId: String
|
317
317
|
|
318
318
|
attr_accessor :RuleUuid, :RequestId
|
319
|
-
|
319
|
+
|
320
320
|
def initialize(ruleuuid=nil, requestid=nil)
|
321
321
|
@RuleUuid = ruleuuid
|
322
322
|
@RequestId = requestid
|
@@ -336,7 +336,7 @@ module TencentCloud
|
|
336
336
|
# @type ZoneEng: String
|
337
337
|
|
338
338
|
attr_accessor :Zone, :ZoneEng
|
339
|
-
|
339
|
+
|
340
340
|
def initialize(zone=nil, zoneeng=nil)
|
341
341
|
@Zone = zone
|
342
342
|
@ZoneEng = zoneeng
|
@@ -382,7 +382,7 @@ module TencentCloud
|
|
382
382
|
# @type CdbId: String
|
383
383
|
|
384
384
|
attr_accessor :InstanceId, :InstanceName, :Type, :VpcId, :VpcName, :PublicIp, :Ip, :SecurityGroupCount, :SecurityGroupRuleCount, :CdbId
|
385
|
-
|
385
|
+
|
386
386
|
def initialize(instanceid=nil, instancename=nil, type=nil, vpcid=nil, vpcname=nil, publicip=nil, ip=nil, securitygroupcount=nil, securitygrouprulecount=nil, cdbid=nil)
|
387
387
|
@InstanceId = instanceid
|
388
388
|
@InstanceName = instancename
|
@@ -423,7 +423,7 @@ module TencentCloud
|
|
423
423
|
# @type LastTime: String
|
424
424
|
|
425
425
|
attr_accessor :TaskId, :TaskName, :LastTime
|
426
|
-
|
426
|
+
|
427
427
|
def initialize(taskid=nil, taskname=nil, lasttime=nil)
|
428
428
|
@TaskId = taskid
|
429
429
|
@TaskName = taskname
|
@@ -489,7 +489,7 @@ module TencentCloud
|
|
489
489
|
# @type Comment: String
|
490
490
|
|
491
491
|
attr_accessor :Domain, :Ioc, :Level, :EventName, :Direction, :Protocol, :Address, :Action, :StartTime, :EndTime, :IgnoreReason, :Source, :UniqueId, :MatchTimes, :Country, :Comment
|
492
|
-
|
492
|
+
|
493
493
|
def initialize(domain=nil, ioc=nil, level=nil, eventname=nil, direction=nil, protocol=nil, address=nil, action=nil, starttime=nil, endtime=nil, ignorereason=nil, source=nil, uniqueid=nil, matchtimes=nil, country=nil, comment=nil)
|
494
494
|
@Domain = domain
|
495
495
|
@Ioc = ioc
|
@@ -545,7 +545,7 @@ module TencentCloud
|
|
545
545
|
# @type Description: String
|
546
546
|
|
547
547
|
attr_accessor :IpProtocol, :PublicIpAddress, :PublicPort, :PrivateIpAddress, :PrivatePort, :Description
|
548
|
-
|
548
|
+
|
549
549
|
def initialize(ipprotocol=nil, publicipaddress=nil, publicport=nil, privateipaddress=nil, privateport=nil, description=nil)
|
550
550
|
@IpProtocol = ipprotocol
|
551
551
|
@PublicIpAddress = publicipaddress
|
@@ -593,7 +593,7 @@ module TencentCloud
|
|
593
593
|
# @type OperatorType: Integer
|
594
594
|
|
595
595
|
attr_accessor :Name, :Values, :OperatorType
|
596
|
-
|
596
|
+
|
597
597
|
def initialize(name=nil, values=nil, operatortype=nil)
|
598
598
|
@Name = name
|
599
599
|
@Values = values
|
@@ -627,7 +627,7 @@ module TencentCloud
|
|
627
627
|
# @type Area: String
|
628
628
|
|
629
629
|
attr_accessor :Data, :Type, :EdgeId, :Enable, :Overwrite, :InstanceId, :From, :Area
|
630
|
-
|
630
|
+
|
631
631
|
def initialize(data=nil, type=nil, edgeid=nil, enable=nil, overwrite=nil, instanceid=nil, from=nil, area=nil)
|
632
632
|
@Data = data
|
633
633
|
@Type = type
|
@@ -669,7 +669,7 @@ module TencentCloud
|
|
669
669
|
# @type RequestId: String
|
670
670
|
|
671
671
|
attr_accessor :Status, :Info, :RequestId
|
672
|
-
|
672
|
+
|
673
673
|
def initialize(status=nil, info=nil, requestid=nil)
|
674
674
|
@Status = status
|
675
675
|
@Info = info
|
@@ -691,7 +691,7 @@ module TencentCloud
|
|
691
691
|
# @type AllZoneList: Array
|
692
692
|
|
693
693
|
attr_accessor :VpcList, :AllZoneList
|
694
|
-
|
694
|
+
|
695
695
|
def initialize(vpclist=nil, allzonelist=nil)
|
696
696
|
@VpcList = vpclist
|
697
697
|
@AllZoneList = allzonelist
|
@@ -716,7 +716,7 @@ module TencentCloud
|
|
716
716
|
# @type RequestId: String
|
717
717
|
|
718
718
|
attr_accessor :RequestId
|
719
|
-
|
719
|
+
|
720
720
|
def initialize(requestid=nil)
|
721
721
|
@RequestId = requestid
|
722
722
|
end
|
@@ -732,7 +732,7 @@ module TencentCloud
|
|
732
732
|
# @type DatabaseWhiteListRuleData: Array
|
733
733
|
|
734
734
|
attr_accessor :DatabaseWhiteListRuleData
|
735
|
-
|
735
|
+
|
736
736
|
def initialize(databasewhitelistruledata=nil)
|
737
737
|
@DatabaseWhiteListRuleData = databasewhitelistruledata
|
738
738
|
end
|
@@ -757,7 +757,7 @@ module TencentCloud
|
|
757
757
|
# @type RequestId: String
|
758
758
|
|
759
759
|
attr_accessor :Status, :RequestId
|
760
|
-
|
760
|
+
|
761
761
|
def initialize(status=nil, requestid=nil)
|
762
762
|
@Status = status
|
763
763
|
@RequestId = requestid
|
@@ -791,7 +791,7 @@ module TencentCloud
|
|
791
791
|
# @type FwCidrInfo: :class:`Tencentcloud::Cfw.v20190904.models.FwCidrInfo`
|
792
792
|
|
793
793
|
attr_accessor :Name, :Width, :Mode, :NewModeItems, :NatGwList, :Zone, :ZoneBak, :CrossAZone, :FwCidrInfo
|
794
|
-
|
794
|
+
|
795
795
|
def initialize(name=nil, width=nil, mode=nil, newmodeitems=nil, natgwlist=nil, zone=nil, zonebak=nil, crossazone=nil, fwcidrinfo=nil)
|
796
796
|
@Name = name
|
797
797
|
@Width = width
|
@@ -831,7 +831,7 @@ module TencentCloud
|
|
831
831
|
# @type RequestId: String
|
832
832
|
|
833
833
|
attr_accessor :CfwInsId, :RequestId
|
834
|
-
|
834
|
+
|
835
835
|
def initialize(cfwinsid=nil, requestid=nil)
|
836
836
|
@CfwInsId = cfwinsid
|
837
837
|
@RequestId = requestid
|
@@ -869,7 +869,7 @@ module TencentCloud
|
|
869
869
|
# @type FwCidrInfo: :class:`Tencentcloud::Cfw.v20190904.models.FwCidrInfo`
|
870
870
|
|
871
871
|
attr_accessor :Name, :Width, :Mode, :NewModeItems, :NatGwList, :Zone, :ZoneBak, :CrossAZone, :IsCreateDomain, :Domain, :FwCidrInfo
|
872
|
-
|
872
|
+
|
873
873
|
def initialize(name=nil, width=nil, mode=nil, newmodeitems=nil, natgwlist=nil, zone=nil, zonebak=nil, crossazone=nil, iscreatedomain=nil, domain=nil, fwcidrinfo=nil)
|
874
874
|
@Name = name
|
875
875
|
@Width = width
|
@@ -914,7 +914,7 @@ module TencentCloud
|
|
914
914
|
# @type RequestId: String
|
915
915
|
|
916
916
|
attr_accessor :CfwInsId, :RequestId
|
917
|
-
|
917
|
+
|
918
918
|
def initialize(cfwinsid=nil, requestid=nil)
|
919
919
|
@CfwInsId = cfwinsid
|
920
920
|
@RequestId = requestid
|
@@ -954,7 +954,7 @@ module TencentCloud
|
|
954
954
|
# @type Description: String
|
955
955
|
|
956
956
|
attr_accessor :SourceContent, :SourceType, :TargetContent, :TargetType, :Protocol, :RuleAction, :Port, :Direction, :OrderIndex, :Enable, :Uuid, :Description
|
957
|
-
|
957
|
+
|
958
958
|
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)
|
959
959
|
@SourceContent = sourcecontent
|
960
960
|
@SourceType = sourcetype
|
@@ -998,7 +998,7 @@ module TencentCloud
|
|
998
998
|
# @type Enable: Integer
|
999
999
|
|
1000
1000
|
attr_accessor :Data, :Direction, :Type, :Enable
|
1001
|
-
|
1001
|
+
|
1002
1002
|
def initialize(data=nil, direction=nil, type=nil, enable=nil)
|
1003
1003
|
@Data = data
|
1004
1004
|
@Direction = direction
|
@@ -1029,7 +1029,7 @@ module TencentCloud
|
|
1029
1029
|
# @type RequestId: String
|
1030
1030
|
|
1031
1031
|
attr_accessor :Status, :RequestId
|
1032
|
-
|
1032
|
+
|
1033
1033
|
def initialize(status=nil, requestid=nil)
|
1034
1034
|
@Status = status
|
1035
1035
|
@RequestId = requestid
|
@@ -1071,7 +1071,7 @@ module TencentCloud
|
|
1071
1071
|
# @type CloudCode: String
|
1072
1072
|
|
1073
1073
|
attr_accessor :SourceIp, :SourceType, :TargetIp, :TargetType, :Detail, :IsRegionRule, :IsCloudRule, :Enable, :FirstLevelRegionCode, :SecondLevelRegionCode, :FirstLevelRegionName, :SecondLevelRegionName, :CloudCode
|
1074
|
-
|
1074
|
+
|
1075
1075
|
def initialize(sourceip=nil, sourcetype=nil, targetip=nil, targettype=nil, detail=nil, isregionrule=nil, iscloudrule=nil, enable=nil, firstlevelregioncode=nil, secondlevelregioncode=nil, firstlevelregionname=nil, secondlevelregionname=nil, cloudcode=nil)
|
1076
1076
|
@SourceIp = sourceip
|
1077
1077
|
@SourceType = sourcetype
|
@@ -1117,7 +1117,7 @@ module TencentCloud
|
|
1117
1117
|
# @type Area: String
|
1118
1118
|
|
1119
1119
|
attr_accessor :Id, :Direction, :EdgeId, :Area
|
1120
|
-
|
1120
|
+
|
1121
1121
|
def initialize(id=nil, direction=nil, edgeid=nil, area=nil)
|
1122
1122
|
@Id = id
|
1123
1123
|
@Direction = direction
|
@@ -1144,7 +1144,7 @@ module TencentCloud
|
|
1144
1144
|
# @type RequestId: String
|
1145
1145
|
|
1146
1146
|
attr_accessor :Status, :Info, :RequestId
|
1147
|
-
|
1147
|
+
|
1148
1148
|
def initialize(status=nil, info=nil, requestid=nil)
|
1149
1149
|
@Status = status
|
1150
1150
|
@Info = info
|
@@ -1168,7 +1168,7 @@ module TencentCloud
|
|
1168
1168
|
# @type Area: String
|
1169
1169
|
|
1170
1170
|
attr_accessor :Direction, :EdgeId, :Area
|
1171
|
-
|
1171
|
+
|
1172
1172
|
def initialize(direction=nil, edgeid=nil, area=nil)
|
1173
1173
|
@Direction = direction
|
1174
1174
|
@EdgeId = edgeid
|
@@ -1193,7 +1193,7 @@ module TencentCloud
|
|
1193
1193
|
# @type RequestId: String
|
1194
1194
|
|
1195
1195
|
attr_accessor :Status, :Info, :RequestId
|
1196
|
-
|
1196
|
+
|
1197
1197
|
def initialize(status=nil, info=nil, requestid=nil)
|
1198
1198
|
@Status = status
|
1199
1199
|
@Info = info
|
@@ -1213,7 +1213,7 @@ module TencentCloud
|
|
1213
1213
|
# @type CfwInstance: String
|
1214
1214
|
|
1215
1215
|
attr_accessor :CfwInstance
|
1216
|
-
|
1216
|
+
|
1217
1217
|
def initialize(cfwinstance=nil)
|
1218
1218
|
@CfwInstance = cfwinstance
|
1219
1219
|
end
|
@@ -1229,7 +1229,7 @@ module TencentCloud
|
|
1229
1229
|
# @type RequestId: String
|
1230
1230
|
|
1231
1231
|
attr_accessor :RequestId
|
1232
|
-
|
1232
|
+
|
1233
1233
|
def initialize(requestid=nil)
|
1234
1234
|
@RequestId = requestid
|
1235
1235
|
end
|
@@ -1245,7 +1245,7 @@ module TencentCloud
|
|
1245
1245
|
# @type GroupId: String
|
1246
1246
|
|
1247
1247
|
attr_accessor :GroupId
|
1248
|
-
|
1248
|
+
|
1249
1249
|
def initialize(groupid=nil)
|
1250
1250
|
@GroupId = groupid
|
1251
1251
|
end
|
@@ -1261,7 +1261,7 @@ module TencentCloud
|
|
1261
1261
|
# @type RequestId: String
|
1262
1262
|
|
1263
1263
|
attr_accessor :RequestId
|
1264
|
-
|
1264
|
+
|
1265
1265
|
def initialize(requestid=nil)
|
1266
1266
|
@RequestId = requestid
|
1267
1267
|
end
|
@@ -1283,7 +1283,7 @@ module TencentCloud
|
|
1283
1283
|
# @type IsDelReverse: Integer
|
1284
1284
|
|
1285
1285
|
attr_accessor :Id, :Area, :Direction, :IsDelReverse
|
1286
|
-
|
1286
|
+
|
1287
1287
|
def initialize(id=nil, area=nil, direction=nil, isdelreverse=nil)
|
1288
1288
|
@Id = id
|
1289
1289
|
@Area = area
|
@@ -1310,7 +1310,7 @@ module TencentCloud
|
|
1310
1310
|
# @type RequestId: String
|
1311
1311
|
|
1312
1312
|
attr_accessor :Status, :Info, :RequestId
|
1313
|
-
|
1313
|
+
|
1314
1314
|
def initialize(status=nil, info=nil, requestid=nil)
|
1315
1315
|
@Status = status
|
1316
1316
|
@Info = info
|
@@ -1327,7 +1327,7 @@ module TencentCloud
|
|
1327
1327
|
# DeleteVpcInstance请求参数结构体
|
1328
1328
|
class DeleteVpcInstanceRequest < TencentCloud::Common::AbstractModel
|
1329
1329
|
|
1330
|
-
|
1330
|
+
|
1331
1331
|
def initialize()
|
1332
1332
|
end
|
1333
1333
|
|
@@ -1341,7 +1341,7 @@ module TencentCloud
|
|
1341
1341
|
# @type RequestId: String
|
1342
1342
|
|
1343
1343
|
attr_accessor :RequestId
|
1344
|
-
|
1344
|
+
|
1345
1345
|
def initialize(requestid=nil)
|
1346
1346
|
@RequestId = requestid
|
1347
1347
|
end
|
@@ -1428,7 +1428,7 @@ module TencentCloud
|
|
1428
1428
|
# @type BetaList: Array
|
1429
1429
|
|
1430
1430
|
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
|
1431
|
-
|
1431
|
+
|
1432
1432
|
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)
|
1433
1433
|
@SourceContent = sourcecontent
|
1434
1434
|
@TargetContent = targetcontent
|
@@ -1517,7 +1517,7 @@ module TencentCloud
|
|
1517
1517
|
# @type InstanceId: String
|
1518
1518
|
|
1519
1519
|
attr_accessor :Protocol, :Strategy, :SearchValue, :Limit, :Offset, :Direction, :EdgeId, :Status, :Area, :InstanceId
|
1520
|
-
|
1520
|
+
|
1521
1521
|
def initialize(protocol=nil, strategy=nil, searchvalue=nil, limit=nil, offset=nil, direction=nil, edgeid=nil, status=nil, area=nil, instanceid=nil)
|
1522
1522
|
@Protocol = protocol
|
1523
1523
|
@Strategy = strategy
|
@@ -1560,7 +1560,7 @@ module TencentCloud
|
|
1560
1560
|
# @type RequestId: String
|
1561
1561
|
|
1562
1562
|
attr_accessor :Total, :Data, :AllTotal, :Enable, :RequestId
|
1563
|
-
|
1563
|
+
|
1564
1564
|
def initialize(total=nil, data=nil, alltotal=nil, enable=nil, requestid=nil)
|
1565
1565
|
@Total = total
|
1566
1566
|
@Data = data
|
@@ -1605,7 +1605,7 @@ module TencentCloud
|
|
1605
1605
|
# @type Type: String
|
1606
1606
|
|
1607
1607
|
attr_accessor :Offset, :Limit, :Area, :SearchValue, :By, :Order, :SecurityGroupId, :Type
|
1608
|
-
|
1608
|
+
|
1609
1609
|
def initialize(offset=nil, limit=nil, area=nil, searchvalue=nil, by=nil, order=nil, securitygroupid=nil, type=nil)
|
1610
1610
|
@Offset = offset
|
1611
1611
|
@Limit = limit
|
@@ -1641,7 +1641,7 @@ module TencentCloud
|
|
1641
1641
|
# @type RequestId: String
|
1642
1642
|
|
1643
1643
|
attr_accessor :Total, :Data, :RequestId
|
1644
|
-
|
1644
|
+
|
1645
1645
|
def initialize(total=nil, data=nil, requestid=nil)
|
1646
1646
|
@Total = total
|
1647
1647
|
@Data = data
|
@@ -1682,7 +1682,7 @@ module TencentCloud
|
|
1682
1682
|
# @type LogSource: String
|
1683
1683
|
|
1684
1684
|
attr_accessor :StartTime, :EndTime, :Ip, :Zone, :Direction, :Source, :EdgeId, :LogSource
|
1685
|
-
|
1685
|
+
|
1686
1686
|
def initialize(starttime=nil, endtime=nil, ip=nil, zone=nil, direction=nil, source=nil, edgeid=nil, logsource=nil)
|
1687
1687
|
@StartTime = starttime
|
1688
1688
|
@EndTime = endtime
|
@@ -1714,7 +1714,7 @@ module TencentCloud
|
|
1714
1714
|
# @type RequestId: String
|
1715
1715
|
|
1716
1716
|
attr_accessor :Data, :RequestId
|
1717
|
-
|
1717
|
+
|
1718
1718
|
def initialize(data=nil, requestid=nil)
|
1719
1719
|
@Data = data
|
1720
1720
|
@RequestId = requestid
|
@@ -1751,7 +1751,7 @@ module TencentCloud
|
|
1751
1751
|
# @type SearchValue: String
|
1752
1752
|
|
1753
1753
|
attr_accessor :Limit, :Offset, :Direction, :RuleType, :Order, :By, :SearchValue
|
1754
|
-
|
1754
|
+
|
1755
1755
|
def initialize(limit=nil, offset=nil, direction=nil, ruletype=nil, order=nil, by=nil, searchvalue=nil)
|
1756
1756
|
@Limit = limit
|
1757
1757
|
@Offset = offset
|
@@ -1787,7 +1787,7 @@ module TencentCloud
|
|
1787
1787
|
# @type RequestId: String
|
1788
1788
|
|
1789
1789
|
attr_accessor :Data, :Total, :ReturnCode, :ReturnMsg, :RequestId
|
1790
|
-
|
1790
|
+
|
1791
1791
|
def initialize(data=nil, total=nil, returncode=nil, returnmsg=nil, requestid=nil)
|
1792
1792
|
@Data = data
|
1793
1793
|
@Total = total
|
@@ -1826,7 +1826,7 @@ module TencentCloud
|
|
1826
1826
|
# @type SearchValue: String
|
1827
1827
|
|
1828
1828
|
attr_accessor :StartTime, :EndTime, :QueryType, :Top, :SearchValue
|
1829
|
-
|
1829
|
+
|
1830
1830
|
def initialize(starttime=nil, endtime=nil, querytype=nil, top=nil, searchvalue=nil)
|
1831
1831
|
@StartTime = starttime
|
1832
1832
|
@EndTime = endtime
|
@@ -1852,7 +1852,7 @@ module TencentCloud
|
|
1852
1852
|
# @type RequestId: String
|
1853
1853
|
|
1854
1854
|
attr_accessor :Data, :RequestId
|
1855
|
-
|
1855
|
+
|
1856
1856
|
def initialize(data=nil, requestid=nil)
|
1857
1857
|
@Data = data
|
1858
1858
|
@RequestId = requestid
|
@@ -1881,7 +1881,7 @@ module TencentCloud
|
|
1881
1881
|
# @type CfwInstance: String
|
1882
1882
|
|
1883
1883
|
attr_accessor :Mode, :NatGatewayId, :CfwInstance
|
1884
|
-
|
1884
|
+
|
1885
1885
|
def initialize(mode=nil, natgatewayid=nil, cfwinstance=nil)
|
1886
1886
|
@Mode = mode
|
1887
1887
|
@NatGatewayId = natgatewayid
|
@@ -1903,7 +1903,7 @@ module TencentCloud
|
|
1903
1903
|
# @type RequestId: String
|
1904
1904
|
|
1905
1905
|
attr_accessor :NatFwEipList, :RequestId
|
1906
|
-
|
1906
|
+
|
1907
1907
|
def initialize(natfweiplist=nil, requestid=nil)
|
1908
1908
|
@NatFwEipList = natfweiplist
|
1909
1909
|
@RequestId = requestid
|
@@ -1925,7 +1925,7 @@ module TencentCloud
|
|
1925
1925
|
# DescribeDefenseSwitch请求参数结构体
|
1926
1926
|
class DescribeDefenseSwitchRequest < TencentCloud::Common::AbstractModel
|
1927
1927
|
|
1928
|
-
|
1928
|
+
|
1929
1929
|
def initialize()
|
1930
1930
|
end
|
1931
1931
|
|
@@ -1953,7 +1953,7 @@ module TencentCloud
|
|
1953
1953
|
# @type RequestId: String
|
1954
1954
|
|
1955
1955
|
attr_accessor :BasicRuleSwitch, :BaselineAllSwitch, :TiSwitch, :VirtualPatchSwitch, :HistoryOpen, :ReturnCode, :ReturnMsg, :RequestId
|
1956
|
-
|
1956
|
+
|
1957
1957
|
def initialize(basicruleswitch=nil, baselineallswitch=nil, tiswitch=nil, virtualpatchswitch=nil, historyopen=nil, returncode=nil, returnmsg=nil, requestid=nil)
|
1958
1958
|
@BasicRuleSwitch = basicruleswitch
|
1959
1959
|
@BaselineAllSwitch = baselineallswitch
|
@@ -1977,6 +1977,37 @@ module TencentCloud
|
|
1977
1977
|
end
|
1978
1978
|
end
|
1979
1979
|
|
1980
|
+
# DescribeEnterpriseSGRuleProgress请求参数结构体
|
1981
|
+
class DescribeEnterpriseSGRuleProgressRequest < TencentCloud::Common::AbstractModel
|
1982
|
+
|
1983
|
+
|
1984
|
+
def initialize()
|
1985
|
+
end
|
1986
|
+
|
1987
|
+
def deserialize(params)
|
1988
|
+
end
|
1989
|
+
end
|
1990
|
+
|
1991
|
+
# DescribeEnterpriseSGRuleProgress返回参数结构体
|
1992
|
+
class DescribeEnterpriseSGRuleProgressResponse < TencentCloud::Common::AbstractModel
|
1993
|
+
# @param Progress: 0-100,代表下发进度百分比
|
1994
|
+
# @type Progress: Integer
|
1995
|
+
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
1996
|
+
# @type RequestId: String
|
1997
|
+
|
1998
|
+
attr_accessor :Progress, :RequestId
|
1999
|
+
|
2000
|
+
def initialize(progress=nil, requestid=nil)
|
2001
|
+
@Progress = progress
|
2002
|
+
@RequestId = requestid
|
2003
|
+
end
|
2004
|
+
|
2005
|
+
def deserialize(params)
|
2006
|
+
@Progress = params['Progress']
|
2007
|
+
@RequestId = params['RequestId']
|
2008
|
+
end
|
2009
|
+
end
|
2010
|
+
|
1980
2011
|
# DescribeEnterpriseSecurityGroupRule请求参数结构体
|
1981
2012
|
class DescribeEnterpriseSecurityGroupRuleRequest < TencentCloud::Common::AbstractModel
|
1982
2013
|
# @param PageNo: 分页查询时,显示的当前页的页码。
|
@@ -2026,7 +2057,7 @@ module TencentCloud
|
|
2026
2057
|
# @type RuleUuid: Integer
|
2027
2058
|
|
2028
2059
|
attr_accessor :PageNo, :PageSize, :SourceContent, :DestContent, :Description, :RuleAction, :Enable, :Port, :Protocol, :ServiceTemplateId, :RuleUuid
|
2029
|
-
|
2060
|
+
|
2030
2061
|
def initialize(pageno=nil, pagesize=nil, sourcecontent=nil, destcontent=nil, description=nil, ruleaction=nil, enable=nil, port=nil, protocol=nil, servicetemplateid=nil, ruleuuid=nil)
|
2031
2062
|
@PageNo = pageno
|
2032
2063
|
@PageSize = pagesize
|
@@ -2070,7 +2101,7 @@ module TencentCloud
|
|
2070
2101
|
# @type RequestId: String
|
2071
2102
|
|
2072
2103
|
attr_accessor :PageNo, :PageSize, :Rules, :TotalCount, :RequestId
|
2073
|
-
|
2104
|
+
|
2074
2105
|
def initialize(pageno=nil, pagesize=nil, rules=nil, totalcount=nil, requestid=nil)
|
2075
2106
|
@PageNo = pageno
|
2076
2107
|
@PageSize = pagesize
|
@@ -2098,7 +2129,7 @@ module TencentCloud
|
|
2098
2129
|
# DescribeGuideScanInfo请求参数结构体
|
2099
2130
|
class DescribeGuideScanInfoRequest < TencentCloud::Common::AbstractModel
|
2100
2131
|
|
2101
|
-
|
2132
|
+
|
2102
2133
|
def initialize()
|
2103
2134
|
end
|
2104
2135
|
|
@@ -2114,7 +2145,7 @@ module TencentCloud
|
|
2114
2145
|
# @type RequestId: String
|
2115
2146
|
|
2116
2147
|
attr_accessor :Data, :RequestId
|
2117
|
-
|
2148
|
+
|
2118
2149
|
def initialize(data=nil, requestid=nil)
|
2119
2150
|
@Data = data
|
2120
2151
|
@RequestId = requestid
|
@@ -2135,7 +2166,7 @@ module TencentCloud
|
|
2135
2166
|
# @type IPList: Array
|
2136
2167
|
|
2137
2168
|
attr_accessor :IPList
|
2138
|
-
|
2169
|
+
|
2139
2170
|
def initialize(iplist=nil)
|
2140
2171
|
@IPList = iplist
|
2141
2172
|
end
|
@@ -2157,7 +2188,7 @@ module TencentCloud
|
|
2157
2188
|
# @type RequestId: String
|
2158
2189
|
|
2159
2190
|
attr_accessor :StatusList, :ReturnCode, :ReturnMsg, :RequestId
|
2160
|
-
|
2191
|
+
|
2161
2192
|
def initialize(statuslist=nil, returncode=nil, returnmsg=nil, requestid=nil)
|
2162
2193
|
@StatusList = statuslist
|
2163
2194
|
@ReturnCode = returncode
|
@@ -2200,7 +2231,7 @@ module TencentCloud
|
|
2200
2231
|
# @type Filters: Array
|
2201
2232
|
|
2202
2233
|
attr_accessor :Index, :Limit, :Offset, :StartTime, :EndTime, :Filters
|
2203
|
-
|
2234
|
+
|
2204
2235
|
def initialize(index=nil, limit=nil, offset=nil, starttime=nil, endtime=nil, filters=nil)
|
2205
2236
|
@Index = index
|
2206
2237
|
@Limit = limit
|
@@ -2241,7 +2272,7 @@ module TencentCloud
|
|
2241
2272
|
# @type RequestId: String
|
2242
2273
|
|
2243
2274
|
attr_accessor :Data, :Total, :ReturnCode, :ReturnMsg, :RequestId
|
2244
|
-
|
2275
|
+
|
2245
2276
|
def initialize(data=nil, total=nil, returncode=nil, returnmsg=nil, requestid=nil)
|
2246
2277
|
@Data = data
|
2247
2278
|
@Total = total
|
@@ -2279,7 +2310,7 @@ module TencentCloud
|
|
2279
2310
|
# @type By: String
|
2280
2311
|
|
2281
2312
|
attr_accessor :Limit, :Offset, :Index, :Filters, :StartTime, :EndTime, :Order, :By
|
2282
|
-
|
2313
|
+
|
2283
2314
|
def initialize(limit=nil, offset=nil, index=nil, filters=nil, starttime=nil, endtime=nil, order=nil, by=nil)
|
2284
2315
|
@Limit = limit
|
2285
2316
|
@Offset = offset
|
@@ -2323,7 +2354,7 @@ module TencentCloud
|
|
2323
2354
|
# @type RequestId: String
|
2324
2355
|
|
2325
2356
|
attr_accessor :Total, :Data, :AllTotal, :RequestId
|
2326
|
-
|
2357
|
+
|
2327
2358
|
def initialize(total=nil, data=nil, alltotal=nil, requestid=nil)
|
2328
2359
|
@Total = total
|
2329
2360
|
@Data = data
|
@@ -2349,7 +2380,7 @@ module TencentCloud
|
|
2349
2380
|
# DescribeNatFwInfoCount请求参数结构体
|
2350
2381
|
class DescribeNatFwInfoCountRequest < TencentCloud::Common::AbstractModel
|
2351
2382
|
|
2352
|
-
|
2383
|
+
|
2353
2384
|
def initialize()
|
2354
2385
|
end
|
2355
2386
|
|
@@ -2375,7 +2406,7 @@ module TencentCloud
|
|
2375
2406
|
# @type RequestId: String
|
2376
2407
|
|
2377
2408
|
attr_accessor :ReturnMsg, :NatFwInsCount, :SubnetCount, :OpenSwitchCount, :RequestId
|
2378
|
-
|
2409
|
+
|
2379
2410
|
def initialize(returnmsg=nil, natfwinscount=nil, subnetcount=nil, openswitchcount=nil, requestid=nil)
|
2380
2411
|
@ReturnMsg = returnmsg
|
2381
2412
|
@NatFwInsCount = natfwinscount
|
@@ -2396,7 +2427,7 @@ module TencentCloud
|
|
2396
2427
|
# DescribeNatFwInstance请求参数结构体
|
2397
2428
|
class DescribeNatFwInstanceRequest < TencentCloud::Common::AbstractModel
|
2398
2429
|
|
2399
|
-
|
2430
|
+
|
2400
2431
|
def initialize()
|
2401
2432
|
end
|
2402
2433
|
|
@@ -2412,7 +2443,7 @@ module TencentCloud
|
|
2412
2443
|
# @type RequestId: String
|
2413
2444
|
|
2414
2445
|
attr_accessor :NatinsLst, :RequestId
|
2415
|
-
|
2446
|
+
|
2416
2447
|
def initialize(natinslst=nil, requestid=nil)
|
2417
2448
|
@NatinsLst = natinslst
|
2418
2449
|
@RequestId = requestid
|
@@ -2434,7 +2465,7 @@ module TencentCloud
|
|
2434
2465
|
# DescribeNatFwInstanceWithRegion请求参数结构体
|
2435
2466
|
class DescribeNatFwInstanceWithRegionRequest < TencentCloud::Common::AbstractModel
|
2436
2467
|
|
2437
|
-
|
2468
|
+
|
2438
2469
|
def initialize()
|
2439
2470
|
end
|
2440
2471
|
|
@@ -2451,7 +2482,7 @@ module TencentCloud
|
|
2451
2482
|
# @type RequestId: String
|
2452
2483
|
|
2453
2484
|
attr_accessor :NatinsLst, :RequestId
|
2454
|
-
|
2485
|
+
|
2455
2486
|
def initialize(natinslst=nil, requestid=nil)
|
2456
2487
|
@NatinsLst = natinslst
|
2457
2488
|
@RequestId = requestid
|
@@ -2480,7 +2511,7 @@ module TencentCloud
|
|
2480
2511
|
# @type Limit: Integer
|
2481
2512
|
|
2482
2513
|
attr_accessor :Filter, :Offset, :Limit
|
2483
|
-
|
2514
|
+
|
2484
2515
|
def initialize(filter=nil, offset=nil, limit=nil)
|
2485
2516
|
@Filter = filter
|
2486
2517
|
@Offset = offset
|
@@ -2513,7 +2544,7 @@ module TencentCloud
|
|
2513
2544
|
# @type RequestId: String
|
2514
2545
|
|
2515
2546
|
attr_accessor :NatinsLst, :Total, :RequestId
|
2516
|
-
|
2547
|
+
|
2517
2548
|
def initialize(natinslst=nil, total=nil, requestid=nil)
|
2518
2549
|
@NatinsLst = natinslst
|
2519
2550
|
@Total = total
|
@@ -2546,7 +2577,7 @@ module TencentCloud
|
|
2546
2577
|
# @type Limit: Integer
|
2547
2578
|
|
2548
2579
|
attr_accessor :NatFwInsId, :NatInsIdFilter, :Offset, :Limit
|
2549
|
-
|
2580
|
+
|
2550
2581
|
def initialize(natfwinsid=nil, natinsidfilter=nil, offset=nil, limit=nil)
|
2551
2582
|
@NatFwInsId = natfwinsid
|
2552
2583
|
@NatInsIdFilter = natinsidfilter
|
@@ -2577,7 +2608,7 @@ module TencentCloud
|
|
2577
2608
|
# @type RequestId: String
|
2578
2609
|
|
2579
2610
|
attr_accessor :VpcDnsSwitchLst, :ReturnMsg, :Total, :RequestId
|
2580
|
-
|
2611
|
+
|
2581
2612
|
def initialize(vpcdnsswitchlst=nil, returnmsg=nil, total=nil, requestid=nil)
|
2582
2613
|
@VpcDnsSwitchLst = vpcdnsswitchlst
|
2583
2614
|
@ReturnMsg = returnmsg
|
@@ -2610,7 +2641,7 @@ module TencentCloud
|
|
2610
2641
|
# @type ShowType: String
|
2611
2642
|
|
2612
2643
|
attr_accessor :QueryType, :GroupId, :ShowType
|
2613
|
-
|
2644
|
+
|
2614
2645
|
def initialize(querytype=nil, groupid=nil, showtype=nil)
|
2615
2646
|
@QueryType = querytype
|
2616
2647
|
@GroupId = groupid
|
@@ -2638,7 +2669,7 @@ module TencentCloud
|
|
2638
2669
|
# @type RequestId: String
|
2639
2670
|
|
2640
2671
|
attr_accessor :Data, :UnResourceNum, :ReturnMsg, :ReturnCode, :RequestId
|
2641
|
-
|
2672
|
+
|
2642
2673
|
def initialize(data=nil, unresourcenum=nil, returnmsg=nil, returncode=nil, requestid=nil)
|
2643
2674
|
@Data = data
|
2644
2675
|
@UnResourceNum = unresourcenum
|
@@ -2664,7 +2695,7 @@ module TencentCloud
|
|
2664
2695
|
# @type GroupId: String
|
2665
2696
|
|
2666
2697
|
attr_accessor :QueryType, :GroupId
|
2667
|
-
|
2698
|
+
|
2668
2699
|
def initialize(querytype=nil, groupid=nil)
|
2669
2700
|
@QueryType = querytype
|
2670
2701
|
@GroupId = groupid
|
@@ -2684,7 +2715,7 @@ module TencentCloud
|
|
2684
2715
|
# @type RequestId: String
|
2685
2716
|
|
2686
2717
|
attr_accessor :Data, :RequestId
|
2687
|
-
|
2718
|
+
|
2688
2719
|
def initialize(data=nil, requestid=nil)
|
2689
2720
|
@Data = data
|
2690
2721
|
@RequestId = requestid
|
@@ -2702,7 +2733,7 @@ module TencentCloud
|
|
2702
2733
|
# @type Direction: Integer
|
2703
2734
|
|
2704
2735
|
attr_accessor :Direction
|
2705
|
-
|
2736
|
+
|
2706
2737
|
def initialize(direction=nil)
|
2707
2738
|
@Direction = direction
|
2708
2739
|
end
|
@@ -2733,7 +2764,7 @@ module TencentCloud
|
|
2733
2764
|
# @type RequestId: String
|
2734
2765
|
|
2735
2766
|
attr_accessor :AllTotal, :StrategyNum, :StartRuleNum, :StopRuleNum, :RemainingNum, :RequestId
|
2736
|
-
|
2767
|
+
|
2737
2768
|
def initialize(alltotal=nil, strategynum=nil, startrulenum=nil, stoprulenum=nil, remainingnum=nil, requestid=nil)
|
2738
2769
|
@AllTotal = alltotal
|
2739
2770
|
@StrategyNum = strategynum
|
@@ -2771,7 +2802,7 @@ module TencentCloud
|
|
2771
2802
|
# @type Filter: Integer
|
2772
2803
|
|
2773
2804
|
attr_accessor :Direction, :Area, :SearchValue, :Limit, :Offset, :Status, :Filter
|
2774
|
-
|
2805
|
+
|
2775
2806
|
def initialize(direction=nil, area=nil, searchvalue=nil, limit=nil, offset=nil, status=nil, filter=nil)
|
2776
2807
|
@Direction = direction
|
2777
2808
|
@Area = area
|
@@ -2808,7 +2839,7 @@ module TencentCloud
|
|
2808
2839
|
# @type RequestId: String
|
2809
2840
|
|
2810
2841
|
attr_accessor :Total, :Data, :AllTotal, :Enable, :RequestId
|
2811
|
-
|
2842
|
+
|
2812
2843
|
def initialize(total=nil, data=nil, alltotal=nil, enable=nil, requestid=nil)
|
2813
2844
|
@Total = total
|
2814
2845
|
@Data = data
|
@@ -2849,7 +2880,7 @@ module TencentCloud
|
|
2849
2880
|
# @type Offset: Integer
|
2850
2881
|
|
2851
2882
|
attr_accessor :FuzzySearch, :InsType, :ChooseType, :Zone, :Limit, :Offset
|
2852
|
-
|
2883
|
+
|
2853
2884
|
def initialize(fuzzysearch=nil, instype=nil, choosetype=nil, zone=nil, limit=nil, offset=nil)
|
2854
2885
|
@FuzzySearch = fuzzysearch
|
2855
2886
|
@InsType = instype
|
@@ -2881,7 +2912,7 @@ module TencentCloud
|
|
2881
2912
|
# @type RequestId: String
|
2882
2913
|
|
2883
2914
|
attr_accessor :ZoneList, :Data, :Total, :RequestId
|
2884
|
-
|
2915
|
+
|
2885
2916
|
def initialize(zonelist=nil, data=nil, total=nil, requestid=nil)
|
2886
2917
|
@ZoneList = zonelist
|
2887
2918
|
@Data = data
|
@@ -2931,7 +2962,7 @@ module TencentCloud
|
|
2931
2962
|
# @type By: String
|
2932
2963
|
|
2933
2964
|
attr_accessor :Status, :Type, :Area, :SearchValue, :Limit, :Offset, :Order, :By
|
2934
|
-
|
2965
|
+
|
2935
2966
|
def initialize(status=nil, type=nil, area=nil, searchvalue=nil, limit=nil, offset=nil, order=nil, by=nil)
|
2936
2967
|
@Status = status
|
2937
2968
|
@Type = type
|
@@ -2973,7 +3004,7 @@ module TencentCloud
|
|
2973
3004
|
# @type RequestId: String
|
2974
3005
|
|
2975
3006
|
attr_accessor :Total, :Data, :AreaLists, :OnNum, :OffNum, :RequestId
|
2976
|
-
|
3007
|
+
|
2977
3008
|
def initialize(total=nil, data=nil, arealists=nil, onnum=nil, offnum=nil, requestid=nil)
|
2978
3009
|
@Total = total
|
2979
3010
|
@Data = data
|
@@ -3012,7 +3043,7 @@ module TencentCloud
|
|
3012
3043
|
# @type SearchValue: String
|
3013
3044
|
|
3014
3045
|
attr_accessor :StartTime, :EndTime, :QueryType, :SearchValue
|
3015
|
-
|
3046
|
+
|
3016
3047
|
def initialize(starttime=nil, endtime=nil, querytype=nil, searchvalue=nil)
|
3017
3048
|
@StartTime = starttime
|
3018
3049
|
@EndTime = endtime
|
@@ -3041,7 +3072,7 @@ module TencentCloud
|
|
3041
3072
|
# @type RequestId: String
|
3042
3073
|
|
3043
3074
|
attr_accessor :Data, :RequestId
|
3044
|
-
|
3075
|
+
|
3045
3076
|
def initialize(data=nil, requestid=nil)
|
3046
3077
|
@Data = data
|
3047
3078
|
@RequestId = requestid
|
@@ -3070,7 +3101,7 @@ module TencentCloud
|
|
3070
3101
|
# @type SearchValue: String
|
3071
3102
|
|
3072
3103
|
attr_accessor :StartTime, :EndTime, :QueryType, :Top, :SearchValue
|
3073
|
-
|
3104
|
+
|
3074
3105
|
def initialize(starttime=nil, endtime=nil, querytype=nil, top=nil, searchvalue=nil)
|
3075
3106
|
@StartTime = starttime
|
3076
3107
|
@EndTime = endtime
|
@@ -3096,7 +3127,7 @@ module TencentCloud
|
|
3096
3127
|
# @type RequestId: String
|
3097
3128
|
|
3098
3129
|
attr_accessor :Data, :RequestId
|
3099
|
-
|
3130
|
+
|
3100
3131
|
def initialize(data=nil, requestid=nil)
|
3101
3132
|
@Data = data
|
3102
3133
|
@RequestId = requestid
|
@@ -3127,7 +3158,7 @@ module TencentCloud
|
|
3127
3158
|
# @type Direction: Integer
|
3128
3159
|
|
3129
3160
|
attr_accessor :EdgeId, :Status, :Area, :Direction
|
3130
|
-
|
3161
|
+
|
3131
3162
|
def initialize(edgeid=nil, status=nil, area=nil, direction=nil)
|
3132
3163
|
@EdgeId = edgeid
|
3133
3164
|
@Status = status
|
@@ -3152,7 +3183,7 @@ module TencentCloud
|
|
3152
3183
|
# @type RequestId: String
|
3153
3184
|
|
3154
3185
|
attr_accessor :Status, :RequestId
|
3155
|
-
|
3186
|
+
|
3156
3187
|
def initialize(status=nil, requestid=nil)
|
3157
3188
|
@Status = status
|
3158
3189
|
@RequestId = requestid
|
@@ -3174,7 +3205,7 @@ module TencentCloud
|
|
3174
3205
|
# @type AssetID: String
|
3175
3206
|
|
3176
3207
|
attr_accessor :StartTime, :EndTime, :AssetID
|
3177
|
-
|
3208
|
+
|
3178
3209
|
def initialize(starttime=nil, endtime=nil, assetid=nil)
|
3179
3210
|
@StartTime = starttime
|
3180
3211
|
@EndTime = endtime
|
@@ -3201,7 +3232,7 @@ module TencentCloud
|
|
3201
3232
|
# @type RequestId: String
|
3202
3233
|
|
3203
3234
|
attr_accessor :Data, :ReturnCode, :ReturnMsg, :RequestId
|
3204
|
-
|
3235
|
+
|
3205
3236
|
def initialize(data=nil, returncode=nil, returnmsg=nil, requestid=nil)
|
3206
3237
|
@Data = data
|
3207
3238
|
@ReturnCode = returncode
|
@@ -3228,7 +3259,7 @@ module TencentCloud
|
|
3228
3259
|
# @type Status: Integer
|
3229
3260
|
|
3230
3261
|
attr_accessor :VpcId, :Status
|
3231
|
-
|
3262
|
+
|
3232
3263
|
def initialize(vpcid=nil, status=nil)
|
3233
3264
|
@VpcId = vpcid
|
3234
3265
|
@Status = status
|
@@ -3250,7 +3281,7 @@ module TencentCloud
|
|
3250
3281
|
# @type CfwInstance: String
|
3251
3282
|
|
3252
3283
|
attr_accessor :FwType, :Width, :CfwInstance
|
3253
|
-
|
3284
|
+
|
3254
3285
|
def initialize(fwtype=nil, width=nil, cfwinstance=nil)
|
3255
3286
|
@FwType = fwtype
|
3256
3287
|
@Width = width
|
@@ -3270,7 +3301,7 @@ module TencentCloud
|
|
3270
3301
|
# @type RequestId: String
|
3271
3302
|
|
3272
3303
|
attr_accessor :RequestId
|
3273
|
-
|
3304
|
+
|
3274
3305
|
def initialize(requestid=nil)
|
3275
3306
|
@RequestId = requestid
|
3276
3307
|
end
|
@@ -3290,7 +3321,7 @@ module TencentCloud
|
|
3290
3321
|
# @type ComFwCidr: String
|
3291
3322
|
|
3292
3323
|
attr_accessor :FwCidrType, :FwCidrLst, :ComFwCidr
|
3293
|
-
|
3324
|
+
|
3294
3325
|
def initialize(fwcidrtype=nil, fwcidrlst=nil, comfwcidr=nil)
|
3295
3326
|
@FwCidrType = fwcidrtype
|
3296
3327
|
@FwCidrLst = fwcidrlst
|
@@ -3319,7 +3350,7 @@ module TencentCloud
|
|
3319
3350
|
# @type FwCidr: String
|
3320
3351
|
|
3321
3352
|
attr_accessor :VpcId, :FwCidr
|
3322
|
-
|
3353
|
+
|
3323
3354
|
def initialize(vpcid=nil, fwcidr=nil)
|
3324
3355
|
@VpcId = vpcid
|
3325
3356
|
@FwCidr = fwcidr
|
@@ -3339,7 +3370,7 @@ module TencentCloud
|
|
3339
3370
|
# @type Status: Integer
|
3340
3371
|
|
3341
3372
|
attr_accessor :IP, :Status
|
3342
|
-
|
3373
|
+
|
3343
3374
|
def initialize(ip=nil, status=nil)
|
3344
3375
|
@IP = ip
|
3345
3376
|
@Status = status
|
@@ -3406,7 +3437,7 @@ module TencentCloud
|
|
3406
3437
|
# @type Server: Array
|
3407
3438
|
|
3408
3439
|
attr_accessor :AppId, :Region, :VpcId, :VPCName, :SubnetId, :InstanceId, :InstanceName, :InsType, :PublicIp, :PrivateIp, :PortNum, :LeakNum, :InsSource, :ResourcePath, :Server
|
3409
|
-
|
3440
|
+
|
3410
3441
|
def initialize(appid=nil, region=nil, vpcid=nil, vpcname=nil, subnetid=nil, instanceid=nil, instancename=nil, instype=nil, publicip=nil, privateip=nil, portnum=nil, leaknum=nil, inssource=nil, resourcepath=nil, server=nil)
|
3411
3442
|
@AppId = appid
|
3412
3443
|
@Region = region
|
@@ -3454,7 +3485,7 @@ module TencentCloud
|
|
3454
3485
|
# @type Domain: String
|
3455
3486
|
|
3456
3487
|
attr_accessor :IP, :Direction, :Domain
|
3457
|
-
|
3488
|
+
|
3458
3489
|
def initialize(ip=nil, direction=nil, domain=nil)
|
3459
3490
|
@IP = ip
|
3460
3491
|
@Direction = direction
|
@@ -3476,7 +3507,7 @@ module TencentCloud
|
|
3476
3507
|
# @type StatTime: String
|
3477
3508
|
|
3478
3509
|
attr_accessor :Num, :StatTime
|
3479
|
-
|
3510
|
+
|
3480
3511
|
def initialize(num=nil, stattime=nil)
|
3481
3512
|
@Num = num
|
3482
3513
|
@StatTime = stattime
|
@@ -3500,7 +3531,7 @@ module TencentCloud
|
|
3500
3531
|
# @type Area: String
|
3501
3532
|
|
3502
3533
|
attr_accessor :Data, :EdgeId, :Enable, :Area
|
3503
|
-
|
3534
|
+
|
3504
3535
|
def initialize(data=nil, edgeid=nil, enable=nil, area=nil)
|
3505
3536
|
@Data = data
|
3506
3537
|
@EdgeId = edgeid
|
@@ -3534,7 +3565,7 @@ module TencentCloud
|
|
3534
3565
|
# @type RequestId: String
|
3535
3566
|
|
3536
3567
|
attr_accessor :Status, :Info, :RequestId
|
3537
|
-
|
3568
|
+
|
3538
3569
|
def initialize(status=nil, info=nil, requestid=nil)
|
3539
3570
|
@Status = status
|
3540
3571
|
@Info = info
|
@@ -3556,7 +3587,7 @@ module TencentCloud
|
|
3556
3587
|
# @type FireWallPublicIPs: Array
|
3557
3588
|
|
3558
3589
|
attr_accessor :Status, :FireWallPublicIPs
|
3559
|
-
|
3590
|
+
|
3560
3591
|
def initialize(status=nil, firewallpublicips=nil)
|
3561
3592
|
@Status = status
|
3562
3593
|
@FireWallPublicIPs = firewallpublicips
|
@@ -3580,7 +3611,7 @@ module TencentCloud
|
|
3580
3611
|
# @type RequestId: String
|
3581
3612
|
|
3582
3613
|
attr_accessor :ReturnMsg, :ReturnCode, :RequestId
|
3583
|
-
|
3614
|
+
|
3584
3615
|
def initialize(returnmsg=nil, returncode=nil, requestid=nil)
|
3585
3616
|
@ReturnMsg = returnmsg
|
3586
3617
|
@ReturnCode = returncode
|
@@ -3606,7 +3637,7 @@ module TencentCloud
|
|
3606
3637
|
# @type Area: String
|
3607
3638
|
|
3608
3639
|
attr_accessor :Status, :Direction, :EdgeId, :Area
|
3609
|
-
|
3640
|
+
|
3610
3641
|
def initialize(status=nil, direction=nil, edgeid=nil, area=nil)
|
3611
3642
|
@Status = status
|
3612
3643
|
@Direction = direction
|
@@ -3631,7 +3662,7 @@ module TencentCloud
|
|
3631
3662
|
# @type RequestId: String
|
3632
3663
|
|
3633
3664
|
attr_accessor :Status, :RequestId
|
3634
|
-
|
3665
|
+
|
3635
3666
|
def initialize(status=nil, requestid=nil)
|
3636
3667
|
@Status = status
|
3637
3668
|
@RequestId = requestid
|
@@ -3651,7 +3682,7 @@ module TencentCloud
|
|
3651
3682
|
# @type FireWallVpcIds: Array
|
3652
3683
|
|
3653
3684
|
attr_accessor :Status, :FireWallVpcIds
|
3654
|
-
|
3685
|
+
|
3655
3686
|
def initialize(status=nil, firewallvpcids=nil)
|
3656
3687
|
@Status = status
|
3657
3688
|
@FireWallVpcIds = firewallvpcids
|
@@ -3669,7 +3700,7 @@ module TencentCloud
|
|
3669
3700
|
# @type RequestId: String
|
3670
3701
|
|
3671
3702
|
attr_accessor :RequestId
|
3672
|
-
|
3703
|
+
|
3673
3704
|
def initialize(requestid=nil)
|
3674
3705
|
@RequestId = requestid
|
3675
3706
|
end
|
@@ -3695,7 +3726,7 @@ module TencentCloud
|
|
3695
3726
|
# @type ScanType: Integer
|
3696
3727
|
|
3697
3728
|
attr_accessor :ScanRange, :ScanDeep, :RangeType, :ScanPeriod, :ScanFilterIp, :ScanType
|
3698
|
-
|
3729
|
+
|
3699
3730
|
def initialize(scanrange=nil, scandeep=nil, rangetype=nil, scanperiod=nil, scanfilterip=nil, scantype=nil)
|
3700
3731
|
@ScanRange = scanrange
|
3701
3732
|
@ScanDeep = scandeep
|
@@ -3729,7 +3760,7 @@ module TencentCloud
|
|
3729
3760
|
# @type RequestId: String
|
3730
3761
|
|
3731
3762
|
attr_accessor :ReturnMsg, :ReturnCode, :Status, :RequestId
|
3732
|
-
|
3763
|
+
|
3733
3764
|
def initialize(returnmsg=nil, returncode=nil, status=nil, requestid=nil)
|
3734
3765
|
@ReturnMsg = returnmsg
|
3735
3766
|
@ReturnCode = returncode
|
@@ -3759,7 +3790,7 @@ module TencentCloud
|
|
3759
3790
|
# @type EndTime: String
|
3760
3791
|
|
3761
3792
|
attr_accessor :RuleType, :IOC, :IocAction, :StartTime, :EndTime
|
3762
|
-
|
3793
|
+
|
3763
3794
|
def initialize(ruletype=nil, ioc=nil, iocaction=nil, starttime=nil, endtime=nil)
|
3764
3795
|
@RuleType = ruletype
|
3765
3796
|
@IOC = ioc
|
@@ -3794,7 +3825,7 @@ module TencentCloud
|
|
3794
3825
|
# @type RequestId: String
|
3795
3826
|
|
3796
3827
|
attr_accessor :ReturnMsg, :ReturnCode, :RequestId
|
3797
|
-
|
3828
|
+
|
3798
3829
|
def initialize(returnmsg=nil, returncode=nil, requestid=nil)
|
3799
3830
|
@ReturnMsg = returnmsg
|
3800
3831
|
@ReturnCode = returncode
|
@@ -3816,7 +3847,7 @@ module TencentCloud
|
|
3816
3847
|
# @type OpeType: String
|
3817
3848
|
|
3818
3849
|
attr_accessor :UniqueId, :OpeType
|
3819
|
-
|
3850
|
+
|
3820
3851
|
def initialize(uniqueid=nil, opetype=nil)
|
3821
3852
|
@UniqueId = uniqueid
|
3822
3853
|
@OpeType = opetype
|
@@ -3834,7 +3865,7 @@ module TencentCloud
|
|
3834
3865
|
# @type RequestId: String
|
3835
3866
|
|
3836
3867
|
attr_accessor :RequestId
|
3837
|
-
|
3868
|
+
|
3838
3869
|
def initialize(requestid=nil)
|
3839
3870
|
@RequestId = requestid
|
3840
3871
|
end
|
@@ -3854,7 +3885,7 @@ module TencentCloud
|
|
3854
3885
|
# @type Status: Integer
|
3855
3886
|
|
3856
3887
|
attr_accessor :Status
|
3857
|
-
|
3888
|
+
|
3858
3889
|
def initialize(status=nil)
|
3859
3890
|
@Status = status
|
3860
3891
|
end
|
@@ -3873,7 +3904,7 @@ module TencentCloud
|
|
3873
3904
|
# @type RequestId: String
|
3874
3905
|
|
3875
3906
|
attr_accessor :Status, :RequestId
|
3876
|
-
|
3907
|
+
|
3877
3908
|
def initialize(status=nil, requestid=nil)
|
3878
3909
|
@Status = status
|
3879
3910
|
@RequestId = requestid
|
@@ -3897,7 +3928,7 @@ module TencentCloud
|
|
3897
3928
|
# @type Enable: Integer
|
3898
3929
|
|
3899
3930
|
attr_accessor :RuleUuid, :ModifyType, :Data, :Enable
|
3900
|
-
|
3931
|
+
|
3901
3932
|
def initialize(ruleuuid=nil, modifytype=nil, data=nil, enable=nil)
|
3902
3933
|
@RuleUuid = ruleuuid
|
3903
3934
|
@ModifyType = modifytype
|
@@ -3926,7 +3957,7 @@ module TencentCloud
|
|
3926
3957
|
# @type RequestId: String
|
3927
3958
|
|
3928
3959
|
attr_accessor :Status, :NewRuleUuid, :RequestId
|
3929
|
-
|
3960
|
+
|
3930
3961
|
def initialize(status=nil, newruleuuid=nil, requestid=nil)
|
3931
3962
|
@Status = status
|
3932
3963
|
@NewRuleUuid = newruleuuid
|
@@ -3946,7 +3977,7 @@ module TencentCloud
|
|
3946
3977
|
# @type Rules: Array
|
3947
3978
|
|
3948
3979
|
attr_accessor :Rules
|
3949
|
-
|
3980
|
+
|
3950
3981
|
def initialize(rules=nil)
|
3951
3982
|
@Rules = rules
|
3952
3983
|
end
|
@@ -3971,7 +4002,7 @@ module TencentCloud
|
|
3971
4002
|
# @type RequestId: String
|
3972
4003
|
|
3973
4004
|
attr_accessor :RuleUuid, :RequestId
|
3974
|
-
|
4005
|
+
|
3975
4006
|
def initialize(ruleuuid=nil, requestid=nil)
|
3976
4007
|
@RuleUuid = ruleuuid
|
3977
4008
|
@RequestId = requestid
|
@@ -3997,7 +4028,7 @@ module TencentCloud
|
|
3997
4028
|
# @type FwCidrInfo: :class:`Tencentcloud::Cfw.v20190904.models.FwCidrInfo`
|
3998
4029
|
|
3999
4030
|
attr_accessor :Mode, :CfwInstance, :NatGwList, :VpcList, :FwCidrInfo
|
4000
|
-
|
4031
|
+
|
4001
4032
|
def initialize(mode=nil, cfwinstance=nil, natgwlist=nil, vpclist=nil, fwcidrinfo=nil)
|
4002
4033
|
@Mode = mode
|
4003
4034
|
@CfwInstance = cfwinstance
|
@@ -4024,7 +4055,7 @@ module TencentCloud
|
|
4024
4055
|
# @type RequestId: String
|
4025
4056
|
|
4026
4057
|
attr_accessor :RequestId
|
4027
|
-
|
4058
|
+
|
4028
4059
|
def initialize(requestid=nil)
|
4029
4060
|
@RequestId = requestid
|
4030
4061
|
end
|
@@ -4046,7 +4077,7 @@ module TencentCloud
|
|
4046
4077
|
# @type RouteTableIdList: Array
|
4047
4078
|
|
4048
4079
|
attr_accessor :Enable, :CfwInsIdList, :SubnetIdList, :RouteTableIdList
|
4049
|
-
|
4080
|
+
|
4050
4081
|
def initialize(enable=nil, cfwinsidlist=nil, subnetidlist=nil, routetableidlist=nil)
|
4051
4082
|
@Enable = enable
|
4052
4083
|
@CfwInsIdList = cfwinsidlist
|
@@ -4068,7 +4099,7 @@ module TencentCloud
|
|
4068
4099
|
# @type RequestId: String
|
4069
4100
|
|
4070
4101
|
attr_accessor :RequestId
|
4071
|
-
|
4102
|
+
|
4072
4103
|
def initialize(requestid=nil)
|
4073
4104
|
@RequestId = requestid
|
4074
4105
|
end
|
@@ -4086,7 +4117,7 @@ module TencentCloud
|
|
4086
4117
|
# @type DnsVpcSwitchLst: Array
|
4087
4118
|
|
4088
4119
|
attr_accessor :NatFwInsId, :DnsVpcSwitchLst
|
4089
|
-
|
4120
|
+
|
4090
4121
|
def initialize(natfwinsid=nil, dnsvpcswitchlst=nil)
|
4091
4122
|
@NatFwInsId = natfwinsid
|
4092
4123
|
@DnsVpcSwitchLst = dnsvpcswitchlst
|
@@ -4114,7 +4145,7 @@ module TencentCloud
|
|
4114
4145
|
# @type RequestId: String
|
4115
4146
|
|
4116
4147
|
attr_accessor :ReturnMsg, :RequestId
|
4117
|
-
|
4148
|
+
|
4118
4149
|
def initialize(returnmsg=nil, requestid=nil)
|
4119
4150
|
@ReturnMsg = returnmsg
|
4120
4151
|
@RequestId = requestid
|
@@ -4134,7 +4165,7 @@ module TencentCloud
|
|
4134
4165
|
# @type Direction: Integer
|
4135
4166
|
|
4136
4167
|
attr_accessor :RuleChangeItems, :Direction
|
4137
|
-
|
4168
|
+
|
4138
4169
|
def initialize(rulechangeitems=nil, direction=nil)
|
4139
4170
|
@RuleChangeItems = rulechangeitems
|
4140
4171
|
@Direction = direction
|
@@ -4159,7 +4190,7 @@ module TencentCloud
|
|
4159
4190
|
# @type RequestId: String
|
4160
4191
|
|
4161
4192
|
attr_accessor :RequestId
|
4162
|
-
|
4193
|
+
|
4163
4194
|
def initialize(requestid=nil)
|
4164
4195
|
@RequestId = requestid
|
4165
4196
|
end
|
@@ -4177,7 +4208,7 @@ module TencentCloud
|
|
4177
4208
|
# @type Status: Integer
|
4178
4209
|
|
4179
4210
|
attr_accessor :FireWallPublicIP, :Status
|
4180
|
-
|
4211
|
+
|
4181
4212
|
def initialize(firewallpublicip=nil, status=nil)
|
4182
4213
|
@FireWallPublicIP = firewallpublicip
|
4183
4214
|
@Status = status
|
@@ -4200,7 +4231,7 @@ module TencentCloud
|
|
4200
4231
|
# @type RequestId: String
|
4201
4232
|
|
4202
4233
|
attr_accessor :ReturnMsg, :ReturnCode, :RequestId
|
4203
|
-
|
4234
|
+
|
4204
4235
|
def initialize(returnmsg=nil, returncode=nil, requestid=nil)
|
4205
4236
|
@ReturnMsg = returnmsg
|
4206
4237
|
@ReturnCode = returncode
|
@@ -4224,7 +4255,7 @@ module TencentCloud
|
|
4224
4255
|
# @type ParentId: String
|
4225
4256
|
|
4226
4257
|
attr_accessor :GroupId, :GroupName, :ParentId
|
4227
|
-
|
4258
|
+
|
4228
4259
|
def initialize(groupid=nil, groupname=nil, parentid=nil)
|
4229
4260
|
@GroupId = groupid
|
4230
4261
|
@GroupName = groupname
|
@@ -4244,7 +4275,7 @@ module TencentCloud
|
|
4244
4275
|
# @type RequestId: String
|
4245
4276
|
|
4246
4277
|
attr_accessor :RequestId
|
4247
|
-
|
4278
|
+
|
4248
4279
|
def initialize(requestid=nil)
|
4249
4280
|
@RequestId = requestid
|
4250
4281
|
end
|
@@ -4260,7 +4291,7 @@ module TencentCloud
|
|
4260
4291
|
# @type Type: Integer
|
4261
4292
|
|
4262
4293
|
attr_accessor :Type
|
4263
|
-
|
4294
|
+
|
4264
4295
|
def initialize(type=nil)
|
4265
4296
|
@Type = type
|
4266
4297
|
end
|
@@ -4278,7 +4309,7 @@ module TencentCloud
|
|
4278
4309
|
# @type RequestId: String
|
4279
4310
|
|
4280
4311
|
attr_accessor :Status, :RequestId
|
4281
|
-
|
4312
|
+
|
4282
4313
|
def initialize(status=nil, requestid=nil)
|
4283
4314
|
@Status = status
|
4284
4315
|
@RequestId = requestid
|
@@ -4300,7 +4331,7 @@ module TencentCloud
|
|
4300
4331
|
# @type RuleSequence: Integer
|
4301
4332
|
|
4302
4333
|
attr_accessor :Direction, :Status, :RuleSequence
|
4303
|
-
|
4334
|
+
|
4304
4335
|
def initialize(direction=nil, status=nil, rulesequence=nil)
|
4305
4336
|
@Direction = direction
|
4306
4337
|
@Status = status
|
@@ -4322,7 +4353,7 @@ module TencentCloud
|
|
4322
4353
|
# @type RequestId: String
|
4323
4354
|
|
4324
4355
|
attr_accessor :Status, :RequestId
|
4325
|
-
|
4356
|
+
|
4326
4357
|
def initialize(status=nil, requestid=nil)
|
4327
4358
|
@Status = status
|
4328
4359
|
@RequestId = requestid
|
@@ -4346,7 +4377,7 @@ module TencentCloud
|
|
4346
4377
|
# @type SgRuleOriginSequence: Integer
|
4347
4378
|
|
4348
4379
|
attr_accessor :Direction, :Enable, :Data, :SgRuleOriginSequence
|
4349
|
-
|
4380
|
+
|
4350
4381
|
def initialize(direction=nil, enable=nil, data=nil, sgruleoriginsequence=nil)
|
4351
4382
|
@Direction = direction
|
4352
4383
|
@Enable = enable
|
@@ -4379,7 +4410,7 @@ module TencentCloud
|
|
4379
4410
|
# @type RequestId: String
|
4380
4411
|
|
4381
4412
|
attr_accessor :Status, :NewRuleId, :RequestId
|
4382
|
-
|
4413
|
+
|
4383
4414
|
def initialize(status=nil, newruleid=nil, requestid=nil)
|
4384
4415
|
@Status = status
|
4385
4416
|
@NewRuleId = newruleid
|
@@ -4401,7 +4432,7 @@ module TencentCloud
|
|
4401
4432
|
# @type Data: Array
|
4402
4433
|
|
4403
4434
|
attr_accessor :Direction, :Data
|
4404
|
-
|
4435
|
+
|
4405
4436
|
def initialize(direction=nil, data=nil)
|
4406
4437
|
@Direction = direction
|
4407
4438
|
@Data = data
|
@@ -4428,7 +4459,7 @@ module TencentCloud
|
|
4428
4459
|
# @type RequestId: String
|
4429
4460
|
|
4430
4461
|
attr_accessor :Status, :RequestId
|
4431
|
-
|
4462
|
+
|
4432
4463
|
def initialize(status=nil, requestid=nil)
|
4433
4464
|
@Status = status
|
4434
4465
|
@RequestId = requestid
|
@@ -4452,7 +4483,7 @@ module TencentCloud
|
|
4452
4483
|
# @type Direction: Integer
|
4453
4484
|
|
4454
4485
|
attr_accessor :EdgeId, :Data, :Area, :Direction
|
4455
|
-
|
4486
|
+
|
4456
4487
|
def initialize(edgeid=nil, data=nil, area=nil, direction=nil)
|
4457
4488
|
@EdgeId = edgeid
|
4458
4489
|
@Data = data
|
@@ -4484,7 +4515,7 @@ module TencentCloud
|
|
4484
4515
|
# @type RequestId: String
|
4485
4516
|
|
4486
4517
|
attr_accessor :Status, :RequestId
|
4487
|
-
|
4518
|
+
|
4488
4519
|
def initialize(status=nil, requestid=nil)
|
4489
4520
|
@Status = status
|
4490
4521
|
@RequestId = requestid
|
@@ -4499,7 +4530,7 @@ module TencentCloud
|
|
4499
4530
|
# ModifyStorageSetting请求参数结构体
|
4500
4531
|
class ModifyStorageSettingRequest < TencentCloud::Common::AbstractModel
|
4501
4532
|
|
4502
|
-
|
4533
|
+
|
4503
4534
|
def initialize()
|
4504
4535
|
end
|
4505
4536
|
|
@@ -4513,7 +4544,7 @@ module TencentCloud
|
|
4513
4544
|
# @type RequestId: String
|
4514
4545
|
|
4515
4546
|
attr_accessor :RequestId
|
4516
|
-
|
4547
|
+
|
4517
4548
|
def initialize(requestid=nil)
|
4518
4549
|
@RequestId = requestid
|
4519
4550
|
end
|
@@ -4535,7 +4566,7 @@ module TencentCloud
|
|
4535
4566
|
# @type Direction: Integer
|
4536
4567
|
|
4537
4568
|
attr_accessor :EdgeId, :Status, :Area, :Direction
|
4538
|
-
|
4569
|
+
|
4539
4570
|
def initialize(edgeid=nil, status=nil, area=nil, direction=nil)
|
4540
4571
|
@EdgeId = edgeid
|
4541
4572
|
@Status = status
|
@@ -4560,7 +4591,7 @@ module TencentCloud
|
|
4560
4591
|
# @type RequestId: String
|
4561
4592
|
|
4562
4593
|
attr_accessor :Status, :RequestId
|
4563
|
-
|
4594
|
+
|
4564
4595
|
def initialize(status=nil, requestid=nil)
|
4565
4596
|
@Status = status
|
4566
4597
|
@RequestId = requestid
|
@@ -4584,7 +4615,7 @@ module TencentCloud
|
|
4584
4615
|
# @type NatGatewayName: String
|
4585
4616
|
|
4586
4617
|
attr_accessor :Eip, :NatGatewayId, :NatGatewayName
|
4587
|
-
|
4618
|
+
|
4588
4619
|
def initialize(eip=nil, natgatewayid=nil, natgatewayname=nil)
|
4589
4620
|
@Eip = eip
|
4590
4621
|
@NatGatewayId = natgatewayid
|
@@ -4606,7 +4637,7 @@ module TencentCloud
|
|
4606
4637
|
# @type FilterContent: String
|
4607
4638
|
|
4608
4639
|
attr_accessor :FilterType, :FilterContent
|
4609
|
-
|
4640
|
+
|
4610
4641
|
def initialize(filtertype=nil, filtercontent=nil)
|
4611
4642
|
@FilterType = filtertype
|
4612
4643
|
@FilterContent = filtercontent
|
@@ -4638,7 +4669,7 @@ module TencentCloud
|
|
4638
4669
|
# @type NatIp: String
|
4639
4670
|
|
4640
4671
|
attr_accessor :NatinsId, :NatinsName, :Region, :FwMode, :Status, :NatIp
|
4641
|
-
|
4672
|
+
|
4642
4673
|
def initialize(natinsid=nil, natinsname=nil, region=nil, fwmode=nil, status=nil, natip=nil)
|
4643
4674
|
@NatinsId = natinsid
|
4644
4675
|
@NatinsName = natinsname
|
@@ -4705,7 +4736,7 @@ module TencentCloud
|
|
4705
4736
|
# @type RuleMax: Integer
|
4706
4737
|
|
4707
4738
|
attr_accessor :NatinsId, :NatinsName, :Region, :FwMode, :BandWidth, :InFlowMax, :OutFlowMax, :RegionZh, :EipAddress, :VpcIp, :Subnets, :Status, :RegionDetail, :ZoneZh, :ZoneZhBak, :RuleUsed, :RuleMax
|
4708
|
-
|
4739
|
+
|
4709
4740
|
def initialize(natinsid=nil, natinsname=nil, region=nil, fwmode=nil, bandwidth=nil, inflowmax=nil, outflowmax=nil, regionzh=nil, eipaddress=nil, vpcip=nil, subnets=nil, status=nil, regiondetail=nil, zonezh=nil, zonezhbak=nil, ruleused=nil, rulemax=nil)
|
4710
4741
|
@NatinsId = natinsid
|
4711
4742
|
@NatinsName = natinsname
|
@@ -4757,7 +4788,7 @@ module TencentCloud
|
|
4757
4788
|
# @type AddCount: Integer
|
4758
4789
|
|
4759
4790
|
attr_accessor :VpcList, :Eips, :AddCount
|
4760
|
-
|
4791
|
+
|
4761
4792
|
def initialize(vpclist=nil, eips=nil, addcount=nil)
|
4762
4793
|
@VpcList = vpclist
|
4763
4794
|
@Eips = eips
|
@@ -4777,7 +4808,7 @@ module TencentCloud
|
|
4777
4808
|
# @type RuleUuid: Integer
|
4778
4809
|
|
4779
4810
|
attr_accessor :RuleUuid
|
4780
|
-
|
4811
|
+
|
4781
4812
|
def initialize(ruleuuid=nil)
|
4782
4813
|
@RuleUuid = ruleuuid
|
4783
4814
|
end
|
@@ -4801,7 +4832,7 @@ module TencentCloud
|
|
4801
4832
|
# @type RequestId: String
|
4802
4833
|
|
4803
4834
|
attr_accessor :RuleUuid, :ReturnCode, :ReturnMsg, :RequestId
|
4804
|
-
|
4835
|
+
|
4805
4836
|
def initialize(ruleuuid=nil, returncode=nil, returnmsg=nil, requestid=nil)
|
4806
4837
|
@RuleUuid = ruleuuid
|
4807
4838
|
@ReturnCode = returncode
|
@@ -4825,7 +4856,7 @@ module TencentCloud
|
|
4825
4856
|
# @type RemoveType: Integer
|
4826
4857
|
|
4827
4858
|
attr_accessor :RuleUuid, :RemoveType
|
4828
|
-
|
4859
|
+
|
4829
4860
|
def initialize(ruleuuid=nil, removetype=nil)
|
4830
4861
|
@RuleUuid = ruleuuid
|
4831
4862
|
@RemoveType = removetype
|
@@ -4848,7 +4879,7 @@ module TencentCloud
|
|
4848
4879
|
# @type RequestId: String
|
4849
4880
|
|
4850
4881
|
attr_accessor :RuleUuid, :Status, :RequestId
|
4851
|
-
|
4882
|
+
|
4852
4883
|
def initialize(ruleuuid=nil, status=nil, requestid=nil)
|
4853
4884
|
@RuleUuid = ruleuuid
|
4854
4885
|
@Status = status
|
@@ -4870,7 +4901,7 @@ module TencentCloud
|
|
4870
4901
|
# @type Direction: Integer
|
4871
4902
|
|
4872
4903
|
attr_accessor :RuleUuid, :Direction
|
4873
|
-
|
4904
|
+
|
4874
4905
|
def initialize(ruleuuid=nil, direction=nil)
|
4875
4906
|
@RuleUuid = ruleuuid
|
4876
4907
|
@Direction = direction
|
@@ -4890,7 +4921,7 @@ module TencentCloud
|
|
4890
4921
|
# @type RequestId: String
|
4891
4922
|
|
4892
4923
|
attr_accessor :RuleUuid, :RequestId
|
4893
|
-
|
4924
|
+
|
4894
4925
|
def initialize(ruleuuid=nil, requestid=nil)
|
4895
4926
|
@RuleUuid = ruleuuid
|
4896
4927
|
@RequestId = requestid
|
@@ -4910,7 +4941,7 @@ module TencentCloud
|
|
4910
4941
|
# @type NewOrderIndex: Integer
|
4911
4942
|
|
4912
4943
|
attr_accessor :OrderIndex, :NewOrderIndex
|
4913
|
-
|
4944
|
+
|
4914
4945
|
def initialize(orderindex=nil, neworderindex=nil)
|
4915
4946
|
@OrderIndex = orderindex
|
4916
4947
|
@NewOrderIndex = neworderindex
|
@@ -4962,7 +4993,7 @@ module TencentCloud
|
|
4962
4993
|
# @type CountryName: String
|
4963
4994
|
|
4964
4995
|
attr_accessor :OrderIndex, :SourceIp, :TargetIp, :Protocol, :Strategy, :SourceType, :Direction, :Detail, :TargetType, :Port, :Id, :LogId, :City, :Country, :CloudCode, :IsRegion, :CityName, :CountryName
|
4965
|
-
|
4996
|
+
|
4966
4997
|
def initialize(orderindex=nil, sourceip=nil, targetip=nil, protocol=nil, strategy=nil, sourcetype=nil, direction=nil, detail=nil, targettype=nil, port=nil, id=nil, logid=nil, city=nil, country=nil, cloudcode=nil, isregion=nil, cityname=nil, countryname=nil)
|
4967
4998
|
@OrderIndex = orderindex
|
4968
4999
|
@SourceIp = sourceip
|
@@ -5018,7 +5049,7 @@ module TencentCloud
|
|
5018
5049
|
# @type ScanTime: String
|
5019
5050
|
|
5020
5051
|
attr_accessor :ScanResultInfo, :ScanStatus, :ScanPercent, :ScanTime
|
5021
|
-
|
5052
|
+
|
5022
5053
|
def initialize(scanresultinfo=nil, scanstatus=nil, scanpercent=nil, scantime=nil)
|
5023
5054
|
@ScanResultInfo = scanresultinfo
|
5024
5055
|
@ScanStatus = scanstatus
|
@@ -5058,7 +5089,7 @@ module TencentCloud
|
|
5058
5089
|
# @type BanStatus: Boolean
|
5059
5090
|
|
5060
5091
|
attr_accessor :LeakNum, :IPNum, :PortNum, :IPStatus, :IdpStatus, :BanStatus
|
5061
|
-
|
5092
|
+
|
5062
5093
|
def initialize(leaknum=nil, ipnum=nil, portnum=nil, ipstatus=nil, idpstatus=nil, banstatus=nil)
|
5063
5094
|
@LeakNum = leaknum
|
5064
5095
|
@IPNum = ipnum
|
@@ -5146,7 +5177,7 @@ module TencentCloud
|
|
5146
5177
|
# @type ProtocolPortType: Integer
|
5147
5178
|
|
5148
5179
|
attr_accessor :OrderIndex, :SourceId, :SourceType, :TargetId, :TargetType, :Protocol, :Port, :Strategy, :Direction, :Region, :Detail, :Status, :IsNew, :BothWay, :VpcId, :SubnetId, :InstanceName, :PublicIp, :PrivateIp, :Cidr, :ServiceTemplateId, :ProtocolPortType
|
5149
|
-
|
5180
|
+
|
5150
5181
|
def initialize(orderindex=nil, sourceid=nil, sourcetype=nil, targetid=nil, targettype=nil, protocol=nil, port=nil, strategy=nil, direction=nil, region=nil, detail=nil, status=nil, isnew=nil, bothway=nil, vpcid=nil, subnetid=nil, instancename=nil, publicip=nil, privateip=nil, cidr=nil, servicetemplateid=nil, protocolporttype=nil)
|
5151
5182
|
@OrderIndex = orderindex
|
5152
5183
|
@SourceId = sourceid
|
@@ -5271,7 +5302,7 @@ module TencentCloud
|
|
5271
5302
|
# @type ParameterName: String
|
5272
5303
|
|
5273
5304
|
attr_accessor :OrderIndex, :SourceId, :SourceType, :TargetId, :TargetType, :Protocol, :Port, :Strategy, :Detail, :BothWay, :Id, :Status, :IsNew, :VpcId, :SubnetId, :InstanceName, :PublicIp, :PrivateIp, :Cidr, :ServiceTemplateId, :BothWayInfo, :Direction, :ProtocolPortType, :Uuid, :Region, :AssetGroupNameIn, :AssetGroupNameOut, :ParameterName
|
5274
|
-
|
5305
|
+
|
5275
5306
|
def initialize(orderindex=nil, sourceid=nil, sourcetype=nil, targetid=nil, targettype=nil, protocol=nil, port=nil, strategy=nil, detail=nil, bothway=nil, id=nil, status=nil, isnew=nil, vpcid=nil, subnetid=nil, instancename=nil, publicip=nil, privateip=nil, cidr=nil, servicetemplateid=nil, bothwayinfo=nil, direction=nil, protocolporttype=nil, uuid=nil, region=nil, assetgroupnamein=nil, assetgroupnameout=nil, parametername=nil)
|
5276
5307
|
@OrderIndex = orderindex
|
5277
5308
|
@SourceId = sourceid
|
@@ -5350,7 +5381,7 @@ module TencentCloud
|
|
5350
5381
|
# @type NewOrderIndex: Integer
|
5351
5382
|
|
5352
5383
|
attr_accessor :OrderIndex, :NewOrderIndex
|
5353
|
-
|
5384
|
+
|
5354
5385
|
def initialize(orderindex=nil, neworderindex=nil)
|
5355
5386
|
@OrderIndex = orderindex
|
5356
5387
|
@NewOrderIndex = neworderindex
|
@@ -5409,7 +5440,7 @@ module TencentCloud
|
|
5409
5440
|
# @type Enable: String
|
5410
5441
|
|
5411
5442
|
attr_accessor :SourceContent, :SourceType, :DestContent, :DestType, :RuleAction, :Description, :OrderIndex, :Protocol, :Port, :ServiceTemplateId, :Id, :Enable
|
5412
|
-
|
5443
|
+
|
5413
5444
|
def initialize(sourcecontent=nil, sourcetype=nil, destcontent=nil, desttype=nil, ruleaction=nil, description=nil, orderindex=nil, protocol=nil, port=nil, servicetemplateid=nil, id=nil, enable=nil)
|
5414
5445
|
@SourceContent = sourcecontent
|
5415
5446
|
@SourceType = sourcetype
|
@@ -5475,7 +5506,7 @@ module TencentCloud
|
|
5475
5506
|
# @type Sequence: Integer
|
5476
5507
|
|
5477
5508
|
attr_accessor :SourceContent, :DestContent, :Protocol, :Description, :RuleUuid, :Sequence
|
5478
|
-
|
5509
|
+
|
5479
5510
|
def initialize(sourcecontent=nil, destcontent=nil, protocol=nil, description=nil, ruleuuid=nil, sequence=nil)
|
5480
5511
|
@SourceContent = sourcecontent
|
5481
5512
|
@DestContent = destcontent
|
@@ -5505,7 +5536,7 @@ module TencentCloud
|
|
5505
5536
|
# @type NewOrderIndex: Integer
|
5506
5537
|
|
5507
5538
|
attr_accessor :Id, :OrderIndex, :NewOrderIndex
|
5508
|
-
|
5539
|
+
|
5509
5540
|
def initialize(id=nil, orderindex=nil, neworderindex=nil)
|
5510
5541
|
@Id = id
|
5511
5542
|
@OrderIndex = orderindex
|
@@ -5535,7 +5566,7 @@ module TencentCloud
|
|
5535
5566
|
# @type NewDnat: :class:`Tencentcloud::Cfw.v20190904.models.CfwNatDnatRule`
|
5536
5567
|
|
5537
5568
|
attr_accessor :Mode, :OperationType, :CfwInstance, :AddOrDelDnatRules, :OriginDnat, :NewDnat
|
5538
|
-
|
5569
|
+
|
5539
5570
|
def initialize(mode=nil, operationtype=nil, cfwinstance=nil, addordeldnatrules=nil, origindnat=nil, newdnat=nil)
|
5540
5571
|
@Mode = mode
|
5541
5572
|
@OperationType = operationtype
|
@@ -5574,7 +5605,7 @@ module TencentCloud
|
|
5574
5605
|
# @type RequestId: String
|
5575
5606
|
|
5576
5607
|
attr_accessor :RequestId
|
5577
|
-
|
5608
|
+
|
5578
5609
|
def initialize(requestid=nil)
|
5579
5610
|
@RequestId = requestid
|
5580
5611
|
end
|
@@ -5594,7 +5625,7 @@ module TencentCloud
|
|
5594
5625
|
# @type EipList: Array
|
5595
5626
|
|
5596
5627
|
attr_accessor :OperationType, :CfwInstance, :EipList
|
5597
|
-
|
5628
|
+
|
5598
5629
|
def initialize(operationtype=nil, cfwinstance=nil, eiplist=nil)
|
5599
5630
|
@OperationType = operationtype
|
5600
5631
|
@CfwInstance = cfwinstance
|
@@ -5614,7 +5645,7 @@ module TencentCloud
|
|
5614
5645
|
# @type RequestId: String
|
5615
5646
|
|
5616
5647
|
attr_accessor :RequestId
|
5617
|
-
|
5648
|
+
|
5618
5649
|
def initialize(requestid=nil)
|
5619
5650
|
@RequestId = requestid
|
5620
5651
|
end
|
@@ -5641,7 +5672,7 @@ module TencentCloud
|
|
5641
5672
|
# @type InsName: String
|
5642
5673
|
|
5643
5674
|
attr_accessor :Num, :Port, :Ip, :Address, :InsID, :InsName
|
5644
|
-
|
5675
|
+
|
5645
5676
|
def initialize(num=nil, port=nil, ip=nil, address=nil, insid=nil, insname=nil)
|
5646
5677
|
@Num = num
|
5647
5678
|
@Port = port
|
@@ -5667,7 +5698,7 @@ module TencentCloud
|
|
5667
5698
|
# @type StopType: Integer
|
5668
5699
|
|
5669
5700
|
attr_accessor :StopType
|
5670
|
-
|
5701
|
+
|
5671
5702
|
def initialize(stoptype=nil)
|
5672
5703
|
@StopType = stoptype
|
5673
5704
|
end
|
@@ -5686,7 +5717,7 @@ module TencentCloud
|
|
5686
5717
|
# @type RequestId: String
|
5687
5718
|
|
5688
5719
|
attr_accessor :Status, :RequestId
|
5689
|
-
|
5720
|
+
|
5690
5721
|
def initialize(status=nil, requestid=nil)
|
5691
5722
|
@Status = status
|
5692
5723
|
@RequestId = requestid
|
@@ -5738,7 +5769,7 @@ module TencentCloud
|
|
5738
5769
|
# @type ScanStatus: Integer
|
5739
5770
|
|
5740
5771
|
attr_accessor :PublicIp, :IntranetIp, :InstanceName, :InstanceId, :AssetType, :Area, :Switch, :Id, :PublicIpType, :PortTimes, :LastTime, :ScanMode, :ScanStatus
|
5741
|
-
|
5772
|
+
|
5742
5773
|
def initialize(publicip=nil, intranetip=nil, instancename=nil, instanceid=nil, assettype=nil, area=nil, switch=nil, id=nil, publiciptype=nil, porttimes=nil, lasttime=nil, scanmode=nil, scanstatus=nil)
|
5743
5774
|
@PublicIp = publicip
|
5744
5775
|
@IntranetIp = intranetip
|
@@ -5788,7 +5819,7 @@ module TencentCloud
|
|
5788
5819
|
# @type BruteForceNum: Integer
|
5789
5820
|
|
5790
5821
|
attr_accessor :OutNum, :HandleNum, :VulNum, :NetworkNum, :BanNum, :BruteForceNum
|
5791
|
-
|
5822
|
+
|
5792
5823
|
def initialize(outnum=nil, handlenum=nil, vulnum=nil, networknum=nil, bannum=nil, bruteforcenum=nil)
|
5793
5824
|
@OutNum = outnum
|
5794
5825
|
@HandleNum = handlenum
|
@@ -5823,7 +5854,7 @@ module TencentCloud
|
|
5823
5854
|
# @type VpcFwCount: Integer
|
5824
5855
|
|
5825
5856
|
attr_accessor :EventTableListStruct, :BaseLineUser, :BaseLineInSwitch, :BaseLineOutSwitch, :VpcFwCount
|
5826
|
-
|
5857
|
+
|
5827
5858
|
def initialize(eventtableliststruct=nil, baselineuser=nil, baselineinswitch=nil, baselineoutswitch=nil, vpcfwcount=nil)
|
5828
5859
|
@EventTableListStruct = eventtableliststruct
|
5829
5860
|
@BaseLineUser = baselineuser
|
@@ -5856,7 +5887,7 @@ module TencentCloud
|
|
5856
5887
|
# @type Total: Integer
|
5857
5888
|
|
5858
5889
|
attr_accessor :EventName, :Total
|
5859
|
-
|
5890
|
+
|
5860
5891
|
def initialize(eventname=nil, total=nil)
|
5861
5892
|
@EventName = eventname
|
5862
5893
|
@Total = total
|
@@ -5890,7 +5921,7 @@ module TencentCloud
|
|
5890
5921
|
# @type SwitchStatus: Integer
|
5891
5922
|
|
5892
5923
|
attr_accessor :VpcId, :VpcName, :FwMode, :VpcIpv4Cidr, :DNSEip, :NatInsId, :NatInsName, :SwitchStatus
|
5893
|
-
|
5924
|
+
|
5894
5925
|
def initialize(vpcid=nil, vpcname=nil, fwmode=nil, vpcipv4cidr=nil, dnseip=nil, natinsid=nil, natinsname=nil, switchstatus=nil)
|
5895
5926
|
@VpcId = vpcid
|
5896
5927
|
@VpcName = vpcname
|
@@ -5922,7 +5953,7 @@ module TencentCloud
|
|
5922
5953
|
# @type Region: String
|
5923
5954
|
|
5924
5955
|
attr_accessor :Zone, :Region
|
5925
|
-
|
5956
|
+
|
5926
5957
|
def initialize(zone=nil, region=nil)
|
5927
5958
|
@Zone = zone
|
5928
5959
|
@Region = region
|