struct Juniper::ClientStats

Included Modules

Extended Modules

Defined in:

juniper/mist_models.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def ap_id : String #

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

[View source]
def ap_mac : String #

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

[View source]
def family : String | Nil #

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

[View source]
def guest : Guest | Nil #

[View source]
def guest=(guest : Guest | Nil) #

[View source]
def hostname : String | Nil #

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

[View source]
def ip_address : String #

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

[View source]
def is_guest : Bool | Nil #

[View source]
def is_guest=(is_guest : Bool | Nil) #

[View source]
def last_seen : Int64 #

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

[View source]
def mac : String #

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

[View source]
def manufacture : String | Nil #

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

[View source]
def model : String | Nil #

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

[View source]
def os : String | Nil #

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

[View source]
def psk_id : String | Nil #

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

[View source]
def ssid : String #

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

[View source]
def username : String | Nil #

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

[View source]
def wlan_id : String #

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

[View source]