public sealed class Location : IMessage<Location>, IEquatable<Location>, IDeepCloneable<Location>, IBufferMessage, IMessageAn occurrence of a particular package installation found within a system's
filesystem. E.g., glibc was found in /var/lib/dpkg/status.
Implements
IMessage<Location>, IEquatable<Location>, IDeepCloneable<Location>, IBufferMessage, IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
Location()
public Location()Location(Location)
public Location(Location other)| Parameter | |
|---|---|
| Name | Description |
other |
Location |
Properties
CpeUri
public string CpeUri { get; set; }Required. The CPE URI in CPE format denoting the package manager version distributing a package.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Path
public string Path { get; set; }The path from which we gathered that this package/version is installed.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Version
public Version Version { get; set; }The version installed at this location.
| Property Value | |
|---|---|
| Type | Description |
Version |
|