Class: TencentCloud::Tke::V20180525::DescribePrometheusAlertHistoryRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::DescribePrometheusAlertHistoryRequest
- Defined in:
- lib/v20180525/models.rb
Overview
DescribePrometheusAlertHistory请求参数结构体
Instance Attribute Summary collapse
- #EndTime ⇒ Object
- #InstanceId ⇒ Object
- #Labels ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #RuleName ⇒ Object
- #StartTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, rulename = nil, starttime = nil, endtime = nil, labels = nil, offset = nil, limit = nil) ⇒ DescribePrometheusAlertHistoryRequest
constructor
A new instance of DescribePrometheusAlertHistoryRequest.
Constructor Details
#initialize(instanceid = nil, rulename = nil, starttime = nil, endtime = nil, labels = nil, offset = nil, limit = nil) ⇒ DescribePrometheusAlertHistoryRequest
Returns a new instance of DescribePrometheusAlertHistoryRequest.
8780 8781 8782 8783 8784 8785 8786 8787 8788 |
# File 'lib/v20180525/models.rb', line 8780 def initialize(instanceid=nil, rulename=nil, starttime=nil, endtime=nil, labels=nil, offset=nil, limit=nil) @InstanceId = instanceid @RuleName = rulename @StartTime = starttime @EndTime = endtime @Labels = labels @Offset = offset @Limit = limit end |
Instance Attribute Details
#EndTime ⇒ Object
8778 8779 8780 |
# File 'lib/v20180525/models.rb', line 8778 def EndTime @EndTime end |
#InstanceId ⇒ Object
8778 8779 8780 |
# File 'lib/v20180525/models.rb', line 8778 def InstanceId @InstanceId end |
#Labels ⇒ Object
8778 8779 8780 |
# File 'lib/v20180525/models.rb', line 8778 def Labels @Labels end |
#Limit ⇒ Object
8778 8779 8780 |
# File 'lib/v20180525/models.rb', line 8778 def Limit @Limit end |
#Offset ⇒ Object
8778 8779 8780 |
# File 'lib/v20180525/models.rb', line 8778 def Offset @Offset end |
#RuleName ⇒ Object
8778 8779 8780 |
# File 'lib/v20180525/models.rb', line 8778 def RuleName @RuleName end |
#StartTime ⇒ Object
8778 8779 8780 |
# File 'lib/v20180525/models.rb', line 8778 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
8790 8791 8792 8793 8794 8795 8796 8797 8798 |
# File 'lib/v20180525/models.rb', line 8790 def deserialize(params) @InstanceId = params['InstanceId'] @RuleName = params['RuleName'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Labels = params['Labels'] @Offset = params['Offset'] @Limit = params['Limit'] end |