Class: TencentCloud::Bmlb::V20180625::ModifyL7BackendPortRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bmlb::V20180625::ModifyL7BackendPortRequest
- Defined in:
- lib/v20180625/models.rb
Overview
ModifyL7BackendPort请求参数结构体
Instance Attribute Summary collapse
- #BindType ⇒ Object
- #DomainId ⇒ Object
- #InstanceId ⇒ Object
- #ListenerId ⇒ Object
- #LoadBalancerId ⇒ Object
- #LocationId ⇒ Object
- #NewPort ⇒ Object
- #Port ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(loadbalancerid = nil, listenerid = nil, domainid = nil, locationid = nil, instanceid = nil, port = nil, newport = nil, bindtype = nil) ⇒ ModifyL7BackendPortRequest
constructor
A new instance of ModifyL7BackendPortRequest.
Constructor Details
#initialize(loadbalancerid = nil, listenerid = nil, domainid = nil, locationid = nil, instanceid = nil, port = nil, newport = nil, bindtype = nil) ⇒ ModifyL7BackendPortRequest
Returns a new instance of ModifyL7BackendPortRequest.
3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 |
# File 'lib/v20180625/models.rb', line 3557 def initialize(loadbalancerid=nil, listenerid=nil, domainid=nil, locationid=nil, instanceid=nil, port=nil, newport=nil, bindtype=nil) @LoadBalancerId = loadbalancerid @ListenerId = listenerid @DomainId = domainid @LocationId = locationid @InstanceId = instanceid @Port = port @NewPort = newport @BindType = bindtype end |
Instance Attribute Details
#BindType ⇒ Object
3555 3556 3557 |
# File 'lib/v20180625/models.rb', line 3555 def BindType @BindType end |
#DomainId ⇒ Object
3555 3556 3557 |
# File 'lib/v20180625/models.rb', line 3555 def DomainId @DomainId end |
#InstanceId ⇒ Object
3555 3556 3557 |
# File 'lib/v20180625/models.rb', line 3555 def InstanceId @InstanceId end |
#ListenerId ⇒ Object
3555 3556 3557 |
# File 'lib/v20180625/models.rb', line 3555 def ListenerId @ListenerId end |
#LoadBalancerId ⇒ Object
3555 3556 3557 |
# File 'lib/v20180625/models.rb', line 3555 def LoadBalancerId @LoadBalancerId end |
#LocationId ⇒ Object
3555 3556 3557 |
# File 'lib/v20180625/models.rb', line 3555 def LocationId @LocationId end |
#NewPort ⇒ Object
3555 3556 3557 |
# File 'lib/v20180625/models.rb', line 3555 def NewPort @NewPort end |
#Port ⇒ Object
3555 3556 3557 |
# File 'lib/v20180625/models.rb', line 3555 def Port @Port end |
Instance Method Details
#deserialize(params) ⇒ Object
3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 |
# File 'lib/v20180625/models.rb', line 3568 def deserialize(params) @LoadBalancerId = params['LoadBalancerId'] @ListenerId = params['ListenerId'] @DomainId = params['DomainId'] @LocationId = params['LocationId'] @InstanceId = params['InstanceId'] @Port = params['Port'] @NewPort = params['NewPort'] @BindType = params['BindType'] end |