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-04-02 UTC."],[[["The latest version of the `Google.Cloud.Compute.V1` library is 3.6.0, with multiple previous versions available, ranging down to version 1.0.0."],["The content focuses on the `InstanceGroupManagerStatusStatefulPerInstanceConfigs` class within the `Google.Cloud.Compute.V1` namespace."],["This class, `InstanceGroupManagerStatusStatefulPerInstanceConfigs`, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class includes two constructors: a default constructor and one that accepts another `InstanceGroupManagerStatusStatefulPerInstanceConfigs` instance, for copying."],["Key properties of `InstanceGroupManagerStatusStatefulPerInstanceConfigs` include `AllEffective` (a boolean indicating the effectiveness of per-instance configurations) and `HasAllEffective` (a boolean indicating if the \"all_effective\" field is set)."]]],[]]