Struct redfish_codegen::models::volume::v1_8_0::CheckConsistency
source · pub struct CheckConsistency {
pub target: Option<String>,
pub title: Option<String>,
}
Expand description
This action is used to force a check of the Volume’s parity or redundant data to ensure it matches calculated values.
Fields§
§target: Option<String>
Link to invoke action
title: Option<String>
Friendly action name
Trait Implementations§
source§impl Clone for CheckConsistency
impl Clone for CheckConsistency
source§fn clone(&self) -> CheckConsistency
fn clone(&self) -> CheckConsistency
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 CheckConsistency
impl Debug for CheckConsistency
source§impl Default for CheckConsistency
impl Default for CheckConsistency
source§fn default() -> CheckConsistency
fn default() -> CheckConsistency
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CheckConsistency
impl<'de> Deserialize<'de> for CheckConsistency
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