For target pool based Network Load Balancing, it indicates the forwarding rule's IP address assigned to this instance. For other types of load balancing, the field indicates VM internal ip.
[[["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-31 UTC."],[[["The `HealthStatus` class, part of the `Google.Cloud.Compute.V1` namespace, provides information about the health status of instances and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This documentation covers a range of versions for this API from 1.0.0 to 3.6.0, with 3.6.0 being the latest."],["The `HealthStatus` class has properties such as `Annotations`, `ForwardingRule`, `ForwardingRuleIp`, `HealthState`, `Instance`, `IpAddress`, `Port`, `Weight`, and `WeightError` to provide details of an instances health status."],["There are various boolean properties within the `HealthStatus` class such as `HasForwardingRule`, `HasForwardingRuleIp`, `HasHealthState`, `HasInstance`, `HasIpAddress`, `HasPort`, `HasWeight` and `HasWeightError` to indicate if a property within the class has been set."],["This class includes two constructors, `HealthStatus()` for default initialization and `HealthStatus(HealthStatus other)` for initialization by cloning another instance of `HealthStatus`, along with inherited methods from `Object`."]]],[]]