Class: TencentCloud::Teo::V20220901::ModifyMultiPathGatewayRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Teo::V20220901::ModifyMultiPathGatewayRequest
- Defined in:
- lib/v20220901/models.rb
Overview
ModifyMultiPathGateway请求参数结构体
Instance Attribute Summary collapse
- #GatewayId ⇒ Object
- #GatewayIP ⇒ Object
- #GatewayName ⇒ Object
- #GatewayPort ⇒ Object
- #ZoneId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(zoneid = nil, gatewayid = nil, gatewayname = nil, gatewayip = nil, gatewayport = nil) ⇒ ModifyMultiPathGatewayRequest
constructor
A new instance of ModifyMultiPathGatewayRequest.
Constructor Details
#initialize(zoneid = nil, gatewayid = nil, gatewayname = nil, gatewayip = nil, gatewayport = nil) ⇒ ModifyMultiPathGatewayRequest
Returns a new instance of ModifyMultiPathGatewayRequest.
16606 16607 16608 16609 16610 16611 16612 |
# File 'lib/v20220901/models.rb', line 16606 def initialize(zoneid=nil, gatewayid=nil, gatewayname=nil, gatewayip=nil, gatewayport=nil) @ZoneId = zoneid @GatewayId = gatewayid @GatewayName = gatewayname @GatewayIP = gatewayip @GatewayPort = gatewayport end |
Instance Attribute Details
#GatewayId ⇒ Object
16604 16605 16606 |
# File 'lib/v20220901/models.rb', line 16604 def GatewayId @GatewayId end |
#GatewayIP ⇒ Object
16604 16605 16606 |
# File 'lib/v20220901/models.rb', line 16604 def GatewayIP @GatewayIP end |
#GatewayName ⇒ Object
16604 16605 16606 |
# File 'lib/v20220901/models.rb', line 16604 def GatewayName @GatewayName end |
#GatewayPort ⇒ Object
16604 16605 16606 |
# File 'lib/v20220901/models.rb', line 16604 def GatewayPort @GatewayPort end |
#ZoneId ⇒ Object
16604 16605 16606 |
# File 'lib/v20220901/models.rb', line 16604 def ZoneId @ZoneId end |
Instance Method Details
#deserialize(params) ⇒ Object
16614 16615 16616 16617 16618 16619 16620 |
# File 'lib/v20220901/models.rb', line 16614 def deserialize(params) @ZoneId = params['ZoneId'] @GatewayId = params['GatewayId'] @GatewayName = params['GatewayName'] @GatewayIP = params['GatewayIP'] @GatewayPort = params['GatewayPort'] end |