Compute Engine v1 API - Class HealthStatusForNetworkEndpoint (3.1.0)

public sealed class HealthStatusForNetworkEndpoint : IMessage<HealthStatusForNetworkEndpoint>, IEquatable<HealthStatusForNetworkEndpoint>, IDeepCloneable<HealthStatusForNetworkEndpoint>, IBufferMessage, IMessage

Inheritance

object > HealthStatusForNetworkEndpoint

Namespace

Google.Cloud.Compute.V1

Assembly

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

HasIpv6HealthState

public bool HasIpv6HealthState { get; }

Gets whether the "ipv6_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

Ipv6HealthState

public string Ipv6HealthState { get; set; }

Health state of the ipv6 network endpoint determined based on the health checks configured. Check the Ipv6HealthState enum for the list of possible values.

Property Value
Type Description
string