Package | Description |
---|---|
org.ovirt.engine.api.restapi.types | |
org.ovirt.engine.core.common | |
org.ovirt.engine.core.common.businessentities |
Modifier and Type | Method and Description |
---|---|
static LogSeverity |
EventMapper.map(AuditLogSeverity entityStatus,
LogSeverity template) |
Modifier and Type | Method and Description |
---|---|
static AuditLogSeverity |
AuditLogSeverity.forValue(int value) |
static AuditLogSeverity |
AuditLogSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditLogSeverity[] |
AuditLogSeverity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AuditLogSeverity |
AuditLog.getseverity() |
Modifier and Type | Method and Description |
---|---|
void |
AuditLog.setseverity(AuditLogSeverity value) |
Constructor and Description |
---|
AuditLog(AuditLogType al_type,
AuditLogSeverity al_severity,
String al_msg,
NGuid al_user_id,
String al_user_name,
NGuid al_vm_id,
String al_vm_name,
NGuid al_vds_id,
String al_vds_name,
NGuid al_vmt_id,
String al_vmt_name)
Vitaly add
|
Copyright © 2012. All Rights Reserved.