Resource type definition

type NIC (

static keylist SupportedActions = { "device.vfd" }

static int OfflineMonitorInterval = 60

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

static int ContainerOpts{} = { RunInContainer=0, PassCInfo=0 }

static str Operations = None

str Device

str Protocol

int PingOptimize = 1

str NetworkType

str NetworkHosts[]

)