class SNMP::Helpers::IfEntry
- SNMP::Helpers::IfEntry
- Reference
- Object
Defined in:
snmp/helpers/if_entry.crConstructors
-
.new(pdu : SNMP::PDU)
ameba:disable Metrics/CyclomaticComplexity
Instance Method Summary
- #admin_status : SNMP::IfAdminStatus
- #admin_status=(admin_status : SNMP::IfAdminStatus)
- #descr : String
- #descr=(descr : String)
- #in_discards : UInt32
- #in_discards=(in_discards : UInt32)
- #in_errors : UInt32
- #in_errors=(in_errors : UInt32)
- #in_nucast_pkts : UInt32
- #in_nucast_pkts=(in_nucast_pkts : UInt32)
- #in_octets : UInt32
- #in_octets=(in_octets : UInt32)
- #in_ucast_pkts : UInt32
- #in_ucast_pkts=(in_ucast_pkts : UInt32)
- #in_unknown_protos : UInt32
- #in_unknown_protos=(in_unknown_protos : UInt32)
- #index : Int64
- #index=(index : Int64)
- #last_change : UInt32
- #last_change=(last_change : UInt32)
- #mtu : Int64
- #mtu=(mtu : Int64)
- #oper_status : SNMP::IfOperStatus
- #oper_status=(oper_status : SNMP::IfOperStatus)
- #out_discards : UInt32
- #out_discards=(out_discards : UInt32)
- #out_errors : UInt32
- #out_errors=(out_errors : UInt32)
- #out_nucast_pkts : UInt32
- #out_nucast_pkts=(out_nucast_pkts : UInt32)
- #out_octets : UInt32
- #out_octets=(out_octets : UInt32)
- #out_qlen : UInt32
- #out_qlen=(out_qlen : UInt32)
- #out_ucast_pkts : UInt32
- #out_ucast_pkts=(out_ucast_pkts : UInt32)
- #phys_address : String
- #phys_address=(phys_address : String)
- #speed : UInt32
- #speed=(speed : UInt32)
- #type : SNMP::IfType
- #type=(type : SNMP::IfType)