public sealed class BackendServiceGroupHealth : IMessage<BackendServiceGroupHealth>, IEquatable<BackendServiceGroupHealth>, IDeepCloneable<BackendServiceGroupHealth>, IBufferMessage, IMessage
Implements
IMessage<BackendServiceGroupHealth>, IEquatable<BackendServiceGroupHealth>, IDeepCloneable<BackendServiceGroupHealth>, 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 |
MapField<String, String> |
HasKind
public bool HasKind { get; }
Gets whether the "kind" field is set
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
RepeatedField<HealthStatus> |
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 |