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-24 UTC."],[[["The `InstanceGroupManagerStatusStateful` class is part of the `Google.Cloud.Compute.V1` namespace and is used within the Google Cloud Compute API for .NET, with the latest version being 3.6.0."],["This class, `InstanceGroupManagerStatusStateful`, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, equality checks, deep cloning, and buffer management."],["It provides two constructors: a default constructor and a constructor that takes another `InstanceGroupManagerStatusStateful` object as a parameter for creating copies."],["The class has properties to manage the stateful configuration of an instance group, such as `HasHasStatefulConfig`, which determines if the \"has_stateful_config\" field is set, `HasStatefulConfig` to determine whether it has a stateful configuration, and `PerInstanceConfigs`, which indicates the per-instance configs."],["It lists available versions ranging from 1.0.0 to the latest 3.6.0 for the `InstanceGroupManagerStatusStateful` class."]]],[]]