Class BackendServiceGroupHealth (1.0.0)

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

Inheritance

Object > BackendServiceGroupHealth

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

BackendServiceGroupHealth()

public BackendServiceGroupHealth()

BackendServiceGroupHealth(BackendServiceGroupHealth)

public BackendServiceGroupHealth(BackendServiceGroupHealth other)
Parameter
NameDescription
otherBackendServiceGroupHealth

Properties

Annotations

public MapField<string, string> Annotations { get; }

Metadata defined as annotations on the network endpoint group.

Property Value
TypeDescription
MapField<String, String>

HasKind

public bool HasKind { get; }

Gets whether the "kind" field is set

Property Value
TypeDescription
Boolean

HealthStatus

public RepeatedField<HealthStatus> HealthStatus { get; }

Health state of the backend instances or endpoints in requested instance or network endpoint group, determined based on configured health checks.

Property Value
TypeDescription
RepeatedField<HealthStatus>

Kind

public string Kind { get; set; }

[Output Only] Type of resource. Always compute#backendServiceGroupHealth for the health of backend services.

Property Value
TypeDescription
String