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

Latest commit

 

History

History
20 lines (10 loc) · 438 Bytes

StopServerRequest.md

File metadata and controls

20 lines (10 loc) · 438 Bytes

upcloud.StopServerRequest

Properties

Name Type Description Notes
stopType String Type of stop operation performed on the server. [optional] [default to 'soft']
timeout Number The stop timeout in seconds. [optional]

Enum: StopTypeEnum

  • soft (value: "soft")

  • hard (value: "hard")