Share via


HighAvailability Class

High availability properties of a server.

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

HighAvailability(*, mode: str | _models.HighAvailabilityMode = 'Disabled', standby_availability_zone: str = '', **kwargs: Any)

Keyword-Only Parameters

Name Description
mode

The HA mode for the server. Known values are: "Disabled" and "ZoneRedundant".

Default value: Disabled
standby_availability_zone
str

availability zone information of the standby.

Variables

Name Description
mode

The HA mode for the server. Known values are: "Disabled" and "ZoneRedundant".

state

A state of a HA server that is visible to user. Known values are: "NotEnabled", "CreatingStandby", "ReplicatingData", "FailingOver", "Healthy", and "RemovingStandby".

standby_availability_zone
str

availability zone information of the standby.