Class: TencentCloud::Tione::V20211111::StartCmdInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20211111::StartCmdInfo
- Defined in:
- lib/v20211111/models.rb
Overview
启动命令信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(startcmd = nil, psstartcmd = nil, workerstartcmd = nil) ⇒ StartCmdInfo
constructor
A new instance of StartCmdInfo.
Constructor Details
#initialize(startcmd = nil, psstartcmd = nil, workerstartcmd = nil) ⇒ StartCmdInfo
Returns a new instance of StartCmdInfo.
8772 8773 8774 8775 8776 |
# File 'lib/v20211111/models.rb', line 8772 def initialize(startcmd=nil, psstartcmd=nil, workerstartcmd=nil) @StartCmd = startcmd @PsStartCmd = psstartcmd @WorkerStartCmd = workerstartcmd end |
Instance Attribute Details
#PsStartCmd ⇒ Object
8770 8771 8772 |
# File 'lib/v20211111/models.rb', line 8770 def PsStartCmd @PsStartCmd end |
#StartCmd ⇒ Object
8770 8771 8772 |
# File 'lib/v20211111/models.rb', line 8770 def StartCmd @StartCmd end |
#WorkerStartCmd ⇒ Object
8770 8771 8772 |
# File 'lib/v20211111/models.rb', line 8770 def WorkerStartCmd @WorkerStartCmd end |
Instance Method Details
#deserialize(params) ⇒ Object
8778 8779 8780 8781 8782 |
# File 'lib/v20211111/models.rb', line 8778 def deserialize(params) @StartCmd = params['StartCmd'] @PsStartCmd = params['PsStartCmd'] @WorkerStartCmd = params['WorkerStartCmd'] end |