Enum redfish_codegen::models::chassis::v1_22_0::IntrusionSensor
source · pub enum IntrusionSensor {
Normal,
HardwareIntrusion,
TamperingDetected,
}
Variants§
Normal
No abnormal physical security condition is detected at this time.
HardwareIntrusion
A door, lock, or other mechanism protecting the internal system hardware from being accessed is detected to be in an insecure state.
TamperingDetected
Physical tampering of the monitored entity is detected.
Trait Implementations§
source§impl Clone for IntrusionSensor
impl Clone for IntrusionSensor
source§fn clone(&self) -> IntrusionSensor
fn clone(&self) -> IntrusionSensor
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for IntrusionSensor
impl Debug for IntrusionSensor
source§impl Default for IntrusionSensor
impl Default for IntrusionSensor
source§fn default() -> IntrusionSensor
fn default() -> IntrusionSensor
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for IntrusionSensor
impl<'de> Deserialize<'de> for IntrusionSensor
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>,
Deserialize this value from the given Serde deserializer. Read more