Class: TencentCloud::Cfw::V20190904::DescribeAcListsRequest

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190904/models.rb

Overview

DescribeAcLists请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(protocol = nil, strategy = nil, searchvalue = nil, limit = nil, offset = nil, direction = nil, edgeid = nil, status = nil, area = nil, instanceid = nil) ⇒ DescribeAcListsRequest

Returns a new instance of DescribeAcListsRequest.



2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
# File 'lib/v20190904/models.rb', line 2510

def initialize(protocol=nil, strategy=nil, searchvalue=nil, limit=nil, offset=nil, direction=nil, edgeid=nil, status=nil, area=nil, instanceid=nil)
  @Protocol = protocol
  @Strategy = strategy
  @SearchValue = searchvalue
  @Limit = limit
  @Offset = offset
  @Direction = direction
  @EdgeId = edgeid
  @Status = status
  @Area = area
  @InstanceId = instanceid
end

Instance Attribute Details

#AreaObject

Parameters:

  • Protocol:

    协议

  • Strategy:

    策略

  • SearchValue:

    搜索值

  • Limit:

    每页条数

  • Offset:

    偏移值

  • Direction:

    出站还是入站,1:入站,0:出站

  • EdgeId:

    EdgeId值

  • Status:

    规则是否开启,‘0’: 未开启,‘1’: 开启, 默认为‘0’

  • Area:

    地域

  • InstanceId:

    实例ID



2508
2509
2510
# File 'lib/v20190904/models.rb', line 2508

def Area
  @Area
end

#DirectionObject

Parameters:

  • Protocol:

    协议

  • Strategy:

    策略

  • SearchValue:

    搜索值

  • Limit:

    每页条数

  • Offset:

    偏移值

  • Direction:

    出站还是入站,1:入站,0:出站

  • EdgeId:

    EdgeId值

  • Status:

    规则是否开启,‘0’: 未开启,‘1’: 开启, 默认为‘0’

  • Area:

    地域

  • InstanceId:

    实例ID



2508
2509
2510
# File 'lib/v20190904/models.rb', line 2508

def Direction
  @Direction
end

#EdgeIdObject

Parameters:

  • Protocol:

    协议

  • Strategy:

    策略

  • SearchValue:

    搜索值

  • Limit:

    每页条数

  • Offset:

    偏移值

  • Direction:

    出站还是入站,1:入站,0:出站

  • EdgeId:

    EdgeId值

  • Status:

    规则是否开启,‘0’: 未开启,‘1’: 开启, 默认为‘0’

  • Area:

    地域

  • InstanceId:

    实例ID



2508
2509
2510
# File 'lib/v20190904/models.rb', line 2508

def EdgeId
  @EdgeId
end

#InstanceIdObject

Parameters:

  • Protocol:

    协议

  • Strategy:

    策略

  • SearchValue:

    搜索值

  • Limit:

    每页条数

  • Offset:

    偏移值

  • Direction:

    出站还是入站,1:入站,0:出站

  • EdgeId:

    EdgeId值

  • Status:

    规则是否开启,‘0’: 未开启,‘1’: 开启, 默认为‘0’

  • Area:

    地域

  • InstanceId:

    实例ID



2508
2509
2510
# File 'lib/v20190904/models.rb', line 2508

def InstanceId
  @InstanceId
end

#LimitObject

Parameters:

  • Protocol:

    协议

  • Strategy:

    策略

  • SearchValue:

    搜索值

  • Limit:

    每页条数

  • Offset:

    偏移值

  • Direction:

    出站还是入站,1:入站,0:出站

  • EdgeId:

    EdgeId值

  • Status:

    规则是否开启,‘0’: 未开启,‘1’: 开启, 默认为‘0’

  • Area:

    地域

  • InstanceId:

    实例ID



2508
2509
2510
# File 'lib/v20190904/models.rb', line 2508

def Limit
  @Limit
end

#OffsetObject

Parameters:

  • Protocol:

    协议

  • Strategy:

    策略

  • SearchValue:

    搜索值

  • Limit:

    每页条数

  • Offset:

    偏移值

  • Direction:

    出站还是入站,1:入站,0:出站

  • EdgeId:

    EdgeId值

  • Status:

    规则是否开启,‘0’: 未开启,‘1’: 开启, 默认为‘0’

  • Area:

    地域

  • InstanceId:

    实例ID



2508
2509
2510
# File 'lib/v20190904/models.rb', line 2508

def Offset
  @Offset
end

#ProtocolObject

Parameters:

  • Protocol:

    协议

  • Strategy:

    策略

  • SearchValue:

    搜索值

  • Limit:

    每页条数

  • Offset:

    偏移值

  • Direction:

    出站还是入站,1:入站,0:出站

  • EdgeId:

    EdgeId值

  • Status:

    规则是否开启,‘0’: 未开启,‘1’: 开启, 默认为‘0’

  • Area:

    地域

  • InstanceId:

    实例ID



2508
2509
2510
# File 'lib/v20190904/models.rb', line 2508

def Protocol
  @Protocol
end

#SearchValueObject

Parameters:

  • Protocol:

    协议

  • Strategy:

    策略

  • SearchValue:

    搜索值

  • Limit:

    每页条数

  • Offset:

    偏移值

  • Direction:

    出站还是入站,1:入站,0:出站

  • EdgeId:

    EdgeId值

  • Status:

    规则是否开启,‘0’: 未开启,‘1’: 开启, 默认为‘0’

  • Area:

    地域

  • InstanceId:

    实例ID



2508
2509
2510
# File 'lib/v20190904/models.rb', line 2508

def SearchValue
  @SearchValue
end

#StatusObject

Parameters:

  • Protocol:

    协议

  • Strategy:

    策略

  • SearchValue:

    搜索值

  • Limit:

    每页条数

  • Offset:

    偏移值

  • Direction:

    出站还是入站,1:入站,0:出站

  • EdgeId:

    EdgeId值

  • Status:

    规则是否开启,‘0’: 未开启,‘1’: 开启, 默认为‘0’

  • Area:

    地域

  • InstanceId:

    实例ID



2508
2509
2510
# File 'lib/v20190904/models.rb', line 2508

def Status
  @Status
end

#StrategyObject

Parameters:

  • Protocol:

    协议

  • Strategy:

    策略

  • SearchValue:

    搜索值

  • Limit:

    每页条数

  • Offset:

    偏移值

  • Direction:

    出站还是入站,1:入站,0:出站

  • EdgeId:

    EdgeId值

  • Status:

    规则是否开启,‘0’: 未开启,‘1’: 开启, 默认为‘0’

  • Area:

    地域

  • InstanceId:

    实例ID



2508
2509
2510
# File 'lib/v20190904/models.rb', line 2508

def Strategy
  @Strategy
end

Instance Method Details

#deserialize(params) ⇒ Object



2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
# File 'lib/v20190904/models.rb', line 2523

def deserialize(params)
  @Protocol = params['Protocol']
  @Strategy = params['Strategy']
  @SearchValue = params['SearchValue']
  @Limit = params['Limit']
  @Offset = params['Offset']
  @Direction = params['Direction']
  @EdgeId = params['EdgeId']
  @Status = params['Status']
  @Area = params['Area']
  @InstanceId = params['InstanceId']
end