Symantec logo

Resource type definition

type NIC (

    static keylist SupportedActions = { "device.vfd" }

    static str ArgList[] = { Device, NetworkType, PingOptimize,
    NetworkHosts }

    static int OfflineMonitorInterval = 60

    static str Operations = None

    str Device

    str NetworkType = ether

    int PingOptimize = 1

    str NetworkHosts[]

)