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-03-21 UTC."],[[["The `LoadBalancerInfo` class provides metadata for a load balancer and is part of the `Google.Cloud.NetworkManagement.V1` namespace, available in the `Google.Cloud.NetworkManagement.V1.dll` assembly."],["This class supports various versions, from 1.0.0 to 2.13.0, with 2.13.0 being the latest, and the class itself has methods such as two constructors and inherited members including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["`LoadBalancerInfo` includes properties such as `Backends`, `BackendType`, `BackendUri`, `HealthCheckUri`, and `LoadBalancerType`, that provide detailed information about the load balancer's configuration."],["The `LoadBalancerInfo` class implements multiple interfaces, including `IMessage\u003cLoadBalancerInfo\u003e`, `IEquatable\u003cLoadBalancerInfo\u003e`, `IDeepCloneable\u003cLoadBalancerInfo\u003e`, `IBufferMessage`, and `IMessage`, for functionality like message handling, equality comparisons, and deep cloning."],["The class has two constructors, `LoadBalancerInfo()` and `LoadBalancerInfo(LoadBalancerInfo other)`, allowing the creation of instances either as blank or by copying an existing `LoadBalancerInfo` object."]]],[]]