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-31 UTC."],[[["The webpage provides documentation for the `InstanceGroupManagerStatusStateful` class within the `Google.Cloud.Compute.V1` namespace, covering versions ranging from 1.0.0 to the latest 3.6.0."],["`InstanceGroupManagerStatusStateful` is a class that inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor `InstanceGroupManagerStatusStateful()` and another that accepts an `InstanceGroupManagerStatusStateful` object for copying, `InstanceGroupManagerStatusStateful(InstanceGroupManagerStatusStateful other)`."],["The class includes properties such as `HasHasStatefulConfig` and `HasStatefulConfig`, which indicate whether the stateful configuration field is set, as well as `PerInstanceConfigs`, detailing the status of per-instance configurations."],["The document lists inherited members such as `object.GetHashCode()`, `object.GetType()`, and `object.ToString()` from the base `object` class, and it is contained within the Google.Cloud.Compute.V1.dll assembly."]]],[]]