Class HealthSourcesGetHealthResponseSourceInfoBackendInfo
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class HealthSourcesGetHealthResponseSourceInfoBackendInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndpointCount
Total number of endpoints when determining the health of the regionHealthSource.
Declaration
[JsonProperty("endpointCount")]
public virtual int? EndpointCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Group
Fully qualified URL of an instance group or network endpoint group behind the source backend service.
Declaration
[JsonProperty("group")]
public virtual string Group { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HealthyEndpointCount
Number of endpoints considered healthy when determining health of the regionHealthSource.
Declaration
[JsonProperty("healthyEndpointCount")]
public virtual int? HealthyEndpointCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |