public sealed class InstanceGroupManagerStatusStateful : IMessage<InstanceGroupManagerStatusStateful>, IEquatable<InstanceGroupManagerStatusStateful>, IDeepCloneable<InstanceGroupManagerStatusStateful>, IBufferMessage, IMessage
[Output Only] A bit indicating whether the managed instance group has stateful configuration, that is, if you have configured any items in a stateful policy or in per-instance configs. The group might report that it has no stateful config even when there is still some preserved state on a managed instance, for example, if you have deleted all PICs but not yet applied those deletions.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `InstanceGroupManagerStatusStateful` class is 3.6.0, with multiple previous versions available for reference, ranging down to version 1.0.0."],["This class, `InstanceGroupManagerStatusStateful`, is part of the `Google.Cloud.Compute.V1` namespace and is found within the `Google.Cloud.Compute.V1.dll` assembly."],["The class includes properties like `HasHasStatefulConfig`, `HasStatefulConfig`, and `PerInstanceConfigs` to manage stateful configurations and per-instance settings within an instance group."],["`InstanceGroupManagerStatusStateful` implements multiple interfaces including IMessage\u003cInstanceGroupManagerStatusStateful\u003e, IEquatable\u003cInstanceGroupManagerStatusStateful\u003e, IDeepCloneable\u003cInstanceGroupManagerStatusStateful\u003e, IBufferMessage, and IMessage."],["The `InstanceGroupManagerStatusStateful` class has two constructors, one being a parameterless constructor, and the other accepting another `InstanceGroupManagerStatusStateful` object as the argument."]]],[]]