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

Latest commit

 

History

History
19 lines (12 loc) · 464 Bytes

File metadata and controls

19 lines (12 loc) · 464 Bytes

StopServerRequest

Properties

Name Type Description Notes
stopType StopTypeEnum Type of stop operation performed on the server. [optional]
timeout BigDecimal The stop timeout in seconds. [optional]

Enum: StopTypeEnum

Name Value
SOFT "soft"
HARD "hard"