AdminDrainResponse
AdminDrainResponse documentation for JavaScript SDK
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| state | String | Lifecycle state reported after the drain request was processed. | [optional] |
| quiesced | Boolean | Whether the server has reached the QUIESCED lifecycle state. | |
| message | String | Human-readable status message describing the drain outcome. | [optional] |
Enum: StateEnum
-
STARTING(value:"STARTING") -
READY(value:"READY") -
DRAINING(value:"DRAINING") -
QUIESCED(value:"QUIESCED")