Package com.abiquo.server.core.infrastructure

Examples of com.abiquo.server.core.infrastructure.BladeLocatorLedDto


    *      "http://community.abiquo.com/display/ABI20/MachineResource#MachineResource-Retrievethelocatorledoftheblade"
    *      > http://community.abiquo.com/display/ABI20/MachineResource#
    *      MachineResource- Retrievethelocatorledoftheblade</a>
    */
   public BladeLocatorLed getLocatorLed() {
      BladeLocatorLedDto led = context.getApi().getInfrastructureApi().getLocatorLed(target);

      return wrap(context, BladeLocatorLed.class, led);
   }
View Full Code Here

TOP

Related Classes of com.abiquo.server.core.infrastructure.BladeLocatorLedDto

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.