Show / Hide Table of Contents

Class HealthStatusForNetworkEndpoint

Inheritance
System.Object
HealthStatusForNetworkEndpoint
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.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
System.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
System.String

Implements

IDirectResponseSchema
In This Article
Back to top