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 the latest version being 3.6.0 and going as far back as version 1.0.0."],["The `InstanceGroupManagerStatusStatefulPerInstanceConfigs` class, found in the `Google.Cloud.Compute.V1` namespace, is a sealed class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes properties such as `AllEffective` (a boolean indicating the status of per-instance configurations) and `HasAllEffective` (a boolean indicating if the `all_effective` field is set)."],["The documentation includes details on the class's constructors, one being a default constructor, and the other a constructor that accepts another `InstanceGroupManagerStatusStatefulPerInstanceConfigs` instance as a parameter."],["It contains all the version history of the documentation available for `InstanceGroupManagerStatusStatefulPerInstanceConfigs`, from version 1.0.0 all the way up to the current latest version of 3.6.0."]]],[]]