Class: TencentCloud::Cdb::V20170320::SwitchForUpgradeRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::SwitchForUpgradeRequest
- Defined in:
- lib/v20170320/models.rb
Overview
SwitchForUpgrade请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, isrelatedswitch = nil) ⇒ SwitchForUpgradeRequest
constructor
A new instance of SwitchForUpgradeRequest.
Constructor Details
#initialize(instanceid = nil, isrelatedswitch = nil) ⇒ SwitchForUpgradeRequest
Returns a new instance of SwitchForUpgradeRequest.
14388 14389 14390 14391 |
# File 'lib/v20170320/models.rb', line 14388 def initialize(instanceid=nil, =nil) @InstanceId = instanceid = end |
Instance Attribute Details
#InstanceId ⇒ Object
14386 14387 14388 |
# File 'lib/v20170320/models.rb', line 14386 def InstanceId @InstanceId end |
#IsRelatedSwitch ⇒ Object
14386 14387 14388 |
# File 'lib/v20170320/models.rb', line 14386 def end |
Instance Method Details
#deserialize(params) ⇒ Object
14393 14394 14395 14396 |
# File 'lib/v20170320/models.rb', line 14393 def deserialize(params) @InstanceId = params['InstanceId'] = params['IsRelatedSwitch'] end |