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, documenting its structure and functionalities across multiple versions."],["The latest version documented for the `InstanceGroupManagerStatusVersionTarget` class is 3.6.0, with versions ranging from 1.0.0 up to the current release, allowing for version-specific details."],["`InstanceGroupManagerStatusVersionTarget` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class, indicating its place within the .NET framework and Google Cloud's API."],["The class contains properties such as `HasIsReached` and `IsReached`, which provide information on whether the target version has been reached in a managed instance group, with `IsReached` having the ability to be set."],["There are two constructors for the class, a default one and one that allows for the initialization based on another pre-existing `InstanceGroupManagerStatusVersionTarget` object."]]],[]]