Enum redfish_codegen::models::volume::EncryptionTypes
source · pub enum EncryptionTypes {
NativeDriveEncryption,
ControllerAssisted,
SoftwareAssisted,
}
Variants§
NativeDriveEncryption
The volume is utilizing the native drive encryption capabilities of the drive hardware.
ControllerAssisted
The volume is being encrypted by the storage controller entity.
SoftwareAssisted
The volume is being encrypted by software running on the system or the operating system.
Trait Implementations§
source§impl Clone for EncryptionTypes
impl Clone for EncryptionTypes
source§fn clone(&self) -> EncryptionTypes
fn clone(&self) -> EncryptionTypes
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 EncryptionTypes
impl Debug for EncryptionTypes
source§impl Default for EncryptionTypes
impl Default for EncryptionTypes
source§fn default() -> EncryptionTypes
fn default() -> EncryptionTypes
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for EncryptionTypes
impl<'de> Deserialize<'de> for EncryptionTypes
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