Class: TencentCloud::Dbbrain::V20210527::DescribeAlarmTemplateRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210527/models.rb

Overview

DescribeAlarmTemplate请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(templatenameregexp = nil, limit = nil, offset = nil, product = nil) ⇒ DescribeAlarmTemplateRequest

Returns a new instance of DescribeAlarmTemplateRequest.



1673
1674
1675
1676
1677
1678
# File 'lib/v20210527/models.rb', line 1673

def initialize(templatenameregexp=nil, limit=nil, offset=nil, product=nil)
  @TemplateNameRegexp = templatenameregexp
  @Limit = limit
  @Offset = offset
  @Product = product
end

Instance Attribute Details

#LimitObject

Parameters:

  • 搜索字段

  • 返回限制长度,最大值: 50,默认值: 50

  • 偏置,最大值: 无限制,默认值: 0

  • 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL



1671
1672
1673
# File 'lib/v20210527/models.rb', line 1671

def Limit
  @Limit
end

#OffsetObject

Parameters:

  • 搜索字段

  • 返回限制长度,最大值: 50,默认值: 50

  • 偏置,最大值: 无限制,默认值: 0

  • 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL



1671
1672
1673
# File 'lib/v20210527/models.rb', line 1671

def Offset
  @Offset
end

#ProductObject

Parameters:

  • 搜索字段

  • 返回限制长度,最大值: 50,默认值: 50

  • 偏置,最大值: 无限制,默认值: 0

  • 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL



1671
1672
1673
# File 'lib/v20210527/models.rb', line 1671

def Product
  @Product
end

#TemplateNameRegexpObject

Parameters:

  • 搜索字段

  • 返回限制长度,最大值: 50,默认值: 50

  • 偏置,最大值: 无限制,默认值: 0

  • 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL



1671
1672
1673
# File 'lib/v20210527/models.rb', line 1671

def TemplateNameRegexp
  @TemplateNameRegexp
end

Instance Method Details

#deserialize(params) ⇒ Object



1680
1681
1682
1683
1684
1685
# File 'lib/v20210527/models.rb', line 1680

def deserialize(params)
  @TemplateNameRegexp = params['TemplateNameRegexp']
  @Limit = params['Limit']
  @Offset = params['Offset']
  @Product = params['Product']
end