Class: TencentCloud::Cwp::V20180228::DescribeAlarmIncidentNodesRequest

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

Overview

DescribeAlarmIncidentNodes请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(uuid = nil, alarmvid = nil, alarmtime = nil, tableid = nil) ⇒ DescribeAlarmIncidentNodesRequest

Returns a new instance of DescribeAlarmIncidentNodesRequest.



7974
7975
7976
7977
7978
7979
# File 'lib/v20180228/models.rb', line 7974

def initialize(uuid=nil, alarmvid=nil, alarmtime=nil, tableid=nil)
  @Uuid = uuid
  @AlarmVid = alarmvid
  @AlarmTime = alarmtime
  @TableId = tableid
end

Instance Attribute Details

#AlarmTimeObject

Parameters:

  • Uuid:

    机器uuid

  • AlarmVid:

    告警vid

  • AlarmTime:

    告警时间

  • TableId:

    告警来源表ID



7972
7973
7974
# File 'lib/v20180228/models.rb', line 7972

def AlarmTime
  @AlarmTime
end

#AlarmVidObject

Parameters:

  • Uuid:

    机器uuid

  • AlarmVid:

    告警vid

  • AlarmTime:

    告警时间

  • TableId:

    告警来源表ID



7972
7973
7974
# File 'lib/v20180228/models.rb', line 7972

def AlarmVid
  @AlarmVid
end

#TableIdObject

Parameters:

  • Uuid:

    机器uuid

  • AlarmVid:

    告警vid

  • AlarmTime:

    告警时间

  • TableId:

    告警来源表ID



7972
7973
7974
# File 'lib/v20180228/models.rb', line 7972

def TableId
  @TableId
end

#UuidObject

Parameters:

  • Uuid:

    机器uuid

  • AlarmVid:

    告警vid

  • AlarmTime:

    告警时间

  • TableId:

    告警来源表ID



7972
7973
7974
# File 'lib/v20180228/models.rb', line 7972

def Uuid
  @Uuid
end

Instance Method Details

#deserialize(params) ⇒ Object



7981
7982
7983
7984
7985
7986
# File 'lib/v20180228/models.rb', line 7981

def deserialize(params)
  @Uuid = params['Uuid']
  @AlarmVid = params['AlarmVid']
  @AlarmTime = params['AlarmTime']
  @TableId = params['TableId']
end