public sealed class NetworkEndpointWithHealthStatus : IMessage<NetworkEndpointWithHealthStatus>, IEquatable<NetworkEndpointWithHealthStatus>, IDeepCloneable<NetworkEndpointWithHealthStatus>, IBufferMessage, IMessage
Implements
IMessageNetworkEndpointWithHealthStatus, IEquatableNetworkEndpointWithHealthStatus, IDeepCloneableNetworkEndpointWithHealthStatus, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.ComputeV1Assembly
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 |
RepeatedFieldHealthStatusForNetworkEndpoint |
NetworkEndpoint
public NetworkEndpoint NetworkEndpoint { get; set; }
[Output only] The network endpoint;
Property Value | |
---|---|
Type | Description |
NetworkEndpoint |