Interface IUnknownClient

interface IUnknownClient {
    fixed_ip?: string;
    is_guest: boolean;
    is_wired: boolean;
    mac: string;
    name?: string;
    network_id?: string;
    note?: string;
    noted?: boolean;
    use_fixedip?: boolean;
    user_group_id?: string;
    usergroup_id?: string;
}

Hierarchy (view full)

Properties

fixed_ip?: string
is_guest: boolean
is_wired: boolean
mac: string
name?: string
network_id?: string
note?: string
noted?: boolean
use_fixedip?: boolean
user_group_id?: string
usergroup_id?: string

Generated using TypeDoc