Class LoadBalancerBackend
For display only. Metadata associated with a specific load balancer backend.
Implements
Inherited Members
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 |