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.



2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
# File 'lib/v20190904/models.rb', line 2766

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:

  • 协议

  • 策略

  • 搜索值

  • 每页条数

  • 偏移值

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

  • EdgeId值

  • 规则是否开启,'0': 未开启,'1': 开启, 默认为'0'

  • 地域

  • 实例ID



2764
2765
2766
# File 'lib/v20190904/models.rb', line 2764

def Area
  @Area
end

#DirectionObject

Parameters:

  • 协议

  • 策略

  • 搜索值

  • 每页条数

  • 偏移值

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

  • EdgeId值

  • 规则是否开启,'0': 未开启,'1': 开启, 默认为'0'

  • 地域

  • 实例ID



2764
2765
2766
# File 'lib/v20190904/models.rb', line 2764

def Direction
  @Direction
end

#EdgeIdObject

Parameters:

  • 协议

  • 策略

  • 搜索值

  • 每页条数

  • 偏移值

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

  • EdgeId值

  • 规则是否开启,'0': 未开启,'1': 开启, 默认为'0'

  • 地域

  • 实例ID



2764
2765
2766
# File 'lib/v20190904/models.rb', line 2764

def EdgeId
  @EdgeId
end

#InstanceIdObject

Parameters:

  • 协议

  • 策略

  • 搜索值

  • 每页条数

  • 偏移值

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

  • EdgeId值

  • 规则是否开启,'0': 未开启,'1': 开启, 默认为'0'

  • 地域

  • 实例ID



2764
2765
2766
# File 'lib/v20190904/models.rb', line 2764

def InstanceId
  @InstanceId
end

#LimitObject

Parameters:

  • 协议

  • 策略

  • 搜索值

  • 每页条数

  • 偏移值

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

  • EdgeId值

  • 规则是否开启,'0': 未开启,'1': 开启, 默认为'0'

  • 地域

  • 实例ID



2764
2765
2766
# File 'lib/v20190904/models.rb', line 2764

def Limit
  @Limit
end

#OffsetObject

Parameters:

  • 协议

  • 策略

  • 搜索值

  • 每页条数

  • 偏移值

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

  • EdgeId值

  • 规则是否开启,'0': 未开启,'1': 开启, 默认为'0'

  • 地域

  • 实例ID



2764
2765
2766
# File 'lib/v20190904/models.rb', line 2764

def Offset
  @Offset
end

#ProtocolObject

Parameters:

  • 协议

  • 策略

  • 搜索值

  • 每页条数

  • 偏移值

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

  • EdgeId值

  • 规则是否开启,'0': 未开启,'1': 开启, 默认为'0'

  • 地域

  • 实例ID



2764
2765
2766
# File 'lib/v20190904/models.rb', line 2764

def Protocol
  @Protocol
end

#SearchValueObject

Parameters:

  • 协议

  • 策略

  • 搜索值

  • 每页条数

  • 偏移值

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

  • EdgeId值

  • 规则是否开启,'0': 未开启,'1': 开启, 默认为'0'

  • 地域

  • 实例ID



2764
2765
2766
# File 'lib/v20190904/models.rb', line 2764

def SearchValue
  @SearchValue
end

#StatusObject

Parameters:

  • 协议

  • 策略

  • 搜索值

  • 每页条数

  • 偏移值

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

  • EdgeId值

  • 规则是否开启,'0': 未开启,'1': 开启, 默认为'0'

  • 地域

  • 实例ID



2764
2765
2766
# File 'lib/v20190904/models.rb', line 2764

def Status
  @Status
end

#StrategyObject

Parameters:

  • 协议

  • 策略

  • 搜索值

  • 每页条数

  • 偏移值

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

  • EdgeId值

  • 规则是否开启,'0': 未开启,'1': 开启, 默认为'0'

  • 地域

  • 实例ID



2764
2765
2766
# File 'lib/v20190904/models.rb', line 2764

def Strategy
  @Strategy
end

Instance Method Details

#deserialize(params) ⇒ Object



2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
# File 'lib/v20190904/models.rb', line 2779

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