Class: TencentCloud::Apm::V20210622::ApmVulnerabilityServiceDetail

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

Overview

APM应用实例漏洞相关信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(serviceinstance = nil, path = nil, lastoccurtime = nil) ⇒ ApmVulnerabilityServiceDetail

Returns a new instance of ApmVulnerabilityServiceDetail.



1097
1098
1099
1100
1101
# File 'lib/v20210622/models.rb', line 1097

def initialize(serviceinstance=nil, path=nil, lastoccurtime=nil)
  @ServiceInstance = serviceinstance
  @Path = path
  @LastOccurTime = lastoccurtime
end

Instance Attribute Details

#LastOccurTimeObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ServiceInstance:

    应用实例

  • Path:

    漏洞所在jar包路径

  • LastOccurTime:

    最近发生时间



1095
1096
1097
# File 'lib/v20210622/models.rb', line 1095

def LastOccurTime
  @LastOccurTime
end

#PathObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ServiceInstance:

    应用实例

  • Path:

    漏洞所在jar包路径

  • LastOccurTime:

    最近发生时间



1095
1096
1097
# File 'lib/v20210622/models.rb', line 1095

def Path
  @Path
end

#ServiceInstanceObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ServiceInstance:

    应用实例

  • Path:

    漏洞所在jar包路径

  • LastOccurTime:

    最近发生时间



1095
1096
1097
# File 'lib/v20210622/models.rb', line 1095

def ServiceInstance
  @ServiceInstance
end

Instance Method Details

#deserialize(params) ⇒ Object



1103
1104
1105
1106
1107
# File 'lib/v20210622/models.rb', line 1103

def deserialize(params)
  @ServiceInstance = params['ServiceInstance']
  @Path = params['Path']
  @LastOccurTime = params['LastOccurTime']
end