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-04-09 UTC."],[[["The latest version available is 3.6.0, while the current page is displaying information for version 3.3.0."],["The `InstanceGroupManagerStatusVersionTarget` class, within the `Google.Cloud.Compute.V1` namespace, is detailed with information on its functionality."],["The `InstanceGroupManagerStatusVersionTarget` class can be implemented using the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class includes two constructors, one being the default, and the other taking an `InstanceGroupManagerStatusVersionTarget` object as a parameter."],["The class has a boolean property called `IsReached`, indicating if the target version has been reached by all instances within the group, and another called `HasIsReached` to check if `IsReached` is set."]]],[]]