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-04-09 UTC."],[[["The webpage documents various versions of `InstanceGroupManagerStatusStatefulPerInstanceConfigs`, ranging from version 1.0.0 to the latest version 3.6.0."],["`InstanceGroupManagerStatusStatefulPerInstanceConfigs` is a class within the `Google.Cloud.Compute.V1` namespace and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from the base `object` class and includes properties such as `AllEffective` and `HasAllEffective`, which are used to determine the status of per-instance configurations."],["There are two constructors available for `InstanceGroupManagerStatusStatefulPerInstanceConfigs`: a default constructor and a copy constructor, which accepts another `InstanceGroupManagerStatusStatefulPerInstanceConfigs` instance as a parameter."]]],[]]