* > http://community.abiquo.com/display/ABI20/DatacenterResource#
* DatacenterResource- Checkthestatefromremotemachine</a>
*/
public MachineState checkMachineState(final String ip, final HypervisorType hypervisorType, final String user,
final String password, final MachineOptions options) {
MachineStateDto dto = context.getApi().getInfrastructureApi()
.checkMachineState(target, ip, hypervisorType, user, password, options);
return dto.getState();
}