LocationArgs

data class LocationArgs(val cpeUri: Output<String>? = null, val path: Output<String>? = null, val version: Output<VersionArgs>? = null) : ConvertibleToJava<LocationArgs>

An occurrence of a particular package installation found within a system's filesystem. E.g., glibc was found in /var/lib/dpkg/status.

Constructors

Link copied to clipboard
constructor(cpeUri: Output<String>? = null, path: Output<String>? = null, version: Output<VersionArgs>? = null)

Properties

Link copied to clipboard
val cpeUri: Output<String>? = null

Deprecated. The CPE URI in CPE format

Link copied to clipboard
val path: Output<String>? = null

The path from which we gathered that this package/version is installed.

Link copied to clipboard
val version: Output<VersionArgs>? = null

Deprecated. The version installed at this location.

Functions

Link copied to clipboard
open override fun toJava(): LocationArgs