pub enum StorageAccessCapability {
Read,
Write,
WriteOnce,
Append,
Streaming,
Execute,
UnsupportedValue,
}Expand description
Values of StorageAccessCapability describe abilities to read or write storage.
StorageAccessCapability enumeration literals may be used to describe abilities to read or write storage.
Variants§
Read
Read.
This enumeration literal shall indicate that the storage may be read.
Write
Write Many.
This enumeration literal shall indicate that the storage may be written multiple times.
WriteOnce
WriteOnce.
This enumeration literal shall indicate that the storage may be written only once.
Append
AppendOnly.
This enumeration literal shall indicate that the storage may be written only to append.
Streaming
Streaming.
This enumeration literal shall indicate that the storage may be read sequentially.
Execute
Execute access is allowed by the file share.
This value shall indicate that Execute access is allowed by the file share.
UnsupportedValue
Fallback value for values that are not supported by current version of Redfish schema.
Trait Implementations§
Source§impl Clone for StorageAccessCapability
impl Clone for StorageAccessCapability
Source§fn clone(&self) -> StorageAccessCapability
fn clone(&self) -> StorageAccessCapability
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for StorageAccessCapability
impl Debug for StorageAccessCapability
Source§impl<'de> Deserialize<'de> for StorageAccessCapability
impl<'de> Deserialize<'de> for StorageAccessCapability
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 StorageAccessCapability
impl PartialEq for StorageAccessCapability
Source§fn eq(&self, other: &StorageAccessCapability) -> bool
fn eq(&self, other: &StorageAccessCapability) -> bool
self and other values to be equal, and is used by ==.Source§impl Serialize for StorageAccessCapability
impl Serialize for StorageAccessCapability
Source§impl ToSnakeCase for StorageAccessCapability
impl ToSnakeCase for StorageAccessCapability
Source§fn to_snake_case(&self) -> &'static str
fn to_snake_case(&self) -> &'static str
snake_case string