Interface

NM-1.0NMSettingIpvlanConstructorProps

interface ConstructorProps {
    mode: number;
    name: string;
    parent: string;
    private: boolean;
    vepa: boolean;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from NM.Setting.ConstructorProps

Properties

mode: number
parent: string
private: boolean
vepa: boolean

Properties - Inherited from NM.Setting.ConstructorProps

name: string