public static interface MachineManagementMixins.KillsMachines
| Modifier and Type | Method and Description | 
|---|---|
void | 
killMachine(MachineLocation machine)
Kills the indicated machine; throws if not recognised or possible 
 | 
void | 
killMachine(java.lang.String cloudServiceId)
Kills the machine indicated by the given (server-side) machine id;
  note, the ID is the _cloud-service_ ID,
  that is, pass in getMetadata(machineLocation).getId() not the machineLocation.getId() 
 | 
void killMachine(MachineLocation machine)
void killMachine(java.lang.String cloudServiceId)