/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* 61haes_r714 src/43haes/lib/libclres/clOEMdisk.cre 1.2 */ /* */ /* Licensed Materials - Property of IBM */ /* */ /* Restricted Materials of IBM */ /* */ /* COPYRIGHT International Business Machines Corp. 2005 */ /* All Rights Reserved */ /* */ /* US Government Users Restricted Rights - Use, duplication or */ /* disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ /* */ /* IBM_PROLOG_END_TAG */ /* @(#)52 1.2 src/43haes/lib/libclres/clOEMdisk.cre, hacmp.utils, 61haes_r714 4/19/05 12:33:56 */ class HACMPoemvolumegroup { char name[65]; char type[49]; } class HACMPoemfilesystem { char name[1025]; char type[49]; } /* * OEMVolFSMethods * Commands: * listnames -> LISTNAMES * lsvolumes -> LSVOLUMES * online -> ONLINE * offline -> OFFLINE * status -> STATUS * forceon -> FORCEON * healthchk -> HEALTHCHK * verify -> VERIFY (for custom) */ class HACMPoemfsmethods { char type[49]; char name[129]; char command[1025]; } /* * OEMVolMethods * Command name: * listnames -> LISTNAMES * shareable -> SHAREABLE * lshdisks -> LSHDISKS * online -> ONLINE * offline -> OFFLINE * status -> STATUS * forceon -> FORCEON * verify -> VERIFY (for custom) * logfilepath -> LOGFILEPATH */ class HACMPoemvgmethods { char type[49]; char name[129]; char command[1025]; }