Interface

NM-1.0NMClientConstructorProps

interface ConstructorProps {
    activating_connection: NM.ActiveConnection;
    activatingConnection: NM.ActiveConnection;
    active_connections: NM.ActiveConnection[];
    activeConnections: NM.ActiveConnection[];
    all_devices: NM.Device[];
    allDevices: NM.Device[];
    can_modify: boolean;
    canModify: boolean;
    capabilities: number[];
    checkpoints: NM.Checkpoint[];
    connections: NM.RemoteConnection[];
    connectivity: NM.ConnectivityState;
    connectivity_check_available: boolean;
    connectivity_check_enabled: boolean;
    connectivity_check_uri: string;
    connectivityCheckAvailable: boolean;
    connectivityCheckEnabled: boolean;
    connectivityCheckUri: string;
    dbus_connection: Gio.DBusConnection;
    dbus_name_owner: string;
    dbusConnection: Gio.DBusConnection;
    dbusNameOwner: string;
    devices: NM.Device[];
    dns_configuration: DnsEntry[];
    dns_mode: string;
    dns_rc_manager: string;
    dnsConfiguration: DnsEntry[];
    dnsMode: string;
    dnsRcManager: string;
    hostname: string;
    instance_flags: number;
    instanceFlags: number;
    metered: number;
    networking_enabled: boolean;
    networkingEnabled: boolean;
    nm_running: boolean;
    nmRunning: boolean;
    permissions_state: NM.Ternary;
    permissionsState: NM.Ternary;
    primary_connection: NM.ActiveConnection;
    primaryConnection: NM.ActiveConnection;
    radio_flags: number;
    radioFlags: number;
    startup: boolean;
    state: NM.State;
    version: string;
    version_info: number[];
    versionInfo: number[];
    wimax_enabled: boolean;
    wimax_hardware_enabled: boolean;
    wimaxEnabled: boolean;
    wimaxHardwareEnabled: boolean;
    wireless_enabled: boolean;
    wireless_hardware_enabled: boolean;
    wirelessEnabled: boolean;
    wirelessHardwareEnabled: boolean;
    wwan_enabled: boolean;
    wwan_hardware_enabled: boolean;
    wwanEnabled: boolean;
    wwanHardwareEnabled: boolean;
}

Hierarchy (View Summary)

Index

Properties

activating_connection: NM.ActiveConnection
activatingConnection: NM.ActiveConnection
active_connections: NM.ActiveConnection[]
activeConnections: NM.ActiveConnection[]
all_devices: NM.Device[]
allDevices: NM.Device[]
can_modify: boolean
canModify: boolean
capabilities: number[]
checkpoints: NM.Checkpoint[]
connections: NM.RemoteConnection[]
connectivity: NM.ConnectivityState
connectivity_check_available: boolean
connectivity_check_enabled: boolean
connectivity_check_uri: string
connectivityCheckAvailable: boolean
connectivityCheckEnabled: boolean
connectivityCheckUri: string
dbus_connection: Gio.DBusConnection
dbus_name_owner: string
dbusConnection: Gio.DBusConnection
dbusNameOwner: string
devices: NM.Device[]
dns_configuration: DnsEntry[]
dns_mode: string
dns_rc_manager: string
dnsConfiguration: DnsEntry[]
dnsMode: string
dnsRcManager: string
hostname: string
instance_flags: number
instanceFlags: number
metered: number
networking_enabled: boolean
networkingEnabled: boolean
nm_running: boolean
nmRunning: boolean
permissions_state: NM.Ternary
permissionsState: NM.Ternary
primary_connection: NM.ActiveConnection
primaryConnection: NM.ActiveConnection
radio_flags: number
radioFlags: number
startup: boolean
state: NM.State
version: string
version_info: number[]
versionInfo: number[]
wimax_enabled: boolean
wimax_hardware_enabled: boolean
wimaxEnabled: boolean
wimaxHardwareEnabled: boolean
wireless_enabled: boolean
wireless_hardware_enabled: boolean
wirelessEnabled: boolean
wirelessHardwareEnabled: boolean
wwan_enabled: boolean
wwan_hardware_enabled: boolean
wwanEnabled: boolean
wwanHardwareEnabled: boolean