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 details the `InstanceGroupManagerStatusStatefulPerInstanceConfigs` class, a part of the `Google.Cloud.Compute.V1` namespace, within the Google Cloud Compute .NET library."],["The latest version documented is 3.6.0, but multiple past versions are also available for reference, spanning back to version 1.0.0."],["The `InstanceGroupManagerStatusStatefulPerInstanceConfigs` class, derived from the base object class, implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors available, one default constructor and another allowing for a copy from an instance, as well as having two properties, the `AllEffective` property which is of type boolean and the `HasAllEffective` property which is a get only boolean."],["The `AllEffective` boolean property is to signify if the listed per-instance configurations are in the status of effective."]]],[]]