Skip to content
This repository was archived by the owner on May 25, 2021. It is now read-only.

Latest commit

 

History

History
32 lines (15 loc) · 617 Bytes

File metadata and controls

32 lines (15 loc) · 617 Bytes

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")