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-31 UTC."],[[["This webpage provides documentation for the `InstanceGroupManagerStatusStatefulPerInstanceConfigs` class within the `Google.Cloud.Compute.V1` namespace."],["The class has been implemented across multiple versions of the API, ranging from version 1.0.0 to the latest 3.6.0, and the documentation allows you to navigate to each version of the API."],["`InstanceGroupManagerStatusStatefulPerInstanceConfigs` includes constructors for creating new instances, either with no parameters or by copying an existing object."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has properties such as `AllEffective` which determines if all per-instance configurations have an effective status."],["The `InstanceGroupManagerStatusStatefulPerInstanceConfigs` class inherits from the `object` class and has various methods like `GetHashCode`, `GetType`, and `ToString`."]]],[]]