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.
9433 9434 9435 9436 9437 9438 9439 9440 9441 |
# File 'lib/v20180525/models.rb', line 9433 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
9431 9432 9433 |
# File 'lib/v20180525/models.rb', line 9431 def EndTime @EndTime end |
#InstanceId ⇒ Object
9431 9432 9433 |
# File 'lib/v20180525/models.rb', line 9431 def InstanceId @InstanceId end |
#Labels ⇒ Object
9431 9432 9433 |
# File 'lib/v20180525/models.rb', line 9431 def Labels @Labels end |
#Limit ⇒ Object
9431 9432 9433 |
# File 'lib/v20180525/models.rb', line 9431 def Limit @Limit end |
#Offset ⇒ Object
9431 9432 9433 |
# File 'lib/v20180525/models.rb', line 9431 def Offset @Offset end |
#RuleName ⇒ Object
9431 9432 9433 |
# File 'lib/v20180525/models.rb', line 9431 def RuleName @RuleName end |
#StartTime ⇒ Object
9431 9432 9433 |
# File 'lib/v20180525/models.rb', line 9431 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
9443 9444 9445 9446 9447 9448 9449 9450 9451 |
# File 'lib/v20180525/models.rb', line 9443 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 |