Interface

NM-1.0NMSettingBridgePortConstructorProps

interface ConstructorProps {
    hairpin_mode: boolean;
    hairpinMode: boolean;
    name: string;
    path_cost: number;
    pathCost: number;
    priority: number;
    vlans: BridgeVlan[];
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from NM.Setting.ConstructorProps

Properties

hairpin_mode: boolean
hairpinMode: boolean
path_cost: number
pathCost: number
priority: number
vlans: BridgeVlan[]

Properties - Inherited from NM.Setting.ConstructorProps

name: string