Interface

NM-1.0NMIPConfigConstructorProps

interface ConstructorProps {
    addresses: any[];
    client: NM.Client;
    domains: string[];
    family: number;
    gateway: string;
    nameservers: string[];
    path: string;
    routes: IPRoute[];
    searches: string[];
    wins_servers: string[];
    winsServers: string[];
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from NM.Object.ConstructorProps

Properties

addresses: any[]
domains: string[]
family: number
gateway: string
nameservers: string[]
routes: IPRoute[]
searches: string[]
wins_servers: string[]
winsServers: string[]

Properties - Inherited from NM.Object.ConstructorProps

client: NM.Client
path: string