Class: TencentCloud::Bmlb::V20180625::ModifyL4BackendProbePortRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bmlb::V20180625::ModifyL4BackendProbePortRequest
- Defined in:
- lib/v20180625/models.rb
Overview
ModifyL4BackendProbePort请求参数结构体
Instance Attribute Summary collapse
- #BindType ⇒ Object
- #InstanceId ⇒ Object
- #ListenerId ⇒ Object
- #LoadBalancerId ⇒ Object
- #Port ⇒ Object
- #ProbePort ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(loadbalancerid = nil, listenerid = nil, instanceid = nil, port = nil, probeport = nil, bindtype = nil) ⇒ ModifyL4BackendProbePortRequest
constructor
A new instance of ModifyL4BackendProbePortRequest.
Constructor Details
#initialize(loadbalancerid = nil, listenerid = nil, instanceid = nil, port = nil, probeport = nil, bindtype = nil) ⇒ ModifyL4BackendProbePortRequest
Returns a new instance of ModifyL4BackendProbePortRequest.
3341 3342 3343 3344 3345 3346 3347 3348 |
# File 'lib/v20180625/models.rb', line 3341 def initialize(loadbalancerid=nil, listenerid=nil, instanceid=nil, port=nil, probeport=nil, bindtype=nil) @LoadBalancerId = loadbalancerid @ListenerId = listenerid @InstanceId = instanceid @Port = port @ProbePort = probeport @BindType = bindtype end |
Instance Attribute Details
#BindType ⇒ Object
3339 3340 3341 |
# File 'lib/v20180625/models.rb', line 3339 def BindType @BindType end |
#InstanceId ⇒ Object
3339 3340 3341 |
# File 'lib/v20180625/models.rb', line 3339 def InstanceId @InstanceId end |
#ListenerId ⇒ Object
3339 3340 3341 |
# File 'lib/v20180625/models.rb', line 3339 def ListenerId @ListenerId end |
#LoadBalancerId ⇒ Object
3339 3340 3341 |
# File 'lib/v20180625/models.rb', line 3339 def LoadBalancerId @LoadBalancerId end |
#Port ⇒ Object
3339 3340 3341 |
# File 'lib/v20180625/models.rb', line 3339 def Port @Port end |
#ProbePort ⇒ Object
3339 3340 3341 |
# File 'lib/v20180625/models.rb', line 3339 def ProbePort @ProbePort end |
Instance Method Details
#deserialize(params) ⇒ Object
3350 3351 3352 3353 3354 3355 3356 3357 |
# File 'lib/v20180625/models.rb', line 3350 def deserialize(params) @LoadBalancerId = params['LoadBalancerId'] @ListenerId = params['ListenerId'] @InstanceId = params['InstanceId'] @Port = params['Port'] @ProbePort = params['ProbePort'] @BindType = params['BindType'] end |