Class LoadBalancerInfo
For display only. Metadata associated with a load balancer.
Implements
Inherited Members
Namespace: Google.Apis.NetworkManagement.v1.Data
Assembly: Google.Apis.NetworkManagement.v1.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 |