Class: TencentCloud::Gaap::V20180529::DescribeUDPListenersRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gaap::V20180529::DescribeUDPListenersRequest
- Defined in:
- lib/v20180529/models.rb
Overview
DescribeUDPListeners请求参数结构体
Instance Attribute Summary collapse
-
#GroupId ⇒ Object
当设置了ProxyId时,会检查该监听器是否归属于该通道。 当设置了GroupId时,会检查该监听器是否归属于该通道组。.
-
#Limit ⇒ Object
当设置了ProxyId时,会检查该监听器是否归属于该通道。 当设置了GroupId时,会检查该监听器是否归属于该通道组。.
-
#ListenerId ⇒ Object
当设置了ProxyId时,会检查该监听器是否归属于该通道。 当设置了GroupId时,会检查该监听器是否归属于该通道组。.
-
#ListenerName ⇒ Object
当设置了ProxyId时,会检查该监听器是否归属于该通道。 当设置了GroupId时,会检查该监听器是否归属于该通道组。.
-
#Offset ⇒ Object
当设置了ProxyId时,会检查该监听器是否归属于该通道。 当设置了GroupId时,会检查该监听器是否归属于该通道组。.
-
#Port ⇒ Object
当设置了ProxyId时,会检查该监听器是否归属于该通道。 当设置了GroupId时,会检查该监听器是否归属于该通道组。.
-
#ProxyId ⇒ Object
当设置了ProxyId时,会检查该监听器是否归属于该通道。 当设置了GroupId时,会检查该监听器是否归属于该通道组。.
-
#SearchValue ⇒ Object
当设置了ProxyId时,会检查该监听器是否归属于该通道。 当设置了GroupId时,会检查该监听器是否归属于该通道组。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(proxyid = nil, listenerid = nil, listenername = nil, port = nil, offset = nil, limit = nil, groupid = nil, searchvalue = nil) ⇒ DescribeUDPListenersRequest
constructor
A new instance of DescribeUDPListenersRequest.
Constructor Details
#initialize(proxyid = nil, listenerid = nil, listenername = nil, port = nil, offset = nil, limit = nil, groupid = nil, searchvalue = nil) ⇒ DescribeUDPListenersRequest
4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 |
# File 'lib/v20180529/models.rb', line 4441 def initialize(proxyid=nil, listenerid=nil, listenername=nil, port=nil, offset=nil, limit=nil, groupid=nil, searchvalue=nil) @ProxyId = proxyid @ListenerId = listenerid @ListenerName = listenername @Port = port @Offset = offset @Limit = limit @GroupId = groupid @SearchValue = searchvalue end |
Instance Attribute Details
#GroupId ⇒ Object
当设置了ProxyId时,会检查该监听器是否归属于该通道。当设置了GroupId时,会检查该监听器是否归属于该通道组。
4439 4440 4441 |
# File 'lib/v20180529/models.rb', line 4439 def GroupId @GroupId end |
#Limit ⇒ Object
当设置了ProxyId时,会检查该监听器是否归属于该通道。当设置了GroupId时,会检查该监听器是否归属于该通道组。
4439 4440 4441 |
# File 'lib/v20180529/models.rb', line 4439 def Limit @Limit end |
#ListenerId ⇒ Object
当设置了ProxyId时,会检查该监听器是否归属于该通道。当设置了GroupId时,会检查该监听器是否归属于该通道组。
4439 4440 4441 |
# File 'lib/v20180529/models.rb', line 4439 def ListenerId @ListenerId end |
#ListenerName ⇒ Object
当设置了ProxyId时,会检查该监听器是否归属于该通道。当设置了GroupId时,会检查该监听器是否归属于该通道组。
4439 4440 4441 |
# File 'lib/v20180529/models.rb', line 4439 def ListenerName @ListenerName end |
#Offset ⇒ Object
当设置了ProxyId时,会检查该监听器是否归属于该通道。当设置了GroupId时,会检查该监听器是否归属于该通道组。
4439 4440 4441 |
# File 'lib/v20180529/models.rb', line 4439 def Offset @Offset end |
#Port ⇒ Object
当设置了ProxyId时,会检查该监听器是否归属于该通道。当设置了GroupId时,会检查该监听器是否归属于该通道组。
4439 4440 4441 |
# File 'lib/v20180529/models.rb', line 4439 def Port @Port end |
#ProxyId ⇒ Object
当设置了ProxyId时,会检查该监听器是否归属于该通道。当设置了GroupId时,会检查该监听器是否归属于该通道组。
4439 4440 4441 |
# File 'lib/v20180529/models.rb', line 4439 def ProxyId @ProxyId end |
#SearchValue ⇒ Object
当设置了ProxyId时,会检查该监听器是否归属于该通道。当设置了GroupId时,会检查该监听器是否归属于该通道组。
4439 4440 4441 |
# File 'lib/v20180529/models.rb', line 4439 def SearchValue @SearchValue end |
Instance Method Details
#deserialize(params) ⇒ Object
4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 |
# File 'lib/v20180529/models.rb', line 4452 def deserialize(params) @ProxyId = params['ProxyId'] @ListenerId = params['ListenerId'] @ListenerName = params['ListenerName'] @Port = params['Port'] @Offset = params['Offset'] @Limit = params['Limit'] @GroupId = params['GroupId'] @SearchValue = params['SearchValue'] end |