Show / Hide Table of Contents

Class BackendServiceGroupHealth

Inheritance
System.Object
BackendServiceGroupHealth
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class BackendServiceGroupHealth : IDirectResponseSchema

Properties

Annotations

Metadata defined as annotations on the network endpoint group.

Declaration
[JsonProperty("annotations")]
public virtual IDictionary<string, string> Annotations { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.String>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

HealthStatus

Health state of the backend instances or endpoints in requested instance or network endpoint group, determined based on configured health checks.

Declaration
[JsonProperty("healthStatus")]
public virtual IList<HealthStatus> HealthStatus { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<HealthStatus>

Kind

[Output Only] Type of resource. Always compute#backendServiceGroupHealth for the health of backend services.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top