Resource type definition

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

)

type IP (

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

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

str Device

str Address

str NetMask

str Options

)

type IP (

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

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

str Device

str Address

str NetMask

str Options

int ArpDelay = 1

int IfconfigTwice

str RouteOptions

str ContainerName

)