Resource type definition

type Apache (

static keylist SupportedActions = { "checkconffile.vfd" }

static str ContainerType = Zone

static str ArgList[] = { ResLogLevel, State, IState, httpdDir, SharedObjDir, EnvFile, PidFile, HostName, Port, User, SecondLevelMonitor, SecondLevelTimeout, ConfigFile, EnableSSL, DirectiveAfter, DirectiveBefore }

str ResLogLevel = INFO

str httpdDir

str SharedObjDir

str EnvFile

str PidFile

str HostName

int Port = 80

str User

boolean SecondLevelMonitor

int SecondLevelTimeout = 30

str ConfigFile

boolean EnableSSL

str DirectiveAfter{}

str DirectiveBefore{}

str ContainerName

static int IntentionalOffline = 0

)