Interface

NM-1.0NMSettingVlanConstructorProps

interface ConstructorProps {
    egress_priority_map: string[];
    egressPriorityMap: string[];
    flags: NM.VlanFlags;
    id: number;
    ingress_priority_map: string[];
    ingressPriorityMap: string[];
    name: string;
    parent: string;
    protocol: string;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from NM.Setting.ConstructorProps

Properties

egress_priority_map: string[]
egressPriorityMap: string[]
flags: NM.VlanFlags
id: number
ingress_priority_map: string[]
ingressPriorityMap: string[]
parent: string
protocol: string

Properties - Inherited from NM.Setting.ConstructorProps

name: string