Class: TencentCloud::Tke::V20180525::RunMonitorServiceEnabled
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::RunMonitorServiceEnabled
- Defined in:
- lib/v20180525/models.rb
Overview
描述了 “云监控” 服务相关的信息
Instance Attribute Summary collapse
-
#Enabled ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(enabled = nil) ⇒ RunMonitorServiceEnabled
constructor
A new instance of RunMonitorServiceEnabled.
Constructor Details
#initialize(enabled = nil) ⇒ RunMonitorServiceEnabled
Returns a new instance of RunMonitorServiceEnabled.
17898 17899 17900 |
# File 'lib/v20180525/models.rb', line 17898 def initialize(enabled=nil) @Enabled = enabled end |
Instance Attribute Details
#Enabled ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
17896 17897 17898 |
# File 'lib/v20180525/models.rb', line 17896 def Enabled @Enabled end |
Instance Method Details
#deserialize(params) ⇒ Object
17902 17903 17904 |
# File 'lib/v20180525/models.rb', line 17902 def deserialize(params) @Enabled = params['Enabled'] end |