public sealed class InstanceGroupManagerStatusVersionTarget : IMessage<InstanceGroupManagerStatusVersionTarget>, IEquatable<InstanceGroupManagerStatusVersionTarget>, IDeepCloneable<InstanceGroupManagerStatusVersionTarget>, IBufferMessage, IMessage
[Output Only] A bit indicating whether version target has been reached in this managed instance group, i.e. all instances are in their target version. Instances' target version are specified by version field on Instance Group Manager.
[[["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 `InstanceGroupManagerStatusVersionTarget` class within the `Google.Cloud.Compute.V1` namespace, including its implementation of various interfaces like `IMessage` and `IDeepCloneable`."],["The class provides information about whether a managed instance group has reached its target version, indicated by the `IsReached` property."],["There are numerous available versions for this class, ranging from version 1.0.0 up to 3.6.0, with 3.6.0 being the latest."],["The `InstanceGroupManagerStatusVersionTarget` class has a constructor and a copy constructor, allowing for object creation and duplication."],["The `IsReached` property, which is a boolean value, indicates whether all instances are in the target version, and has a corresponding `HasIsReached` property indicating if it's been set."]]],[]]