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-17 UTC."],[[["The latest version of the `LoadBalancerInfo` class is 2.13.0, part of the `Google.Cloud.NetworkManagement.V1` namespace, with several previous versions also documented."],["`LoadBalancerInfo` is a sealed class used to store metadata associated with a load balancer and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties like `Backends`, `BackendType`, `BackendUri`, `HealthCheckUri`, and `LoadBalancerType` to hold information about the load balancer's backend configuration and health checks."],["The `LoadBalancerInfo` class includes two constructors, a default one and another that takes a `LoadBalancerInfo` parameter for creating a copy of an existing `LoadBalancerInfo` object."],["This class inherits members from the `Object` class, including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]