Compute Engine v1 API - Class NetworkEndpointWithHealthStatus (2.16.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
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