![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
| Name | Description |
|---|---|
NOT_SCANNED |
Entity has not been scanned |
CLEAN |
No infections found during scan, entity is clean |
REPAIRED |
Infections found during scan, entity successfully repaired |
QUARANTINED |
Infections found during scan, repair not possible, entity quarantined |
UNREPAIRABLE |
Maximum attempts to repair infection reached, entity deemed unrepairable |
<xs:simpleType name="virusScanStatus">
<xs:restriction base="xs:string">
<xs:enumeration value="NOT_SCANNED"/>
<xs:enumeration value="CLEAN"/>
<xs:enumeration value="REPAIRED"/>
<xs:enumeration value="QUARANTINED"/>
<xs:enumeration value="UNREPAIRABLE"/>
</xs:restriction>
</xs:simpleType>

Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
Legal Notices