# upcloud.RestartServer
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**stopType** | **String** | Restart type | [optional] [default to 'soft']
**timeout** | **Number** | Stop timeout in seconds | [optional]
**timeoutAction** | **String** | Action to take if timeout limit is exceeded. | [optional]
## Enum: StopTypeEnum
* `soft` (value: `"soft"`)
* `hard` (value: `"hard"`)
## Enum: TimeoutActionEnum
* `destroy` (value: `"destroy"`)
* `ignore` (value: `"ignore"`)