Show / Hide Table of Contents

Class LoadBalancerBackend

For display only. Metadata associated with a specific load balancer backend.

Inheritance
object
LoadBalancerBackend
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.v1.Data
Assembly: Google.Apis.NetworkManagement.v1.dll
Syntax
public class LoadBalancerBackend : IDirectResponseSchema

Properties

DisplayName

Name of a Compute Engine instance or network endpoint.

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

ETag

The ETag of the item.

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

HealthCheckAllowingFirewallRules

A list of firewall rule URIs allowing probes from health check IP ranges.

Declaration
[JsonProperty("healthCheckAllowingFirewallRules")]
public virtual IList<string> HealthCheckAllowingFirewallRules { get; set; }
Property Value
Type Description
IList<string>

HealthCheckBlockingFirewallRules

A list of firewall rule URIs blocking probes from health check IP ranges.

Declaration
[JsonProperty("healthCheckBlockingFirewallRules")]
public virtual IList<string> HealthCheckBlockingFirewallRules { get; set; }
Property Value
Type Description
IList<string>

HealthCheckFirewallState

State of the health check firewall configuration.

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

Uri

URI of a Compute Engine instance or network endpoint.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX