public sealed class HealthStatusForNetworkEndpoint : IMessage<HealthStatusForNetworkEndpoint>, IEquatable<HealthStatusForNetworkEndpoint>, IDeepCloneable<HealthStatusForNetworkEndpoint>, IBufferMessage, IMessage
Implements
IMessageHealthStatusForNetworkEndpoint, IEquatableHealthStatusForNetworkEndpoint, IDeepCloneableHealthStatusForNetworkEndpoint, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
HealthStatusForNetworkEndpoint()
public HealthStatusForNetworkEndpoint()
HealthStatusForNetworkEndpoint(HealthStatusForNetworkEndpoint)
public HealthStatusForNetworkEndpoint(HealthStatusForNetworkEndpoint other)
Parameter | |
---|---|
Name | Description |
other | HealthStatusForNetworkEndpoint |
Properties
BackendService
public BackendServiceReference BackendService { get; set; }
URL of the backend service associated with the health state of the network endpoint.
Property Value | |
---|---|
Type | Description |
BackendServiceReference |
ForwardingRule
public ForwardingRuleReference ForwardingRule { get; set; }
URL of the forwarding rule associated with the health state of the network endpoint.
Property Value | |
---|---|
Type | Description |
ForwardingRuleReference |
HasHealthState
public bool HasHealthState { get; }
Gets whether the "health_state" field is set
Property Value | |
---|---|
Type | Description |
bool |
HealthCheck
public HealthCheckReference HealthCheck { get; set; }
URL of the health check associated with the health state of the network endpoint.
Property Value | |
---|---|
Type | Description |
HealthCheckReference |
HealthCheckService
public HealthCheckServiceReference HealthCheckService { get; set; }
URL of the health check service associated with the health state of the network endpoint.
Property Value | |
---|---|
Type | Description |
HealthCheckServiceReference |
HealthState
public string HealthState { get; set; }
Health state of the network endpoint determined based on the health checks configured. Check the HealthState enum for the list of possible values.
Property Value | |
---|---|
Type | Description |
string |