Interface

NM-1.0NMSettingMacvlanConstructorProps

interface ConstructorProps {
    mode: number;
    name: string;
    parent: string;
    promiscuous: boolean;
    tap: boolean;
}

Hierarchy (View Summary)

Index
mode: number
parent: string
promiscuous: boolean
tap: boolean
name: string