public class Blade extends AbstractPhysicalMachine
MachineDto
managed in a UCS rack. This resource allows
you to access blades in managed racks in the cloud infrastructure.
http://community.abiquo.com/display/ABI20/MachineResource
Modifier and Type | Field and Description |
---|---|
protected com.abiquo.server.core.infrastructure.UcsRackDto |
rack
The rack where the machine belongs.
|
DEFAULT_VCPU_USED, DEFAULT_VRAM_USED, virtualSwitches
context, target
Modifier | Constructor and Description |
---|---|
protected |
Blade(RestContext<AbiquoApi,AbiquoAsyncApi> context,
com.abiquo.server.core.infrastructure.MachineDto target)
Constructor to be used only by the builder.
|
Modifier and Type | Method and Description |
---|---|
BladeLocatorLed |
getLocatorLed()
Retrieve the led locator information as a
BladeLocatorLed . |
LogicServer |
getLogicServer()
Retrieve the logic server associated with this machine in the Cisco UCS rack.
|
ManagedRack |
getRack()
Retrieve the UCS rack where the blade is.
|
void |
ledOff()
Turn blade led off.
|
void |
ledOn()
Turn blade led on.
|
void |
powerOff()
Turn the blade associated to the provided logic server off.
|
void |
powerOn()
Turn the blade associated to the provided logic server on.
|
check, checkIpmi, delete, extractVirtualSwitches, findAvailableVirtualSwitch, findDatastore, getAvailableVirtualSwitches, getDatastores, getDescription, getId, getIp, getIpmiIp, getIpmiPassword, getIpmiPort, getIpmiUser, getIpService, getName, getPassword, getPort, getState, getType, getUser, getVirtualCpuCores, getVirtualCpusUsed, getVirtualRamInMb, getVirtualRamUsedInMb, getVirtualSwitch, setDatastores, setDescription, setIp, setIpmiIp, setIpmiPassword, setIpmiPort, setIpmiUser, setIpService, setName, setPassword, setPort, setState, setType, setUser, setVirtualCpuCores, setVirtualCpusUsed, setVirtualRamInMb, setVirtualRamUsedInMb, setVirtualSwitch, toString, update
getParentId, getTask, getTasks, getURI, join, unwrap, unwrap, updateLink, wrap, wrap
protected com.abiquo.server.core.infrastructure.UcsRackDto rack
protected Blade(RestContext<AbiquoApi,AbiquoAsyncApi> context, com.abiquo.server.core.infrastructure.MachineDto target)
public ManagedRack getRack()
public LogicServer getLogicServer()
public void powerOff()
public void powerOn()
public void ledOn()
public void ledOff()
public BladeLocatorLed getLocatorLed()
BladeLocatorLed
. http://community.abiquo.com/display/ABI20/MachineResource#MachineResource-
Retrievethelocatorledoftheblade
Copyright © 2009-2013 jclouds. All Rights Reserved.