Examples of VirtualCdromAtapiBackingInfo


Examples of com.vmware.vim25.VirtualCdromAtapiBackingInfo

    cdrom.connectable.startConnected = startConnected;

    if (hostDevice != null)
    {
      validateCdromHostDevice(hostDevice);
      VirtualCdromAtapiBackingInfo backing = new VirtualCdromAtapiBackingInfo();
      backing.deviceName = hostDevice;
      cdrom.backing = backing;
    }
    else if (isoPath != null)
    {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.