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."],[[["The webpage provides documentation for the `InstanceGroupManagerStatusStatefulPerInstanceConfigs` class within the `Google.Cloud.Compute.V1` namespace."],["This class, which is part of the `Google.Cloud.Compute.V1.dll` assembly, manages the stateful per-instance configurations of an instance group manager."],["The documentation lists a comprehensive history of versions, ranging from version 1.0.0 up to the latest 3.6.0, allowing users to view the documentation of every version of the API."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains a constructor for creating new instances, and the class contains the property `AllEffective`, a boolean that describes if all per-instance configurations have status EFFECTIVE."]]],[]]