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 provides documentation for the `InstanceGroupManagerStatusVersionTarget` class within the Google.Cloud.Compute.V1 namespace, specifically within the context of the .NET library."],["The latest version documented is 3.6.0, with a comprehensive list of past versions going back to 1.0.0 available for reference and navigation."],["The `InstanceGroupManagerStatusVersionTarget` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting its role in managing version status within instance groups."],["The class has two constructors, a default one and another that takes an `InstanceGroupManagerStatusVersionTarget` object for cloning or copying."],["The `InstanceGroupManagerStatusVersionTarget` has a boolean property `IsReached` that indicates whether all instances in a managed group have reached their target version."]]],[]]