Interface

NM-1.0NMSettingOvsBridgeConstructorProps

interface ConstructorProps {
    datapath_type: string;
    datapathType: string;
    fail_mode: string;
    failMode: string;
    mcast_snooping_enable: boolean;
    mcastSnoopingEnable: boolean;
    name: string;
    rstp_enable: boolean;
    rstpEnable: boolean;
    stp_enable: boolean;
    stpEnable: boolean;
}

Hierarchy (View Summary)

Index

Properties

datapath_type: string
datapathType: string
fail_mode: string
failMode: string
mcast_snooping_enable: boolean
mcastSnoopingEnable: boolean
rstp_enable: boolean
rstpEnable: boolean
stp_enable: boolean
stpEnable: boolean

Properties - Inherited from NM.Setting.ConstructorProps

name: string