Symantec logo

Resource type definition

type MultiNICA (

    static int OfflineMonitorInterval = 60

    static int MonitorTimeout = 300

    static str ArgList[] = { Device, NetMask, Gateway,
    BroadcastAddr, Options, RouteOptions, PingOptimize,
    MonitorOnly, HandshakeInterval, NetworkHosts }

    static str Operations = None

    str Device{}

    str NetMask

    str Gateway

    str BroadcastAddr

    str Options

    str RouteOptions

    int PingOptimize = 1

    int HandshakeInterval = 1

    str NetworkHosts[]

    temp boolean FailoverInProgress = 0

)