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."],[[["This page provides documentation for the `LoadBalancerInfo` class within the `Google.Cloud.NetworkManagement.V1` namespace, detailing metadata associated with a load balancer."],["The `LoadBalancerInfo` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The documentation outlines the class's constructors, such as `LoadBalancerInfo()` and `LoadBalancerInfo(LoadBalancerInfo)`, and its properties including `Backends`, `BackendType`, `BackendUri`, `HealthCheckUri`, and `LoadBalancerType`, each with type and description."],["Multiple versions of the `LoadBalancerInfo` class are documented, ranging from version 1.0.0 to the latest version 2.13.0, allowing for the review of changes and features across versions."],["The `LoadBalancerInfo` class has information about its associated load balancer backends, the type of backends, their URIs, as well as health check URI and the load balancer type itself."]]],[]]