Class: TencentCloud::Teo::V20220901::CreateMultiPathGatewayLineRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Teo::V20220901::CreateMultiPathGatewayLineRequest
- Defined in:
- lib/v20220901/models.rb
Overview
CreateMultiPathGatewayLine请求参数结构体
Instance Attribute Summary collapse
- #GatewayId ⇒ Object
- #LineAddress ⇒ Object
- #LineType ⇒ Object
- #ProxyId ⇒ Object
- #RuleId ⇒ Object
- #ZoneId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(zoneid = nil, gatewayid = nil, linetype = nil, lineaddress = nil, proxyid = nil, ruleid = nil) ⇒ CreateMultiPathGatewayLineRequest
constructor
A new instance of CreateMultiPathGatewayLineRequest.
Constructor Details
#initialize(zoneid = nil, gatewayid = nil, linetype = nil, lineaddress = nil, proxyid = nil, ruleid = nil) ⇒ CreateMultiPathGatewayLineRequest
Returns a new instance of CreateMultiPathGatewayLineRequest.
4609 4610 4611 4612 4613 4614 4615 4616 |
# File 'lib/v20220901/models.rb', line 4609 def initialize(zoneid=nil, gatewayid=nil, linetype=nil, lineaddress=nil, proxyid=nil, ruleid=nil) @ZoneId = zoneid @GatewayId = gatewayid @LineType = linetype @LineAddress = lineaddress @ProxyId = proxyid @RuleId = ruleid end |
Instance Attribute Details
#GatewayId ⇒ Object
4607 4608 4609 |
# File 'lib/v20220901/models.rb', line 4607 def GatewayId @GatewayId end |
#LineAddress ⇒ Object
4607 4608 4609 |
# File 'lib/v20220901/models.rb', line 4607 def LineAddress @LineAddress end |
#LineType ⇒ Object
4607 4608 4609 |
# File 'lib/v20220901/models.rb', line 4607 def LineType @LineType end |
#ProxyId ⇒ Object
4607 4608 4609 |
# File 'lib/v20220901/models.rb', line 4607 def ProxyId @ProxyId end |
#RuleId ⇒ Object
4607 4608 4609 |
# File 'lib/v20220901/models.rb', line 4607 def RuleId @RuleId end |
#ZoneId ⇒ Object
4607 4608 4609 |
# File 'lib/v20220901/models.rb', line 4607 def ZoneId @ZoneId end |
Instance Method Details
#deserialize(params) ⇒ Object
4618 4619 4620 4621 4622 4623 4624 4625 |
# File 'lib/v20220901/models.rb', line 4618 def deserialize(params) @ZoneId = params['ZoneId'] @GatewayId = params['GatewayId'] @LineType = params['LineType'] @LineAddress = params['LineAddress'] @ProxyId = params['ProxyId'] @RuleId = params['RuleId'] end |