Package com.cybozu.vmbkp.util

Examples of com.cybozu.vmbkp.util.VmdkInfo


                int ckey = ckeyI.intValue();
                AdapterType type = getAdapterType(ckey);
                int busNumber = getBusNumber(ckey);
               
                /* create VmdkInfo object. */
                VmdkInfo a = new VmdkInfo(name, uuid, changeId,
                                          key, ckey, capacityInKB, type,
                                          busNumber, unitNumber, diskMode);
                //a.print("\n"); //debug
                ret.add(a);
            } /* if */
 
View Full Code Here

TOP

Related Classes of com.cybozu.vmbkp.util.VmdkInfo

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.