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 configuration 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."],[[["This webpage details the `InstanceGroupManagerStatusStateful` class within the `Google.Cloud.Compute.V1` namespace, found in the `Google.Cloud.Compute.V1.dll` assembly, specifically in version 2.0.0."],["The `InstanceGroupManagerStatusStateful` class, used to manage stateful configurations, inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists numerous previous versions of this class, starting from version 1.0.0 up to the most recent version 3.6.0, alongside their corresponding documentation links."],["The `InstanceGroupManagerStatusStateful` class offers two constructors and includes properties like `HasHasStatefulConfig`, `HasStatefulConfig`, and `PerInstanceConfigs` to manage stateful configuration settings and information."],["The page provides a description for the stateful configuration as being a bit that indicates whether the managed instance group has stateful configuration, whether you have configured any items in a stateful policy or in per-instance configs."]]],[]]