RestartParameter Class
Represents server restart parameters.
Constructor
RestartParameter(*, restart_with_failover: bool | None = None, failover_mode: str | _models.FailoverMode | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
restart_with_failover
|
Indicates whether to restart the server with failover. Default value: None
|
|
failover_mode
|
str or
FailoverMode
Failover mode. Known values are: "PlannedFailover", "ForcedFailover", "PlannedSwitchover", and "ForcedSwitchover". Default value: None
|
Variables
| Name | Description |
|---|---|
|
restart_with_failover
|
Indicates whether to restart the server with failover. |
|
failover_mode
|
str or
FailoverMode
Failover mode. Known values are: "PlannedFailover", "ForcedFailover", "PlannedSwitchover", and "ForcedSwitchover". |