Class: TencentCloud::Tke::V20180525::Exec

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

Overview

探针在容器内执行检测命令参数类型

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(commands = nil) ⇒ Exec



11964
11965
11966
# File 'lib/v20180525/models.rb', line 11964

def initialize(commands=nil)
  @Commands = commands
end

Instance Attribute Details

#CommandsObject

注意:此字段可能返回 null,表示取不到有效值。



11962
11963
11964
# File 'lib/v20180525/models.rb', line 11962

def Commands
  @Commands
end

Instance Method Details

#deserialize(params) ⇒ Object



11968
11969
11970
# File 'lib/v20180525/models.rb', line 11968

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