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."],[[["This webpage provides documentation for the `InstanceGroupManagerStatusStatefulPerInstanceConfigs` class within the Google.Cloud.Compute.V1 namespace, detailing its structure and functionality."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with Google's protocol buffer system."],["It offers two constructors: a default constructor and a copy constructor to create instances, as well as methods that are inherited from the object class."],["The `InstanceGroupManagerStatusStatefulPerInstanceConfigs` class contains properties such as `AllEffective` and `HasAllEffective` to indicate the status of per-instance configurations within a group."],["The documentation covers a range of versions from 1.0.0 to 3.6.0, allowing the user to see and select the version they need, and it also specifies that 3.6.0 is the most recent."]]],[]]