public sealed class LoadBalancerInfo : IMessage<LoadBalancerInfo>, IEquatable<LoadBalancerInfo>, IDeepCloneable<LoadBalancerInfo>, IBufferMessage, IMessage
For display only. Metadata associated with a load balancer.
[[["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-14 UTC."],[[["This webpage details the `LoadBalancerInfo` class within the `Google.Cloud.NetworkManagement.V1` namespace, specifically for .NET development, and it is used to handle metadata associated with a load balancer."],["The `LoadBalancerInfo` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The class has properties like `Backends`, `BackendType`, `BackendUri`, `HealthCheckUri`, and `LoadBalancerType`, which provide detailed information about the load balancer's configuration and health."],["The page lists various previous version numbers for this API, with version 2.13.0 being the latest, all the way back to version 1.0.0."],["Two constructors are available for the class: `LoadBalancerInfo()` for standard instantiation and `LoadBalancerInfo(LoadBalancerInfo other)` for creating a new instance based on an existing `LoadBalancerInfo` object."]]],[]]