class SNMP::Helpers::IfEntry

Defined in:

snmp/helpers/if_entry.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pdu : SNMP::PDU) #

ameba:disable Metrics/CyclomaticComplexity


[View source]

Instance Method Detail

def admin_status : SNMP::IfAdminStatus #

[View source]
def admin_status=(admin_status : SNMP::IfAdminStatus) #

[View source]
def descr : String #

[View source]
def descr=(descr : String) #

[View source]
def in_discards : UInt32 #

[View source]
def in_discards=(in_discards : UInt32) #

[View source]
def in_errors : UInt32 #

[View source]
def in_errors=(in_errors : UInt32) #

[View source]
def in_nucast_pkts : UInt32 #

[View source]
def in_nucast_pkts=(in_nucast_pkts : UInt32) #

[View source]
def in_octets : UInt32 #

[View source]
def in_octets=(in_octets : UInt32) #

[View source]
def in_ucast_pkts : UInt32 #

[View source]
def in_ucast_pkts=(in_ucast_pkts : UInt32) #

[View source]
def in_unknown_protos : UInt32 #

[View source]
def in_unknown_protos=(in_unknown_protos : UInt32) #

[View source]
def index : Int64 #

[View source]
def index=(index : Int64) #

[View source]
def last_change : UInt32 #

[View source]
def last_change=(last_change : UInt32) #

[View source]
def mtu : Int64 #

[View source]
def mtu=(mtu : Int64) #

[View source]
def oper_status : SNMP::IfOperStatus #

[View source]
def oper_status=(oper_status : SNMP::IfOperStatus) #

[View source]
def out_discards : UInt32 #

[View source]
def out_discards=(out_discards : UInt32) #

[View source]
def out_errors : UInt32 #

[View source]
def out_errors=(out_errors : UInt32) #

[View source]
def out_nucast_pkts : UInt32 #

[View source]
def out_nucast_pkts=(out_nucast_pkts : UInt32) #

[View source]
def out_octets : UInt32 #

[View source]
def out_octets=(out_octets : UInt32) #

[View source]
def out_qlen : UInt32 #

[View source]
def out_qlen=(out_qlen : UInt32) #

[View source]
def out_ucast_pkts : UInt32 #

[View source]
def out_ucast_pkts=(out_ucast_pkts : UInt32) #

[View source]
def phys_address : String #

[View source]
def phys_address=(phys_address : String) #

[View source]
def speed : UInt32 #

[View source]
def speed=(speed : UInt32) #

[View source]
def type : SNMP::IfType #

[View source]
def type=(type : SNMP::IfType) #

[View source]