Class: TencentCloud::Gaap::V20180529::DescribeTCPListenersRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gaap::V20180529::DescribeTCPListenersRequest
- Defined in:
- lib/v20180529/models.rb
Overview
DescribeTCPListeners请求参数结构体
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) ⇒ DescribeTCPListenersRequest
constructor
A new instance of DescribeTCPListenersRequest.
Constructor Details
#initialize(proxyid = nil, listenerid = nil, listenername = nil, port = nil, offset = nil, limit = nil, groupid = nil, searchvalue = nil) ⇒ DescribeTCPListenersRequest
Returns a new instance of DescribeTCPListenersRequest.
4324 4325 4326 4327 4328 4329 4330 4331 4332 4333 |
# File 'lib/v20180529/models.rb', line 4324 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时,会检查该监听器是否归属于该通道组。
4322 4323 4324 |
# File 'lib/v20180529/models.rb', line 4322 def GroupId @GroupId end |
#Limit ⇒ Object
当设置了ProxyId时,会检查该监听器是否归属于该通道。当设置了GroupId时,会检查该监听器是否归属于该通道组。
4322 4323 4324 |
# File 'lib/v20180529/models.rb', line 4322 def Limit @Limit end |
#ListenerId ⇒ Object
当设置了ProxyId时,会检查该监听器是否归属于该通道。当设置了GroupId时,会检查该监听器是否归属于该通道组。
4322 4323 4324 |
# File 'lib/v20180529/models.rb', line 4322 def ListenerId @ListenerId end |
#ListenerName ⇒ Object
当设置了ProxyId时,会检查该监听器是否归属于该通道。当设置了GroupId时,会检查该监听器是否归属于该通道组。
4322 4323 4324 |
# File 'lib/v20180529/models.rb', line 4322 def ListenerName @ListenerName end |
#Offset ⇒ Object
当设置了ProxyId时,会检查该监听器是否归属于该通道。当设置了GroupId时,会检查该监听器是否归属于该通道组。
4322 4323 4324 |
# File 'lib/v20180529/models.rb', line 4322 def Offset @Offset end |
#Port ⇒ Object
当设置了ProxyId时,会检查该监听器是否归属于该通道。当设置了GroupId时,会检查该监听器是否归属于该通道组。
4322 4323 4324 |
# File 'lib/v20180529/models.rb', line 4322 def Port @Port end |
#ProxyId ⇒ Object
当设置了ProxyId时,会检查该监听器是否归属于该通道。当设置了GroupId时,会检查该监听器是否归属于该通道组。
4322 4323 4324 |
# File 'lib/v20180529/models.rb', line 4322 def ProxyId @ProxyId end |
#SearchValue ⇒ Object
当设置了ProxyId时,会检查该监听器是否归属于该通道。当设置了GroupId时,会检查该监听器是否归属于该通道组。
4322 4323 4324 |
# File 'lib/v20180529/models.rb', line 4322 def SearchValue @SearchValue end |
Instance Method Details
#deserialize(params) ⇒ Object
4335 4336 4337 4338 4339 4340 4341 4342 4343 4344 |
# File 'lib/v20180529/models.rb', line 4335 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 |