Struct redfish_codegen::models::manager_network_protocol::v1_9_1::SSDProtocol
source · pub struct SSDProtocol {
pub notify_ipv6_scope: Option<NotifyIPv6Scope>,
pub notify_multicast_interval_seconds: Option<i64>,
pub notify_ttl: Option<i64>,
pub port: Option<i64>,
pub protocol_enabled: Option<bool>,
}
Expand description
The settings for a network protocol associated with a manager.
Fields§
§notify_ipv6_scope: Option<NotifyIPv6Scope>
§notify_multicast_interval_seconds: Option<i64>
The time interval, in seconds, between transmissions of the multicast NOTIFY ALIVE message from this service for SSDP.
notify_ttl: Option<i64>
The time-to-live hop count for SSDP multicast NOTIFY messages.
port: Option<i64>
The protocol port.
protocol_enabled: Option<bool>
An indication of whether the protocol is enabled.
Trait Implementations§
source§impl Clone for SSDProtocol
impl Clone for SSDProtocol
source§fn clone(&self) -> SSDProtocol
fn clone(&self) -> SSDProtocol
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 SSDProtocol
impl Debug for SSDProtocol
source§impl Default for SSDProtocol
impl Default for SSDProtocol
source§fn default() -> SSDProtocol
fn default() -> SSDProtocol
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SSDProtocol
impl<'de> Deserialize<'de> for SSDProtocol
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