Interface

NM-1.0NMSettingMacvlanConstructorProps

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

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from NM.Setting.ConstructorProps

Properties

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

Properties - Inherited from NM.Setting.ConstructorProps

name: string