Show / Hide Table of Contents

Class ImpactedResourcesCount

Number of resources impacted in this compartment whose scan results currently report this vulnerability

Inheritance
object
ImpactedResourcesCount
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.VulnerabilityscanningService.Models
Assembly: OCI.DotNetSDK.Vulnerabilityscanning.dll
Syntax
public class ImpactedResourcesCount

Properties

HostCount

Declaration
[Required(ErrorMessage = "HostCount is required.")]
[JsonProperty(PropertyName = "hostCount")]
public int? HostCount { get; set; }
Property Value
Type Description
int?

Number of scanned hosts in this compartment whose scan results currently report this vulnerability

Remarks

Required

ImageCount

Declaration
[Required(ErrorMessage = "ImageCount is required.")]
[JsonProperty(PropertyName = "imageCount")]
public int? ImageCount { get; set; }
Property Value
Type Description
int?

Number of scanned container images in this compartment whose scan results currently report this vulnerability

Remarks

Required

In this article
Back to top