public sealed class InstanceGroupManagerStatusStatefulPerInstanceConfigs : IMessage<InstanceGroupManagerStatusStatefulPerInstanceConfigs>, IEquatable<InstanceGroupManagerStatusStatefulPerInstanceConfigs>, IDeepCloneable<InstanceGroupManagerStatusStatefulPerInstanceConfigs>, IBufferMessage, IMessage
A bit indicating if all of the group's per-instance configurations (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-21 UTC."],[[["This webpage provides documentation for the `InstanceGroupManagerStatusStatefulPerInstanceConfigs` class within the `Google.Cloud.Compute.V1` namespace."],["The latest version of the documentation is for version 3.6.0, with a range of versions available from 1.0.0 to 3.6.0 for the user to access, as well as version 2.11.0 being highlighted."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["It includes constructors for creating new instances, either empty or by cloning another instance of the class, and has a property called `AllEffective`, which is a boolean value that indicates if the configurations are effective."],["The `HasAllEffective` property provides information on whether the `AllEffective` property is set."]]],[]]