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
fun LocationArgs(cpeUri: Output<String>? = null, path: Output<String>? = null, version: Output<VersionArgs>? = null)

Functions

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

Properties

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

Deprecated. The cpe_uri in cpe format denoting the package manager version distributing a package.

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.