Class HealthSourcesGetHealthResponseSourceInfo
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class HealthSourcesGetHealthResponseSourceInfo : IDirectResponseSchema
Properties
Backends
Represents an instance group or network endpoint group behind the source backend service. Only used if the sourceType of the regionHealthSource is BACKEND_SERVICE.
Declaration
[JsonProperty("backends")]
public virtual IList<HealthSourcesGetHealthResponseSourceInfoBackendInfo> Backends { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<HealthSourcesGetHealthResponseSourceInfoBackendInfo> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ForwardingRule
Fully qualified URL of the forwarding rule associated with the source resource if it is a L4ILB backend service.
Declaration
[JsonProperty("forwardingRule")]
public virtual string ForwardingRule { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Source
Fully qualified URL of the associated source resource. This is always a backend service URL.
Declaration
[JsonProperty("source")]
public virtual string Source { get; set; }
Property Value
| Type | Description |
|---|---|
| string |