isStable property

bool? isStable
getter/setter pair

A bit indicating whether the managed instance group is in a stable state.

A stable state means that: none of the instances in the managed instance group is currently undergoing any type of change (for example, creation, restart, or deletion); no future changes are scheduled for instances in the managed instance group; and the managed instance group itself is not being modified.

Output only.

Implementation

core.bool? isStable;