public sealed class InstanceGroupManagerStatusStatefulPerInstanceConfigs : IMessage<InstanceGroupManagerStatusStatefulPerInstanceConfigs>, IEquatable<InstanceGroupManagerStatusStatefulPerInstanceConfigs>, IDeepCloneable<InstanceGroupManagerStatusStatefulPerInstanceConfigs>, IBufferMessage, IMessage
A bit indicating if all of the group's per-instance configs (listed in the output of a listPerInstanceConfigs API call) have status EFFECTIVE or there are no per-instance-configs.
[[["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."],[[["This webpage provides documentation for the `InstanceGroupManagerStatusStatefulPerInstanceConfigs` class within the `Google.Cloud.Compute.V1` namespace in the .NET library, covering versions from 1.0.0 to 3.6.0."],["The `InstanceGroupManagerStatusStatefulPerInstanceConfigs` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling messages and supporting deep cloning."],["The class inherits from `Object` and has inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["It features a property `AllEffective` of type Boolean, which indicates if all of the groups per-instance configs have the status EFFECTIVE, and a property `HasAllEffective`, that determines if the \"all_effective\" field is set."],["There are two constructors for the `InstanceGroupManagerStatusStatefulPerInstanceConfigs` class that are available to be used, with one being parameterless and the other taking a parameter of the same class type."]]],[]]