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."],[[["The `InstanceGroupManagerStatusVersionTarget` class, found within the `Google.Cloud.Compute.V1` namespace, is a component of the Google Cloud Compute library for .NET."],["This class is implemented with several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from the base class `Object`."],["There are two constructors available for creating an `InstanceGroupManagerStatusVersionTarget` object, one default and one that allows for copying another object of the same type."],["The class features two properties related to version management, `HasIsReached` which checks if the \"is_reached\" field is set, and `IsReached`, which indicates if all instances are in their target version."],["The documentation covers a variety of versions of the `Google.Cloud.Compute.V1` library, ranging from the latest 3.6.0 down to version 1.0.0."]]],[]]