Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SNMPFRAMEWORKMIB ¶
type SNMPFRAMEWORKMIB struct { EntityData types.CommonEntityData YFilter yfilter.YFilter SnmpEngine SNMPFRAMEWORKMIB_SnmpEngine }
SNMPFRAMEWORKMIB
func (*SNMPFRAMEWORKMIB) GetEntityData ¶
func (sNMPFRAMEWORKMIB *SNMPFRAMEWORKMIB) GetEntityData() *types.CommonEntityData
type SNMPFRAMEWORKMIB_SnmpEngine ¶
type SNMPFRAMEWORKMIB_SnmpEngine struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is string with pattern: (([0-9a-fA-F]){2}(:([0-9a-fA-F]){2})*)?. SnmpEngineID interface{} // The type is interface{} with range: 1..2147483647. SnmpEngineBoots interface{} // The type is interface{} with range: 0..2147483647. SnmpEngineTime interface{} // The type is interface{} with range: 484..2147483647. SnmpEngineMaxMessageSize interface{} }
SNMPFRAMEWORKMIB_SnmpEngine
func (*SNMPFRAMEWORKMIB_SnmpEngine) GetEntityData ¶
func (snmpEngine *SNMPFRAMEWORKMIB_SnmpEngine) GetEntityData() *types.CommonEntityData
type SnmpSecurityLevel ¶
type SnmpSecurityLevel string
SnmpSecurityLevel
const ( SnmpSecurityLevel_noAuthNoPriv SnmpSecurityLevel = "noAuthNoPriv" SnmpSecurityLevel_authNoPriv SnmpSecurityLevel = "authNoPriv" SnmpSecurityLevel_authPriv SnmpSecurityLevel = "authPriv" )
Click to show internal directories.
Click to hide internal directories.