pub enum LogDiagnosticDataTypes {
Manager,
PreOs,
Os,
Oem,
Cper,
CperSection,
Device,
UnsupportedValue,
}Variants§
Manager
Manager diagnostic data.
PreOs
Pre-OS diagnostic data.
Os
Operating system (OS) diagnostic data.
Oem
OEM diagnostic data.
Cper
UEFI Common Platform Error Record.
This value shall indicate the data provided at the URI specified by the AdditionalDataURI
property is a complete UEFI Specification-defined Common Platform Error Record. The CPER data
shall contain a Record Header and at least one Section as defined by the UEFI Specification.
CperSection
A Section of a UEFI Common Platform Error Record.
This value shall indicate the data provided at the URI specified by the AdditionalDataURI
property is a single Section of a UEFI Specification-defined Common Platform Error Record. The
CPER data shall contain one Section as defined by the UEFI Specification, with no Record Header.
Device
Device diagnostic data.
This value shall indicate the data provided at the URI specified by the AdditionalDataURI
property contains vendor-defined diagnostic data for a device.
UnsupportedValue
Fallback value for values that are not supported by current version of Redfish schema.
Trait Implementations§
Source§impl Clone for LogDiagnosticDataTypes
impl Clone for LogDiagnosticDataTypes
Source§fn clone(&self) -> LogDiagnosticDataTypes
fn clone(&self) -> LogDiagnosticDataTypes
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for LogDiagnosticDataTypes
impl Debug for LogDiagnosticDataTypes
Source§impl<'de> Deserialize<'de> for LogDiagnosticDataTypes
impl<'de> Deserialize<'de> for LogDiagnosticDataTypes
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Source§impl PartialEq for LogDiagnosticDataTypes
impl PartialEq for LogDiagnosticDataTypes
Source§impl Serialize for LogDiagnosticDataTypes
impl Serialize for LogDiagnosticDataTypes
Source§impl ToSnakeCase for LogDiagnosticDataTypes
impl ToSnakeCase for LogDiagnosticDataTypes
Source§fn to_snake_case(&self) -> &'static str
fn to_snake_case(&self) -> &'static str
snake_case string