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[]

)

type NIC (

static keylist SupportedActions = { "device.vfd" }

static int OfflineMonitorInterval = 60

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

static str Operations = None

str Device

int PingOptimize = 1

int Mii = 1

str NetworkHosts[]

)

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

int PingOptimize = 1

str NetworkHosts[]

)