struct Shodan::HostDataSNMP

Included Modules

Defined in:

shodan/parsers/host_services/snmp.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def contact : String | Nil #

[View source]
def contact=(contact : String | Nil) #

[View source]
def description : String | Nil #

[View source]
def description=(description : String | Nil) #

[View source]
def location : String | Nil #

[View source]
def location=(location : String | Nil) #

[View source]
def name : String | Nil #

[View source]
def name=(name : String | Nil) #

[View source]
def objectid : String | Nil #

[View source]
def objectid=(objectid : String | Nil) #

[View source]
def ordesc : String | Nil #

[View source]
def ordesc=(ordesc : String | Nil) #

[View source]
def orid : String | Nil #

[View source]
def orid=(orid : String | Nil) #

[View source]
def orlastchange : String | Nil #

[View source]
def orlastchange=(orlastchange : String | Nil) #

[View source]
def services : String | Nil #

[View source]
def services=(services : String | Nil) #

[View source]
def uptime : String | Nil #

[View source]
def uptime=(uptime : String | Nil) #

[View source]