Class NetworkEndpointWithHealthStatus (2.1.0)

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

Inheritance

Object > NetworkEndpointWithHealthStatus

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

NetworkEndpointWithHealthStatus()

public NetworkEndpointWithHealthStatus()

NetworkEndpointWithHealthStatus(NetworkEndpointWithHealthStatus)

public NetworkEndpointWithHealthStatus(NetworkEndpointWithHealthStatus other)
Parameter
NameDescription
otherNetworkEndpointWithHealthStatus

Properties

Healths

public RepeatedField<HealthStatusForNetworkEndpoint> Healths { get; }

[Output only] The health status of network endpoint;

Property Value
TypeDescription
RepeatedField<HealthStatusForNetworkEndpoint>

NetworkEndpoint

public NetworkEndpoint NetworkEndpoint { get; set; }

[Output only] The network endpoint;

Property Value
TypeDescription
NetworkEndpoint