Class: TencentCloud::Cdb::V20170320::DescribeInstanceAlarmEventsRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::DescribeInstanceAlarmEventsRequest
- Defined in:
- lib/v20170320/models.rb
Overview
DescribeInstanceAlarmEvents请求参数结构体
Instance Attribute Summary collapse
- #EndTime ⇒ Object
- #EventName ⇒ Object
- #EventStatus ⇒ Object
- #InstanceId ⇒ Object
- #Limit ⇒ Object
- #NodeId ⇒ Object
- #Offset ⇒ Object
- #Order ⇒ Object
- #StartTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, starttime = nil, endtime = nil, eventname = nil, eventstatus = nil, order = nil, limit = nil, offset = nil, nodeid = nil) ⇒ DescribeInstanceAlarmEventsRequest
constructor
A new instance of DescribeInstanceAlarmEventsRequest.
Constructor Details
#initialize(instanceid = nil, starttime = nil, endtime = nil, eventname = nil, eventstatus = nil, order = nil, limit = nil, offset = nil, nodeid = nil) ⇒ DescribeInstanceAlarmEventsRequest
Returns a new instance of DescribeInstanceAlarmEventsRequest.
7184 7185 7186 7187 7188 7189 7190 7191 7192 7193 7194 |
# File 'lib/v20170320/models.rb', line 7184 def initialize(instanceid=nil, starttime=nil, endtime=nil, eventname=nil, eventstatus=nil, order=nil, limit=nil, offset=nil, nodeid=nil) @InstanceId = instanceid @StartTime = starttime @EndTime = endtime @EventName = eventname @EventStatus = eventstatus @Order = order @Limit = limit @Offset = offset @NodeId = nodeid end |
Instance Attribute Details
#EndTime ⇒ Object
7182 7183 7184 |
# File 'lib/v20170320/models.rb', line 7182 def EndTime @EndTime end |
#EventName ⇒ Object
7182 7183 7184 |
# File 'lib/v20170320/models.rb', line 7182 def EventName @EventName end |
#EventStatus ⇒ Object
7182 7183 7184 |
# File 'lib/v20170320/models.rb', line 7182 def EventStatus @EventStatus end |
#InstanceId ⇒ Object
7182 7183 7184 |
# File 'lib/v20170320/models.rb', line 7182 def InstanceId @InstanceId end |
#Limit ⇒ Object
7182 7183 7184 |
# File 'lib/v20170320/models.rb', line 7182 def Limit @Limit end |
#NodeId ⇒ Object
7182 7183 7184 |
# File 'lib/v20170320/models.rb', line 7182 def NodeId @NodeId end |
#Offset ⇒ Object
7182 7183 7184 |
# File 'lib/v20170320/models.rb', line 7182 def Offset @Offset end |
#Order ⇒ Object
7182 7183 7184 |
# File 'lib/v20170320/models.rb', line 7182 def Order @Order end |
#StartTime ⇒ Object
7182 7183 7184 |
# File 'lib/v20170320/models.rb', line 7182 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
7196 7197 7198 7199 7200 7201 7202 7203 7204 7205 7206 |
# File 'lib/v20170320/models.rb', line 7196 def deserialize(params) @InstanceId = params['InstanceId'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @EventName = params['EventName'] @EventStatus = params['EventStatus'] @Order = params['Order'] @Limit = params['Limit'] @Offset = params['Offset'] @NodeId = params['NodeId'] end |