| Name | Type | Description | Notes |
|---|---|---|---|
| stopType | StopTypeEnum | Restart type | [optional] |
| timeout | BigDecimal | Stop timeout in seconds | [optional] |
| timeoutAction | TimeoutActionEnum | Action to take if timeout limit is exceeded. | [optional] |
| Name | Value |
|---|---|
| SOFT | "soft" |
| HARD | "hard" |
| Name | Value |
|---|---|
| DESTROY | "destroy" |
| IGNORE | "ignore" |