Resource type definition for NFS agent

type NFS (
    static int RestartLimit = 1
    static str Operations = OnOnly
    static str ArgList[] = { Nproc, GracePeriod, NFSSecurity,
     NFSv4Support, LockFileTimeout, MountdOptions, Protocol, Port }
    int Nproc = 8
    int GracePeriod = 90
    boolean NFSSecurity = 0
    boolean NFSv4Support = 0
    int LockFileTimeout = 180
    str MountdOptions
    str Protocol = all
    str Port{}
)