Resource type definitions

AIX

type IP (

static str ArgList[] = { Device, Address, NetMask, Options }

str Device

str Address

str NetMask

str Options

)

HP-UX

type IP (

static str ArgList[] = { Device, Address, NetMask, Options, ArpDelay, IfconfigTwice }

str Device

str Address

str NetMask

str Options

int ArpDelay = 1

int IfconfigTwice = 0

)

Linux

type IP (

static str ArgList[] = { Device, Address, NetMask, Options }

str Device

str Address

str NetMask

str Options

)

Solaris

type IP (

static keylist SupportedActions = { "device.vfd", "route.vfd" }

static str ArgList[] = { Device, Address, NetMask, Options, ArpDelay, IfconfigTwice }

str Device

str Address

str NetMask

str Options

int ArpDelay = 1

int IfconfigTwice = 0

)