public sealed class NetworkEndpointWithHealthStatus : IMessage<NetworkEndpointWithHealthStatus>, IEquatable<NetworkEndpointWithHealthStatus>, IDeepCloneable<NetworkEndpointWithHealthStatus>, IBufferMessage, IMessageImplements
IMessage<NetworkEndpointWithHealthStatus>, IEquatable<NetworkEndpointWithHealthStatus>, IDeepCloneable<NetworkEndpointWithHealthStatus>, 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;
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<HealthStatusForNetworkEndpoint> |
|
NetworkEndpoint
public NetworkEndpoint NetworkEndpoint { get; set; }[Output only] The network endpoint;
| Property Value | |
|---|---|
| Type | Description |
NetworkEndpoint |
|