Class HealthStatusForNetworkEndpoint
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.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 |