public sealed class BackendServiceGroupHealth : IMessage<BackendServiceGroupHealth>, IEquatable<BackendServiceGroupHealth>, IDeepCloneable<BackendServiceGroupHealth>, IBufferMessage, IMessageImplements
IMessageBackendServiceGroupHealth, IEquatableBackendServiceGroupHealth, IDeepCloneableBackendServiceGroupHealth, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
BackendServiceGroupHealth()
public BackendServiceGroupHealth()BackendServiceGroupHealth(BackendServiceGroupHealth)
public BackendServiceGroupHealth(BackendServiceGroupHealth other)| Parameter | |
|---|---|
| Name | Description |
other |
BackendServiceGroupHealth |
Properties
Annotations
public MapField<string, string> Annotations { get; }Metadata defined as annotations on the network endpoint group.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
HasKind
public bool HasKind { get; }Gets whether the "kind" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
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 | |
|---|---|
| Type | Description |
RepeatedFieldHealthStatus |
|
Kind
public string Kind { get; set; }[Output Only] Type of resource. Always compute#backendServiceGroupHealth for the health of backend services.
| Property Value | |
|---|---|
| Type | Description |
string |
|