public sealed class InstanceGroupManagerStatusStatefulPerInstanceConfigs : IMessage<InstanceGroupManagerStatusStatefulPerInstanceConfigs>, IEquatable<InstanceGroupManagerStatusStatefulPerInstanceConfigs>, IDeepCloneable<InstanceGroupManagerStatusStatefulPerInstanceConfigs>, IBufferMessage, IMessage
A bit indicating if all of the group's per-instance configs (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-21 UTC."],[[["The `InstanceGroupManagerStatusStatefulPerInstanceConfigs` class manages the status of per-instance configurations in a Google Cloud Compute instance group, with version 3.6.0 being the latest available version."],["This class, part of the `Google.Cloud.Compute.V1` namespace, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling its use in various .NET scenarios."],["The class inherits from `Object` and provides constructors for default initialization and cloning from another `InstanceGroupManagerStatusStatefulPerInstanceConfigs` object, allowing for object duplication."],["The `AllEffective` property, of boolean type, indicates whether all per-instance configurations in the group have an \"EFFECTIVE\" status, and there is a `HasAllEffective` property to check if this property is set."],["The provided documentation shows various versions of the `InstanceGroupManagerStatusStatefulPerInstanceConfigs` class, ranging from version 1.0.0 all the way up to the latest, 3.6.0, offering support for a wide range of versions."]]],[]]