Class: TencentCloud::Tke::V20180525::Exec
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::Exec
- Defined in:
- lib/v20180525/models.rb
Overview
探针在容器内执行检测命令参数类型
Instance Attribute Summary collapse
-
#Commands ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(commands = nil) ⇒ Exec
constructor
A new instance of Exec.
Constructor Details
#initialize(commands = nil) ⇒ Exec
Returns a new instance of Exec.
11788 11789 11790 |
# File 'lib/v20180525/models.rb', line 11788 def initialize(commands=nil) @Commands = commands end |
Instance Attribute Details
#Commands ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
11786 11787 11788 |
# File 'lib/v20180525/models.rb', line 11786 def Commands @Commands end |
Instance Method Details
#deserialize(params) ⇒ Object
11792 11793 11794 |
# File 'lib/v20180525/models.rb', line 11792 def deserialize(params) @Commands = params['Commands'] end |