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.



7953
7954
7955
7956
7957
7958
# File 'lib/v20180228/models.rb', line 7953

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



7951
7952
7953
# File 'lib/v20180228/models.rb', line 7951

def AlarmTime
  @AlarmTime
end

#AlarmVidObject

Parameters:

  • Uuid:

    机器uuid

  • AlarmVid:

    告警vid

  • AlarmTime:

    告警时间

  • TableId:

    告警来源表ID



7951
7952
7953
# File 'lib/v20180228/models.rb', line 7951

def AlarmVid
  @AlarmVid
end

#TableIdObject

Parameters:

  • Uuid:

    机器uuid

  • AlarmVid:

    告警vid

  • AlarmTime:

    告警时间

  • TableId:

    告警来源表ID



7951
7952
7953
# File 'lib/v20180228/models.rb', line 7951

def TableId
  @TableId
end

#UuidObject

Parameters:

  • Uuid:

    机器uuid

  • AlarmVid:

    告警vid

  • AlarmTime:

    告警时间

  • TableId:

    告警来源表ID



7951
7952
7953
# File 'lib/v20180228/models.rb', line 7951

def Uuid
  @Uuid
end

Instance Method Details

#deserialize(params) ⇒ Object



7960
7961
7962
7963
7964
7965
# File 'lib/v20180228/models.rb', line 7960

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