Show / Hide Table of Contents

Class HealthStatusForNetworkEndpoint

Inheritance
object
HealthStatusForNetworkEndpoint
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.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class HealthStatusForNetworkEndpoint : IDirectResponseSchema

Properties

BackendService

URL of the backend service associated with the health state of the network endpoint.

Declaration
[JsonProperty("backendService")]
public virtual BackendServiceReference BackendService { get; set; }
Property Value
Type Description
BackendServiceReference

ETag

The ETag of the item.

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

ForwardingRule

URL of the forwarding rule associated with the health state of the network endpoint.

Declaration
[JsonProperty("forwardingRule")]
public virtual ForwardingRuleReference ForwardingRule { get; set; }
Property Value
Type Description
ForwardingRuleReference

HealthCheck

URL of the health check associated with the health state of the network endpoint.

Declaration
[JsonProperty("healthCheck")]
public virtual HealthCheckReference HealthCheck { get; set; }
Property Value
Type Description
HealthCheckReference

HealthCheckService

URL of the health check service associated with the health state of the network endpoint.

Declaration
[JsonProperty("healthCheckService")]
public virtual HealthCheckServiceReference HealthCheckService { get; set; }
Property Value
Type Description
HealthCheckServiceReference

HealthState

Health state of the network endpoint determined based on the health checks configured.

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

Ipv6HealthState

Health state of the ipv6 network endpoint determined based on the health checks configured.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX