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 details the `InstanceGroupManagerStatusStatefulPerInstanceConfigs` class, a part of the Google.Cloud.Compute.V1 namespace, within the Google Cloud .NET library."],["It lists multiple versions of the library, ranging from version 1.0.0 up to the latest version 3.6.0, each with a link to the relevant documentation page for `InstanceGroupManagerStatusStatefulPerInstanceConfigs`."],["The `InstanceGroupManagerStatusStatefulPerInstanceConfigs` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `AllEffective` and `HasAllEffective`, with the first one being a boolean field indicating if all the group's per-instance configurations have an effective status, and the latter getting whether the \"all_effective\" field is set."],["Constructors are present for creating instances of the class, either as a new instance or by copying another `InstanceGroupManagerStatusStatefulPerInstanceConfigs` object."]]],[]]