Resource type definition for MultiNICA agent

The resource definition for this agent on AIX follows:

type MultiNICA (
static int OfflineMonitorInterval = 60
static int MonitorTimeout = 300
static str ArgList[] = { Device, NetMask, Gateway,
BroadcastAddr, Options, RouteOptions, PingOptimize,
MonitorOnly, HandshakeInterval, NetworkHosts, PrefixLen,
Protocol }
static str Operations = None
str Device{}
str NetMask
str Gateway
str BroadcastAddr
str Options
str RouteOptions
int PingOptimize = 1
int HandshakeInterval = 1
int PrefixLen
str Protocol = "ipv4"
str NetworkHosts[]
temp boolean FailoverInProgress = 0
)