Class: TencentCloud::Cdwch::V20200915::InstanceDetail
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdwch::V20200915::InstanceDetail
- Defined in:
- lib/v20200915/models.rb
Overview
Instance表detail字段
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(enablealarmstrategy = nil) ⇒ InstanceDetail
constructor
A new instance of InstanceDetail.
Constructor Details
#initialize(enablealarmstrategy = nil) ⇒ InstanceDetail
Returns a new instance of InstanceDetail.
2010 2011 2012 |
# File 'lib/v20200915/models.rb', line 2010 def initialize(enablealarmstrategy=nil) @EnableAlarmStrategy = enablealarmstrategy end |
Instance Attribute Details
#EnableAlarmStrategy ⇒ Object
2008 2009 2010 |
# File 'lib/v20200915/models.rb', line 2008 def EnableAlarmStrategy @EnableAlarmStrategy end |
Instance Method Details
#deserialize(params) ⇒ Object
2014 2015 2016 |
# File 'lib/v20200915/models.rb', line 2014 def deserialize(params) @EnableAlarmStrategy = params['EnableAlarmStrategy'] end |