Symantec logo

Resource type definition

type DiskReservation (

    static str ArgList[] = { Disks, FailFast, Percentage,
    ProbeInterval }

    str Disks[]

    boolean FailFast = 0

    int Percentage = 100

    int ProbeInterval = 3

)