AdminDrainResponse
AdminDrainResponse documentation for Java SDK
AdminDrainResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| state | StateEnum | 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
| Name | Value |
|---|---|
| STARTING | "STARTING" |
| READY | "READY" |
| DRAINING | "DRAINING" |
| QUIESCED | "QUIESCED" |