Class: TencentCloud::Monitor::V20180724::DescribePolicyGroupInfoEventCondition
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Monitor::V20180724::DescribePolicyGroupInfoEventCondition
- Defined in:
- lib/v20180724/models.rb
Overview
查询策略输出的事件告警条件
Instance Attribute Summary collapse
- #AlarmNotifyPeriod ⇒ Object
- #AlarmNotifyType ⇒ Object
- #EventId ⇒ Object
- #EventShowName ⇒ Object
- #RuleId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(eventid = nil, ruleid = nil, eventshowname = nil, alarmnotifyperiod = nil, alarmnotifytype = nil) ⇒ DescribePolicyGroupInfoEventCondition
constructor
A new instance of DescribePolicyGroupInfoEventCondition.
Constructor Details
#initialize(eventid = nil, ruleid = nil, eventshowname = nil, alarmnotifyperiod = nil, alarmnotifytype = nil) ⇒ DescribePolicyGroupInfoEventCondition
Returns a new instance of DescribePolicyGroupInfoEventCondition.
7036 7037 7038 7039 7040 7041 7042 |
# File 'lib/v20180724/models.rb', line 7036 def initialize(eventid=nil, ruleid=nil, eventshowname=nil, alarmnotifyperiod=nil, alarmnotifytype=nil) @EventId = eventid @RuleId = ruleid @EventShowName = eventshowname @AlarmNotifyPeriod = alarmnotifyperiod @AlarmNotifyType = alarmnotifytype end |
Instance Attribute Details
#AlarmNotifyPeriod ⇒ Object
7034 7035 7036 |
# File 'lib/v20180724/models.rb', line 7034 def AlarmNotifyPeriod @AlarmNotifyPeriod end |
#AlarmNotifyType ⇒ Object
7034 7035 7036 |
# File 'lib/v20180724/models.rb', line 7034 def AlarmNotifyType @AlarmNotifyType end |
#EventId ⇒ Object
7034 7035 7036 |
# File 'lib/v20180724/models.rb', line 7034 def EventId @EventId end |
#EventShowName ⇒ Object
7034 7035 7036 |
# File 'lib/v20180724/models.rb', line 7034 def EventShowName @EventShowName end |
#RuleId ⇒ Object
7034 7035 7036 |
# File 'lib/v20180724/models.rb', line 7034 def RuleId @RuleId end |
Instance Method Details
#deserialize(params) ⇒ Object
7044 7045 7046 7047 7048 7049 7050 |
# File 'lib/v20180724/models.rb', line 7044 def deserialize(params) @EventId = params['EventId'] @RuleId = params['RuleId'] @EventShowName = params['EventShowName'] @AlarmNotifyPeriod = params['AlarmNotifyPeriod'] @AlarmNotifyType = params['AlarmNotifyType'] end |