Symantec logo

Resource type definition

type Mount (

    static keylist SupportedActions = { "mountpoint.vfd",
    "mounted.vfd", "vxfslic.vfd" }

    static str ArgList[] = { MountPoint, BlockDevice, FSType,
    MountOpt, FsckOpt, SnapUmount, CkptUmount, SecondLevelMonitor,
    SecondLevelTimeout }

    str MountPoint

    str BlockDevice

    str FSType

    str MountOpt

    str FsckOpt

    int SnapUmount

    int CkptUmount = 1

    boolean SecondLevelMonitor = 0

    int SecondLevelTimeout = 30

)