pub struct FibreChannel {Show 15 fields
pub port_login_accepts: Option<i64>,
pub port_login_rejects: Option<i64>,
pub port_login_requests: Option<i64>,
pub rx_congestion_fpi_ns: Option<i64>,
pub rx_delivery_fpi_ns: Option<i64>,
pub rx_exchanges: Option<i64>,
pub rx_link_integrity_fpi_ns: Option<i64>,
pub rx_peer_congestion_fpi_ns: Option<i64>,
pub rx_sequences: Option<i64>,
pub tx_congestion_fpi_ns: Option<i64>,
pub tx_delivery_fpi_ns: Option<i64>,
pub tx_exchanges: Option<i64>,
pub tx_link_integrity_fpi_ns: Option<i64>,
pub tx_peer_congestion_fpi_ns: Option<i64>,
pub tx_sequences: Option<i64>,
}
Expand description
The network function metrics for a Fibre Channel interface.
Fields§
§port_login_accepts: Option<i64>
The total number of port login (PLOGI) accept (ACC) responses.
port_login_rejects: Option<i64>
The total number of port login (PLOGI) reject (RJT) responses.
port_login_requests: Option<i64>
The total number of port login (PLOGI) requests transmitted.
rx_congestion_fpi_ns: Option<i64>
The total number of Congestion Fabric Performance Impact Notifications (FPINs) received.
rx_delivery_fpi_ns: Option<i64>
The total number of Delivery Fabric Performance Impact Notifications (FPINs) received.
rx_exchanges: Option<i64>
The total number of Fibre Channel exchanges received.
rx_link_integrity_fpi_ns: Option<i64>
The total number of Link Integrity Fabric Performance Impact Notifications (FPINs) received.
rx_peer_congestion_fpi_ns: Option<i64>
The total number of Peer Congestion Fabric Performance Impact Notifications (FPINs) received.
rx_sequences: Option<i64>
The total number of Fibre Channel sequences received.
tx_congestion_fpi_ns: Option<i64>
The total number of Congestion Fabric Performance Impact Notifications (FPINs) sent.
tx_delivery_fpi_ns: Option<i64>
The total number of Delivery Fabric Performance Impact Notifications (FPINs) sent.
tx_exchanges: Option<i64>
The total number of Fibre Channel exchanges transmitted.
tx_link_integrity_fpi_ns: Option<i64>
The total number of Link Integrity Fabric Performance Impact Notifications (FPINs) sent.
tx_peer_congestion_fpi_ns: Option<i64>
The total number of Peer Congestion Fabric Performance Impact Notifications (FPINs) sent.
tx_sequences: Option<i64>
The total number of Fibre Channel sequences transmitted.
Trait Implementations§
Source§impl Clone for FibreChannel
impl Clone for FibreChannel
Source§fn clone(&self) -> FibreChannel
fn clone(&self) -> FibreChannel
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
source
. Read more