Interface

NM-1.0NMDhcpConfigConstructorProps

interface ConstructorProps {
    client: NM.Client;
    family: number;
    options: { [key: string]: string };
    path: string;
}

Hierarchy (View Summary)

Index
family: number
options: { [key: string]: string }
client: NM.Client
path: string