public class DetachMachineRequest extends Object
CloudPoolRestApi#detachMachine(String, DetachMachineRequest)| Constructor and Description |
|---|
DetachMachineRequest(String machineId,
boolean decrementDesiredSize) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getMachineId() |
int |
hashCode() |
boolean |
isDecrementDesiredSize()
Indicates if the desired size of the group should be decremented after
terminating the machine.
|
String |
toString() |
public DetachMachineRequest(String machineId, boolean decrementDesiredSize)
public String getMachineId()
public boolean isDecrementDesiredSize()
Copyright © 2011–2017 Elastisys. All rights reserved.