Class: TencentCloud::Apm::V20210622::DescribeApmVulnerabilityCountRequest

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

Overview

DescribeApmVulnerabilityCount请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(instanceid = nil, servicename = nil, starttime = nil, endtime = nil, type = nil) ⇒ DescribeApmVulnerabilityCountRequest

Returns a new instance of DescribeApmVulnerabilityCountRequest.



1993
1994
1995
1996
1997
1998
1999
# File 'lib/v20210622/models.rb', line 1993

def initialize(instanceid=nil, servicename=nil, starttime=nil, endtime=nil, type=nil)
  @InstanceId = instanceid
  @ServiceName = servicename
  @StartTime = starttime
  @EndTime = endtime
  @Type = type
end

Instance Attribute Details

#EndTimeObject

Parameters:

  • InstanceId:

    APM业务系统ID

  • ServiceName:

    APM应用名称

  • StartTime:

    秒级时间戳

  • EndTime:

    秒级时间戳

  • Type:

    查询的数据类型,攻击检测为“attack_detect”



1991
1992
1993
# File 'lib/v20210622/models.rb', line 1991

def EndTime
  @EndTime
end

#InstanceIdObject

Parameters:

  • InstanceId:

    APM业务系统ID

  • ServiceName:

    APM应用名称

  • StartTime:

    秒级时间戳

  • EndTime:

    秒级时间戳

  • Type:

    查询的数据类型,攻击检测为“attack_detect”



1991
1992
1993
# File 'lib/v20210622/models.rb', line 1991

def InstanceId
  @InstanceId
end

#ServiceNameObject

Parameters:

  • InstanceId:

    APM业务系统ID

  • ServiceName:

    APM应用名称

  • StartTime:

    秒级时间戳

  • EndTime:

    秒级时间戳

  • Type:

    查询的数据类型,攻击检测为“attack_detect”



1991
1992
1993
# File 'lib/v20210622/models.rb', line 1991

def ServiceName
  @ServiceName
end

#StartTimeObject

Parameters:

  • InstanceId:

    APM业务系统ID

  • ServiceName:

    APM应用名称

  • StartTime:

    秒级时间戳

  • EndTime:

    秒级时间戳

  • Type:

    查询的数据类型,攻击检测为“attack_detect”



1991
1992
1993
# File 'lib/v20210622/models.rb', line 1991

def StartTime
  @StartTime
end

#TypeObject

Parameters:

  • InstanceId:

    APM业务系统ID

  • ServiceName:

    APM应用名称

  • StartTime:

    秒级时间戳

  • EndTime:

    秒级时间戳

  • Type:

    查询的数据类型,攻击检测为“attack_detect”



1991
1992
1993
# File 'lib/v20210622/models.rb', line 1991

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



2001
2002
2003
2004
2005
2006
2007
# File 'lib/v20210622/models.rb', line 2001

def deserialize(params)
  @InstanceId = params['InstanceId']
  @ServiceName = params['ServiceName']
  @StartTime = params['StartTime']
  @EndTime = params['EndTime']
  @Type = params['Type']
end