Class Google::Cloud::ContainerAnalysis::V1::VulnerabilityOccurrencesSummary::FixableTotalByDigest (v0.4.7)

Per resource and severity counts of fixable and total vulnerabilities.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#fixable_count

def fixable_count() -> ::Integer
Returns
  • (::Integer) — The number of fixable vulnerabilities associated with this resource.

#fixable_count=

def fixable_count=(value) -> ::Integer
Parameter
  • value (::Integer) — The number of fixable vulnerabilities associated with this resource.
Returns
  • (::Integer) — The number of fixable vulnerabilities associated with this resource.

#resource_uri

def resource_uri() -> ::String
Returns
  • (::String) — The affected resource.

#resource_uri=

def resource_uri=(value) -> ::String
Parameter
  • value (::String) — The affected resource.
Returns
  • (::String) — The affected resource.

#severity

def severity() -> ::Grafeas::V1::Severity
Returns
  • (::Grafeas::V1::Severity) — The severity for this count. SEVERITY_UNSPECIFIED indicates total across all severities.

#severity=

def severity=(value) -> ::Grafeas::V1::Severity
Parameter
  • value (::Grafeas::V1::Severity) — The severity for this count. SEVERITY_UNSPECIFIED indicates total across all severities.
Returns
  • (::Grafeas::V1::Severity) — The severity for this count. SEVERITY_UNSPECIFIED indicates total across all severities.

#total_count

def total_count() -> ::Integer
Returns
  • (::Integer) — The total number of vulnerabilities associated with this resource.

#total_count=

def total_count=(value) -> ::Integer
Parameter
  • value (::Integer) — The total number of vulnerabilities associated with this resource.
Returns
  • (::Integer) — The total number of vulnerabilities associated with this resource.