Interface

NM-1.0NMActiveConnectionConstructorProps

interface ConstructorProps {
    client: NM.Client;
    connection: NM.RemoteConnection;
    controller: NM.Device;
    default: boolean;
    default6: boolean;
    devices: NM.Device[];
    dhcp4_config: NM.DhcpConfig;
    dhcp4Config: NM.DhcpConfig;
    dhcp6_config: NM.DhcpConfig;
    dhcp6Config: NM.DhcpConfig;
    id: string;
    ip4_config: NM.IPConfig;
    ip4Config: NM.IPConfig;
    ip6_config: NM.IPConfig;
    ip6Config: NM.IPConfig;
    master: NM.Device;
    path: string;
    specific_object_path: string;
    specificObjectPath: string;
    state: NM.ActiveConnectionState;
    state_flags: number;
    stateFlags: number;
    type: string;
    uuid: string;
    vpn: boolean;
}

Hierarchy (View Summary)

Index

Properties

connection: NM.RemoteConnection
controller: NM.Device
default: boolean
default6: boolean
devices: NM.Device[]
dhcp4_config: NM.DhcpConfig
dhcp4Config: NM.DhcpConfig
dhcp6_config: NM.DhcpConfig
dhcp6Config: NM.DhcpConfig
id: string
ip4_config: NM.IPConfig
ip4Config: NM.IPConfig
ip6_config: NM.IPConfig
ip6Config: NM.IPConfig
master: NM.Device
specific_object_path: string
specificObjectPath: string
state_flags: number
stateFlags: number
type: string
uuid: string
vpn: boolean

Properties - Inherited from NM.Object.ConstructorProps

client: NM.Client
path: string