Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/MalwareScanStatus

MalwareScanStatus

[JVM]
enum MalwareScanStatus

The malware scan status of a file Possible values are ‘CLEAN’, ‘INFECTED’, ‘SCANNING’, or ‘FAILED’. If ‘CLEAN’ is specified, the file is clean. If ‘INFECTED’ is specified, the file is infected. If ‘SCANNING’ is specified, the file is being scanned. If ‘FAILED’ is specified, the scan failed. If ‘QUEUED_FOR_SCAN’ is specified, the file is queued for scan. If ‘UNKNOWN’ is specified, the status is unknown.

Entries

CLEAN[JVM]
CLEAN
INFECTED[JVM]
INFECTED
SCANNING[JVM]
SCANNING
FAILED[JVM]
FAILED
QUEUED_FOR_SCAN[JVM]
QUEUED_FOR_SCAN
UNSCANNED[JVM]
UNSCANNED
CANNOT_SCAN[JVM]
CANNOT_SCAN
UNKNOWN[JVM]
UNKNOWN

Functions

NameSummary
valueOf[JVM]
open fun valueOf(name: String): MalwareScanStatus
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
values[JVM]
open fun values(): Array<MalwareScanStatus>
Returns an array containing the constants of this enum type, in the order they’re declared. This method may be used to iterate over the constants.