]> git.datanom.net - omvzfs.git/blobdiff - OMVModulePoolType.php
Latest version
[omvzfs.git] / OMVModulePoolType.php
index 29b5fa9219efa94d29e2d532f93bcdcf12751f34..c58ef76ee904cb30e7e8eaa902e57a430581646b 100644 (file)
  * @class OMVModulePoolType.
  */
 class OMVModulePoolType {
  * @class OMVModulePoolType.
  */
 class OMVModulePoolType {
-       const OMVModulePoolType_TYPE_NONE = 0;
-       const OMVModulePoolType_TYPE_MIRROR = 1;
-       const OMVModulePoolType_TYPE_RAIDZ1 = 2;
-       const OMVModulePoolType_TYPE_RAIDZ2 = 3;
-       const OMVModulePoolType_TYPE_RAIDZ3 = 4;
+       const OMVModulePoolType_TYPE_NONE       = 0;
+       const OMVModulePoolType_TYPE_MIRROR     = 1;
+       const OMVModulePoolType_TYPE_RAIDZ1     = 2;
+       const OMVModulePoolType_TYPE_RAIDZ2     = 3;
+       const OMVModulePoolType_TYPE_RAIDZ3     = 4;
 
        /**
         * Return OMVModulePoolType as string.
 
        /**
         * Return OMVModulePoolType as string.
This page took 0.035874 seconds and 5 git commands to generate.