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.



2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
# File 'lib/v20190904/models.rb', line 2567

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



2565
2566
2567
# File 'lib/v20190904/models.rb', line 2565

def Area
  @Area
end

#DirectionObject

Parameters:

  • Protocol:

    协议

  • Strategy:

    策略

  • SearchValue:

    搜索值

  • Limit:

    每页条数

  • Offset:

    偏移值

  • Direction:

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

  • EdgeId:

    EdgeId值

  • Status:

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

  • Area:

    地域

  • InstanceId:

    实例ID



2565
2566
2567
# File 'lib/v20190904/models.rb', line 2565

def Direction
  @Direction
end

#EdgeIdObject

Parameters:

  • Protocol:

    协议

  • Strategy:

    策略

  • SearchValue:

    搜索值

  • Limit:

    每页条数

  • Offset:

    偏移值

  • Direction:

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

  • EdgeId:

    EdgeId值

  • Status:

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

  • Area:

    地域

  • InstanceId:

    实例ID



2565
2566
2567
# File 'lib/v20190904/models.rb', line 2565

def EdgeId
  @EdgeId
end

#InstanceIdObject

Parameters:

  • Protocol:

    协议

  • Strategy:

    策略

  • SearchValue:

    搜索值

  • Limit:

    每页条数

  • Offset:

    偏移值

  • Direction:

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

  • EdgeId:

    EdgeId值

  • Status:

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

  • Area:

    地域

  • InstanceId:

    实例ID



2565
2566
2567
# File 'lib/v20190904/models.rb', line 2565

def InstanceId
  @InstanceId
end

#LimitObject

Parameters:

  • Protocol:

    协议

  • Strategy:

    策略

  • SearchValue:

    搜索值

  • Limit:

    每页条数

  • Offset:

    偏移值

  • Direction:

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

  • EdgeId:

    EdgeId值

  • Status:

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

  • Area:

    地域

  • InstanceId:

    实例ID



2565
2566
2567
# File 'lib/v20190904/models.rb', line 2565

def Limit
  @Limit
end

#OffsetObject

Parameters:

  • Protocol:

    协议

  • Strategy:

    策略

  • SearchValue:

    搜索值

  • Limit:

    每页条数

  • Offset:

    偏移值

  • Direction:

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

  • EdgeId:

    EdgeId值

  • Status:

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

  • Area:

    地域

  • InstanceId:

    实例ID



2565
2566
2567
# File 'lib/v20190904/models.rb', line 2565

def Offset
  @Offset
end

#ProtocolObject

Parameters:

  • Protocol:

    协议

  • Strategy:

    策略

  • SearchValue:

    搜索值

  • Limit:

    每页条数

  • Offset:

    偏移值

  • Direction:

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

  • EdgeId:

    EdgeId值

  • Status:

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

  • Area:

    地域

  • InstanceId:

    实例ID



2565
2566
2567
# File 'lib/v20190904/models.rb', line 2565

def Protocol
  @Protocol
end

#SearchValueObject

Parameters:

  • Protocol:

    协议

  • Strategy:

    策略

  • SearchValue:

    搜索值

  • Limit:

    每页条数

  • Offset:

    偏移值

  • Direction:

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

  • EdgeId:

    EdgeId值

  • Status:

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

  • Area:

    地域

  • InstanceId:

    实例ID



2565
2566
2567
# File 'lib/v20190904/models.rb', line 2565

def SearchValue
  @SearchValue
end

#StatusObject

Parameters:

  • Protocol:

    协议

  • Strategy:

    策略

  • SearchValue:

    搜索值

  • Limit:

    每页条数

  • Offset:

    偏移值

  • Direction:

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

  • EdgeId:

    EdgeId值

  • Status:

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

  • Area:

    地域

  • InstanceId:

    实例ID



2565
2566
2567
# File 'lib/v20190904/models.rb', line 2565

def Status
  @Status
end

#StrategyObject

Parameters:

  • Protocol:

    协议

  • Strategy:

    策略

  • SearchValue:

    搜索值

  • Limit:

    每页条数

  • Offset:

    偏移值

  • Direction:

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

  • EdgeId:

    EdgeId值

  • Status:

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

  • Area:

    地域

  • InstanceId:

    实例ID



2565
2566
2567
# File 'lib/v20190904/models.rb', line 2565

def Strategy
  @Strategy
end

Instance Method Details

#deserialize(params) ⇒ Object



2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
# File 'lib/v20190904/models.rb', line 2580

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