Struct redfish_codegen::models::storage::v1_14_0::SetEncryptionKeyRequestBody
source · pub struct SetEncryptionKeyRequestBody {
pub current_encryption_key: Option<String>,
pub encryption_key: String,
pub encryption_key_identifier: Option<String>,
}
Expand description
This action sets the local encryption key for the storage subsystem.
Fields§
§current_encryption_key: Option<String>
The current local encryption key on the storage subsystem.
encryption_key: String
The local encryption key to set on the storage subsystem.
encryption_key_identifier: Option<String>
The local encryption key identifier used by the storage subsystem.
Trait Implementations§
source§impl Clone for SetEncryptionKeyRequestBody
impl Clone for SetEncryptionKeyRequestBody
source§fn clone(&self) -> SetEncryptionKeyRequestBody
fn clone(&self) -> SetEncryptionKeyRequestBody
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 SetEncryptionKeyRequestBody
impl Debug for SetEncryptionKeyRequestBody
source§impl Default for SetEncryptionKeyRequestBody
impl Default for SetEncryptionKeyRequestBody
source§fn default() -> SetEncryptionKeyRequestBody
fn default() -> SetEncryptionKeyRequestBody
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SetEncryptionKeyRequestBody
impl<'de> Deserialize<'de> for SetEncryptionKeyRequestBody
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