public sealed class NetworkEndpointWithHealthStatus : IMessage<NetworkEndpointWithHealthStatus>, IEquatable<NetworkEndpointWithHealthStatus>, IDeepCloneable<NetworkEndpointWithHealthStatus>, IBufferMessage, IMessageImplements
IMessageNetworkEndpointWithHealthStatus, IEquatableNetworkEndpointWithHealthStatus, IDeepCloneableNetworkEndpointWithHealthStatus, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
NetworkEndpointWithHealthStatus()
public NetworkEndpointWithHealthStatus()NetworkEndpointWithHealthStatus(NetworkEndpointWithHealthStatus)
public NetworkEndpointWithHealthStatus(NetworkEndpointWithHealthStatus other)| Parameter | |
|---|---|
| Name | Description |
other |
NetworkEndpointWithHealthStatus |
Properties
Healths
public RepeatedField<HealthStatusForNetworkEndpoint> Healths { get; }[Output only] The health status of network endpoint. Optional. Displayed only if the network endpoint has centralized health checking configured.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldHealthStatusForNetworkEndpoint |
|
NetworkEndpoint
public NetworkEndpoint NetworkEndpoint { get; set; }[Output only] The network endpoint.
| Property Value | |
|---|---|
| Type | Description |
NetworkEndpoint |
|