Resource type definition

type Process (

static keylist SupportedActions = { "program.vfd", getcksum }

static str ArgList[] = { PathName, Arguments }

str PathName

str Arguments

)

type Process (

static keylist SupportedActions = { "program.vfd", getcksum }

static str ContainerType = Zone

static str ArgList[] = { ContainerName, PathName, Arguments }

str ContainerName

str PathName

str Arguments

)