requiresDbRestart property

bool? requiresDbRestart
getter/setter pair

Whether setting or updating this flag on an Instance requires a database restart.

If a flag that requires database restart is set, the backend will automatically restart the database (making sure to satisfy any availability SLO's).

Implementation

core.bool? requiresDbRestart;