Resource type definition

type NFS (

static int RestartLimit = 1

static str ArgList[] = { Nservers, Protocol, LockFileTimeout }

static str Operations = OnOnly

int Nservers = 4

str Protocol = all

int LockFileTimeout = 180

)

type NFS (

static int RestartLimit = 1

static str Operations = OnOnly

static str ArgList[] = { Nproc, Address, GracePeriod, NFSSecurity, NFSv4Support, LockFileTimeout }

int Nproc = 8

str Address

int GracePeriod = 90

boolean NFSSecurity = 0

boolean NFSv4Support = 0

int LockFileTimeout = 180

)

type NFS (

static int RestartLimit = 1

static str ArgList[] = { Nservers, LockFileTimeout }

static str Operations = OnOnly

int Nservers = 16

int LockFileTimeout = 180

)