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

)

type MultiNICA (

static str ArgList[] = { Device, NetMask, ArpDelay, RetestInterval, Options, RouteOptions, PingOptimize, MonitorOnly, IfconfigTwice, HandshakeInterval, NetworkHosts }

static int OfflineMonitorInterval = 60

static int MonitorTimeout = 300

static str Operations = None

str Device{}

str NetMask

int ArpDelay = 1

int RetestInterval = 5

str Options

str RouteOptions

int PingOptimize = 1

int IfconfigTwice

int HandshakeInterval = 20

str NetworkHosts[]

)