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.
7154 7155 7156 7157 7158 7159 7160 7161 7162 7163 7164 |
# File 'lib/v20170320/models.rb', line 7154 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
7152 7153 7154 |
# File 'lib/v20170320/models.rb', line 7152 def EndTime @EndTime end |
#EventName ⇒ Object
7152 7153 7154 |
# File 'lib/v20170320/models.rb', line 7152 def EventName @EventName end |
#EventStatus ⇒ Object
7152 7153 7154 |
# File 'lib/v20170320/models.rb', line 7152 def EventStatus @EventStatus end |
#InstanceId ⇒ Object
7152 7153 7154 |
# File 'lib/v20170320/models.rb', line 7152 def InstanceId @InstanceId end |
#Limit ⇒ Object
7152 7153 7154 |
# File 'lib/v20170320/models.rb', line 7152 def Limit @Limit end |
#NodeId ⇒ Object
7152 7153 7154 |
# File 'lib/v20170320/models.rb', line 7152 def NodeId @NodeId end |
#Offset ⇒ Object
7152 7153 7154 |
# File 'lib/v20170320/models.rb', line 7152 def Offset @Offset end |
#Order ⇒ Object
7152 7153 7154 |
# File 'lib/v20170320/models.rb', line 7152 def Order @Order end |
#StartTime ⇒ Object
7152 7153 7154 |
# File 'lib/v20170320/models.rb', line 7152 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
7166 7167 7168 7169 7170 7171 7172 7173 7174 7175 7176 |
# File 'lib/v20170320/models.rb', line 7166 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 |