Class: TencentCloud::Tione::V20211111::ExecAction

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20211111/models.rb

Overview

执行命令探针检查行为

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(command = nil) ⇒ ExecAction

Returns a new instance of ExecAction.



4341
4342
4343
# File 'lib/v20211111/models.rb', line 4341

def initialize(command=nil)
  @Command = command
end

Instance Attribute Details

#CommandObject

Parameters:

  • Command:

    执行命令列表



4339
4340
4341
# File 'lib/v20211111/models.rb', line 4339

def Command
  @Command
end

Instance Method Details

#deserialize(params) ⇒ Object



4345
4346
4347
# File 'lib/v20211111/models.rb', line 4345

def deserialize(params)
  @Command = params['Command']
end