Show / Hide Table of Contents

Class LoadBalancerInfo

For display only. Metadata associated with a load balancer.

Inheritance
object
LoadBalancerInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.NetworkManagement.v1beta1.Data
Assembly: Google.Apis.NetworkManagement.v1beta1.dll
Syntax
public class LoadBalancerInfo : IDirectResponseSchema

Properties

BackendType

Type of load balancer's backend configuration.

Declaration
[JsonProperty("backendType")]
public virtual string BackendType { get; set; }
Property Value
Type Description
string

BackendUri

Backend configuration URI.

Declaration
[JsonProperty("backendUri")]
public virtual string BackendUri { get; set; }
Property Value
Type Description
string

Backends

Information for the loadbalancer backends.

Declaration
[JsonProperty("backends")]
public virtual IList<LoadBalancerBackend> Backends { get; set; }
Property Value
Type Description
IList<LoadBalancerBackend>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HealthCheckUri

URI of the health check for the load balancer. Deprecated and no longer populated as different load balancer backends might have different health checks.

Declaration
[JsonProperty("healthCheckUri")]
public virtual string HealthCheckUri { get; set; }
Property Value
Type Description
string

LoadBalancerType

Type of the load balancer.

Declaration
[JsonProperty("loadBalancerType")]
public virtual string LoadBalancerType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX