Show / Hide Table of Contents

Class HealthSourcesGetHealthResponseSourceInfo

Inheritance
object
HealthSourcesGetHealthResponseSourceInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX