pub enum WWNSource {
ConfiguredLocally,
ProvidedByFabric,
}
Variants§
ConfiguredLocally
The set of FC/FCoE boot targets was applied locally through API or UI.
ProvidedByFabric
The set of FC/FCoE boot targets was applied by the Fibre Channel fabric.
Trait Implementations§
source§impl<'de> Deserialize<'de> for WWNSource
impl<'de> Deserialize<'de> for WWNSource
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