Class: TencentCloud::Monitor::V20180724::DescribePrometheusAlertGroupsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Monitor::V20180724::DescribePrometheusAlertGroupsRequest
- Defined in:
- lib/v20180724/models.rb
Overview
DescribePrometheusAlertGroups请求参数结构体
Instance Attribute Summary collapse
-
#GroupId ⇒ Object
查询给定ID的告警分组 查询名称中包含给定字符串的告警分组.
-
#GroupName ⇒ Object
查询给定ID的告警分组 查询名称中包含给定字符串的告警分组.
-
#InstanceId ⇒ Object
查询给定ID的告警分组 查询名称中包含给定字符串的告警分组.
-
#Limit ⇒ Object
查询给定ID的告警分组 查询名称中包含给定字符串的告警分组.
-
#Offset ⇒ Object
查询给定ID的告警分组 查询名称中包含给定字符串的告警分组.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, limit = nil, offset = nil, groupid = nil, groupname = nil) ⇒ DescribePrometheusAlertGroupsRequest
constructor
A new instance of DescribePrometheusAlertGroupsRequest.
Constructor Details
#initialize(instanceid = nil, limit = nil, offset = nil, groupid = nil, groupname = nil) ⇒ DescribePrometheusAlertGroupsRequest
Returns a new instance of DescribePrometheusAlertGroupsRequest.
8125 8126 8127 8128 8129 8130 8131 |
# File 'lib/v20180724/models.rb', line 8125 def initialize(instanceid=nil, limit=nil, offset=nil, groupid=nil, groupname=nil) @InstanceId = instanceid @Limit = limit @Offset = offset @GroupId = groupid @GroupName = groupname end |
Instance Attribute Details
#GroupId ⇒ Object
查询给定ID的告警分组 查询名称中包含给定字符串的告警分组
8123 8124 8125 |
# File 'lib/v20180724/models.rb', line 8123 def GroupId @GroupId end |
#GroupName ⇒ Object
查询给定ID的告警分组 查询名称中包含给定字符串的告警分组
8123 8124 8125 |
# File 'lib/v20180724/models.rb', line 8123 def GroupName @GroupName end |
#InstanceId ⇒ Object
查询给定ID的告警分组 查询名称中包含给定字符串的告警分组
8123 8124 8125 |
# File 'lib/v20180724/models.rb', line 8123 def InstanceId @InstanceId end |
#Limit ⇒ Object
查询给定ID的告警分组 查询名称中包含给定字符串的告警分组
8123 8124 8125 |
# File 'lib/v20180724/models.rb', line 8123 def Limit @Limit end |
#Offset ⇒ Object
查询给定ID的告警分组 查询名称中包含给定字符串的告警分组
8123 8124 8125 |
# File 'lib/v20180724/models.rb', line 8123 def Offset @Offset end |
Instance Method Details
#deserialize(params) ⇒ Object
8133 8134 8135 8136 8137 8138 8139 |
# File 'lib/v20180724/models.rb', line 8133 def deserialize(params) @InstanceId = params['InstanceId'] @Limit = params['Limit'] @Offset = params['Offset'] @GroupId = params['GroupId'] @GroupName = params['GroupName'] end |