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-24 UTC."],[[["This webpage provides documentation for the `InstanceGroupManagerStatusStatefulPerInstanceConfigs` class within the Google Cloud Compute V1 library for .NET, with version 3.6.0 being the latest release."],["The `InstanceGroupManagerStatusStatefulPerInstanceConfigs` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities like message handling, equality checking, deep cloning, and buffer operations."],["The class offers two constructors, one default and another to copy an existing `InstanceGroupManagerStatusStatefulPerInstanceConfigs` object."],["The `InstanceGroupManagerStatusStatefulPerInstanceConfigs` class has properties, including `AllEffective`, a boolean to check if all the group's per-instance configurations are effective, and `HasAllEffective`, which indicates if the \"all_effective\" field has been set."],["The available versions range from 1.0.0 all the way to the latest, 3.6.0, and each version links to its specific documentation."]]],[]]